@charset "utf-8";

@media screen and (max-width:1215px){
	#header #nav {
		font-size:90%;
	}
	#optco div{font-size:125% !important;line-height:1.6em;}
}
@media screen and (max-width:1130px){
	#header #nav {
		font-size:80%;
	}
	#optco div{
		font-size: 110% !important;
		line-height: 1.85em;
		width: 15.8% !important;
		padding-left: 14.7% !important;
	}
}
@media screen and (max-width:1050px){
	#header #nav {
		font-size:70%;
	}
	#optco div{line-height: 1.4em;}
}
@media screen and (max-width:975px){
	#header #nav {
		width:71%;
		margin-top:60px;
	}
	#header #nav a {margin-bottom:5px;}
	#header #nav a:hover {margin-bottom:4px;}
}
@media screen and (max-width:820px){
	#body_tiles .tile {width:30%;}
	#body_tiles .tile div {width:29%;padding-right:1%;font-size:115%;}
	#body_tiles .twoCol {width:46.4% !important;}
	#body_tiles .twoCol div {width:45.4% !important;}
	#optco div{display:none;}
}
@media screen and (max-width:650px){
	#header #nav {
		width:auto;
		padding: 0 !important;
	}
	#header #nav #menu_btn {
		display:block;
	}
	#header #nav ul {
		padding: 0 !important;
		position: absolute;
		z-index: 10002;
		top:0;
		left:-166px;
		transition:left .25s ease;
		font-size:140%;
	}
	#header #nav li:hover > ul {
		left:0;
	}
	#header #nav ul ul {
		display:none;
		float:none;
		position:static;
		font-size:100%;
		z-index: 10001;
	}
	#header #nav ul li:hover > ul {
		display:block;
	}
	#header #nav ul li {
		clear:both;
		display:block;
	}
	#header #nav ul li a{
		margin:0 !important;
		clear:both;
		display:block;
		background-color: rgba(103, 83, 74, 0.85);
	}
	#nav ul ul li {
		width:166px;
		background-color:#A50000;
	}
	#body_tiles .tile, .rslides, .twoCol {
		display:block;
		width:96% !important;
		margin:2%;
	}
	#body_tiles:hover .tile{opacity:1;}
	#body_tiles .tile div{width:95%;font-size:150%;}
	#body_tiles .tile.twoCol div{width:95% !important;}
	.rslides{height:auto !important;}
	.centered-btns_nav{top:473px;}
	.centered-btns_nav.prev{left:2%;}
	.centered-btns_nav.next{right:2%;}
	#optco {
		background-size: cover !important;
	}
	#optco div {
		display:block;
		width: auto !important;
		padding: 0 !important;
		margin-left: 160px !important;
		margin-right: 3%;
	}
}
