@media only screen and (min-width: 1141px) {
	
/*-----BODY -----*/
body {
	margin-top: 2%;
	margin-bottom: 2%
}

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

/*-----CONTAINER -----*/
#container {
	margin: 0 auto;
	border-radius: 10px;		
	box-shadow: 0 0 20px #CCC inset;
	
}
div.bgcolor {
	border-radius: 10px 10px 0 0;
}
/*-----HEADER -----*/
header {}
header img {
	display: block;
	-webkit-transition: margin-left .5s ease-in; 
	-moz-transition: margin-left .5s ease-in; 
	-o-transition: margin-left .5s ease-in; 
	transition: margin-left .5s ease-in;	
}

	

/*--Company logo--*/


/*-----NAVigation -----*/



/*-----CONTENT -----*/
#content {
	
}

/*COLUMNS*/


/*-----IMAGES -----*/
.w50:hover img {
         -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
         transform: scale(1.2);
		 box-shadow: 0 0 60px #000;
}
#content .w50 img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out; 			
	-moz-transition: -moz-transform 0.2s ease-in-out; 
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;	
}


/*----- SOCIAL LINKS -----*/


/*----- FOOTER -----*/
footer {
	border-radius: 0 0 10px 10px;	
}

/*OTHER STUFF*/
div.keepOpen {clear: both;}	
	
}
