@media only screen and (min-width: 1141px) {
/*-----BODY -----*/
	body {
		background-image: url(../img/background.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}

/*-----WRAPPER -----*/
	#wrapper {}

/*-----CONTAINER -----*/
	#container {
		margin: 2em auto;
		border: 1px solid #888;
	}

/*-----HEADER -----*/
header {
	background-color: rgba(0, 0, 0, 0.8);
}


/*-----NAVigation -----*/
nav {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#272727)); /*Android*/
	background: -webkit-linear-gradient(top, #3f3f3f 0%, #272727 100%); /*Safari, Chrome*/
	background: -o-linear-gradient(top, #3f3f3f 0%, #272727 100%); /*Opera on windows*/
	background: linear-gradient(to bottom, #3f3f3f 0%, #272727 100%);
	float: none;
	width: 100%;
}

nav ul li {
	border-right: solid 1px rgba(0, 0, 0, 0.7);
	border-left: solid 1px rgba(255, 255, 255, 0.1);
	float: left;
}

nav ul li a {
	background: transparent;
	border: none;
}

/*Sub Menu Items*/
nav ul li ul {
	z-index: 99;
	position: absolute;
	left: -999em;
	width: 10em;
}

nav ul li ul li {
	float: none;
	border-right: none;
	border-bottom: solid 1px #333;
}

nav ul li:hover ul {
	left: auto;
}


/*-----CONTENT -----*/
#content {
	float: none;
	width: 100%;
}

#content .hero {
	background-image: url(../img/robin-large.jpg);
	background-position: center -60px;
	background-repeat: no-repeat;
	height: 400px;
}

#content article.col50 {
	width: 46%;
	float: left;
	clear: none;
}

#content .sliders {
	display: flex;
	justify-content: space-between;
}

#content .flexslider {
	width: 45%;
}


/*----- FOOTER -----*/


}
