@charset utf-8;


/*-----------------------------------responsive code here-----------------------------------*/

/*                                      1920x1080 */
/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px) {

}
 
/* ============================================== */


/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 1280px) {

 .nav > li > a {padding: 6px!important; 
 /*-webkit-border-radius:5px;*/

 -webkit-padding: 6px; }


}
 
/* ============================================== */

@media (min-width:992px) and (max-width:1200px){
.nav > li > a {padding:8px 16px; }

.sleder-min-height{ min-height:400px;}
}


/* ============================================== */
@media screen and (min-width: 980px) {

}
 
/* ============================================== */

                         
/* ============================================== */
@media screen and (max-width: 979px) {

}
 
/* ============================================== */

/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}
 
/* ============================================== */

/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

}
 

 @media (min-width:768px) and (max-width:991px){
.nav > li > a {font-size:14px; padding:8px 4px; }

}

/* ============================================== */

/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

}
 
/* ============================================== */

/* ============================================== */

 

 @media only screen and (max-width:767px){
	#submenu li a::after {display: none; }
	/*#TopSubMenu .nav > li {width:100%; }*/
	/*.navbar-header{ float: none !important;
    margin: 0 auto !important;
    width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content; }*/

/*.achal_logo img {height: 60px; margin: 0 auto; }*/
.sliders {margin-bottom: 20px; width: 100%; }

.res_left{float: left!important;}
.res_right{float: right!important;}
.res_center{text-align: center!important;}
.res_block{display: block;}
}


@media screen and (min-width: 600px) and (max-width: 800px) {


}

@media screen and (max-width: 480px) {
.types h3 {font-size: 13px!important; }
}
/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */

/* ============================================== */
@media screen and (min-width: 320px) and (max-width:568px) {

}
 
/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:480px) {

}
 
/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media screen and (max-width:320px) {


}
 
/* ============================================== */

/* ============================================== */
@media screen and (min-width:240px) and (max-width:320px) {

}
 
/* ============================================== */

/* Android Portrait                       240x320 */
/* ============================================== */
@media screen and (max-width:240px) {

}
/*-----------------------------------responsive code here-----------------------------------*/