/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    background-repeat: repeat-x;
    background-color: #dbdad6;
    font-family: 'Open Sans', sans-serif;
}

.white-background-1 {
    background-image: url('../images/white_background.png');
}

.white-background-2 {
    background-image: url('../images/white_background_short.png');
}

.entire-wrapper {
    width: 1088px;
    margin: 0 auto;
    position: relative;
}

.aside-shadow-right {
    width: 1020px;
    background-image: url('../images/aside_shadow_left.png');
    background-repeat: repeat-y;
    background-position: top right;
    float:left;
    padding-right: 34px;
}

.aside-shadow-left {
    width: 1054px;
    background-image: url('../images/aside_shadow_right.png');
    background-repeat: repeat-y;
    background-position: top left;
    float:left;
    padding-left:34px;
}

/* Header */

.header-wrapper {
    width: 1000px;
    padding: 34px 10px 10px; 
}

.upper-header {
    width: 940px;
    height: 88px;
    padding: 0px 30px;
}

.header-logo {
    float: left;
}

.header-right {
    float: right;
    margin-top: 16px;
}

.header-wrapper .header-right ul,
.main-content .news-list {
    margin: 0;
}

.lang {
    width: 92px;
    height: 25px;
    float: right;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ccc;
    background: white;
}

.lang ul{
    border: 1px solid #ccc;
    float: left;
    padding-left: 0;
}

.lang ul .arrow {
    width: 9px;
    height: 5px;
    background: url('../images/button-sprites.png') -240px 0;
}

.lang ul li{
    float: left;
}

.lang ul li img {
    margin-right: 3px;
    float: left;
}

.lang ul li.active{
    display: block;
    background: url('../images/language_menu_arrow.png') no-repeat right 10px;  
}

.lang.open ul li.active {
    background-image: url('../images/language_menu_arrow_up.png');
}

.lang ul li span {
    display: block;
    margin-top: -1px;
}

.header-lang .lang ul li {
    padding: 6px 8px 12px 10px;
    width: 72px;
    margin: 0;
    height: 11px;
}

.facebook a,
.twitter a,
.search a,
.header-right .header-lang .search-input .submit-search {
    display: block;
    width: 26px;
    height: 26px;
}

.facebook-bg {
    background: url('../images/button-sprites.png') 0 0;
}

.twitter-bg {
    background: url('../images/button-sprites.png') -26px 0;
}

.search-bg,
.header-right .header-lang .search-input .submit-search {
    background: url('../images/button-sprites.png') -52px 0;
}

.header-right li {
    float: right;
    list-style: none;
    position: relative;
}

.header-right li.language-item {
    width: 94px;
}

.header-lang {
    // float: right;
    margin-top: 14px;
    position: relative;
    z-index: 999;
    padding-left: 92px;
}

.header-lang li {
    margin-left: 10px;
}

.header-nav a {
    color: #125371;
    text-decoration: none;
    text-transform: uppercase;
}

.upper-header .selected-nav {
    border-bottom: 1px solid #f7941e;
    color: #f7941e;
}

.header-nav a:hover,
.orange,
.upper-header .selected-nav a {
    color: #f7941e;
}

.header-nav {
    float:right;
    margin-top: 14px;
    letter-spacing: 0.1px;
}

.header-nav li {
    margin-left: 30px;
}
.header-nav ul{
    float:right;
}
.header-nav ul li{
    float:left;
}
.header-banner {
    width: 1000px;
    height: 189px;
    clear: both;
    margin-top: 30px;
    position: relative;
}

.banner-title {
    position: absolute;
    text-transform: uppercase;
    margin-left: 40px;
    color: #f1f0eb;
    font-size: 24px;
}

.carousel-wrapper {
    margin-top: 30px;
    clear: both;
}

.carousel-wrapper .info {
    position: absolute;
    z-index: 100;
    width: 100%;
    color: #f1f0eb;
    margin-top: 35px;
}

.carousel-wrapper li img {
    position: relative;
}

