html {
    height:100%
}

body {
    margin:0;
    padding:0;
    height:100%;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    line-height:24px;
    color:#000;
    font-weight:200
}

a {
    text-decoration:none
}

a img {
    border:0
}

img {
    max-width:100%
}

div, span, a, p, section, big, small {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

h1 {
    font-size:45px;
    line-height:45px;
    font-weight:300;
    margin:0 0 20px 0;
    color:#000
}

h2 {
    font-size:20px;
    line-height:20px;
    font-weight:400;
    margin:0 0 15px 0;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#000
}

h3 {
    font-size:40px;
    line-height:40px;
    font-weight:300;
    margin:0 0 20px 0;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#000
}

h4 {
    font-size:19px;
    line-height:19px;
    font-weight:400;
    margin:0 0 15px 0;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#000
}

@media (max-width:768px) {
    h1 {
        font-size:26px;
        line-height:26px;
    }
    
    h2 {
        font-size:19px;
        line-height:19px;
    }
    
    h3 {
        font-size:20px;
        line-height:20px;
    }

}

.container {
    max-width:1370px;
    margin:0 auto;
    padding:0 24px
}

.container350 {
    max-width:350px;
    margin:0 auto;
    padding:0 24px
}

.container780 {
    max-width:780px;
    margin:0 auto;
    padding:0 24px
}

.full-container {
    margin:0 auto;
    padding:0 24px
}

#bar-menu-mobile {
    position:fixed;
    right:0;
    bottom:0;
    height:100%;
    width:250px;
    background:url(../img/bg-op-w.png) repeat;
    z-index:1000;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

#bar-menu-mobile.nomenu {
    right:-100%;
}

#bar-menu-mobile #content-bar-menu-mobile {
    background:#fff;
    opacity:0.9;
    padding:0 20px 40px 20px;
    height:100%;
    width:100%;
    overflow-y:auto;
    padding-top:40px
}

#bar-menu-mobile #content-bar-menu-mobile a, #bar-menu-mobile #content-bar-menu-mobile span {
    display:block;
    color:#000;
    font-size:14px;
    line-height:14px;
    padding:12px 0;
    border-bottom:1px dotted #fff;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
    font-weight:400
}

#bar-menu-mobile #content-bar-menu-mobile a:last-child {
    border-bottom:0
}

#bar-menu-mobile #content-bar-menu-mobile img#close-bar {
    display:block;
    margin-bottom:15px;
    width:40px
}

#bar-menu-mobile #content-bar-menu-mobile .bar-submm {
    margin-top:5px;
    display:block;
}

#bar-menu-mobile #content-bar-menu-mobile .bar-submm.no-view {
    display:none;
}

#bar-menu-mobile #content-bar-menu-mobile .bar-submm a {
    display:block;
    font-size:10px;
    line-height:10px;
    padding:8px;
    margin:2px 0;
    background:#000;
    color:#fff;
    border:0;
}

#top-head {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:5;
    background:#000
}

#top-head #logo {
    width:150px;
    padding:10px 0 5px 0
}

@media (max-width:400px) {
    #top-head #logo {
        width:150px;
    }
}

#top-head #menu {
    vertical-align:middle;
    text-align:right
}

#top-head #menu a, #top-head #menu span {
    display:inline-block;
    font-size:11px;
    line-height:11px;
    color:#fff;
    margin-left:26px;
    padding-bottom:6px;
    border-bottom:1px solid #7c7c7c;
    position:relative;
    letter-spacing:1px;
    text-transform:uppercase;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}

#top-head #menu a:hover, #top-head #menu span:hover {
    border-bottom:1px solid #fff;
}

#top-head #menu span img {
    width:8px
}

#top-head #menu a.sel {
    border-bottom:0;
}

#top-head #menu span .submenu {
    position:absolute;
    width:160px;
    left:0;
    top:40px;
    visibility:hidden;
    opacity:0;
    text-align:left;
    padding-top:14px;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}

#top-head #menu span:hover .submenu {
    top:15px;
    visibility:visible;
    opacity:1;
}

#top-head #menu span .submenu .content-submenu {
    background:#fff;
    color:#000;
    border:2px solid #000;
    position:relative
}

#top-head #menu span .submenu .content-submenu a {
    display:block;
    color:#000;
    padding:16px 10px;
    border-bottom:1px dotted #000;
    margin:0;
    font-size:10px;
    line-height:10px;
    font-weight:400
}

