html {
	/*background-image: url("/images/bg_vesna.jpg");*/
	/*background-image: url("/images/bg_leto.jpg");*/
	/*background-image: url("/images/bg_osen.jpg");*/
	/*background-image: url("/images/bg_zima.jpg");*/
	background-image: url("/images/bg_ny.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#FCFDF3;
	background-size: cover;
	background-position: center;
}
body {
	padding-bottom: 0px;
	margin-bottom: 0px;

	
	background-image: url("/images/bgMobile.jpg") !important;
	background-position: center top 103px;
	background-repeat: no-repeat;
	background-color: transparent !important;




}

.bgcolored {

	background-color: #fcfdf3;

}

.wrap {
	background-color: transparent;

}

.row .pagination {
	display: inline-block;
	margin-top: 5px;
}


.navbar_top {
	background-color: #EA5606;
	position: absolute;
	top:  0px;
	left:  0px;
	width: 100%;
	position:  fixed;
	text-align: center;
	z-index: 1000;


}

.navbar_top>#nav-main-Top {

	display: block;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 998px;

}
.navbar_top li>a{
	color:  #fff;
}

.navbar_top .dropdown a {
	color: #105289;
}

.topic-poster.responsive-hide {
	display: inline-block;
	float: left;
}

dl.row-item dt a {
	display: inline-block;
}

.flSearch  {
	display: none !important;
}

.flDiv {
	background-color: #EA5606 !important;
	text-align: left;
	color: #fff;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	display: inline-block;

}

.flDiv a:link, .flDiv a:visited {
	color: #fff;
	text-decoration: underline;
}

.flDiv a:hover {
	text-decoration: none;

}
.flCopyright {
	width: 30%;
	display: block;
	float: left;
}

.flNav {
	width: 65%;
	display: block;
	float: right;
}

.flCounters {
	text-align: center;
	background-image: url(/images/fut3.jpg);
	background-repeat: no-repeat;
	
	background-size: 100% auto;

}

.flCounters>table>tbody>tr>td {
	
	padding: 5px;
	
}



.search-header {
	box-shadow: 0 0 10px #cccccc;
	border: 1px solid #dddddd;
	margin-right: 25px;
	margin-top: 60px;
}

#divADB {

	
	text-align: center;
	background-color: #000000;
	opacity: 0.9; /* Полупрозрачный фон */
	filter: alpha(Opacity=90); /* Прозрачность в IE */
	position:absolute;
	z-index:9999;
	top: -12px;
	left: -20px;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: fixed;
	display: none;

}

#divADB p{
	color: #E85200;
	font-size: 18px;
	font-weight: bold;
	opacity: 1; /* Полупрозрачный фон */
	filter: alpha(Opacity=100); /* Прозрачность в IE */
	width: 280px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

}


div.head {
	
	background-image: url("/images/bgMobileTop.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 38px;
}
div.Innerhead {
	height: 160px;
	background-image: url("/images/bgMobileTopBg.gif");
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	max-width: 998px;
	margin: 0 auto;
}
div.Butterfly {
	height: 160px;
	background-image: url("/images/butterflyBg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 116px;
	display: inline-block;
	float: left;
}
.Butterfly img {
	
	display: inline-block;
	position: relative;
	top: 45px;
}
.Slogan {
	height: 160px;
	width: calc(100% - 111px);
	background-image: url("/images/bgInnerHeadLeft.gif");
	background-position:right top;
	background-repeat: no-repeat;
	float:left;
	display: inline-block;
	text-align: left;
	margin-left: -5px;


}

.Slogan img {
	display: inline-block;
	position: relative;
	top: 41px;
	
}

.SloganText {
	border-radius: 10px;
	background-color: #E85200;
	color: #FFF;
	float: right;	
	width: 50%;
	padding: 20px 15px;
	margin-top: 35px;
	margin-right: 30px;
	font-size: 11px;	

}

div.GoogleAds {
	width: 100%;
	max-width: 998px;
	margin: 0 auto;
	display: block;
	height: 130px;
	background: transparent !important;
	margin-top: 7px;

}

div.YandexAds {
	width: 100%;
	max-width: 988px;
	
	display: block;
	/*height: 100px;*/
	/*background: transparent !important;*/
	margin-top: 7px;

}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
	.wrap {
		margin: 0 auto;
	}
}


@media only screen and (max-width: 1020px), only screen and (max-device-width: 1020px) {
	.wrap {
		margin: 0 12px;
	}

	.flCopyright {
		width: 40%;
	}

	.flNav {
		width: 55%;

	}

	.SloganText {
		margin-top: 35px;
	}


}


@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	.Slogan img {
		width: 255px;
	}
}





@media only screen and (max-width: 800px), only screen and (max-device-width: 800x) {

	.flCopyright {
		width: 100%;
		float: none;
	}

	.flNav {
		width: 100%;
		float: none;
		margin-top: 20px;

	}

	.Slogan img {
		width: 235px;
	}

	.SloganText {
		font-size: 10px;
	}




}

@media only screen and (max-width: 750px), only screen and (max-device-width: 750x) {


	.Slogan img {
		width: 220px;
		margin-left: -20px;
		margin-top: 10px;
	}

	.SloganText {
		font-size: 10px;
		width: 55%;
	}


	body {

		background-image: none !important;

	}


}
@media only screen and (max-width: 700px), only screen and (max-device-width: 534px) {

	.dropdown-contents {
		width: 150px;
		right: 10px;
	}


}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700x) {


	.SloganText {
		display: none;
	}

	.Slogan img {
		width: 294px;
		float: right;
		margin-right: 30px;
	}

}
@media (max-width: 500px) {
	p.jumpbox-return {
		display: block;
	}
}

@media only screen and (max-width: 470px), only screen and (max-device-width: 470x) {


	.Slogan img {
		width: 100%;
		max-width: 294px;
		float: right;
		margin-right: 30px;

	}

}

@media only screen and (max-width: 430px), only screen and (max-device-width: 430x) {


	.Slogan img {
		width: 100%;
		float: right;
		margin-right: 25px;
		
	}

}

@media (max-width: 350px)  {
	.dropdown-extended .dropdown-contents {
		width: 200px;
		margin-left: -60px !important;


	}

}
