*{
	margin: 0;
	padding: 0;
	outline: none !important;
    list-style: none;
    text-decoration: none;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    appearance: none!important;
	-webkit-box-sizing: border-box  !important;
    -moz-box-sizing: border-box  !important;
    box-sizing: border-box  !important;
    text-rendering: optimizeLegibility !important;
    text-rendering: optimizeSpeed !important;
	-webkit-font-smoothing: antialiased !important;
}

@-moz-document url-prefix() {
    * {
        font-weight: normal !important;
    }
}

img{
    border: none;
}

a{
    transition: 0.2s linear;
}

/*html{
    overflow: hidden;
}
body{
    overflow: auto;
}*/
html,body{    
    font-family: 'museo_sans700';
    font-size: 14px;
    height: 100%;
    width: 100%;
}

header{
    width: 100%;
    top: 0px;
    position: absolute;
    height: 120px;
    z-index: 99999999;
}

header:after{
    content: '';
    width: 100%;
    top: 120px;
    left: 0px;
    position: absolute;
    border-bottom: 1pt solid rgba(255, 255, 255, 0.3);
}

header:before{
    content: '';
    background: url('../images/bg_transparent.png') repeat-x;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
}

nav {
    position: relative;
    z-index: 999999;
}

header nav a:after{
    content: '';
    width: 7px;
    height: 7px;
    border: 1pt solid #fff;
    position: absolute;
    right: -2px;
    top: 5px;
}

header nav a:before{
    content: '';
    width: 3px;
    height: 3px;
    right: 0px;
    top: 7px;
    position: absolute;
    background: #fff;
}

header nav a{
    transition: 0.2s linear
}

section {
    background: #fff;
    clear: both;
    display: block;
    float: left;
    height: 100%;
    padding: 43px 0;
    position: relative;
    width: 100%;
}

section:last-child{
    padding-bottom: 80px !important;
}

header nav ul{
    text-align: center;
    padding-top: 51px;
}

header nav ul li ul{
    padding-top: 0px;
}

header a{
    color: #fff;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
}

header ul li{
    position: relative;
    display: inline-block;
}

header ul li:last-child a{
    padding-right: 0px;
}

p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-family: 'museo_sans500';
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background: #fff !important;
}

.align-center{
    float: none;
    transform: translateY(50%);
    margin: 0 auto;
}

.full{
    width: 100%;
    float: left;
    position: relative;
}

.p-16{
    font-size: 16px;
    line-height: 25px;
}

.p-20{
    font-size: 20px;
    line-height: 25px;
}

.auto-h{
    height: auto;
}

.mg-top-0{
    margin-top: 0px;
}

.pd-bottom-0{
    padding-bottom: 0px;
}

.pd-top-0{
    padding-top: 0px;
}

.no-bg{
    background: none !important;
}

.align{
    display: inline-block;
    padding-left: 47px;
}

h1,h2,h3,h4,h5,h6{
    width: 100%;
    float: left;
    font-weight: normal;
}

b{
    font-weight: normal;
    font-family: 'museo_sans900';
}

h1,.h1{
    font-family: 'museo_sans100';
    font-size: 36px;
    margin-bottom: 26px;
}

h2,.h2{
    font-family: 'museo_sans300';
    font-size: 30px;
    margin-bottom: 26px;
}

h3,.h3{
    font-family: 'museo_sans100';
    font-size: 30px;
}

h4,.h4{
    font-family: 'museo_sans300';
    font-size: 24px;
    line-height: 30px;
}

h5,.h5{
    font-family: 'museo_sans300';
    font-size: 20px;
}

h6,.h6{
    font-family: 'museo_sans900';
    font-size: 15px;
    margin-bottom: 25px;
}

.h7{
    font-family: 'museo_sans700';
    font-size: 14px;
}

.h8{
    font-family: 'museo_sans700';
    font-size: 13px;
}

.h9{
    font-family: 'museo_sans900';
    font-size: 12px;
}

.btn,
.slick-prev,
.slick-next{
    display: block;
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    position: relative;
    border: 1pt solid #505050;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.btn:after,
.slick-prev:after,
.slick-next:after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    border: 1pt solid transparent;
    box-shadow: inset 0px 0px 1px #fff;
}

