#NewsTxt {
	margin-top: 0;
}

#BoxAbout {
	float: left;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgb(203, 203, 203);
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url("/assets/img/Model-range.jpg");
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	background-size: cover;
}

#CallCenter {
	float: right;
	font-size: 16px;
	width: 300px;
	height: 210px;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	clear: none;
	min-height: 0px;
	background-color: rgba(255, 255, 255, 0.74902);
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: rgb(125, 125, 125);
	font-family: arial;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Adr {
	float: right;
	font-size: 16px;
	width: 300px;
	height: 210px;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0px;
	margin-top: 20px;
	clear: right;
	min-height: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: rgb(125, 125, 125);
	font-family: arial;
	display: block;
	background-color: rgba(255, 255, 255, 0.74902);
}

#tth_textspan {
	float: none;
	font-size: 25px;
	line-height: 1em;
	font-family: 'Bebas Neue Book';
	color: rgb(237, 107, 33);
}

#tth_textspan1 {
	float: none;
	font-size: 32px;
	line-height: 1em;
	font-family: 'Bebas Neue Book';
	color: rgb(0, 0, 0);
}

#tth_textspan2 {
	float: none;
	font-size: 1em;
	line-height: 1em;
	color: rgb(45, 146, 255);
}

#tth_textspan2:hover {
	color: rgb(0, 0, 0);
}

#tth_textspan3 {
	float: none;
	font-size: 25px;
	line-height: 1em;
	font-family: 'Bebas Neue Book';
	color: rgb(45, 146, 255);
}

@media only screen and (max-width: 650px) {

	#BoxAbout {
		height: auto;
		padding-top: 200px;
	}

	#CallCenter {
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}

	#Adr {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

}

@media only screen and (max-width: 360px) {
	#NewsTxt {
		padding-right: 10px;
		padding-left: 10px;
	}

	#CallCenter {
		text-align: center;
	}

	#Adr {
		text-align: center;
	}
}
