@charset "utf-8";
/* Responsive */

/* Делаем весь сайт в 1 колонку */
@media only screen and (max-width : 600px) {
body {
	min-width:100%;
	background-color:#fff;
	font: 1em/1.5em Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #66625f;
}
#full {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
* html #full {
	height:100%;
}
#page {
	padding: 0 0 20px 0; 
	width: 100%;
}
 
#content {
	overflow: hidden;
	padding: 0; 
}
#wrapper {
	width: 100%;
	float: none;
	margin-right: 0;
}
#content1 {
	margin-right: 0;
}

#container2 {
	width: 100%;
	float: none;
	margin-left: 0;
}
#main_content {
	margin-left: 0;
	text-align: left;
}
#main_content h1 {
	text-align: center;
}
.clearing {
	height: 0;
	clear: both;
}




#header {
	height: auto;
	background:none;
	padding-bottom: 20px;
	position: relative;
}
#logo {
	background:url(/images/bp/logo-260.png);
	background-repeat:no-repeat;
	width: 260px;
	height: 58px;
	margin: 20px auto;
	background-position: 50% 50%;
}
#header .wcf {
	background:none;
	width: 0;
	height: 0;
	display: none;
}
#headblock {
	width: 100%;
	padding: 15px;
	margin: 10px 0;
    background: rgb(255,255,255); /* для не поддерживающих rgba */
    background: rgba(255,255,255,0.6); /* для нормальных браузеров */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* для родного IE */
    zoom: 1; /* затычка для IE */
    border: 1px solid #aeca68;
    border-radius: 15px; /* радиус для нормальных браузеров */
    -moz-border-radius: 15px; /* для Gecko браузеров */
    -webkit-border-radius: 15px; /* для Webkit браузеров */
    -khtml-border-radius: 15px; /* для KDE браузеров */
	color: #000;
}
#headblock h1 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #bb7403;
	text-transform: uppercase;
	text-align: center;
}
#headblock h2 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
#aboutexpo {
    line-height: 1.3em;
	font-size: 0.8em;
}

#bgopenmenu {
	display: block;
	background: #5c8200;
	width: 100%;
	padding-left: 10px;
	height: 40px;
}
#openmenu {
	display: block;
	background:url(/images/bp/openmenu.png);
	background-repeat:no-repeat;
	width: 41px;
	height: 28px;
	margin: 5px 10px;
	float: right;
}
#openmenu a {
	display: block;
	width: 41px;
	height: 28px;
}
#upm {
	font-size: 1em;
}
#upmenu #upm {display: none;}
.smalldev #upm {display: inline-block !important;}



#leftcol {
	width: 100%;
	float: none;
}
#leftcol * {
	text-align: center;
}
#rightcol {
	width: 100%;
	float: none;
}
#footer {
	width: 100%;
	height: auto;
	font-size: 0.8em;
}

.mypad {
	padding: 0 10px;
}

}

@media only screen and (max-width : 240px) {
#logo {
	background: url("/images/bp/logo-200.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	width: 100%;
	height: 45px;
	margin: 15px auto;
}
}