.text-center{
    text-align: center;
}
.slick-prev,
.slick-next,
.btn-default{
    background: #000;
    border-color: #000000;
}

.btn-default:after{
    box-shadow: none;
    border: 2pt solid #fff;
    transition: 0.2s linear;
}

.btn-default:hover{
    background-color: #666666;
    border-color: #666666;
}

.btn-default:hover:after{
    border-color: #666666;
}

.disabled{
   background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;  
}


.btn-line-out:after{
    width: 116%;
    height: 115%;
    left: -5px;
    top: -5px;
    border-color: #000;
}

.btn-default:active:after{
    border-color: #666666;
}

.box{
    width: 100%;
    padding: 30px;
    height: 280px;
    /*min-height: 280px;*/
    /*max-height: 280px;*/
    float: left;
    color: #999999;
    position: relative;
    background: #fbfbfb;
    border: 1pt solid #e8e8e8;
}

.box-hover{
    width: 100%;
    float: left;
    margin-bottom: 75px;
    background: #fff;
    position: relative;
    border: 1pt solid transparent;
}


.box-hover:hover{
    border: 1pt solid black;
}

.box-hover:hover .image{
   -webkit-transform: scale(0.98);
}

.box-hover:hover .box{
    border-color: transparent;
    background: #fff;
}

.box-hover:hover .price-box{
    border-color: #000;
}

.box-hover:hover .link-details{
    background-color: #464646;
}

.box-hover img{
    width: 100%;
    display: block;
}

.box-hover .label{
    font-family: 'museo_sans700';
}

.box .h8{
    color: #000;
    margin-bottom: 10px;
}

.box h4{
    margin-bottom: 10px;
}

.box p{
    color: #666666;
    font-size: 12px;
    margin-bottom: 30px;
}

.box b{
    color: #666666;
}

.image{
    background: #fff;
}

.label{
    color: #fff;
    position: absolute;
    padding: 13px 47px;
    left: 30px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'museo_sans300';
    bottom: -20px;
    text-transform: uppercase;
    background-color: #c03636;
}

