@import url("fonts.css");


.clearfix {
    clear: both;
}

.hidden {
    display: none;
    visibility: collapse;
}

html, body {
    width: 100%;
    font-family: "proxima_nova_ththin", Arial, Impact, sans-serif;
    color: #3b3b3b;
}

footer, p, h1, h2, h3, a, li, input {
    font-family: "proxima_nova_rgregular", Arial, Impact, sans-serif;
    letter-spacing: 0.5px;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #EDEDED;
}

#bodyContainer {
    margin: 0 auto;
    overflow: auto;
}

ul, ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none !important;
    color:#dc002e;
}

h3 {
    font-weight: normal;
}

p, li {
    font-size: 15px;
}
/*******************************Universal**************************************/
.container p {
    color: #000;
}

#top-menu input {
    color: #FFF!important;
}

.hide {
    display: none;
}

.light {
    font-family: 'proxima_nova_ththin';
}

.regular {
    font-family: 'proxima_nova_rgregular';
}

.semib {
    font-family: 'proxima_nova_ltsemibold';
}

.bold {
    font-family: 'proxima_nova_rgbold';
}

.xbold {
    font-family: 'proxima_nova_blblack';
}

.padding-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*******************************Navigation and Header**********************************/
/*ul.dropdown-menu {
    background-color: #005192;
}

    ul.dropdown-menu li a {
        color: white!important;
    }*/


/*ul.dropdown-menu li a:hover {
            color: #005192!important;
        }*/

/*.navbar-nav .open .dropdown-menu {
    background-color: #0052C8!important;
}*/

#top-menu input {
    height: 25px;
}

#top-menu {
    width: 100%;
}

    #top-menu a, #top-menu input {
        color: #111;
        font-size: 13px;
    
    }
#top-menu a {
     pointer-events: none;
}
#member {
    background-color: #111;
    padding-top: 5px;
    padding-bottom: 5px;
}

#top-search {
    background-color: #111111;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #top-search span {
        display: inline-block;
        position: relative;
    }

/*#top-social {
    display: none;
}*/

#search-icon {
    background: url('/emma/Images/top_icons.png') no-repeat 0 0;
    width: 14px;
    height: 17px;
    vertical-align: top;
}

#fb-icon {
    background: url('/emma/Images/top_icons.png')no-repeat -26px -2px;
    width: 6px;
    height: 15px;
}

#tw-icon {
    background: url('/emma/Images/top_icons.png')no-repeat -43px -2px;
    width: 18px;
    height: 15px;
}

#in-icon {
    background: url('/emma/Images/top_icons.png') no-repeat -70px -2px;
    width: 16px;
    height: 15px;
}

#top-menu input {
    border: 0;
    margin-left: 5px;
    width: 98px;
    background-color: transparent;
    height: 20px;
}

.navi {
        position: relative;
 top: 0;
    transition: top 0.2s ease-in-out;
    width:100%;
    z-index:25;
}
#mainHeader {
    width: 100%;
    z-index: 25;
    /*position: fixed;*/
    /*top: 0;*/
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.21);
}

.transition {
    transition: top 0.2s ease-in-out;
}

/*.top-fixed {
    top: 0;
}*/

.header {
    max-width: 76%;
    margin: 0 12%;
    padding: 16px 0;
}

.logoIndex {
    margin-top: 10px;
}

#divMenu {
    padding: 16px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    float: right;
}

#main-nav {
    background: transparent;
    border: 0;
}

#divMenu:hover {
    background-color: #4A4A4A;
    color: white;
}

#mainHeader nav ul {
    margin-left: 0px;
}

#mainHeader nav li {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    /*overflow: hidden;*/
}


    #mainHeader nav li a {
        color: black;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.5s ease;
        padding-left: 0;
    }

    #mainHeader nav li:last-child {
        padding-right: 0;
    }



#mainHeader nav > li a:hover {
    color: blue;
}


