/* CSS Document */


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.logolarge {
		text-align: center;
		margin: 0 auto;
		margin-top: 200px;
	}
	

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.container{
	width: 860px;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.logoblock{
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;

}

.searchfieldblock{
	background-color: #efefef;
	padding:30px 20px 30px 20px;
}

.logolarge {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
	


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

.logolarge {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
	

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