#top-head #menu span .submenu .content-submenu a:hover {
    color:#383838
}

#top-head #menu span .submenu .content-submenu a:last-child {
    border-bottom:0
}

#top-head #menu .menu-mobile {
    display:none
}

@media (max-width:1020px) {
    #top-head #menu .menu-desktop {
        display:none
    }
    
    #top-head #menu .menu-mobile {
        display:block
    }
}

#lang-top-head {
    position:absolute;
    top:83px;
    right:20px;
    color:#fff;
    font-size:10px;
    letter-spacing:3px;
    z-index: 3
}

@media (max-width:640px) {
    #lang-top-head {
        display:none
    }
}

#lang-top-head a {
    font-weight:700;
    color:#fff
}

#lang-top-head a.sel {
    text-decoration:underline
}

#header {
    position:relative;
    width:100%;
    padding-top:60%;
    background:#000;
}

#header #slide {
    position:fixed;
    z-index:1;
    left:0;
    right:0;
    top:72px;
    z-index:0;
    height:100%
}

#header #slide img {
    opacity:0.55
}

#header #slide .callbacks_container,
#header #slide .callbacks_container ul,
#header #slide .callbacks_container ul li {
    width:100%;
    height:100%
}

#header #slide .txt-slide {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:0 200px;
    z-index:3;
    height:100%;
}

#header #slide .txt-slide .td {
    vertical-align:middle;
    color:#fff;
    font-size:30px;
    line-height:45px;
    height:100%;
    text-transform:uppercase;
    letter-spacing:4px
}

#header #slide .txt-slide .td a.btt-slide {
    display:inline-block;
    padding:15px 25px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-left:1px solid transparent;
    border-bottom:6px solid transparent;;
    margin-top:35px;
    font-size:22px;
    line-height:22px;
    color:#fff;
    text-shadow:3px -3px 0 #000;
    box-shadow:4px -4px 0 #000;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

#header #slide .txt-slide .td a.btt-slide:hover {
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    border-top:1px solid transparent;
    border-right:1px solid transparent;;
    text-shadow:-3px 3px 0 #000;
    box-shadow:-4px 4px 0 #000;
    margin-top:40px;
}

@media (max-width:780px) {
    #header #slide .txt-slide {
        padding:0 80px;
    }
}

@media (max-width:640px) {
    #header {
        display:none
    }
}

#head-page {
    width:100%;
    height:350px;
    margin-bottom:100px;
    position:relative
}

#head-page img {
    opacity:0.7
}

#head-page:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url(../img/op-b.png) repeat;
    width:100%;
    height:100%
}

#head-page h1 {
    position:absolute;
    z-index:2;
    color:#fff;
    bottom:-9px;
    left:0;
    right:0;
    width:100%;
    margin-bottom:0;
    text-align:center;
    font-size:55px;
    line-height:55px;
}

@media (max-width:560px) {
    #head-page {
        height:auto;
        margin-bottom:15px;
        margin-top:100px;
        position:relative;
        padding:0 24px;
        background-color:#fff;
        background-image:none !important
    }
    
    #head-page:after {
        background:none;
        display:none
    }
    
    #head-page h1 {
        position:relative;
        z-index:2;
        color:#000;
        margin-bottom:0;
        text-align:left;
        font-size:30px;
        line-height:30px;
    }
}

#page {
    background:#fff;
    position:relative;
    z-index:2
}

#page.page-int {
    padding-bottom:140px
}

#footer {
    padding:50px 0;
    background:#f4f4f4;
    z-index:10;
    position:relative
}

#footer .span4:nth-child(2) h3,
#footer .span4:nth-child(3) h3,
#footer .span4:nth-child(4) h3 {
    font-size:21px;
    line-height:21px;
    margin-bottom:30px
}

#footer .link-social a {
    display:inline-block;
    margin-right:10px;
    font-size:16px;
    line-height:16px;
    color:#000
}

@media (max-width:480px) {
    #footer .span4 {
        display:none
    }
    
    #footer .span4:first-child,
    #footer .span4:nth-child(2) {
        display:block;
        text-align:center
    }
    
    #footer .span4:nth-child(2) h3 {
        display:none
    }
}






/* --------- 768px - Tablet --------- */

@media (max-width:768px) {
    
    
}



/* --------- 480px - Smartphone --------- */

@media (max-width:480px) {

    
}