#nav-toggle {
    top: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.nav-line {
    margin-top: 20px;
}



.navbar {
    margin-bottom: 10px;
}

.navbar-toggle {
    margin-top: 11px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 16px 10px;
}

.navbar-collapse.collapse.in {
    margin-top: 10px;
}

.navbar-default .navbar-toggle {
    border-color: #0042C2;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0042C2;
        height: 3px;
    }

    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background-color: #0042C2;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #0042C2;
    }

#sub-menus {
    padding: 0;
    overflow: hidden;
}

    #sub-menus .open > a {
        border-top: 2px solid #005192;
        color: #005192;
    }

.dropdown-menu {
    padding: 0;
}

#sub-menus .dropdown-menu li {
    background-color: #0052C8;
}

    #sub-menus .dropdown-menu li a {
        font-size: 14px;
        padding: 5px 10px;
        color: #fff;
    }

    #sub-menus .dropdown-menu li:hover, #sub-menus .dropdown-menu li:focus {
        color: #fff;
        background-color: #0965E9;
    }

    #sub-menus .dropdown-menu li:before {
        height: 0;
    }

    #sub-menus .dropdown-menu li > a:hover, #sub-menus .dropdown-menu li > a:focus {
        color: #fff;
        background-color: #0965E9;
    }
#myCarousel .carousel-inner > .item {
    min-height: 405px;
}

/**************************/
/***** SLEEKSLIDER *****/
/**************************/

.svg-wrap {
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}

.sleekslider {
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .sleekslider .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center center;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
        content: "";
    }

        .sleekslider .slide.active {
            z-index: 3;
        }

    .sleekslider .bg-1 {
        background-image: url("../Images/slider1.jpg");
    }

    .sleekslider .bg-2 {
        background-image: url("../Images/slider2.jpg");
    }

    /*.sleekslider .bg-3 { background-image: url("../Images/slider1.jpg"); }

.sleekslider .bg-4 { background-image: url("../Images/slider1.jpg"); }

*/

    .sleekslider .tab-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sleekslider .slide-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    .sleekslider .slide-content {
        z-index: 50;
        position: absolute;
        top: 25%;
        left: 0;
        padding: 0 30px;
    }

