html, body { 
    height: 100%; 
}

*{
    margin: 0;
    padding: 0;
}

@media all and (min-width: 1400px){
    .information_box{
        margin-top: 44%;
        position:relative;
        top: 6%;
    }

    .sign_up_dropdown li a{
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .language_link{
        padding-bottom: 7px !important;
        padding-top: 7px !important;
    }

    .fifth_layer{
        background-position: 0 -170px;
    }

    .fifth_layer_info{
        display: block !important;
        margin-top: 300px !important;
    }

}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .information_box{
        margin-top: 14%;
        position:relative;
        top: 6%;
    }
}

@media all and (max-height: 960px){
    .information_box{
        margin-top: 40%;
    }

    .sub_text{
        font-size: 17px  !important;
    }

    .sign_up_dropdown li a{
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .language_link{
        padding-bottom: 7px !important;
        padding-top: 7px !important;
    }

    .fifth_layer{
        background-position: 0 50%;
    }
}

@media all and (max-height: 696px) and (max-width: 1360px){

    .join_text{
        width: 46% !important;
    }

    .information_box{
        margin-top: 27% !important;
    }

    .big_text{
        font-size: 45px  !important;
    }

    .sub_text{
        font-size: 15px  !important;
    }

    .sign_up_dropdown li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .language_link{
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }

    .fifth_layer{
        background-position: 0 50%;
    }
}

@media all and (max-height: 864px) and (max-width: 1154px){

    .join_text{
        width: 46% !important;
    }

    .information_box{
        margin-top: 33%;
    }

    .big_text{
        font-size: 45px  !important;
    }

    .sub_text{
        font-size: 15px  !important;
    }

    .sign_up_dropdown li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .language_link{
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }

    .fifth_layer{
        background-position: 0 50%;
    }
}

@media all and (max-height: 768px) and (max-width: 1024px){
    .join_text{
        width: 46% !important;
    }

    .information_box{
        margin-top:28%;
    }

    .big_text{
        font-size: 40px  !important;
    }

    .sub_text{
        font-size: 14px  !important;
    }

    .sign_up_dropdown li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .language_link{
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }

    .fifth_layer{
        background-position: 0 50%;
    }
}

@media all and (orientation : portrait) {
    .information_box{
        margin-top: 40%;
    }
}

.horizontal_center{
    display: table-cell;
    vertical-align: middle;
}

.sub_text{
    font-size: 20px;
    text-shadow: 0 1px rgba(0,0,0,0.5);
}

a:hover{
    text-decoration: none !important;
}

.first_layer{
    background-image: url('../../img/home/background-first.jpg');
    height: 98.3%;
}

.second_layer{
    height: 576px;
}

.third_layer{
    background-image: url('../../img/home/second.jpg');
    height: 576px;
}

.fourth_layer{
    height: 576px;
}

.fifth_layer{
    background-image: url('../../img/home/background-fifth.jpeg');
    height: 576px;
}

.sixth_layer{
    height: 576px;
}

.seventh_layer{
    background-image: url('../../img/home/last-background.jpg');
    height: 576px;
}

.layer{
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position:relative;
    min-width: 1000px;
}

.black-layer-first{
    background-color: rgba(0,15,0,0.45); 
    width: 100%;
    height: 100%;
}

.black-layer-second{
    width: 100%;
    height: 100%;
}

.black-layer-third{
    background-color: rgba(61,61,1,0.35); 
    width: 100%;
    height:100%;
}

.black-layer-fourth {
    background-color: rgba(96,57,19,0.35); 
    width: 100%;
    height: 100%;
}

.menu{
    background-color: rgba(0,114,188,0.9);
    height:68px;
    width:100%;
    position: relative;
}

.f-nav { 
    z-index: 10; 
    position: fixed; 
    top: 0; 
    width:100%; 
}

.logo{
    background-image: url('../../img/home/logo_edu.png');
    background-repeat: no-repeat;
    background-size: 157px 30px;
    width: 157px;
    height:30px;
    display:block;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
}

.center_menu{
    width: 1000px;
    margin:auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.find_users_box{
    width: 41%;
    float: left;
    border: 1px solid #6dcff6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 12.5px;
    overflow: hidden;
}

.find_users_box ul{
    margin: 0;
}

.find{
    float: left;
    color: #6dcff6;
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

.find_link{
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-weight: 700;
    color:white;
    display: block;
    margin-top: 6px;
}

.find_item{
    float:left;
    border-left: solid 1px #6dcff6;
    list-style: none;
    width: 37%;
    color:white;
    cursor: pointer;
    height: 30px;
}

.find{
    width: 24.27%;
    list-style: none;
}

.find_item:hover, .find_link:hover{
    color:white;
    background-color: #6dcff6;
}

.language_box{
    position: relative;
    margin-top: 22px;
    margin-right: 2px;
    width: 160px;
    float:right;
    font-size: 11px;
}

.language_text{
    font-family: Helvetica;
    font-weight: bold;
    cursor: pointer;
}

.helvetica_bold{
    font-family: Helvetica;
    font-weight: bold;
}

.language_text:hover{
    color: #6dcff6;
}

.white_button{
    background-color: white;
    border: none;
    color: #9C9C9C;
    padding: 3px 13px;
    font-size: 12px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.white_button:hover{
    color:#9C9C9C;
}

.register_box{
    float: right;
    margin-top: 18px;
}

.register_box a{
    font-size: 11px;
}

.grey_caret{    
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: middle;
    margin-left: 10px;
    width: 0;
    margin-bottom: 3px;
}

.white_caret .caret{    
    border-top-color: white !important;
    border-bottom-color: white !important;
    margin-top: 9px;
    margin-left: 3px;
}

.next{
    position: absolute;
    left: 49%;
    bottom: -25px;
    z-index: 3;
}

.next_arrow{
    position: relative;
    z-index: 3;
}

.learn_more{
    font-weight: bolder;
    position: absolute;
    bottom: 60px;
    left: -76px;
    font-size: 17px;
    width: 200px;
    color: white;
    text-shadow: 0 1px rgba(0,0,0,0.5);  
}

.learn_more:hover{
    color: white;
}

.yellow_button{
    background-color: #FFAB3B;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAB3B), to(#E29633));
    background: -webkit-linear-gradient(#FFAB3B, #E29633);
    background: -moz-linear-gradient(center top, #FFAB3B 0%, #E29633 100%);
    background: -moz-gradient(center top, #FFAB3B 0%, #E29633 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAB3B', endColorstr='#E29633');
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: table;
    width: 100%;
    height: 54px;
    color: black;
    font-size: 24px;
    font-family:  Helvetica;
    font-weight: bold;
}

.yellow_button span{   
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 1px rgba(255,255,255,0.4);
}

.yellow_button:hover{
    color: black;
    text-decoration: none;
}

.sign_up{
    margin: 0 auto;
    margin-top: 40px;
    width: 270px;
    cursor: pointer;
}

.sign_up .active{
    width: 270px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.sign_up_dropdown{
    position: relative;
    width:100%;
    margin: 0;
    background-color: #eeeeee;
    z-index: 4;
}

.sign_up_dropdown li{
    list-style: none;
}

.sign_up_dropdown li a{
    color: #555;
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica;
}

.sign_up_dropdown li a:hover{
    background-color: #f1a400;
    color: #363636 !important;
}

.register_link, .language_link{
    font-size: 12.4px !important;
    font-family: Helvetica !important;
    font-weight: bold !important;
    color:#9C9C9C !important;
    display: block;
    text-align: left !important;
}

.register_link{
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}

.separator{
    border-bottom: 1px solid #DDD;
}

.language{
    display: block;
}

.register_link:hover, .language_link:hover{
    background-color: #ffae00 !important;
    background-image: none !important;
    background-size: auto;
    color: #555 !important;
}

.register_box .dropdown-menu{
    position: absolute;
    left: -71px;
    top: 35px;
}

.tree_position{
    position: absolute;
    right: 0;
    bottom: 0;
}

.header{
    font-size: 50px;
    font-family: 'Quicksand';
    font-weight: 300;
    line-height: 1;    
}

.paragraph{
    font-size: 18px;
    font-family: Helvetica;
    color: #636363;
}

.font_size{
    font-size: 20px;
}

small{
    font-size: 12px;
}

.text_left{
    text-align: left !important;
}

#login li{
    list-style: none;
}

.login_box{
    border: 1px solid #555;
    width: 280px;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    position: absolute;
    right: 8%;
    top:57px;
    z-index: 11;
}

.menu_contents{
    z-index: 5;
}

.login_box form{
    margin: 10px;
    padding-right: 23px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #9C9C9C;
    text-align: left;
}

.error_message_login{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#FF0000;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    padding-top:3px;
    padding-bottom:3px;
    display:table;
    width:100%;
}

.keep_me_logged{
    margin-left: 26px;
}

.icon_next{
    background-image: url('../../img/home/button_n.png.png');
    height: 48px;
    width: 47px;
}

.events_button{
    background-color: #d7d7d7;
    display: table;
    width: 200px;
    height:35px;
    float:left;
    margin-left: 30px;
    color: white;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 17px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    cursor:pointer;
}

.events_button span{
    display: table-cell;
    vertical-align: middle;
}


.events_button:hover{
    color: white;
}


.clear{
    clear:both;
}

.active_fairs{
    background-color: #00aeef ;
}

.overflow_hidden{
    overflow: hidden;
}

.submenu{
    list-style: none;
    float: left;
    text-align: left;
    width: 22%;
}

.submenu li a{
    color:white;
    font-size: 13px;
}

.title{
    color: #6dcff6;
    font-family: Helvetica;
    font-weight: bold;
    margin-bottom: 6%;
    height: 40px;
}

.footer{
    height: 270px;
    min-width: 1000px;
    background-color: #004a80;
    border-top: 1px solid #003C62;
}

hr{
    border-top: none;
    border-color: #2c80b0;
}

.list_last a{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.blue_box{
    position: relative;
    background-color: rgba(0,114,188,0.95);
    width: 100%;
    height: auto;
    border-top: 2px solid rgba(103,170,214,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.5);
    z-index: 10;
}

.sign_up_dropdown:last-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#fairs{
}

#fairs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#fairs li {
    height:298px;
    background-color: #ebebeb;
    border-bottom: 2px solid #a6a6a6;
    width: 221px;
}

.active_carousel{
    width:221px !important;
    z-index: 1;
}

.hidden {
    display: none !important;
}

.carousel_control{
    position: absolute;
    top: 42%;
    display: block;
    width: 25px;
    height: 34px;
    cursor: pointer;
}

.previous_item{
    left: 0;   
    background-image: url('../../img/home/arrow-left.png');
}

.next_item{
    right: 0;
    background-image: url('../../img/home/arrow-right.png');
}

.quicksand_title{
    font-family: "Quicksand";
    font-weight: 700;
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.higher_line{
    line-height: 1.2;
}

.grey_text{
    color: #555;
    font-family: Helvetica;
    vertical-align: bottom !important;
    text-align: left;
    margin-left:  20px;
    margin-right: 20px;
}

.grey_text img{
    margin-left: 0 !important;
}

.grey_text i{
}
.azul{
    color: #00aeef;
}

.black{
    color: black;
}

#fairs .learn{
    font-weight: bold;
    font-family: Helvetica;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.relative{
    position: relative;
}

.find_us span{
    color: #6dcff6;
    font-family: Helvetica;
    font-weight: bold;
}

.find_us_text{
    margin-top: 7px;
}

#login_button{
    margin-right: 8px;
    cursor: pointer;
}

.second_layer_information{
    width: 57%;
}

.second_layer_image{
    width: 42%;
}

.border_bottom{
    border-bottom: 3px solid rgba(0,0,0,0.5);
}

.font13{
    font-size: 13px;
}

.calendar{
    margin-bottom: 5px;
    margin-right: 7px;
}

input:-webkit-autofill{
    background-color: #FFF !important;
}

.calendar_div{
    margin-left: 20px !important;
    margin-top: 8px !important;
    margin-bottom: 20px ;
}

.join_text{
    width: 53%;
    margin: 1.6% auto;
}

.buttons_container{
    display: table;
    height: 35px;
    margin: 3% auto 5%; 
}

.mobile-find {
    display: none;
}