

@font-face {
    font-family: 'BauerBodoniBT-Roman';
    
    src: url('https://d2c1fda2nt03oi.cloudfront.net/monclerfont/BauerBodoniBT-Roman/style_659.eot');
    src: url('https://d2c1fda2nt03oi.cloudfront.net/monclerfont/BauerBodoniBT-Roman/style_659.eot?#iefix') format('embedded-opentype'), 
        /* url('https://d2c1fda2nt03oi.cloudfront.net/monclerfont/BauerBodoniBT-Roman/style_659.woff') format('woff'),  */
        /* url('https://d2c1fda2nt03oi.cloudfront.net/monclerfont/BauerBodoniBT-Roman/style_659.ttf') format('truetype'),  */
        url('https://d2c1fda2nt03oi.cloudfront.net/monclerfont/BauerBodoniBT-Roman/style_659.svg#BauerBodoniBT-Roman') format('svg');
    font-weight:normal;
    font-style: normal;
}



html, body {
    width:100%;
    height:100%;
    text-align:center;
    font-size: 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding:0;
}
input {
    border-radius:0;
}
input[type='submit'],
a {
    cursor:pointer
}

#wrapper {
    width: 100%;
    background: #000;

    margin: 0 auto;
    min-height: 100%; /* Set to minimum height so overflow doesn't get hidden */
    overflow-y: hidden; /* HIDE overflow; I know, it doesn't make much sense */
    position: relative;
}

#container {
    max-width: 1280px;
    width: 90%;
    min-height: 95%;
    margin: 0 auto;
    background: #f1f1f1;
}


#top-menu {
    height: 60px;
    width: 100%;
    background-color: #fff;
    position: relative;
    margin: 0 auto
}

#top-menu #logo {
    position: absolute;
    left: 77px;
    top: 12px;
    height: 92px;
    width: 97px;
    display: block;
    overflow: hidden;
    z-index: 85;
}

#top-menu .listmenu {
    position: absolute;
    width: 1024px;
    top: 20px;
    right: 20px;
    overflow: visible;
    color: #b2b2b2;
    background: transparent;
    font-size: 13px;
    text-align: right;
    line-height: 18px;
    letter-spacing: .08em;
}

#top-menu ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#top-menu ul li {
    display:inline;
    padding-right: 23px;
}

#top-menu ul li:after {
    content: "/";
    padding-left: 27px;
    font-size: 16px;
}
#top-menu ul li:last-child:after {
    content: "";
    padding-left: 0px;
    font-size: 0px;
}

#top-menu ul li a:link, #top-menu ul li a:visited {
    color: #b2b2b2;
    text-decoration:none;
}

#top-menu ul li a:hover {
    /*color: #333*/
	cursor:default;
} 

#top-menu ul li a:active,
#top-menu ul li a.active {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

#top-ref {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color:#000;
    font-size:13px;
    font-weight:bold;
    position:absolute;
    right:3px;
    top:-21px;
    text-decoration:none;
}

#container #footer {
    position: absolute;
    width: 90%;
    bottom: 0px;
    left: 5%;
    font-size: 12px;
    /* color: #dedede; */
    letter-spacing: .08em;
    /*width: 1280px;
    margin-left: -640px;
    left: 50%;*/
    color:#fff;
    background: #000;
    padding: 20px 0;
}

#container #footer div {
    text-align: left;
}

#container #footer div.footer-info {
    margin-bottom: 0px;
    float: left;
}

#container #footer div#lang_sel {
    float: right;
}

#container #footer a {
    color: #fff;
    text-decoration:none;
}

#container #footer .titlewebsite,
#container #footer a.active {
    font-weight:bold;
}

#mob-loc {display:none;}


#container .big_button {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    font-weight: 700;
    -webkit-transition: background .2s,color .2s,border .2s;
    -moz-transition: background .2s,color .2s,border .2s;
    -o-transition: background .2s,color .2s,border .2s;
    transition: background 0.2s,color 0.2s,border 0.2s;
    /* padding: 15px 20px 11px; */
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0;
    width: 230px;
    height: 45px;
    line-height: 47px;
    font-size: 13px;
    text-decoration:none;
	letter-spacing: 2px;
}
    