nav.nav-split .icon-wrap {
    position: relative;
    display: block;
    padding: 45px 5px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

nav.nav-split svg.icon {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    fill: #fff;
}

nav.nav-split div {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

nav.nav-split a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    nav.nav-split a svg {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    nav.nav-split a.prev {
        left: 0;
    }

        nav.nav-split a.prev div {
            left: 0;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        nav.nav-split a.prev:hover svg.icon {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

    nav.nav-split a.next {
        right: 0;
    }

        nav.nav-split a.next div {
            right: 0;
            text-align: right;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        nav.nav-split a.next:hover svg.icon {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

    nav.nav-split a:hover svg.icon {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    nav.nav-split a:hover div {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    nav.nav-split a:hover h3 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        font-weight: bold;
    }

nav.nav-split h3 {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.75em;
    line-height: 2.75;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webki-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

nav.nav-split img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/**********************/
/***** Pagination *****/
/**********************/

nav.tabs {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
    /*background-color: #19243c;*/
}

    nav.tabs ul {
        margin: 0;
        list-style: none;
    }

        nav.tabs ul li {
            float: left;
            width: 20%;
            font-size: 14px;
            position: relative;
            padding: 0;
            text-align: left;
            height: 58px;
            font-weight: bold;
            margin: 0;
        }

            nav.tabs ul li.current a {
                /*background-color: #223152;
  top: -25px;
  height: 83px;
  padding-top: 25px;*/
                background-color: rgba(0, 0, 0, 0.19);
                border-left: 3px solid #005192;
            }

            nav.tabs ul li a {
                color: #fff;
                text-decoration: none;
                position: absolute;
                top: 0;
                left: 10px;
                z-index: 20;
                width: 100%;
                height: 58px;
                padding-left: 20px;
                padding-top: 20px;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                border-left: 3px solid #fff;
            }

                nav.tabs ul li a:visited {
                    color: #fff;
                }

                nav.tabs ul li a:focus {
                    color: #fff;
                }

                nav.tabs ul li a:hover {
                    color: #fff;
                }

                nav.tabs ul li a:active {
                    color: #fff;
                }


                nav.tabs ul li a:hover {
                    background-color: rgba(0, 0, 0, 0.48);
                }

/****************END OF SLEEKSLIDER*******************/
.sleekslider .slide-content {
    color: #fff;
}

.slide-content .content-box, .content-box {
    background-color: #005192;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
}
.slide-content .pink-box {
    background-color: #e95f9c;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
}

.slide-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .slide-content h1 {
        font-family: 'proxima_nova_rgbold';
        line-height: 30px;
        font-size: 26px;
    }

        .slide-content h1 span {
            font-family: 'proxima_nova_rgregular';
        }
    .slide-content h2 {
        font-family: 'proxima_nova_rgregular';
        line-height: 26px;
        font-size: 22px;    
        color:#fff; 
        margin-top: 0;
        margin-bottom:0;
    }
    .slide-content p {
        margin-top: 10px;
        max-width: 350px;
    }
.slide-btn {
        border-radius: 3px;
        border: 1px solid #fff;
        padding: 5px 10px;
        vertical-align: middle;
        background-color:#005192;
        display: inline-block;
        margin-bottom: 3px;
        line-height:16px;

        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
}
    .slide-btn a {
        color: #fff;
        font-size:12px;
        
    }
    .article-box a {
        border-radius: 3px;
        border: 1px solid #fff;
        padding: 5px 10px;
        vertical-align: middle;
        background-color:#005192;
        color: #fff;


        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
        .slide-content a:before, .article-box a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: transparent;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .slide-content a:hover, .slide-content a:focus, .slide-content a:active,
        .article-box a:hover, .article-box a:focus, .article-box a:active {
            color: #005192;
            background-color: #fff;
        }

            .slide-content a:hover:before, .slide-content a:focus:before, .slide-content a:active:before,
            .article-box a:hover:before, .article-box a:focus:before, .article-box a:active:before {
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }

.imageBox {
    min-height: 300px;
}

#white-section {
    background-color: #fff;
}

    #white-section h1 {
        padding-bottom: 15px;
        padding-top: 0;
        margin: 0;
    }

        #white-section h1 span {
            color: #005192;
        }

.welcome {
    margin-bottom: 30px;
}

.gray-box {
    background-color: #EDEDED;
    padding-top: 25px;
    padding-bottom: 35px;
}

#featuredVideo p {
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'proxima_nova_ltsemibold';
    color: #005192;
}

#white-section .gray-box h1 {
    padding: 0;
    margin: 0;
    text-align: center;
}

#white-section .gray-box div {
    margin-top: 15px;
}

#white-section .gray-box a {
    padding: 8px 25px;
    background-color: #E51636;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    #white-section .gray-box a:hover, #white-section .gray-box a:focus, #white-section .gray-box a:active {
        background-color: #CF102E;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.gray-img {
    padding: 0;
    margin-top: -5px;
    background: url('../Images/magazine.png')top right no-repeat;
    min-height: 150px;
    background-size: cover;
}

#gray-section {
    background-color: #EDEDED;
}

    #gray-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
    }

    #gray-section .events h2 {
        width: 100%;
    }

.view-all {
    opacity: 0.5;
    transition: all ease-in 0.3s;
}

    .view-all:hover {
        opacity: 1;
    }

#article1 {
    background: none;
    /*background: url(../Images/video_box.jpg) top center;*/
    background-size: cover;
}

