@charset "utf-8";
/* CSS Document */


@media screen and (min-width:850px) and (max-width:1400px) {
	
	.colr {  
border-left: 1px dashed  #8F928B;   
}
}


@media screen and (min-width:800px) and (max-width:850px) {

.coll { 
width:96%;  
float:none;
border-bottom: 1px dashed #625C5C;     
}

.colr { 
width:60%;  
float:none; 
margin: 0 auto; 
}		
	
} 

@media screen and (min-width:700px) and (max-width:800px) {

.coll { width:92%;  
float:none;
margin: 0 auto;
border-bottom: 1px dashed #625C5C;     
}

.colr { 
width:60%;  
float:none; 
margin: 0 auto; 
}	

.poisk { 
	left: 430px;
	top: 30px;
}
	
	
}

@media screen and (min-width:600px) and (max-width:700px) {

.coll { 
width:92%;  
float:none;
margin: 0 auto;
border-bottom: 1px dashed #625C5C;     
}

.colr { 
width:60%;  
float:none; 
margin: 0 auto; 
}		

.poisk { 
	left: 330px;
	top: 30px;
} 
}


@media screen and (min-width:300px) and (max-width:600px) {
	
.sptaxi {  
 padding:7px 0 7px 0;
 list-style: none;  
 }
  

.coll { 
width:92%;  
float:none;
margin: 0 auto;
border-bottom: 1px dashed #625C5C;     
}

.colr { 
width:80%;  
float:none; 
margin: 0 auto; 
}

.content { 
margin-top: 20px;
}	

.poisk { 
	left: 330px;
	top: 30px;
}

.header { 
height: 160px;   
position: static;
}

.logo {
	width: 270px;
	height: 90px;
	margin:0 auto;  
}

.poisk { 
	position: static;
	margin:20px auto 0 auto; 
}
	
	
}






/*Styles for screen 600px and lower*/
@media screen and (max-width: 630px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;  
  	}
  	nav li a {
		border-bottom: 1px solid #D8A00E;
		border-right: 1px solid #D8A00E;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #FFB724;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #D8A00E;
	}
}