.error-label {color:#f00;}
.error-label a {color:#f00;}

ul.errors {
    padding-left: 0;
    color: red;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    list-style: none;
}

/* start select */
select#gender {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border: none;
    font-size: 14px;
}

span.jcf-select.jcf-unselectable.jcf-select-field {
    width: 100%;
    /* height: auto; */
    min-width: initial;
    margin: 0;
    color: #333;
    background: transparent;
    border: 1px solid #b3b3b3 !important;
    height: 45px;
}

.jcf-select span.jcf-select-text {
    margin-left: 0;
    padding: 12px 17px 10px;
    line-height: 21px;
    text-align: left;
}

.jcf-select .jcf-select-opener:before {
    content: ""
}

.jcf-select .jcf-select-opener {
    font-family: "icons", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 43px;
    background: transparent;
    vertical-align: middle;
    top: 16px
}

.jcf-select.jcf-drop-active .jcf-select-opener {
    font-family: "icons", sans-serif; 
     speak: none; 
     font-style: normal; 
     font-weight: normal; 
     font-variant: normal; 
     text-transform: none; 
     line-height: 1; 
     -webkit-font-smoothing: antialiased; 
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
    content: "";
}

.jcf-select span.jcf-select-opener {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 3px;
    background: none;
    display: inline-block;
    width: 16px;
    height: 1px;
}

.jcf-select  span.jcf-select-opener:after,
.jcf-select  span.jcf-select-opener:before  {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform 0.3s;
    content: "";
    float: left;
    width: 8px;
    height: 1px;
    background: #333
}

.jcf-select  span.jcf-select-opener:before {  
-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.jcf-select  span.jcf-select-opener:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.jcf-select.jcf-drop-active span.jcf-select-opener:before {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.jcf-select.jcf-drop-active span.jcf-select-opener:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -moz-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    -o-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

.jcf-list span.jcf-option {
    padding: 12px 17px 10px;
    font-size: 14px;
    text-align: left;
    background: #f1f1f1;
}

.jcf-list span.jcf-option.jcf-selected,
.jcf-list span.jcf-option.jcf-hover {
    background: #e6e6e6;
    color: #000;
}

.jcf-list  span.jcf-option {
    background: #f1f1f1;
    font-size: 14px;
    padding: 12px 17px 10px;
    text-align: left;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #b3b3b3 !important;
}

.jcf-select-drop span.jcf-option.jcf-hover, 
.jcf-select-drop span.jcf-option.jcf-selected {
    cursor: pointer
}

.jcf-select-drop .jcf-list .jcf-list-content {
    width: 100% !important;
}

/* end select */

/* start checkbox */
span.jcf-checkbox {
    border: none;
    background-color: #fff;
    height: 20px;
    width: 20px;
    margin: 0;
}
span.jcf-checkbox.jcf-focus,
span.jcf-checkbox.jcf-checked,
span.jcf-checkbox.jcf-pressed {
    border-color: #f1f1f1 !important;
    height: 20px;
    width: 20px;
    margin: 0px;
}

.jcf-checkbox.jcf-checked span {
    margin: -6px 0 0 -6px !important;
    background: #b3b3b3;
    width: 12px;
    height: 12px;
    /* transform: rotate(0); */
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border: none;
}

span.jcf-checkbox.jcf-unchecked.jcf-focus {
    border-color: #f1f1f1 !important;
    background: #fff;
}

/* end checkbox */

/* start scrollbar */

.mCustomScrollBox .mCSB_scrollTools{
    opacity: 1 !important;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    width: 30px !important;
    height: 100%;
    top: 50px !important;
    right: 0;
    background: #f1f1f1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f1f1f1 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: transparent !important;
    width: 2px;
    border: 1px solid #ddd;
    height: 30% !important;
}

.mCSB_container {
    margin-left: 30px;
    padding: 0px 20px 0px 0px;
}

/* end scrollbar */

/* MEDIA QUERY */


/* start */
@media (max-height: 550px){
    
    #wrapper,
    #container{
        width: 100%;
        height: auto;
        min-height: 0;
        min-width: 0;
    }
    
    #main {
        margin-top: 50px;
        height: auto !important;
    }
    
    #container #footer {
        position: relative;
        width: 100%;
        bottom: 0px;
        left: 0 !important;
        right:0 !important;
        font-size: 12px;
        /* color: #dedede; */
        letter-spacing: .08em;
        color: #fff;
        background: #000;
        padding: 20px 0 !important;
    }
    
}

@media Screen and (min-width: 1300px) {
    
    #container {
        width: 1280px;
    }

    #container #footer {
        width: 1280px;
        margin-left: -640px;
        left: 50%;
    }
    
    #top-menu #logo {
        left: 20px;
        margin-left: 0
    }
    
    #top-menu .listmenu {
        width: 745px;
        height: auto;
        right: 15px;
        font-size: 13px;
    }
    
    #top-menu ul li {
        padding-right: 16px;
		letter-spacing:2px;
    }
    
    #top-menu ul li:after {
        padding-left: 21px;
        font-size: 14px
    }
    
}
@media (max-width: 1100px){
    
    #container #footer div#lang_sel, 
    #container #footer div.footer-info {
        text-align: center;
        clear: both;
        float: inherit;
        padding: 5px 0;
    }
}

@media (max-width: 800px){
    
    #top-menu .listmenu {
        width: auto;
        font-size: 11px;
    }
        
    #top-menu #logo {
        left: 30px;
    }  
    #top-menu ul li {
        padding-right: 11px;
    }
    
    #top-menu ul li:after {
        padding-left: 16px;
        font-size: 12px;
    }
    
}

/* start mobile version */

@media (max-width: 750px){
    
    #container,
    #container #footer {
        width: 100%;
    }
    
    #main {
        margin-top: 50px;
    }
        
    #top-menu #logo {
        top: 5px;
        height: 50px;
        width: 55px;
        margin-left: -27px;
        left: 50%;
    }  
    
    #top-menu {
        height: 30px;
    }

    #top-menu #logo img {
        width: 100%;
        height: 100%;
    }
    
    #top-menu .listmenu {
        /* width: 100%; */
        font-size: 10px;
        line-height: 15px;
        letter-spacing: .02em;
        top: 30px;
        right: 0;
        background: #ddd;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 5px;
        width: 100%;
    }

    #top-menu ul li {
        padding-right: 2px;
    }

    #container #footer {
        left: 0;
        font-size: 10px;
        padding: 0;
        right: 0;
    }
    
    #top-menu ul li:after {
        padding-left: 2px;
        font-size: 10px;
    }

    #top-menu ul li:after {
        content: "/";
        padding-left: 2px;
        font-size: 10px;
    }
    
    #container #footer div#lang_sel {
        padding: 15px 5px 0px;
    }
    #container #footer div.footer-info {
        padding: 10px 5px 5px;
    }

}




/* test comment */