.article-box {
    min-height: 260px;
    padding: 20px;
    margin-bottom: 8px;
    transition: all ease-in 0.2s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .article-box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .article-box:hover, .article-box:focus, .article-box:active {
        color: white;
    }

        .article-box:hover:before, .article-box:focus:before, .article-box:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .article-box a, .article-box h1, .article-box p, #article1 span {
        color: #fff;
    }

    .article-box a {
        transition: all ease-in 0.2s;
    }

        .article-box a:hover {
            background-color: #005192;
            color: #fff;
        }

    .article-box p {
        margin-bottom: 15px;
    }

#article1 span {
    background-color: #E51636;
    padding: 5px 10px;
    line-height: 40px;
    font-size: 16px;
}

#gray-section .article-box h1 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 80px;
}

#gray-section #article1 h1 {
    margin-top: 55px;
}

.article2 {
    background: url(../Images/imgbox_1.jpg) top center;
    background-size: cover;
}

.article3 {
    background: url(../Images/medialab_logoo.png) #EF67A5 top right no-repeat;
    background-size: 35%;
}

.article4 {
    background: url(../Images/imgbox_3.jpg) top center;
    background-size: cover;
}

.article5 {
    background: url(../Images/imgbox_2.jpg) top center;
    background-size: cover;
}

.events .nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
    border: 0;
    border-radius: 0;
}

    .events .nav-tabs > li {
        padding: 0;
        margin: 0;
        text-align: center;
        transition: all ease-in 0.3s;
        background-color: #8A8A8A;
        border-right: solid 1px #fff;
        color: #fff;
    }

.nav-tabs > li > a {
    margin: 0;
    border: 0;
    border-right: solid 1px #fff;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
}

    .nav-tabs > li > a:hover {
        background-color: #CECECE;
        color: #29ABE2;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #29ABE2;
    color: #fff;
}

.events .tab-pane ul {
    margin-top: 15px;
}

.events .tab-pane li {
    border-top: solid 2px #B3B3B3;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    z-index: -1;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .events .tab-pane li:hover, .events .tab-pane li:active, .events .tab-pane li:focus {
        background-color: #FBFBFB;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .events .tab-pane li:last-child {
        border-bottom: solid 2px #B3B3B3;
    }

.events .tab-pane img {
    display: none;
}

.events .tab-pane .event-title h1, .events .tab-pane .event-title p {
    font-size: 12px;
    margin: 0;
}

.events .tab-pane .event-title p {
    color: #7F7F7F;
}

.partner {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

    .partner img {
        max-width: 150px;
    }

    .partner .black-p {
        background-color: #000;
        text-align: center;
        padding: 20px 10px;
        min-height: 98px;
    }

    .partner .blue-p {
        background-color: #13BDFE;
        text-align: center;
        padding: 25px 10px;
    }

#twitter {
    background: url('../Images/twitter_bg.jpg') no-repeat top center;
    background-size: cover;
    color: #fff;
}

.twit-text h1 {
    margin: 0;
    font-size: 20px;
}

    .twit-text h1.twit-name {
        font-size: 16px;
        margin-bottom: 20px;
    }

#twitter p {
    color: #fff;
}

/*************OWL SLIDER****************/
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
/* Styling Pagination*/
.owl-pagination {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border-color: #292929;
        border: 2px solid;
        background: #292929;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        background: #8d030c;
        border: none;
    }

    /* If PaginationNumbers is true */
    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

footer {
    background-color: #232323;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

#main-footer p, #main-footer a {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0;
}

#main-footer .icon-mobile {
    margin-bottom: 15px;
}

#main-footer .transparency {
    border-top: 1px solid #7F7F7F;
    padding-top: 15px;
}
/***************************HOME-PAGE*******************************/
.home-intro {
    background-color: #fff;
}

#featuredVideo iframe {
    min-height: 300px;
}

.itemTitle a {
    color: #005192;
    font-size: 16px;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    display: block;
}

