
.topboxsearch{
	background: url("../images/topbox3.jpg");
	height: 436px;
	padding-top: 140px;
	text-align: center;
}
.topboxsearchlabel{
	color: #E4E0E0;
	font-size: 240%;
}
.topboxsearchinputs{
	margin: 50px auto;
}

.modulheader{
	margin: 80px 100px 40px;
	font-size: 180%;
	border-bottom: 2px solid rgba(187, 241, 186, 0.28);
	padding-bottom: 10px;
	background-color: rgba(43, 255, 37, 0.02);
}

.modulcontent{
	overflow: auto;
	margin: 0px 100px;
	white-space: nowrap;
}
.modulimg{
	display: inline-block;
	position: relative;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
.modulimg a{
	display: block;
	color: #FFF;
}
.modulimginnermidl{
	top: 50%;
	font-size: 160%;
	margin-top: -30px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 5px #000;
	height: 60px;
}

.modulimginnermidl span{
	font-size: 80%;
}

.modulcontent.loc{
	margin-bottom: 60px;
}
.modulcontent.country{
	overflow: hidden;
	border: 1px solid rgba(70, 201, 53, 0.08);
}

.modulcontent .modulimg img{
	height: 240px;
	vertical-align: middle;
}

.countriesCell {
	float: left;
	width: 20%;
	padding: 15px;
	border: 1px solid rgba(70, 201, 53, 0.08);
}
.countriesCell img{
	width: 26px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}

.countriesCell div a{
	margin: 10px 0px;
	color: #278190;
	text-decoration: none;
	font-size: 125%;
	display: inline-block;
}

.countriesCell div a:hover{
	color: #FFB18C;
}

.categoriesRow {
	margin: 0 auto;
	margin-top: 60px;
	width: 90%;
	white-space: normal;
}
.categoriesRow a{
	white-space: nowrap;
}
.categoriesCell {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.categoriesCell img {
	width: 70%;
}

.categoriesCell a {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
	color: #000;
	font-size: 120%;
	text-decoration: none;
}
.categoriesCell a:hover {
	color: #FFB18C;
}
.content_box{
	padding: 80px 0px;
	white-space: normal;
}
.content_cell{
	padding: 20px 20px;
	display: inline-block;
	width: 33%;
	min-width: 300px;
	white-space: normal;
	vertical-align: top;
	font-size: 110%;
	color: #999;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #02D6FB;
}
.qscontent{
	position: relative;
}
.qsbtns{
	width: 42px;
	height: 68px;
	position: absolute;
	background: url("../images/mCSB_buttons.png");
	top: 50%;
	margin-top: -34px;
	cursor: pointer;
}
.qsleft{
	left: 30px;
	background-position: 0 0;
}
.qsright{
	right: 30px;
	background-position: 42px 0;
}
.qsbtns:hover{
	background-position-y: 68px;
}
.countriesCell a span{
	font-size: 60%;
	color: #333;
	padding-left: 3px;
}
.about1 p{
	margin-top: 0px;
}

.about1{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	-moz-column-rule: 1px dotted #ccc;
	-webkit-column-rule: 1px dotted #ccc;
	column-rule: 1px dotted #ccc;
	padding: 10px;
	margin: 0 auto;
	font-size: 110%;
	color: #818181;
	padding-bottom: 60px;
}

.phoneaddreses_l, .phoneaddreses_r {
	width: 50%;
	float: left;
	padding: 0 60px;
	margin-bottom: 60px;
}
.phoneaddreses_l {
	text-align: right;
	border-right: 1px solid rgb(131, 219, 222);
	line-height: 140%;
}
.phoneaddreses_l span {
	background-color: rgba(209, 252, 180, 0.17);
}
.phoneaddreses_title {
	font-size: 120%;
	margin: 20px 0;
	font-weight: bold;
	color: #02ACCA;
}


.st-about #main h1, .st-developers #main h1{
	text-align: center;
	margin-top: 80px;
}

.prabout{
	width: 62%;
  padding: 5px;
  margin: 0 auto;
  font-size: 110%;
  color: #999;
  padding-bottom: 60px;
}
.geo{
	padding-top: 1em;
}


/* .about2, .about3{
	width: 50%;
	float: left;
	padding-bottom: 120px;
}
.strong{
	font-size: 110%;
	margin: 20px 0;
	font-weight: bold;
	color: #02ACCA;
}
.ab_l, .ab_r{
	display: inline-block;
	width: 50%;
	padding: 2px 10px;
	font-size: 120%;
}
.ab_3{
	font-size: 90%;
} */





@media screen and (max-width:1200px) {
	.categoriesCell img {
		width: 80%;
	}
	.content_cell{
		width: 49%;
		min-width: 250px;
	}

}


@media screen and (max-width:840px) {
	.localitysearchbox{
		width: 40%;
	}
	.qsbtns{
		display: none;
	}
	.modulcontent{
		margin: 0px 10px;
	}
	.modulheader{
		margin: 40px 10px;
		font-size: 160%;
	}
	.countriesCell {
		width: 33%;
	}
	.categoriesRow {
		width: 100%;
		font-size: 90%;
	}
	.categoriesCell img {
		width: 85%;
	}
	.content_cell{
		min-width: 150px;
	}
}


@media screen and (max-width:520px) {
	.localitysearchbox, .changetype, select.tbsiclass, input.tbsiclass.searcbtn{
		width: 90%;
		margin: 10px auto;
	}
	.topboxsearch{
		padding-top: 50px;
	}
	.topboxsearchinputs{
		margin: 30px auto;
	}
	input.tbsiclass.searcbtn {
		margin-top: 20px;
	}
	.tbsiclassrent input{
		width: 44%;
	}
	.modulheader{
		margin: 10px 50px;
		text-align: center;
	}
	.countriesCell {
		width: 50%;
	}
	.categoriesRow {
		width: 90%;
	}
	.categoriesCell {
		width: 90%;
	}
	.categoriesCell img {
		width: 70%;
	}
	.content_cell{
		width: 100%;
	}
	.about1{
		width: 100%;
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;

	}
	.phoneaddreses_l, .phoneaddreses_r {
		width: 100%;
		float:none;
		text-align: left;
	}
}
