// SMALLSCREEN

body{
//	background-color: red;
	padding:0px;
	margin:0px;
}

//div {
//}


p {
//	margin:5px 0;
}


.tour_container {
//	background-color: aquamarine;
	width:100%;
//	padding: 0px;
	overflow: auto;
}

.tour_container .tour_title {
}

.tour_container .tour_view {
	display: block;
	width: 100%;
//	background-color: red;
}

.tour_container .tour_text {
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	float: none;
}

.tour_container a {
//	font-size: 0.8em;
//	font-weight: @weightBold;
}

.head #logo {
	margin-left: 5%;
}

.top {
//	min-height: 350px;
}

header #left a {
	font-size: 1em;
//	margin-right:0.8em;
}

@media screen and (max-width:700px) {

	.head #logo {
//		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(../img/logo-asv-dks.png) no-repeat;
//		background-size: contain;
//		width:40%;
//		padding-top:150px;
//		margin-left: 10%;
	//	height: 150ps;
	//	padding-left: 100;
	}
}