.carousel-wrapper .title,
.left-nav h3,
.doc-nav {
    text-transform: uppercase;
}

.carousel-wrapper h2 {
    margin: 0;
    letter-spacing: -0.3px;
}

.carousel-wrapper p {
    margin: 0;
}

.desc p {
    color: #b2e0f3;
}

.carousel-wrapper .desc {
    width: 470px;
    margin: 0 auto;
    font-size: 15px;
}

.bxslider {
    margin: 0 0;
}

.info {
    text-align: center;
}

.info h2 {
    font-size: 38px;
    font-weight: 100;
}

/* Header Ends */

/* Main Content */

.main-wrapper {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    background: #f1f0eb;
}

.main-wrapper .banner_shadow {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

.main-left {
    width: 430px;
    float: left;
    position: relative;
}

.main-left .about-section {
    padding: 60px 62px 51px 80px;
}

.main-content .aboutus-list li {
    background: url('../images/bullet.png') no-repeat left;
    padding-left: 18px;
}

.main-left .about-img {
    width: 270px;
    height: 134px;
}

.paragraph-about {
    margin-top: 35px;
    font-size: 15px;
}

.paragraph-about h2{
    font-size: 1.3em;
    font-weight: 600;
}

.main-left .paragraph-about h2 {
    margin: 0;
}

.main-left .paragraph-about p {
    margin-top: 0;
    line-height: 1.6;
}

.main-left .forum-section {
    height: 199px;
    background: #ffffff;
}

.main-left .forum-section ul {
    list-style: none;
    display: inline;
}

.main-left .forum-section li {
    float: left;
    width: 149px;
    height: 44px;
    padding: 70px 32px 85px;
}

.main-left .forum-section .first h1,
.main-left .forum-section .last h1,
.left-nav .biblioteka .first h1,
.left-nav .biblioteka .last h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}

.main-left .forum-section .first h1 a,
.left-nav .biblioteka .first a {
    color: #f7941e;
}

.main-left .forum-section .last h1 a,
.left-nav .biblioteka .last a {
    color: #74ab62;
}

.main-left .forum-section a,
.main-content a {
    text-decoration: none;
}

.left-nav .nav {
    margin-top: -15px;
}

.left-nav .nav li a {
    font-weight: 400;
}

.main-left .forum-section span,
.left-nav .biblioteka span,
.nav-paragraph p {
    color: #8c8c8c;
}

.forum-section .first {
    position: relative;
    border-right: 1px solid #f1f0eb;
    font-weight: normal;
}

.forum-section .last {
    border-left: 1px solid #f1f0eb;
}

.main-right {
    width: 590px;
    float: left;
    position: relative;
}

.main-nav {
    padding: 26px 40px 65px 48px;
    background-color: #ffffff;
    position: relative;
}

.main-nav img {
    position: absolute;
    left: -5%;
    top: 135px;
}

.main-right .nav-paragraph {
    font-size: 14px;
}

.main-right .nav-list {
    height: 115px;
    margin: 40px 19px 0;
    width: 450px;
}

.nav-title {
    clear: both;
}

.main-right .nav-list ul {
    list-style: none;
    display: inline;
    width: 450px;
}

.main-right .nav-list ul li,
.main-right .nav-list ul li a {
    width: 75px;
    height: 90px;
    float: left;
    text-decoration: none;
    color: #145573;
}

.main-right .nav-list ul li span {
    display: block;
    margin-top: 105px;
    text-align: center;
    width: 75px;
    font-size: 18px;
}



.main-right .nav-list ul li a {
    display: block;
}

.main-right .nav-list ul .programe,
.main-right .nav-list ul .trajnime,
.main-right .nav-list ul .botime {
    margin-left: 50px;
}

.studimet {
    background: url('../images/button-sprites.png') 0 -26px;
}

.programe {
    background: url('../images/button-sprites.png') -75px -116px;
}

.trajnime {
    background: url('../images/button-sprites.png') -150px -26px;
}

