@media only screen and (min-width: 1141px) {
	/*-----BODY -----*/
	body {}

	/*-----WRAPPER -----           url(../../images/.png) fixed bottom,  */
	#wrapper {
		background: 
		url(../../images/ak47left.png) no-repeat fixed 1% bottom,
		url(../../images/ak47right.png)no-repeat fixed 99% bottom,
		url(../../images/graident.png) repeat-x fixed 0 bottom;
		background-color: #1d181f;
		/*url(../../images/ak47left.png)repeat-x fixed left bottom;/*be on the bottom fixed to the left no reapeat */
		/*url(../../images/ak47right.png)no repeat fixed right bottom,/* bottom fixed to the right no reapeat */
		/*url(../../images/glockt.png) fixed center bottom, /* bottom fixed center no reapeat */
		/*url(../../images/moutline.png)repeat-x fixed 10% bottom, /**/
		/*url(../../images/graident.png) repeat-x fixed 0 bottom; /**/
		
	}

	/*-----CONTAINER -----*/
	#container {
		margin: 2em auto;
		box-shadow: 0px 0px 25px #FFFFFF;
		
		
	}

	/*-----HEADER -----*/
.slides li img {
	
	
}
	/*-----NAVigation -----*/
.nav {
	
	padding: 0;
	
}
.nav ul li {
	
}
.nav ul li a {
	padding: .7em;
	
	border: 1px solid #306E73; 
	
	
	-moz-transition: color 0.9s ease;
	transition: color 0.9s ease;
	-moz-transition: background 0.9s ease;
	transition: background 0.9s ease;
}
.nav ul li a.active {
	color: #ff5335;  
	
}

/*sub menu*/	
.nav ul li ul li  {	
	-moz-transition: background 0.9s ease;
	transition: background 0.9s ease;
	-moz-transition: color 0.9s ease;
	transition: color 0.9s ease;

	display:block;
	background-color: rgba(0,0,0,0.75);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dd000000', endColorstr='#dd000000'); /* IE */
	
}
.nav ul li ul li a:hover {
	color: #ff5335;
	
}





	/*-----CONTENT -----*/
#indexptagid p {
	background-color: #fff; 
	opacity: .8;
	
}

/*-----Form -----*/
fieldset {
	max-width: 60%;
}
textarea  {
	
	width: 80%;
}
#checkbox label {
	
	
	
}
#checkbox input {
	
}




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


} /* end desktop  */