/*RESET GENERIC CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent }
ol, ul {list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
:focus {outline:none; }
a {outline:0;}
a img {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width:0px; line-height:0px; font-size:0px;}



::-webkit-scrollbar {display:none;}


@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: 300;
    font-style: normal;
}


body, html{
    height: 100%;
    font-family: "Montserrat", sans-serif;
    background: #000;
    font-weight: 300;
    /*overflow: hidden;*/
}


.main_menu{
    margin: 0 auto;
    width: 1280px;
    height: 720px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: slideBg 15s linear infinite 0s;
    animation-timing-function: ease-in-out;
    background-image: url("../images/slides/bg_slide1.jpg") ;
    background-color: black;
}

@keyframes slideBg{
    0%{
        background-image: url("../images/slides/bg_slide1.jpg") ;
    }
    
     25%{
        background-image: url("../images/slides/bg_slide2.jpg") ;
    }
    
     50%{
        background-image: url("../images/slides/bg_slide3.jpg") ;
    }
    
    75%{
        background-image: url("../images/slides/bg_slide4.jpg") ;
    }
    
     100%{
        background-image: url("../images/slides/bg_slide5.jpg") ;
    }

}





a  { 
    text-decoration: none;
    }

a:hover, a:focus, a:active {
    text-decoration: none; 
    /*background-color: rgba(250,250,250,0.2); */
    border: 0; 
    outline: none;
    }

#top{

    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}
#hero{
    height: 100%;
    background:url("../images/hero.png") no-repeat;
    /*background-size: cover; */
    background-position: center top;
    position: relative;
}

#hero::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    display: block;
    position: absolute;
    top: 0;
    left:0;
    z-index: 1;
}

#hero header { 
    width: 940px;
    margin: 0 auto;
    background: #555;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
}



.btn-exit{
    position: fixed;
    display: block;
    width: 62px;
    height: 62px;
    padding-top: 43px;
    margin-top: 40px;
    text-align: center;
    margin-left: 40px;
    background: url("../images/btn_exit.png") no-repeat top left;
}

.btn-exit span{
    letter-spacing: 4px;
    color: #CFDDE2;
    font-size: 16px;
}



.btn-explore{    
    display: block;
    padding: 150px 0px 0px 0px;
    margin: 0 auto;
    width: 200px;
    height: 80px;
    text-align: center;
    background: url(../images/btn_explore.png) center 25px no-repeat;
}

.btn-explore a{
    letter-spacing: 4px;
    color: #CFDDE2;
    font-size: 16px;
    margin-left: 6px;
    padding: 10px 40px;
    border: 2px solid #e0e0de;
}

.btn-explore a:hover, .btn-explore a:focus, .btn-explore a:active {
    text-decoration: none; 
    color: #000;
    background-color:#CFDDE2; 
    border: 2px solid #CFDDE2;
    outline: none;
    }


.page-titles{
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom:40px;
    margin: 0 auto;
    text-align: center;
    color: #CFDDE2;
}

.page-titles h1{
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 600;
}


.hero-titles{
    display: block;
    width: 100%;
    padding-top: 300px;
    padding-bottom:40px;
    margin: 0 auto;
    text-align: center;
    color: #CFDDE2;
}

.hero-titles h1{
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 400;
}

.hero-titles h2{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 32px;

}

.wrap{
   
    width: 100%;
    height: auto;
    background: #242322;
    margin: 0 auto;
}

.content{
    width: 100%;
    margin: 0px auto;
    padding: 100px 0px;
    background: #242322;
}

.content a { display: block; text-decoration: none; }



.content a.item:hover , .content a.item:focus, .content a.item:active {
    text-decoration: none; 
    background-color: #CFDDE2;
    border: 0; 
    outline: none;
    }


.item{
    margin: 60px auto;
    width: 800px;
    height: 257px;
    text-align: left;
    padding: 25px 50px;
    overflow: hidden;
}


.item img{
    display: inline-block;
    float: left;
}

.description{
    display: inline-block;
    padding: 15px 20px;
    width: 360px;
    color: #CFDDE2;
    
}

.description h3{
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
    text-transform: uppercase;
    
}

.description p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 300;    
    margin-bottom: 20px;
}

.description .contact{
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 19px;
    margin-bottom: 0;
}

.content a:hover .description , .content a:focus .description, .content a:active .description {
    color: #242322;
    }

.footer{
    width: 100%;
    margin: 0 auto;
    background: #181b1c;
}

.link-to-top{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 50px 0;
    text-decoration: none;
    
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
}

.link-to-top a{
    text-decoration: none; 
    color: #CFDDE2;
    padding: 10px 40px;
    border: 2px solid #CFDDE2;
}

.link-to-top a:hover,.link-to-top a:focus,.link-to-top a:active {
    text-decoration: none; 
    color: #000;
    background-color:#CFDDE2; 
    border: 2px solid #CFDDE2;
    outline: none;
    }


:focus {
    outline:none !important;
}
    

.language-menu{
    width: 100%;
    margin: 0 auto;
    background: #353131;
}

.btn-language{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 50px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
}

.btn-language a{
    text-decoration: none; 
    color: #CFDDE2;
    padding: 30px 40px;
    border: 2px solid #000;
}

.btn-language a:hover,.btn-language a:focus,.btn-language a:active{
    text-decoration: none; 
    color: #000;
    background-color:#CFDDE2; 
    border: 2px solid #CFDDE2;
    outline: none;
    
    }

.btn-language .active {
    text-decoration: none; 
    color: #CFDDE2;
    background-color:#000; 
    border: 2px solid #000;
    outline: none;
}


