/* bp Overwrite */
.container, .modal-ajax.container, .modal-iframe{
	max-width: 1176px;
}

#mainWrapper{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}


#navIcon{
	display: none;
}
	
/* Small devices (tablets, 768px and up) */


@media (min-width: 1200px) {

	body{
		/* background: red; */
	}
}

@media (max-width: 1300px) {
	
	body{ 
		/* background: pink; */
	}
		
}
@media (max-width: 1125px) {
	
	body{
		/* background: purple; */
	}
	#subContent .twitter, #subContent .facebook{
		display: none;
	}
	#subContent{
		text-align: center;
		
	}
	#subContent .mailing, #subContent .opening{
		display: inline-block;
		
	}

	
	header nav ul.menu li{
		font-size: .9em;
	}
	header nav ul.menu li.blank{
		background: url(../images/bgNavBullet.png) 100% 6px no-repeat;
	}
}
@media (max-width: 990px) {
	
	body{
		/* background: navy; */
	}
	#navCont{
		display: none;
	}
	#navIcon{
		display: block;
		position: absolute;
		right: 20px;
		background: #443d20; 
		color: #ffffff;
		border: 0px;
		top: 70px;
		padding: 0 10px;
	}
	#navIco .fa{
	
	}
	header nav ul.menu{
		margin: 49px 0;
		padding: 50px 20px;
		display: block;
		list-style: none;
		position: relative;
		max-height: none;
		width: 100%;
		text-align: center;
		color: #ffffff;
		background: #5d5737;
		position: realtive;
		clear: both;
	}
	header nav ul.menu li{
		display: block;
		clear: both;
		height: 33px;
		font-size: .9em;
		background: none;
		border-bottom: 1px #7c7552 solid;
		padding: 0;
	}
	header nav ul.menu li.blank{
		display: none;
	}
	header nav ul.menu li:last-child{
		border-bottom: 0px #cccccc solid;
		background: none;
        margin-right: 0;
	}
	header nav ul.menu li a{
		margin: 0;
		padding: 0;
		color: #ffffff;
		display: block;
		line-height: 30px;
		width: 100%;
		height: 33px;
	}
	header nav ul.menu li a:hover{
		color: #a59c64;
	}
	header nav ul.menu li.active a{
		border-top: 0px;
		border-bottom: 0px;
		color:#3d371c;
		background: #a59c64;
	}
	header #contact{
		margin-right: 0; 
		left: 20px;
		right: auto;
		top: 0;
	}
	header #email{
		margin-left: 0; 
		right: 20px;
		left: auto;
		top: 0;
	}
	.carousel figcaption{
		display: none;
	}
	footer ul#footerNav, footer ul#footerNavSub, footer em, footer #lazy{
		text-align: left;
	}
	.buttonHolder .homeButtons{
        background: transparent;
        padding: 10px;
    }
	
}
@media (max-width: 880px) {
	
	body{
		/* background: brown; */
	}
	
	header #contact{
		font-size: .8em;
	}
	header #email{
		font-size: .8em;
	}	
	
}
@media (max-width: 770px) {
	
	.main .sidePanel h2{
		background-size: auto;
		background-position: 50% 50%;
	}
	.main .sidePanel{
		padding: 0;
	}
	.main .sidePanel ul.subNav{
		background-size: auto;
		background-position: 50% 50%;
		max-width: 260px;
		margin: 0 auto;
	}
	.main .sidePanel ul.subNav li,.main .sidePanel ul.subNav li:first-child{
		background-size: auto;
		background-position: 50% 50%;
	}
	.main .sidePanel ul.subNav li:last-child{
		background-size: auto;
		background-position: 50% 100%;
	}
	
}
@media (max-width: 750px) {
	
	body{
		/* background: brown; */
	}
	
	header #contact, header #email{
		font-size: 2em;
		left: 20px;
		right: auto;
		top: 50px;
	}
	header #email{
		left: 60px;
	}
	header #contact span, header #email span{
		display: none;
	}	
	
}


@media (max-width: 660px) {
	body{
		/* background: magenta; */
	}

}
@media (max-width: 590px) {
	
	body{
		/* background: lightblue; */
	}
	header #logo img{
		width: 70%;
	}
	
	#subContent #subContentHolder {
		padding: 20px 0;
	}
	#subContent .mailing{
		display: none;
	}
	#subContent h4{
		display: none;
	}
	footer ul#footerNav, footer ul#footerNavSub, footer em, footer #lazy{
		font-size: .8em;
	}
	.carouselCont{
		display: none;
	}
}
@media (max-width: 490px) {
	
	body{
		/* background: lightgreen; */
	}
}
@media (max-width: 400px){
	
	body{
		/* background: green; */
	}
	#navIcon{
		font-size: 1.4em;
	}
	#navIcon span{
		display: none;
	}
	footer{
		font-size: .75em !important;
	}
	
	#subContent{
		display: none;
	}
}
@media (max-width: 320px) {
		
	body{
		/* background: darkgreen; */
	}
	footer .fa{
		display: none !important;
	}
	
}