html {
	font-size-adjust: 100%;
}
/*.qick{ display:none; }*/
figure img, .save figure img {
	max-width: 100%;
	height: auto;
}
.flexslider .slides img {
	display: block;
	width: 100%;
}
.clearBoth {
	clear: both;
}
.select-options li {
	line-height: 18px!important;
}

/* Mobile Portrait Sizes(devices and browsers) */
@media only screen and (min-width: 200px) and (max-width: 479px) {
	.top .col-lg-6 {float: left;padding: 0;width: 50%;}
	.header-middle .col-lg-8 img{max-width: 100%; margin: 10px 0;}
	.header-middle-right {text-align: center; margin: 10px 0;floaT: none;}
	.page-header {
background-attachment:scroll;
background-size:cover;
}
	}

/* Mobile Landscape (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		.top .col-lg-6 {float: left;padding: 0;width: 50%;}
	.header-middle .col-lg-8 img{max-width: 100%; margin: 10px 0;}
	.header-middle-right {text-align: center; margin: 10px 0; floaT: none;}
	}

/* Tablet Portrait (devices and browsers) */
@media only screen and (min-width : 768px) and (max-width : 1002px) {
		.top .col-lg-6 {float: left;padding: 0;width: 50%;}
		.header-middle-right {text-align: center; margin: 10px 0; floaT: none;}
	}

/* Tablet Portrait (devices and browsers) */
@media only screen and (min-width : 1003px) and (max-width : 1150px) {}

/* Mobile Landscape (devices and browsers) */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
}