.itemBody {
    padding: 10px 0;
    border-top: 1px solid #B3B1B1;
    font-family: 'proxima_nova_rgregular';
    color:#000;
}
    .itemBody strong {
        font-weight:normal;
    }


h2.featured-news {
    margin-top: 45px;
}

#featuredSection .itemDate {
    font-size: 14px;
    padding: 0 0 15px;
}

.itemDate {
    font-size: 12px;
    padding-top: 10px;
    text-transform: uppercase;
    font-family: 'proxima_nova_ltsemibold';
    color: #6a6a6a;
}
    #featuredSection .itemBody p {
        font-size:14px;
    }
.read-now a {
    padding: 8px 25px;
    background-color: #dc002e;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    text-align: center;
}

    .read-now a:hover {
        color: #fff;
        background-color: #FF2042;
    }

.side-bar {
    display: inline-block;
}

.side-box {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

   #gray-section .side-box h2 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-family: 'flama_semicondensedmedium';
        border-bottom: 2px solid #a8aaaa;
    }

    .side-box ul li {
        margin-bottom: 5px;
    }

/*.side-box ul li a {
            color: #005192;
        }*/

.sidebox-link {
    margin-top: 10px;
}

    .sidebox-link a {
        color: #dc002e;
    }

.navigation-box {
    background-color: #005192;
}

    .navigation-box h2 {
        color: #fff;
    }

    .navigation-box h2 {
        border-bottom: 1px solid #fff;
    }

    .navigation-box ul li a {
        color: #fff;
    }

.panel {
    box-shadow: 0;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}

.events-category {
    border-radius: 0;
    border: 0;
    background: #DFE6EF;
    width: 100%;
    text-align: left;
    color: #005192;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}

    .events-category:hover {
        padding-left: 12px;
    }

.latest-news {
    margin-top: 25px;
}

    .latest-news ul li, #newsList ul li {
        padding-bottom: 3px;
        padding-top: 5px;
        border-bottom: 1px solid #ccc;
    }

        .latest-news ul li a, .latest-news ul li p {
            color: #000;
            font-size: 14px;
        }

    .latest-news .date, .upcoming-events .date, .related-news-list .date, #newsList .date {
        font-size: 12px;
        text-transform: uppercase;
        color: #6a6a6a;
        font-family: 'proxima_nova_rgregular';
    }

.event-icon {
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    color: #959595;
}

.events-list .event-icon {
    background: url('http://magazinemediaeu.businesscatalyst.com/emma/skin/Images/calendar_icon.png')no-repeat 0 0;
    width: 24px;
    height: 25px;
    display: inline-block;
}

.side-box.upcoming-events {
    background-color: #DFE6EF;
}

.upcoming-events .btn-primary {
    border-radius: 0;
    border: 0;
    background: #DFE6EF;
    text-align: left;
    color: #005192;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}

    .upcoming-events .btn-primary:hover, .upcoming-events .btn-primary:active, .upcoming-events .btn-primary:focus {
        padding-left: 12px;
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

.upcoming-events .date {
    margin-bottom: 5px;
}

.events-list a {
    font-size: 16px;
    margin-top: 0;
    color: #333;
}

    .events-list a:hover {
        color: #333;
    }

#gray-section .upcoming-events h2 {
    color: #005192;
    border-bottom: 2px solid #005192;
    margin-bottom: 10px;
}

.upcoming-events .events-list {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.events-list h3 {
    font-size: 16px;
    margin: 0;
    color: #000;
}

.upcoming-events .well {
    border-radius: 0;
    box-shadow: none;
    background-color: #f5f5f5;
    padding: 10px;
}

.events-list .events-info {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin-left: 5px;
}

.ad-box {
    background: url('/emma/skin/Images/imgbox_1.jpg') no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 180px;
}
.nav-up {
top: -105px;
}
#newsList h2 {
    display: none;
}
#newsList ul li {
    padding-top: 10px;
    border-bottom: 1px solid #B3B1B1;
}
    #newsList ul a:first-child li {
           border-top: 1px solid #B3B1B1; 
    }

