@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media all and (max-width: 1000px) {
	.header_wrapper {
		background: #cd2121;
		border-bottom: 8px solid #b8ac7c;
		border-top: 7px solid #b01c1c;
		height: auto;
		padding-bottom: 10px;
	}
	.header {
		max-width: 90%;
	}
	.logo {
		height: auto;
		min-width: 250px;
		padding-bottom: 10px;
		padding-top: 10px;
		width: auto;
	}
	.header_right {
		max-width: 50%;
		padding: 10px 0;
		width: 400px;
	}
	.header_right ul {
		margin-bottom: 14px;
	}
	.menu ul li a {
		padding: 0 10px;
	}	
	.jquery-responsive-select-menu {
		color: #cd2121;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		margin: 10px auto;
		padding: 5px 10px;
		text-align: left;
		text-transform: uppercase;
		width: calc(100% - 100px);
		border: 1px solid #CD2121;
	}
	.jquery-responsive-select-menu option {
		font-size: 14px;
		padding: 4px 10px;
		border: medium none;
	}
	.jquery-responsive-select-menu option.first-option {
		border-bottom: 1px solid #CD2121;
	}
	.rosette {
		top: 80px;
	}
	.banner {
		max-width: 100%;
		height: 280px;
	}
	#rotator {
		height: 280px;
		max-width: 100%;
	}
	#rotator img {
		max-width: 100%;
		height: auto;
	}
	.description, .content_left {
		display: block;
		margin: auto;
		max-width: 58%;
		padding: 10px 0;
		width: auto;
	}
	.commercial, .sidebar {
		display: block;
		margin: 10px auto;
		max-width: 40%;
		width: auto;
	}
	.content_top {
		max-width: 90%;
		margin: auto;
	}
	.description.fltleft img {
		max-width: 100%;
	}
	.colum {
		border: medium none;
		height: auto;
		margin: auto 1%;
		max-width: 31%;
		width: auto;
	}
	.content_bottom {
		max-width: 90%;
	}
	.content_bottom img {
		height: auto !important;
		max-width: 100%;
	}
	.colum_pic {
		height: auto;
	}
	.footer {
		max-width: 100%;
	}
	a.more {
		text-align: right;
		float: right;
		clear: right;
	}
	img {
		max-width: 100%;
	}
	.banner2 {
		max-width: 100%;
		height: auto;
	}
	.banner2 span {
		color: #cd2121;
		left: auto;
		padding: 10px;
		text-align: center;
		top: auto;
		width: 100%;
		z-index: 999;
	}
	.banner2 span {
		clear: both;
		color: #cd2121;
		display: block;
		left: auto;
		margin-bottom: 0px;
		padding: 20px 0;
		position: relative;
		text-align: center;
		top: auto;
		width: 100%;
		z-index: 2147483647;
	}
	.banner2 > img {
		display: none;
	}
	.search {
		margin: 0 auto 34px;
		width: auto;
	} 
	.search_field {
		background-size: 100% 100%;
		width: calc(100% - 34px);
	}
	.formcol, .formcol1 {
		padding: 20px;
		max-width: 100%;
		margin: 10px auto;
	}
	.content_left.fltleft iframe {
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}
}
@media all and (max-width: 750px) {
	.description, .content_left {
		float: none;
		margin: 10px auto;
		max-width: 100%;
	}
	.commercial, .sidebar {
		max-width: 100%;
		float: none;
		margin: 10px auto;
	}
	.colum {
		float: none;
		margin: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.colum_pic {
		clear: left;
		float: left;
		height: auto;
		margin-right: 10px;
		width: 298px;
	}
	.footer_left, .footer small {
		float: none;
		margin: auto auto 10px;
		max-width: 100%;
		text-align: center;
	}
	.footer_nav ul li {
		display: inline-block;
		float: none;
	}
}
@media all and (max-width: 640px) {
	.banner {
		height: 180px;
	}
	#rotator {
		height: 200px;
	}
	.colum_pic {
		clear: none;
		float: none;
		height: auto;
		margin: auto;
		margin-bottom: 10px;
		margin-left: 0;
	}
}
@media all and (max-width: 590px) {
	.header_right {
		clear: both;
		display: block;
		float: none;
		margin: auto;
		text-align: center;
		width: auto;
	}
	.logo {
		display: block;
		float: none;
		margin: auto;
		text-align: center;
	}
	.header_right ul li {
		display: inline-block;
		float: none;
	}
	.rosette {
		top: 30px;
	}
	.logo, .header_right {
		margin-left: 0;
		max-width: 80%;
	}
	.header_right ul li:last-child {
		background: none;
	}
	.header_right ul {
		clear: both;
		display: block;
		float: none;
		margin-bottom: 14px;
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.jquery-responsive-select-menu {
		width: 100%;
	}
	.formcol, .formcol1 {
		max-width: 100%;
		padding: 0;
	}
}
@media all and (max-width: 440px) {
	.banner {
		height: 100px;
	}
	.logo, .header_right {
		margin-left: auto;
		max-width: 100%;
	}
	.rosette {
		display: none;
	}
}