/*
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400,200,100);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:700,400,200,100);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/* FONT */

h1.title{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}

h1.university{
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    line-height: 10px;
}

h1.channel{
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    line-height: 10px;
}


h1.testi{
    font-family: "Myriad Set Pro", "Raleway", "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

h2.testi{
    font-family: "PT Sans", "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

p.bodytext{
    padding: 65px 65px 0px 65px;
    font-family: "Myriad Set Pro", "PT Sans", "Raleway", sans-serif;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    /* text-align: center; */
}

h1.small-red{
    font-family: "Myriad Set Pro", "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #BD1A20;
}

h1.small-white{
    font-family: "Myriad Set Pro", "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

h1.big-red{
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 300px;
    color: #BD1A20;

}

h1.big-red span{
    font-size: 28px;
}

.flex-caption h1{
    position: relative;
    font-size: 32px;
    font-family: "Myriad Set Pro", "Raleway", "Roboto" sans-serif;
    font-style: bold;
    font-weight: 200;
    text-transform: uppercase;
}

.flex-caption h2{
    position: relative;
    font-size: 14px;
    font-family: "Myriad Set Pro", "Raleway", "Roboto", sans-serif;
    font-weight: 300;
    line-height: 18px;
}

.flex-caption a{
    position: relative;
    font-size: 14px;
    font-family: "Raleway", "Roboto", sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    background: rgba(255,255,255,.5);
    text-decoration: none;
}

.flex-caption a img{
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    padding: 0;
    margin: 1px 0 0 40px;
    left: 0;
}
.bg{
    background-position: 50% center;
    background-size: cover;
    height: 700px;
}

a.share{
    padding-right: 5px;
    padding-left: 5px;
    font-family: "Roboto", sans-serif;
    color: #777;
    font-weight: 500;
    font-size: 12px;
}

a.share:hover{
    color: #BD1A20;
}

span.share{
    padding-right: 5px;
    font-family: "Roboto", sans-serif;
    color: #777;
    font-weight: 500;
    font-size: 12px;
}

span.related{
    padding-right: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: block;
}

.spacer{
    height: 40px;
}

.spacer10{
    height: 10px;
}

.spacer20{
    height: 20px;
}

div.spacer30{
    height: 80px;
}

.spacer35{
    height: 50px;
}

.spacer40{
    height: -20px;
}

.spacer50{
    height: -100px;
}

.myIframe {
position: relative;
padding-bottom: 56.25%; /* 16:9 */;
padding-top: 15px;
height: 0;
} 

.myIframe iframe {
position: absolute;
top: 30px;
bottom: 30px;
width: 100%;
height: 100%;
}

/* HEADER */
.fixed{
    -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.header{
    font-family: "Raleway", sans-serif;
    width: 100%;
    height: 120px;
    background-color: #BD1A20;
    text-align: center;
}

.header img{
    margin-top: 40px;
}

img.logo-small{
    padding: 30px;
}

ul.navs{
    font-family: "Raleway", "Roboto", sans-serif;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: #777;
    width: 95%;
    list-style: none;
    position: center;
}

ul.navs li{
    float: left;
    padding: 33px 28px;
}

ul.navs li a{
    color: #777;
    text-decoration: none;
}

ul.navs li a:hover{
    color: #BD1A20;
    text-decoration: none;
}

ul.navs li a.active{
    color: #BD1A20;
    text-decoration: none;
}

/* MOBILE MENU */

.list-hover-slide>li {
    position: relative;
    overflow: hidden;
}
.list-hover-slide>li>a {
    z-index: 1;
    transition: .35s ease color;
}
.list-hover-slide>li>a:before, .list-hover-slide>li.dropdown.open>a:before {
    content:'';
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    border-right: solid 5px tomato;
    background: gray;
    transition: .35s ease transform;
}
.list-hover-slide>li>a:hover:before, .list-hover-slide>li.dropdown.open>a:before {
    transform: translateX(0);
}
.list-hover-slide>li.dropdown.open {
    overflow: initial;
}

ul.nav-mo{
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #777;
    width:100%;
    list-style: none;
    text-align: center !important;
}

ul.nav-mo li{
    text-align: center !important;
    float: left;
    width:100%;
    padding: 20px;
    border-bottom:#BD1A20 1px solid;
}

ul.nav-mo li.last-menu{
    text-align: center !important;
    float: left;
    padding: 20px;
    border:none;
}

ul.nav-mo li a{
    text-decoration: none;
}

ul.nav-mo li a:hover{
    text-decoration: none;
    color: #BD1A20 !important;
}


img.logo-small-mo{
    position: absolute;
    margin-top: 14px;
    margin-left: -10px;
}


/* SUBNAV */

.table {
    display: table;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

#subnav {
    font-family: "Myriad Set Pro", "Raleway", sans-serif;
    letter-spacing: 0.05em;
    }

ul#subnav{
    margin: auto;
    text-align: center;
    font-weight: 600;
    list-style: none;
}

ul#subnav li{
    display: inline;
    padding: 10px;
}

ul#subnav li a{
    padding: 10px !important;
    font-size: 13px !important;
    color: #777;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

ul#subnav li a:hover{
    padding: 11px 14px 11px 14px!important;
    font-size: 13px !important;
    background-color: #BD1A20;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

ul#subnav li a.active{
    padding: 10px 13px 10px 13px !important;
    font-size: 14px !important;
    background-color: #BD1A20;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

ul#subnav_mobile{
    margin-top:20px;
    margin-left: 20px;
    text-align: center;
    list-style: none;
    font-family: "Raleway", sans-serif;
}

ul#subnav_mobile li{
    float: left;
    padding: 10px;
}