.botime {
    background: url('../images/button-sprites.png') -225px -26px;
}

.main-right .studimet:hover {
    background: url('../images/button-sprites.png') 0 -116px;
}

.main-right .programe:hover {
    background: url('../images/button-sprites.png') -75px -26px;
}

.main-right .trajnime:hover {
    background: url('../images/button-sprites.png') -150px -116px;
}

.main-right .botime:hover {
    background: url('../images/button-sprites.png') -225px -116px;
}

.nav-title {
    width: 460px;
    height: 24px;
    margin-left: 20px;
}

.nav-title ul {
    list-style: none;
    clear: both;
}

.nav-title ul li {
    float: left;
    margin-left: 56px;
}

.nav-title ul .first {
    margin: 0;
}

.nav-title ul .last {
    margin-left: 64px;
}

.projects {
    width: 590px;
    font-size: 14px;
    float: left;
    background: #f2f1ed;
}

.projects img {
    float: left;
}

.latest-projects {
    width: 285px;
    float: left;
    padding: 5px 28px 36px;
}

.latest-projects h3 {
    font-size: 22px;
    font-weight: normal;
}

.latest-projects p a {
    font-size: 13px;
    line-height: 1.3;
    color: #000000;
}

.latest-projects span {
    font-size: 15px;
}

.projects .latest-projects .bullet {
    float: left;
    width: 15px;
    height: 70px;
    font-size: 16px;
    line-height: 1.2;
    color: black;
    font-weight: bold;
}

.latest-projects p {
    margin: 0;
}

.middle {
    margin: 35px 0;
}

.latest-projects ul,
.left-nav ul,
.main-content ul {
    list-style: none;
    padding: 0;
}

.latest-projects ul span a,
.main-content span {
    color: #f7941e;
}

.left-nav {
    width: 200px;
    background-color: #f1f0eb;
    padding: 15px 40px;
    position: relative;
    float: left;
}

.left-nav .nav h3 {
    font-size: 23px;
    font-weight: normal;
    color: #115270;
}

.left-nav .nav a,
.doc-nav a,
.lang ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.lang ul li a {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    display: block;
    padding-top: 2px;
    line-height: 1;
}

.left-nav h3 {
    color: #115270;   
}
.nav li.active a,
.left-nav .nav a:hover,
.doc-nav a:hover {
    color: #125371;
}

.nav-line-height {
    line-height: 1.9;
}

.left-nav .separator {
    background: url('../images/separator.png') repeat-x;
    height: 1px;
    position: relative;
    margin: 20px -40px;
}

.biblioteka {
    position: relative;
    margin-top: 50px;
}

.biblioteka h1 a,
.latest-projects a {
    text-decoration: none;
}

.biblioteka .last {
    margin-top: 20px;
}

.main-content {
    width: 660px;
    float: left;
    padding: 19px 40px 130px;
    background: white;
    position: relative;
    min-height: 350px;
}

.main-content .paragraph-img {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 660px;
}

.img-border {
    border: 1px solid #dbdad6;
}

.main-content h3,
.main-content h4,
.main-content h2 {
    font-weight: 600;   
}

.main-content h4 {
    margin-bottom: 0px;
}

.main-content .teaser,
.main-content .news-list span {
    font-size: 16px;
}

.main-content p,
.main-content ul {
    font-size: 14px;
    margin-top: 5px;
}

.main-content .aboutus-list {
    list-style: none;
    margin-left: 20px;
    line-height: 2;
}

.main-content .bullet {
    margin-right: 10px;
    color: black;
    font-size: 16px;
}

.main-content .rectangle {
    position: absolute;
    left: -3%;
}

.main-content .rectangle-top {
    top: 92px;
}

.main-content .rectangle-top-2 {
    top: 200px;
}

.main-content .lists-img {
    float: left;
    margin: 0 20px 19px 0;
}