.legend{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.legend:before{
    content: '';
    width: 5px;
    height: 5px;
    border: 1pt solid #999999;
    right: -20px;
    top: 8px;
    position: absolute;
}

.legend:last-child:before{
    display: none;
}

.hover-slider{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hover-slider img{
    display: none;
}

.hover-slider img:nth-child(1){
    display: block;
}

.hover-img{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

button {
  appearance:push-button; /* expected from UA defaults */
  font-family: 'museo_sans700';
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}

.form .nice-select{
    margin-bottom: 10px;
}


input[type=text],
input[type=email],
select,
textarea{
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1pt solid #D8D8D8;
    padding: 16px 15px 16px 15px;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

input[type=text]:focus,
input[type=email]:focus,
select,
textarea:focus{
    border-color: #000;
    color: #000;
}


input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="checkbox"]:checked + label:before {
    background: #b64444;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

textarea{
    min-height: 90px
}

.label-form:before {
    content: "";
    display: inline-block;
    font-family: 'Fontawesome';
    border: 1px solid #999999;
    /* background-color: #fff; */
    width: 16px;
    height: 16px;
    text-indent: 0px;
    margin-right: 10px;
    vertical-align: middle;
    left: 0;
    position: relative;
    bottom: 1px;
}

.anim{
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.hover-slider-control{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

.hover-slider-control:hover{
    opacity: 1;
}

.hover-bt-control{
    width: 25%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.hover-bt-control:hover:after{
    background-color: #000;
}

.hover-bt-control:after{
    content: '';
    height: 5px;
    width: 95%;
    background: rgba(255, 255, 255, 0.54);
    position: absolute;
    bottom: 0px;
}

#nav{
    width: 100%;
    height: 280px;
    bottom: -50px;
    left: 0px;
    position: absolute;
}

.nav-content{
    height: 240px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.nav-content label{
    padding: 20px 30px;
    width: 100%;
    height: 60px;
    float: left;
    color: #fff;
    font-size: 18px;
    font-family: 'museo_sans300';
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
}

.nav-content label i{
    float: right;
    position: absolute;
    right: 0px;
    top: 8px; 
}

.nav-content .btn{
    bottom: -33%;
}

.nav-content:hover label{
    background: #000;
}

.nav-content:hover .image-nav:before{
    opacity: 0;
}

.nav-active.nav-content{
    height: 280px;
    margin-top: -40px;
}

.nav-active.nav-content .image-nav:before{
    opacity: 0;
}

.nav-active.nav-content label{
    background: #000;
}

.nav-active.nav-content .image-nav{
    opacity: 0.15;
}

.nav-active.nav-content .image-nav-content{
    height: 80%;
}

.nav-active.nav-content .description{
    display: block;
    opacity: 1;
    visibility: visible;
}

.description{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    color: #fff;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background: transparent;
}

.description .btn{
    height: auto;
}

.description .btn:hover{
    background-color: #fff;
    color: #000;
}

.description p{
    color: #fff;
    font-size: 20px;
    font-family: 'museo_sans300';
    max-height: 81px;
    overflow: hidden;
}

.description b{
    font-size: 15px;
    float: left;
    margin-top: 16px;
}

.image-nav-content{
    width: 100%;
    float: left;
    height: 75%;
    cursor: pointer;
    background: #000;
    position: relative;
}

.image-nav{
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-nav:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.2s linear;
    background: url('../images/shadow.png') no-repeat;
}

.page-title{
    margin: 0 auto;
    float: none;
    text-align: center;
    color: #999999;
}

.page-title h1{
    color: #000;
    letter-spacing: 3px;
}

.line{
    width: 55%;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    float: none;
    display: inline-block;
}

.line:after,
.line:before{
    content: '';
    width: 132px;
    height: 1px;
    top: 7px;
    display: block;
    position: absolute;
    background: #b64444;
}

.line:after{
    left: 0px;
}

.line:before{
    right: 0px;
}

.line i{
    width: 15px;
    height: 15px;
    background: #b64444;
    display: inline-block;
    position: relative;
    padding: 1px;

}

.line i:before{
    content: '';
    width: 127%;
    left: -2px;
    top: -2px;
    height: 127%;
    display: block;
    border: 1pt solid #b64444;
    position: absolute;
}

footer{
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #000;
}

#pagination{
    width: 100%;
    float: left;
    margin-top: 24px;
    text-align: center;
}

#pagination a{
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-family: 'museo_sans300';
    line-height: 60px;
    position: relative;
    text-align: center;
    border: 1pt solid #cccccc;
    display: inline-block;
    background: #cccccc;
}

#pagination a:hover{
    background: #A2A2A2;
}

#pagination a.active{
    background: #000;
    border: 1pt solid #000 !important;
}

#pagination a.active:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    border: 2pt solid #fff;
}

#pagination a.more{
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    border: 1pt solid #cccccc;
    text-transform: uppercase;
    font-family: 'museo_sans900';
}

.bg-gray{
    background: #f6f6f6;
    border-top: 1pt solid #e7e7e7;
}

.no-bg{
    background: none;
    border: none;
    height: auto;
    padding-top: 0px;
}

.nice-select-list ::-webkit-scrollbar {
    width: 7px;
}
 
.nice-select-list ::-webkit-scrollbar-track {
    background: #fff;
}
 
.nice-select-list ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.7);
}


.price-and-details{
    bottom: 0px;
    font-family: 'museo_sans900';
    margin-bottom: -19px;
    position: absolute;
    right: 30px;
    text-align: right;
    width: 100%;
}

a.price-and-details div {
    display: inline-block;
    padding: 11px 32px;
    vertical-align: middle;
}

.price-box{
    background: #fff;
    border: 1pt solid #e8e8e8;
    color: #333;
    font-family: 'museo_sans900';
    font-size: 20px;
    height: 38px;
    margin-right: -5px;
    padding: 7px 32px !important;
    transition: .2s linear;
}

.link-details{
    background: url("../images/row.png") right center no-repeat #000;
    color: #fff;
    font-family: 'museo_sans900';
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 59px !important;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}