@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html, body, #title {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    font-size: 62.5%;
}

em {
    font-style: italic;
}

#title, #kaleid, #pratima, #alma, #ts{
    background: #e5e7d7;
}

#schedule, #media-partner{
    width: 90%;
    padding: 5%;
    background: #e8472a;
    line-height: 2.0em;
}

#kaleid, #pratima, #alma{
    border-bottom: 1px solid black;
}

#video iframe{
    width: 100%;
    margin: 0% 0% 5% 0%;
    height: 500px;
}

#schedule h3{
    text-align: center;
    margin-bottom: 3%;
    color: #fff;
}

#schedule .column-12{
    margin: 2% 0%;
}

#info{
    background: #6fddcc;
}

#arrow{
    position: fixed;
    right: 100px;
    bottom: 50px;
    z-index: 100;
    display: none;
}

#arrow img{
    width: 50px;
    height: 50px;
    opacity: 0.7;
}

#media-partner p{
    padding-right: 5%;
    padding-left: 25%;
    display: inline-block;
}

#media-partner .column-12{
    text-align: center;
    padding: 5% 0% 0% 0%;
}

#media-partner .column-12 p{
    padding: 0%;
}

#media-partner img{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

a, a:visited{
    color: inherit;
}

a:hover{
    text-decoration: none;
}

p{
    font-size: 1.6em;
    font-family: 'montserratlight', Arial, sans-serif;
}

h1{
    display: none;
    width: 100%;
    position: absolute;
    font-family: 'montserratregular', "Arial Bold", sans-serif;
    font-size: 10.0em;
    color: #e8472a;
    text-align: center;
}

h2{
    display: none;
    width: 100%;
    margin-top: 25%;
    font-family: 'montserratlight', Arial, sans-serif;
    font-size: 3.0em;
    text-align: center;
}

h3{
    color: #e8472a;
    font-size: 4.0em;
    font-family: 'montserratregular', "Arial Bold", sans-serif; 
}

h3 a{
    text-decoration: none;
}

h4{
    font-size: 3.0em;
    font-family: 'montserratregular', "Arial Bold", sans-serif; 
}

h5{
    font-size: 2.6em;
    font-family: 'montserratregular', "Arial Bold", sans-serif;
    margin-bottom: 5%;
}

.disabled-link:hover, .disabled-link:focus {
    cursor: not-allowed;
    text-decoration: line-through !important;
}

.center-text {
    text-align: center;
}

.center-row{
    width: 100%;
    position: absolute;
}

.bottom-row{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10%;
    display: none;
}

.bottom-row p{
    width: 50%;
    /*margin: 0% 25%;*/
    float: left;
    text-align: center;
    display: inline-block;
}

.press-links a, .bottom-row a{
    text-decoration: none;
    font-size: 3.0em;
    color: #e8472a;
    font-family: 'montserratregular', "Arial Bold", sans-serif;
}

.press-links a:hover, .bottom-row a:hover{
    text-decoration: underline;
}

#triangles{
    width: 100%;
    height: 100%;
    display: none;
}

#magnifier{
    display: none;
}

#magnifier img{
    display: none;
    width: 100%;
}

.company-list{
    width: 100%;
    font-family: 'montserratlight', Arial, sans-serif;
    font-size: 3.0em;
    color: #000;
    text-align: center;
    display: none;
}

.company-list li{
    margin: 10% 0%;
}

.company-list a{
    text-decoration: none;
}

.company-list a:hover{
    font-family: 'montserratregular', "Arial Bold", sans-serif;
}

.column-3{
    width: 25%;
    float: left;
}

.column-4{
    width: 33%;
    float: left;
}

.column-6{
    width: 50%;
    float: left;
}

.push{
    padding-left: 25%;
    text-align: center;
}

.column-8{
    width: 67%;
    float: left;
}

.column-12{
    width: 100%;
    float: left;
}

.four-image-column{
    width: 20%;
    margin: 0% 2.5%;
    padding: 0% 0% 2.5% 0%;
    float: left;
}

.text-section{
    padding: 1.25% 5%;
    width: 90%;
    font-size: 2.0em;
    line-height: 2.2em;
}

.text-section:first-child{
    padding-top: 5%;
}

.text-section:last-child{
    padding-bottom: 5%;
}

.company-section{
    width: 90%;
    padding: 5%;
}

.company-section p{
    margin-bottom: 2.5%;
    line-height: 1.8em;
}

.company-section .column-4{
    margin: 1%;
}

.company-section .column-4 img{
    width: 50%;
    margin: 0%;
}

.company-section .column-4 h3{
    margin: 0% 0% 5% 0%;
}

.company-section .column-4 h4{
    color: #6fddcc;
    margin: 0% 0% 5% 0%;
}

.company-section .column-6{
    width: 48%;
    margin: 0% 1%;
}

.company-section .column-8{
    width: 63%;
    margin: 1%;
}

.company-section .column-12{
    margin: 1% 0%;
}

.company-section .column-12>p:last-child{
    margin-bottom: 0%;
}

#footer{
    background: #e8472a;
    padding: 1% 0%;
}

#footer p{
    width: 100%;
    color: #fff;
    text-align: center;
}

@media all and (max-width: 900px){
    .hide-mobile{
        display: none;
    }
    h1{
        font-size: 7em;
    }
    h2{
        margin: 0% 0%;
    }
    .center-row{
        top: 100px;
    }
    #schedule .column-3{
        width: 50%;
        padding-bottom: 5%;
    }
    .center-row .column-4{
        width: 100%;
    }
    #magnifier img{
        width: 20%;
        margin: 0% 40%;
    }
    .company-list li{
        width: 35%;
        margin: 2.5% 7.5%;
        float: left;
    }
}

@media all and (max-width: 700px){
    h1{
        font-size: 4em;
    }
    h2, .company-list{
        font-size: 2em;
    }
    .center-row{
        top: 75px;
    }
    #magnifier{
        margin: 5% 0%;
    }
    .bottom-row a{
        font-size: 2em;
    }
    .bottom-row .push {
        padding-left: 25%;
    }
    #media-partner p{
        text-align: center;
        width: 100%;
        padding: 0%;
    }

    #media-partner img{
        width: 50%;
        padding: 2% 25% 0% 25%;
    }

    #media-partner .column-6{
        width: 100%;
        margin-top: 25px;
    }
    #schedule .column-12{
        text-align: center;
    }
    #arrow{
        right: 50px;
        bottom: 50px;
    }
    #arrow img{
        width: 33px;
        height: 33px;
    }
    .owl-carousel {
        margin-bottom: 5%;
    }
    .text-section{
        font-size: 1.6em;
        line-height: 1.6em;
        padding: 2.5% 5%;
    }
    .push{
        padding: 0%;
    }
    .four-image-column{
        width: 45%;
        margin: 0% 2.5%;
        padding: 0% 0% 2.5% 0%;
    }
    .company-section .column-4, .company-section .column-6, .company-section .column-8{
        width: 100%;
    }
    /*.company-section .column-4 img{
        display: none;
    }/*
    .company-section .column-6:first-child{
        margin-bottom: 5%;
    }
    #footer{
        padding: 5%;
    }

    #footer p{
        width: 90%;
    }
}