.main-content .news-list {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.main-content .news-list li {
    padding: 12px 0;
    border-bottom: 1px solid #dbdad6;
    float: left;
    width: 100%;
}

.main-content .news-list li p a,
.main-content .document-list li p a {
    margin: 0;
    color: #333333;
}

.main-content .news-list .first {
    padding-top: 10px;
}

.main-content .pagination {
    height: 18px;
    width: 168px;
    margin: 39px auto 0;
}

.main-content .pagination li {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    text-align: center;
}

.main-content .pagination li a {
    color: #99a3a8;
}

.main-content .pagination li a:hover,
.main-content .pagination .pagination-selected a {
    color: #165e7d;
    font-weight: 600;
}

.main-content .pagination .pagination-selected {
    border-top: 1px solid #165e7d;
    border-bottom: 1px solid #165e7d;
}

.pdf-img {
    float: left;
    margin: 5px 20px 37px 0;
}

.main-content .document-list .download_pdf {
    display: block;
    text-align: right;
    color: #135472;
    font-weight: 700;
    font-size: 12px;
}

.main-content .document-list li {
    padding: 15px 17px 0 0;
    border-bottom: 1px solid #dbdad6;
    position: relative;
}

.main-content .document-list li .separator {
    position: absolute;
    right: 0%;
    bottom: -1px;
}

.main-content .document-list p {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 15px;
}

.doc-nav {
    margin: 10px 0;
}

.doc-nav a,
.doc-nav,
.left-nav h3 {
    font-weight: 400;
    line-height: 2.3;
    font-size: 21px;
}

.contact-form {
    padding: 20px 40px;
}

.contact-form .code {
    height: 36px;
    float: left;
}

.contact-form .security-code {
    width: 58%;
    margin-left: 14px;
}

.contact-form h3 {
    font-weight: normal;
    font-size: 20px;
}

.map-section {
    width: 510px;
    padding: 63px 40px 330px;
    background: #f1f0eb;
}

.map-section-bg {
    background: #f1f0eb;
}

.contact-form span,
.main-right .orange {
    display: block;
}

.contact-form form input,
.contact-form form textarea {
    width: 95%;
    margin-bottom: 22px;
    border: 1px solid;
    border-color: #c1c1c1;
    height: 32px;
    padding-left: 11px;
    font-size: 12px;
}

.contact-form form input[type="text"]:focus,
.contact-form form textarea:focus {
    background: #f1f0eb;
}

.main-left .contact-form textarea {
    height: 140px;
    padding-top: 12px;
}

.main-wrapper .main-left .send-button {
    background: url('../images/button-sprites.png') 0px -206px;
    width: 88px;
    border: 0;
    font-size: 12px;
    color: white;
}

.orange {
    margin: 26px 0;
}

.white-bg {
    background: white;
}

.map {
    border: 1px solid white;
}

.map-adress {
    position: relative;
}

.map-adress p {
    position: absolute;
    top: 80%;
    left: 4%;
    color: #044664;
    font-size: 14px;
    width: 315px;
}

.footer-contact img {
    float: right;
}

/* Footer */

.footer-wrapper {
    background: #165e7d;
    clear: both;
}

.footer-wrapper .footer-left {
    height: 166px;
    float: left;
    padding: 35px 0 0 40px;
}

.footer-wrapper .leftwidth1 {
    width: 390px;
}

.footer-wrapper .leftwidth2 {
    width: 240px;
}

.footer-social {
    margin: 51px 0 30px;
}

.footer-social ul {
    list-style: none;
    display: inline;
}

.footer-social ul li {
    float: left;
    margin-right: 10px;
}

.footer-wrapper .footer-left .footer-social .facebook {
    width: 26px;
    height: 26px;
    background: url('../images/button-sprites.png') -188px 0;
}

.footer-wrapper .footer-left .footer-social .twitter {
    width: 26px;
    height: 26px;
    background: url('../images/button-sprites.png') -214px 0;
}

.footer-contact {
    float: left;
    height: 166px;
    background: #277597;
    padding: 30px 30px 5px 30px;
    font-size: 14px;
    color: #8cbacf;
}

.rightwidth1 {
    width: 530px;
}

.rightwidth2 {
    width: 680px;
}

.footer-contact h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.footer-contact p {
    font-size: 11px;
}

.header-wrapper .header-right .search-input {
    width: 0;
    overflow: hidden;
    margin-left: 0;
    font-size: 12px;
}
form#search{
    width:100px;
}
.search-input input {
    width: 58px;
    height: 22px;
    border: 1px solid;
    border-color: #d7d7d7;
    padding-left: 11px;
    float:left;
}
.search-input input.submit-search {
    float:right;
}
select {
    border: 1px solid;
    border-color: #d7d7d7;
    font-family: 'Open Sans';
    font-size: 14px;
    height: 26px;
    width: 110px;
}