ul#subnav_mobile li a{
    padding: 10px !important;
    font-size: 14px !important;
    color: #777;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

ul#subnav_mobile li a:hover{
    padding: 10px !important;
    font-size: 14px !important;
    background-color: #BD1A20;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

ul#subnav_mobile li a.active{
    padding: 10px !important;
    font-size: 14px !important;
    background-color: #BD1A20;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

/* BANNER */
.image-content{
    position: relative;
    display: inline;
    z-index: 100;
    top: 50%;
    color: #000;
    width: 50%;
}

/* CONTACT */

.bg-contact{
    width: 100%;
    height: 100%;
    margin: auto;
    background: url('../images/contact_us.png') no-repeat;
    background-size: 100% auto; 
}

.bg-contact h1{
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    text-align: center !important;
    text-transform: uppercase;
}

.bg-contact p{
    font-family: "PT Sans", "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    text-align: center !important;
}


.bg-contact p a{
    text-decoration: none;
    font-family: "PT Sans", "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}

.bg-contact p a:hover{
    color: #999;
}

.contact-us input{
    width: 99.33%;
    border: 2px solid #000;
    padding: 12px;
}

.contact-us button{
    border: none;
    margin-top: 20px;
    background-color: #BD1A20;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    color: #FFF;
    float: right;
    padding: 10px 20px;
}

.contact-us textarea{
    width: 100%;
    border: 2px solid #000;
    padding: 12px;
    height: 200px;
    resize: none;
}

.contact-us span{
    line-height: 50px;
}

.bg-contact img{
    margin: 80px 0 0 70px;
    /*border-radius: 10%;*/
    /*background: rgba(0, 0, 0, 0.5);*/
}

.bg-contact-mo {
    color: #333;
}

/* CONTENT */

.content{
    background-color: #f2f2f2;
    width: 100%;
}

.content-red{
    background-color: #BD1A20;
    width: 100%;
}

.content-red img{
    width: 100%;
}

.latest-act{
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "Raleway", sans-serif;
    text-align: center;
}

.latest-act h1{
    font-size: 18px;
    color: #777;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.latest-act img{
    width: 100%;
    margin: 0;
    padding: 0;
}

.latest-act .latest-act-content{
    background-color: #fff;
    margin-top: -19px;
    width: 100%;
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.latest-act .latest-act-content h2{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 30px 0px 30px;
    text-transform: uppercase;
}

.latest-act .latest-act-content h3{
    color: #ccc;
    font-size: 11px;
    margin-top: 0px;
    padding: 0px 30px;
    text-transform: uppercase;
}

.latest-act .latest-act-content div{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    text-align: none;
    hyphens:auto;
    -webkit-hyphens:auto;
    -webkit-hyphenate-character:"\2010";
    -webkit-hyphenate-limit-after:1;
    -webkit-hyphenate-limit-before:3;
    -moz-hyphens:auto;
    color: #000;
    line-height: 1.45;
    font-size: 13px;
    margin-top: 0px;
    padding: 30px 30px;
    letter-spacing: 0.05em;
}

.latest-act .latest-act-content span{
    color: #000;
    display: block;
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    font-size: 12px;
    padding: 0px 30px 40px 30px;
}

.latest-act .latest-act-content a{
    color: #888;
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
}


/* ABOUT */

.bg-blue-black{
    background-color: #00141d;
}

.bg-blue-black h1{
    margin-top: 130px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 100;
}

.bg-blue-black h1 b{
    font-weight: 400;
}

.bg-blue-black h2{
    color: #fff;
    text-transform: uppercase;      
    border-bottom: solid 1px #fff;
    display: inline-block;
    padding-bottom: 8px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: 4px;
    font-weight: 400;
    margin-bottom: 40px;
}

hr.red-small{   
    border-bottom: solid 1px #BD1A20;
    display: inline-block;
    width: 40px;
    margin: 40px 0 30px 0; 
}

img.circle{
    border-radius: 50%;
}

h1.team-name{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    font-size: 14px;
    line-height: 0px;
    color: #333;
}

h2.team-pos{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #333;
}

/* WORKS */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding1 {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding2 {
    padding: 0 !important;
    margin: 0!important;
}

.small-line {
    height: 1px;
    width: 60px;
    margin-top: 5px;
    margin-left: 30px;
    position: absolute;
    background-color: #BD1A20;
}

.small-line-1 {
    height: 1px;
    width: 40px;
    position: absolute;
    background-color: #BD1A20;
}

.long-line {
    height: 1px;
    width: 100%;
    position: relative;
    background-color: #BD1A20;
}

.small-line-2 {
    height: 1px;
    width: 40px;
    background-color: #BD1A20;
}

.work-act {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
    text-align: center;
}

.work-act h1 {
    font-size: 18px;
    color: #777;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 200;
}

.work-act img:hover {
    margin: 0;
    padding: 0;
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
} 

.work-act img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .3s ease-in-out;
}

.work-act .work-act-content{
    background-color: #fff;
    margin-top: -19px;
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
    /*	border-right: 1px solid;
            border-color: #BD1A20;*/
}

.work-act .work-act-content h2{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: bold;
    line-height: 1.6;
    padding: 30px 30px 0px 30px;
    text-transform: uppercase;
}

.work-act .work-act-content h3{
    color: #ccc;
    font-size: 11px;
    margin-top: 0px;
    padding: 0px 30px;
    text-transform: uppercase;
}

.work-act .work-act-content div{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    color: #333;
    font-size: 13px;
    margin-top: 0px;
    letter-spacing: 0.05em;
    padding: 30px 30px;
}

.work-act .work-act-content span{
    color: #777777;
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    display: block;
    font-size: 12px;
    padding: 30px 30px 0px 0px;
}

.work-act .work-act-content a{
    color: #888;
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
}

/* WORK DETAIL */

.work-detail{
    background-color: #FFF;
}

.work-detail .work-detail-content{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    padding: 30px 60px 60px 60px;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1.45;
}

.work-detail .work-detail-content2{
    padding: 20px 60px 770px 60px;
}

/* NEWS */

.news{
    background-color: #FFF;
}

.news .news-list{
    padding: 20px 60px 60px 60px;
}

.news .news-list .news-prev h1 a{
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    color: #777;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
}

.news .news-list .news-prev h1 a:hover{
    color: #333;
}

.news .news-list .news-prev img{
    width: 100%;
}

.news .news-list .news-prev h2{
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #BD1A20;
    font-weight: 400;
    line-height: 10px;
}

/* NEWS DETAIL */

h1.title-news{
    font-family: "Myriad Set Pro", "PT Sans", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bolder;
    line-height: 50px;
}

h2.date-news{
    font-family: "Myriad Set Pro", "Roboto", sans-serif;
    font-size: 16px;
    color: #BD1A20;
    font-weight: 400;
    line-height: 5px;
}

h2.tag-news{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #BD1A20;
    line-height: 0px;
}

h2.tag-news a{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #BD1A20;
    line-height: 0px;
}

h2.tag-news a:hover{
    font-weight: 700;
    text-decoration: none;
}

.news-detail{
    background-color: #FFF;
}

.news-detail .news-detail-content{
    padding: 20px 60px 60px 60px;
}

img.resp{
    width: 100%;
}

ul.related{
    margin-left: -20px;
}

ul.related li{
    padding: 10px 0;
}

ul.related li a{
    color: #BD1A20;
}

/* CHANNEL */

.channel{
    margin-bottom: 50px;
}

.channel img{
    width: 100%;
}

/* STORE */

h2.item-title{
    font-family: "Roboto", sans-serif;
    color: #BD1A20;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
}

h3.item-price{
    font-family: "Roboto", sans-serif;
    color: #777;
    text-align: center;
    font-size: 16px;
    line-height: 0px;
    font-weight: 300;
}

img.item-image{
    width: 99%;
    margin:auto;
}

/* FOOTER */

.footer{
    font-family: "Myriad Set Pro", "PT-Sans", "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    height: 175px;
    background-color: #e7e8ea;
    width: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: 0.05em;
}

.socialmedia{
    margin-top: 40px;
    padding: 20px !important;
}

.socialmedia img{
    padding: 0px 2px;
}

/* PAGINATION */
.pagination {
    font-family: "Myriad Set Pro", "PT-Sans", "Roboto", sans-serif;
    margin-top: 20px;
    float: right;
}
.pagination a{
    padding: 10px;
    border: 1px solid #ccc;
    color: #BD1A20;
}

.pagination strong{
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: bolder;
}
select#options {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
    width: 90%;
    background-color: #fff;
    border: 1px solid #BD1A20;
    background: url('../images/down.png') no-repeat #fff;
    background-position:95% 50%;

}

h2.description {
    font-family: "Myriad Set Pro", "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 1.55;
}

.award img {
    margin: 0 0 0 -15px;
    width: 100%;
    height: auto;
    overflow: hidden;
}