@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}

@media(min-width:1350px){
    .container {
        width: 1320px;
    }
}

@media(min-width:1470px){
    .container {
        width: 1440px;
    }
}

@media(min-width:1660px){
    .container {
        width: 1400px;
    }
}

@media(max-width:767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ibox {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.ibox img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content {
    width: 1100px !important;
    max-width: 90%;
    height: 700px !important;
    max-height: 80% !important;
    margin: 0;
}
.fancybox-caption {
    border: none;
    text-align: center;
    font-size: 16px;
}
.zoomDiv {
    z-index: 8;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}
@media(min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    z-index: 1;
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
}
@media(max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.tranform-0{
    transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    -webkit-transform: translate(0)!important;
}


@media screen and (min-width: 1200px) and (max-width:1440px){
	.container {
    width: 95%;
    margin: 0 auto;
}
	}