/************************************************************************************
smaller than 1024px
*************************************************************************************/ 
@media screen and (max-width: 1024px) {
.wrapper{width:100%}
.banner-big{width:1020px;}
}


/************************************************************************************
smaller than 980px
*************************************************************************************/ 
@media screen and (max-width: 980px) {

.banner-big {width: 100%;}
.faclts li { display: inline-block; float: none;}
.faclts{text-align:center;}
.fclt{text-align:center;}
.fclt li {  display: inline-block;float: none;}
.gallery-list {text-align: center;}
.gallery-list > li{float:none; display:inline-block;}
.banner-slider { width: 100%;}
}

/************************************************************************************
smaller than 900px
*************************************************************************************/
@media screen and (max-width: 900px) {

}

/************************************************************************************
smaller than 800px
*************************************************************************************/
@media screen and (max-width: 800px) {
.header-left { float: none;  text-align: center; padding-top: 10px;}
.header-right {  float: none; width: 100%;}
.banner-big{padding:0; background:none; height:auto;}
.left-content{width:100%; padding-right: 25px;}
.right-content { float: none; margin: 0 auto;padding: 0 15px;}
.icons{float:none;padding-right:0px;}
.alignright { float: none;  padding-bottom: 30px;padding-top: 30px;text-align: center;}
.icons ul li{float:none;display:inline-block;}
.footer-2{background:none;}
.products-list .mr0{display:none;}
.zoom-section {width: 100% !important;}
.col-main {width: 100% !important;}
.itemslider-thumbnails	{max-width:255px !important;}
.bknw{margin-top: 25px;}
.contact-data p {  text-align: center;}
.contect-form textarea{width:100%;}
.contect-form input{width:100%;}
.contect-form { margin-bottom: 20px;}
}
/************************************************************************************
smaller than 768px
*************************************************************************************/

@media screen and (max-width: 768px) {

}
/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px) {
.orange-block > img{display:none !important;;}
}
/************************************************************************************
smaller than 600px
*************************************************************************************/
@media screen and (max-width: 600px) {

}
/************************************************************************************
smaller than 568px
*************************************************************************************/
@media screen and (max-width: 568px) {

}
/************************************************************************************
smaller than 480px
*************************************************************************************/
@media screen and (max-width: 480px) {
.org-txt b{font-size: 18px; line-height: 35px;}
.org-txt span{font-size: 18px;}
.orange-block { padding-right: 30px;width: auto;}
.orange-block > img{display:none;}
.fancybox.quick-utton{width:100%;}
.contect-form textarea{width:100%}
.contect-form .btn { margin-left: 0; margin: 0 auto;}
}

/************************************************************************************
smaller than 360px
*************************************************************************************/
@media screen and (max-width: 360px) {

}


/************************************************************************************
smaller than 320px
*************************************************************************************/
@media screen and (max-width: 320px) {
.right-content {width: 100%;}
}