#newsList ul li p {
    font-size: 13px;
    font-family: 'proxima_nova_ltsemibold';
}
/************************** MEDIA QUERIES *******************/
@media (max-width: 480px) { 
.gray-img {
        display: none;
    }
}

/* Small devices (mobile, 480px and up) */
@media (min-width: 480px) {
    #top-social {
        display: inline-block;
    }

    #top-search {
        padding-bottom: 4px;
        z-index: 99;
    }

    #member {
        z-index: 99;
    }

    .icons {
        margin-right: 5px;
        opacity: 0.7;
        transition: all ease-in 0.2s;
    }

        .icons:hover {
            opacity: 1;
        }

    .slide-content h1 {
        max-width: 550px;
    }

    #white-section .gray-box {
        background: url('../Images/magazine.png')#EDEDED top right no-repeat;
        background-position-x: 270px;
        padding: 40px 25px;
    }

        #white-section .gray-box h1, #white-section .gray-box div {
            text-align: left;
        }

  

    #gray-section .article-box h1 {
        max-width: 300px;
    }

    .article3 {
        background-size: 25%;
    }

    .events .tab-pane img, .events .tab-pane .event-title {
        display: inline-block;
        vertical-align: top;
    }

    .events .tab-pane img {
        margin-right: 10px;
    }

    .events .tab-pane .event-title {
        width: 80%;
    }
}
/* Small devices (special for magazine img) */
@media (min-width: 715px) {
    #white-section .gray-box {
        background-position: top right;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        font-size: 14px;
    }

    p, li {
        text-align: left;
    }

    #main-nav {
        margin-bottom: 0;
    }



    #mainHeader {
        background-color: rgba(255, 255, 255, 1);
        height: 88px;
    }

        #mainHeader nav li {
            padding: 20px 0px;
        }

        #mainHeader .logoIndex {
            max-width: 220px;
        }

        #mainHeader nav li a {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 15px;
        }

    #sub-menus {
        float: right;
    }

        #sub-menus .open > a {
            border-top: 0;
        }

    #mainHeader ul > li a:hover {
        color: #005192;
    }

    #mainHeader ul > li:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        background: #005192;
        height: 4px;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #mainHeader nav li:hover:before, #mainHeader nav li:focus:before, #mainHeader nav li:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar {
        margin-bottom: 20px;
    }

    .navbar-right {
        margin-right: 0;
    }

    /*#mainHeader nav li a.last-link {
        padding-right: 0;
    }*/

    img.logoIndex {
        max-height: none;
    }

    .icons {
        opacity: 1;
    }

        .icons:hover {
            opacity: 0.8;
        }

    #member a {
        transition: all ease-in 0.2s;
    }

        #member a:hover {
            color: #111;
        }

    #top-menu input {
        width: 150px;
    }

    .padding-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #myCarousel .carousel-inner > .item {
        min-height: 360px;
    }
    .slide-content p {
        max-width:450px;
        margin-bottom:30px
    }
    .slide-content h2 {
        font-size:32px;
        line-height:36px;
    }
    .sleekslider .slide-container {
        max-width: 750px;
    }

    .sleekslider .slide, .sleekslider {
        height: 750px;
    }

        .sleekslider .slide-content {
            padding: 0 15px;
        }

        .sleekslider .tab-container {
            max-width: 740px;
        }

    .slide-content h1 {
        max-width: none;
        font-size: 48px;
        line-height: 50px;
    }
    .slide-btn a {
        font-size:14px;
    }
    .slide-content p, .slide-content a, .article-box a {
        font-size: 16px;
    }

    .slide-content a, .article-box a {
        padding: 5px 20px;
    }

    nav.tabs {
        bottom: 15%;
    }

        nav.tabs ul li {
            width: 25%;
        }

            nav.tabs ul li a {
                font-family: 'proxima_nova_ththin';
                padding-right: 20px;
                height: 105px;
            }

                nav.tabs ul li a span {
                    font-size: 10px;
                    color: #fff;
                }

    #white-section .gray-box {
        background: #EDEDED;
        padding: 25px;
    }

    #white-section .gray-img {
        display: inline-block;
        min-height: 200px;
    }

    .welcome {
        margin-bottom: 0;
    }

    #article1 {
        width: 100%;
        height: 405px;
    }

    .article-box {
        width: 49.5%;
        height: 320px;
    }

        .article-box:nth-child(even) {
            margin-right: 1%;
        }

    #gray-section .article-box h1 {
        margin-top: 40%;
        font-size: 18px;
    }

    #gray-section #article1 h1 {
        font-size: 30px;
        max-width: 450px;
        margin-top: 25%;
    }

    .events .tab-pane .event-title h1, .events .tab-pane .event-title p {
        font-size: 14px;
    }

    .events .tab-pane img, .events .tab-pane .event-title {
        vertical-align: middle;
    }

    #main-footer p, #main-footer a {
        font-size: 13px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }

    #main-footer .icon-mobile {
        margin-bottom: 0;
        margin-right: 20px;
    }

    #main-footer .transparency {
        border-top: none;
        padding-top: 0;
    }

    p.contacts {
        width: 268px;
        margin-right: 20px;
    }

    #main-footer p.transparency {
        display: inline-block;
        border-left: 1px solid #7F7F7F;
        padding-left: 20px;
    }

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ) {
    p, li {
        font-size: 16px;
    }

    .featuredNews {
        margin-right: 27px;
    }

    /*#myCarousel .item {
        height: 512px;
    }*/

    #main-nav {
        margin-bottom: 0;
    }

    #mainHeader nav li a {
        font-size: 16px;
    }
    /*.slide-content {
    min-height: 356px;
    }*/
    .slide-content p {
        max-width:550px;
    }
    .sleekslider .slide-container {
        max-width: 970px;
    }

    .sleekslider .tab-container {
        max-width: 960px;
    }

    .slide-content h1, .slide-content h2 {
        max-width: 75%;
    }

    nav.tabs ul li a {
        padding-top: 15px;
    }

    nav.tabs ul li a {
        font-size: 16px;
    }

        nav.tabs ul li a span {
            font-size: 12px;
        }

    .padding-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .itemTitle a {
        font-size: 18px;
    }

    #white-section .gray-box {
        background: url('../Images/magazine.png')#EDEDED top right no-repeat;
        padding: 40px 25px;
        background-size: 61%;
    }

        #white-section .gray-box h1 {
            font-size: 24px;
        }

    #white-section .gray-img {
        display: none;
    }

    #gray-section .article-box h1 {
        margin-top: 40%;
    }

    .events .tab-pane .event-title h1, .events .tab-pane .event-title p {
        font-size: 12px;
    }

    .events .tab-pane .event-title {
        width: 77%;
    }

    .events .tab-pane img {
        vertical-align: top;
    }

    .events .tab-pane img {
        margin-right: 5px;
    }

    .twit-border {
        border-right: 2px solid #fff;
        padding-bottom: 60px;
    }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px ) {

    #mainHeader nav li a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sleekslider .slide-container {
        max-width: 1170px;
    }

    .sleekslider .tab-container {
        max-width: 1160px;
    }

    #featuredVideo iframe {
        min-height: 400px;
    }
     
    #white-section .gray-box {
        padding: 65px 25px;
    }

        #white-section .gray-box h1 {
            font-size: 30px;
        }

    #gray-section #article1 h1 {
        margin-top: 20%;
    }

    .events .tab-pane .event-title h1, .events .tab-pane .event-title p {
        font-size: 13px;
    }
}
/* XL devices (desktops, 1650px and up) */
@media (min-width: 1650px ) {
}
