a {
	color: #333; /* Цвет обычной ссылки */
	text-decoration: none; /* Убираем подчеркивание у ссылок */
	font-weight: bold;
   }
   a:visited {
    color: #800080; /* Цвет посещённой ссылки */
   } 
   a:hover {
    color: #800000; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
   }   
   body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
font-family: Tahoma, Geneva, sans-serif;
}
.cntr
{
	margin-left: auto;
	margin-right: auto;	
}
.langchange
{
	position: static;
	float: right;
	padding: 10px 10px 20px 10px;
	margin-top: 15px;
	margin-right: 20px;
	}

.logotxt {
	float: left;
	margin: 10px 10px 10px 25px;
}
.padr {padding-right: 30px; }
.logotxt a:hover{text-decoration: none;	}
.logoimg {
	float: left;
	margin: 10px 10px 10px 25px;
	display: none;
}
.categorylinks {
	text-align: center;
	padding: 0px 10px 0px 10px;
}
.categorylinks a {
	text-decoration: none;
}
.logoimgauto {
	float: left;
	margin: 10px 10px 10px 25px;
	display: none;
}
.logoimg img{border-radius: 10px; }
.logoimgauto img{ border-radius: 10px; }
.logoimg a:hover {text-decoration: none;	}
.inputbtn {
	background-color: #339;
	border: 1px solid #CCC;
	width: 55px;
	height: 55px;
	border-radius: 4px;
	background-image:url(../img/lupa.png);
	background-position:center;
	background-repeat:no-repeat;
}
.giveadv {
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	color: #FFF;
	border-radius: 5px;
	float: right;
	text-align: center;
	height: 50px;
	font-weight: bold;	
	padding: 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgb(102, 22, 153);
	background: -moz-linear-gradient(90deg, rgb(102, 22, 153) 30%, rgb(105, 86, 224) 70%);
	background: -webkit-linear-gradient(90deg, rgb(102, 22, 153) 30%, rgb(105, 86, 224) 70%);
	background: -o-linear-gradient(90deg, rgb(102, 22, 153) 30%, rgb(105, 86, 224) 70%);
	background: -ms-linear-gradient(90deg, rgb(102, 22, 153) 30%, rgb(105, 86, 224) 70%);
	background: linear-gradient(0deg, rgb(102, 22, 153) 30%, rgb(105, 86, 224) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
}
.giveadv a{color:#FFF;}
.giveadv a:hover{
	color:#F63;
}
.roundedlogo {border-radius: 12px; }
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.topheader {max-width: 1200px;}
.imgblockcat {
	padding: 5px;
	border-radius: 10px;
	background-color: #FFF;
	width: 49px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 15px;
}
.reklm {
	border: 0px;
	max-width: 100%;
    height: auto;
}
.catimg
{
	height: 60px;
	width: 180px;
}
.navbox {
	max-width: 1200px;
	padding-top: 10px;	
}
.autorize {
	position: static;
	float: right;
	padding: 10px 35px 20px 10px;
	margin-top: 15px;
	margin-right: 20px;
}
.clearlc { clear: both; }
.txtpoisk {
	margin-top: 0px;
	padding: 0px 5px;
	float: right;
}
.txtpoisk a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.objavaheader {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	padding-bottom: 5px;
}
.objavabody {
	text-align: justify;
	text-indent: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 11px;
	color: #333;
	padding-bottom: 10px;
}	
.searchfield {
	display: table;
	width: 100%;
}
.form-control {
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-box-sizing: border-box;
	z-index: 2;
	border: 1px solid #CCC;
	height: 55px;
	width: 99%;
	padding-left: 15px;
}
.myinput {
	padding: 10px;
	display: table-cell;
	float: left;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;	`
}
.footcounter {
	float: right;
	display: table-cell;
	padding: 25px 25px 25px 15px;
}
.footcopyright {
	text-align: center;
	font-size: 14px;
	float: left;
	padding: 25px 15px;
}
.footcounter img {
	float: right;
}    
.navlinks {
	text-align: center;
	background-color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}
.navlinks a{
	color: #FFF;
}
.footlinks {
	max-width: 1200px;
	}
	
.objavaphoto
{
	width: 67px;
	height: 67px;
	text-align: center;
}

.fmy
{
	padding-left:10px;
	text-align:left;
}
.fmo
{
	color:#888;
}

.dopnav {
	max-width: 1200px;
	background-color: #CCC;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(150,163,152,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), 	color-stop(100%,rgba(150,163,152,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(150,163,152,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(150,163,152,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(150,163,152,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(150,163,152,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#96a398',GradientType=0 ); /* IE6-9 */
}
.dopnavul {
	list-style: none outside none;
	padding-left: 0px;
	display: table;
	margin-top: 5px;
	margin-bottom: 10px;
}
.dopnavuldiv {
	padding-right: 15px;
	padding-left: 15px;
}
.dopnavli {
	float: left;
	padding: 10px 20px;
}
.descriptionsite {
	font-size: 14px;
	padding: 3px 25px;
	text-align: justify;
	text-indent: 35px;
}
.descriptionsite img{
	float:left; height: 60px; margin-right:20px
}
.desccontent {
	max-width: 1200px;
	margin-bottom: 10px;
	background-color: #B3DBF7;
}
.goodcontent {
	max-width: 1200px;
	margin-bottom: 20px;
}
.leftcontent {
	width: 70%;
	float: left;
}
.rightcontent {
	width: 30%;
	float: left;
	min-height: 100px;
}

.box-categories {
	margin: 5px;
	background-color: #FFF;
	border-radius: 10px;
	border: 5px solid #CCC;
	padding: 15px 20px;
	text-align: center;
}
.box-categories a:hover {
		background-color: #000;
}
.list-categories li {
	display: inline-block;
	padding-bottom: 10px;
}
.list-categories {
	padding-top: 15px;
	margin-top: 0px;
	margin-left: 0px;
	list-style: none outside none;
}
.vipobtxt {
	font-weight: bold;
	text-align: center;
	padding: 15px 15px 0px 15px;
	text-transform: uppercase;
	color: #306;
	font-size: 16px;
}
.rounded {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}
.roundedx {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}
.roundedy {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.roundedo {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 0px 0px;
}

.objavaitem {
	padding: 5px 20px;
	text-align: center;
}
.rightcontentin {
	margin-left: 12px;
	margin-right: 12px;
	min-width: 140px;
	background-color: #9ED2F5;
}
.leftcontentin {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #C6E4F9;
	padding: 20px;
}
.imgadv {
	text-align: center;
	background: url('images/reklama.png');
	text-align: center;
	vertical-align: middle;
	height: 250px;
	background-size: contain;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-size:contain;
}
.cattext {
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CECECE;
}
.footer_menu a{
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
	max-width: 1200px;
	font-size: 10px;	
}
.srchpanel {
	background-color: #CCC;
	height: 100%;
	width: 100%;
	background-color:#999;
	margin-bottom: 5px;
}
.poiskinput {
	border-radius: 4px;
	z-index: 2;
	position: relative;
	border: 1px solid #CCC;
	height: 55px;
	display: table-cell;
	width: 99%;	
}
.fonbody {
	height: 100%;
	width: 100%;
	background-color: #21b9fb;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;  
}
.scbtn {
	height: 40px;
	width: 40px;
	background-image: url(../img/ikonki.png);
	background-repeat:no-repeat;
	float: right;
	margin: 5px;
}
.counter {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.stopheader {
	width: 100%;
	background-color: #21b9fb;
}

	@media screen and (max-width: 768px) { 
			.rightcontent {
			min-height: 100px;
			margin-top: 10px;
			float: none;
			width: 100%;
			}
			.leftcontent {
			width: 70%;
			float: none;
			width: 100%;
			}
			.imgblockcat {float:none;}
			.dopnavli {padding: 9px 12px;}
			.form-control {
			padding-left: 7px;
			}
			body {font-size: 12px;}
			.padr {padding-right: 20px;}
			a (word-wrap: break-word;)
			.objavaphoto {width: 40px;}
	}