/*Gallery*/
.gallery {
    position: relative;
}
.slider-container {
    position: relative;
}
.slides li .slide-max{
    min-height: 400px;
    width: 100%;

}
.flex-direction-nav {
    position: absolute;
    top: 43%;
    width: 100%;
}
.flex-direction-nav .flex-nav-prev {
    left: 0;
    background: rgba(20,84,113,0.5) url('../images/slider-arrow.png') no-repeat;
    background-position: 10px;
}
.flex-direction-nav .flex-nav-next {
    right: 0;
    
    background: rgba(20,84,113,0.5) url('../images/slider-arrow.png') no-repeat;
    background-position: -26px;
}
.flex-direction-nav li {
    position: absolute;
}
.flex-direction-nav li a {
    text-indent: -99999em;
    display: block;
    width: 40px;
    height: 60px;
}
.gallery img {
    display: block;
}
.gallery .thumbnail-carousel {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
}
.gallery .thumbnail-carousel .flex-viewport {
    background: rgba(0,0,0,0.6);
    position: relative;
    width: 100%;
    padding-top: 10px;
    bottom: 0;
    padding-bottom: 10px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.gallery .thumbnail-carousel li:first-child {
    padding-left: 10px;
}
.gallery .thumbnail-carousel li {
    position: relative;
    float: left;
    width: 103px !important;
    padding-left: 10px;
}
.gallery .thumbnail-carousel img {
    display: block;
    max-width: 95px;
    max-height: 57px;
}
.flex-active-slide .mask {
    display: block;
}
.mask {
    display: none;
    background: rgba(39,167,223,0.6);
    position: absolute;
    width: 91%;
    height: 100%;
    right: -1px;
    top: 0;
}
.slider-container {
    position: relative;
}
.main-content .media-list {

    width:100%;
    padding:30px;
}

.media-list li {
    width: 196px;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}
.media-list li:nth-child(3n+1) {
    clear: both;

}
.media-list li .img-container {
    position: relative;
    width: 100%;
}
.main-content .date {
    color: #9f9f9f;
    margin-top:8px;
    float:left;
    font-weight: normal;
    font-size: 12px;
    font-family:'Open Sans';
}
a {
    background-color: transparent;
}
.media-list li .img-container img {
    max-width: 100%;
    height: 120px;
}
.media-icon {

    background:url('../images/media-icon.png') no-repeat;
    width: 100%;
    background-position: 10px 90%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.media-list li:hover .media-icon{
    background: rgba(39,167,223,0.6) url('../images/media-icon.png') no-repeat;
    width: 100%;
    background-position: 10px 90%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
.video-icon {

    background:url('../images/video-icon.png') no-repeat;
    width: 100%;
    background-position: 10px 90%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.media-list li:hover .video-icon{
    background: rgba(39,167,223,0.6) url('../images/video-icon.png') no-repeat;
    width: 100%;
    background-position: 10px 90%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
.media-list li h2 {
    float: left;
    clear:both;
    margin-top: 0px;
    font-weight: 400;
    line-height:22px;
}
.media-list li h2 a {
    color: #000;
  font-size: 14px;
  font-family: 'Open Sans';
  text-transform: capitalize;

}
.gallery iframe {
  min-height: 425px;
  width: 100%;
}



