body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial;
	background:url('../images/body.jpg') repeat fixed;
	color:#595351;
}

a:link{
	color:#000;
	text-decoration: underline;
}
a:visited{
	color:#000;
	text-decoration: underline;
}
a:active{
	color:#000;
	text-decoration: underline;
}
a:hover{
	color:#000;
	text-decoration: none;
}

a img{
	border: none;
}

img{
	max-width: 100%;
	height: auto;
}

p{
	margin: 0px;
	padding: 0px 0px 10px 0px
}

h1{
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color:#363433;
	text-transform: uppercase;
	font-size: 24px;
}

h2{
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color:#363433;
	text-transform: uppercase;
	font-size: 20px;
}

h3{
	font-weight: normal;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	color:#363433;
	text-transform: uppercase;
	font-size: 18px;
}

h4{
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color:#363433;
	text-transform: uppercase;
	font-size: 16px;
}

h5{
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color:#363433;
	text-transform: uppercase;
	font-size: 14px;
}

#main{
	width:100%;
	text-align: center;
	background:url('../images/main-tail-top.jpg') repeat-x left top;
}

header{
	max-width: 975px;
	width: 100%;
	text-align: left;
	margin: auto;
	height: 69px;
	position: relative;
	z-index: 1;
}

.date{
	text-transform: uppercase;
	color:#92918d;
	font-size: 11px;
	margin:26px 0px 0px 278px;
	float: left;
}

.clear{
	clear: both;
}

#main_menu{
	max-width: 975px;
	width: 100%;
	margin:auto;
	background: #e5e5e5;
	height: 66px;
	border-bottom: 1px solid #d9d9d9;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: right;
	position: relative;
}

#main_menu ul{
	list-style: none;
	padding: 30px 30px 0px 0px;
}

#main_menu li{
	display: inline-block;
	padding: 0px 10px;
}

#main_menu a:link{
	color:#131211;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#main_menu a:visited{
	color:#131211;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#main_menu a:active{
	color:#131211;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#main_menu a:hover{
	color:#db2600;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#main_menu a.active{
	color:#db2600;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#title_flash{
	max-width: 975px;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	background-color: #fff;
}

.flash_wrap{
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom:calc(29.7% + 20px);
}

.flash{
	width: calc(100% - 30px);
	overflow: hidden;
	height: 0;
	padding-bottom: 29.7%;
	position: absolute;
	top: 10px;
	left: 15px;
	border-radius: 25px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


#content{
	max-width: 975px;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	text-align: left;
	background: #fff url('../images/content.gif') repeat-x left top;
	padding: 38px 0px 10px 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.content_left{
	width: 73.8%;
	box-sizing: border-box;
	padding-left: 23px;
	float: left;
	padding-right: 15px;
}

.content_right{
	width: calc(26.2% - 23px);
	margin-right: 23px;
	float: right;
}

.banners a {
	display: block;
	padding-bottom: 5px;
}

.banners img{
	width:224px;
}

.side_menu{
	background-color: #e9e8e7;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.side_menu ul{
	padding:0px;
	margin:0px;
	list-style: none;
	
}

.side_menu h3{
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #262626;
	font-size: 16px;
	border-bottom: 1px solid #7e7c7c; 
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

.side_menu a{
	background: url('../images/main_menu_list.gif') no-repeat left center;
	padding-left: 16px;
	color:#43484a;
	text-decoration: underline;
	line-height: 160%;
}

.side_menu a:hover{
	color:#B72B06;
}

.side_menu a.active{
	color:#B72B06;
}

footer{
	max-width: 975px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	padding: 24px 0px;
	color:#aaa9a4;
}

footer p{
	padding: 0px;
}

footer a{
	color:#aaa9a4;
	text-decoration: underline;
}

footer a:hover{
	color:#aaa9a4;
	text-decoration: none;
}

.text strong{
	color: #000;
}

.text::after{
	content: "";
	clear: both;
	display: block;
}

h1.title{
	background: url('../images/title_bg.gif') no-repeat left center;
	min-height: 62px;
	padding: 0px 0px 0px 100px;
	margin-bottom: 15px;
	display: block;
	vertical-align: middle;
}

h1 .title_name{
	display: block;
	vertical-align: middle;
	margin: auto;
}

.title_buttons{}

.title_button{
	background: #e9e8e7 url('../images/corner_bot_right.gif') no-repeat right bottom;
	width: calc(50% - 6px);
	box-sizing: border-box;
	height: 120px;
	border-radius: 10px;
	padding: 17px 14px;
	float: left;
	margin:0px 6px 10px 0px; 
	overflow: hidden;
	
}

.title_button_img{
	float:left;
	margin-right: 15px;
}

.title_button_text{
	font-size: 13px;
	padding-top: 0px;
	width: auto;
	box-sizing: border-box;
}

.title_button_img + .title_button_text{
	width: calc(100% - 100px);
	float: left;
}

.title_button_text a{
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
}
.title_button_text a:link{
	color:#d82500;
	text-decoration: underline;
}
.title_button_text a:visited{
	color:#d82500;
	text-decoration: underline;
}
.title_button_text a:active{
	color:#d82500;
	text-decoration: underline;
}
.title_button_text a:hover{
	color:#d82500;
	text-decoration: none;
}

#logo{
	position: absolute;
	left: 20px;
	top:0px;
}

.message label{
	font-weight: bold;
	width: 120px;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	line-height: 20px;
}

.message input[type=text]{
	font-size: 12px;
	margin-bottom: 10px;
	width: 300px;
	line-height: 20px;
	padding: 0px 5px;
	box-sizing: border-box;
	max-width: 100%;
}

.message textarea{
	font-size: 12px;
	margin-bottom: 10px;
	width: 300px;
	line-height: 20px;
	padding: 0px 5px;
	height: 100px;
	box-sizing: border-box;
	max-width: 100%;
}

.message input[type=submit]{
	background:url('../images/button_main.gif') no-repeat left top;
	height: 27px;
	width: 96px;
	border: none;
	cursor: pointer;
	color: #d95200;
	font-weight: bold;
	margin-left:120px;
}

.message input[type=submit]:hover{
	color: #000;
}

.error{
	border: 1px solid red;
}

.gallery_div{
	float: left;
	margin: 0px 10px 5px 0px;
}

#search{
	position: absolute;
	right:5px;
	top: 15px;
}

#search input[type=text]{
	color: #fff;
	background-color: #595351;
	border:none;
	border-radius: 5px;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px;
}

#search input[type=submit] {
	background:url('../images/button_bg.png') repeat-x left top;
	height: 24px;
	padding: 0px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.search_result {
	background: url('../images/marker_list.png') no-repeat left top;
	padding-left: 30px;
}

.search_result a:link{
	text-transform: uppercase;
	color: rgb(89, 83, 81);
	text-decoration: none;
}
.search_result a:visited{
	text-transform: uppercase;
	color: rgb(89, 83, 81);
	text-decoration: none;
}
.search_result a:active{
	text-transform: uppercase;
	color: rgb(89, 83, 81);
	text-decoration: none;
}
.search_result a:hover{
	text-transform: uppercase;
	color: rgb(216, 37, 0);
	text-decoration: none;
}

#mobile_menu_toggle{
	display: none;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 36px;
}

#mobile_menu_toggle .line{
	height: 6px;
	background-color: #d82500;
	display: block;
	margin-bottom: 6px;
	transition: all 0.3s;
	width: 36px;
}

#mobile_menu_toggle .line:last-child{
	margin-bottom: 0px;
}

#mobile_menu_toggle .line:nth-child(1){
	transform-origin: 0 0;
}

#mobile_menu_toggle .line:nth-child(3){
	transform-origin:0 100%;
}

#mobile_menu_toggle.open .line:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 36px;
}

#mobile_menu_toggle.open .line:nth-child(2){
	opacity: 0;
}

#mobile_menu_toggle.open .line:nth-child(3){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 36px;
}

@media (max-width:880px) {
	.title_button{
		width: 100%;
		float: none;
		margin:0px 0px 10px 0px; 
	}
}

@media(max-width:767px) {
	.content_left{
		width: 100%;
		float: none;
		padding: 0px 15px 20px;
	}

	.content_right{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		max-width: 300px;
	}
	
	.banners img{
		width: 100%;
		height: auto;
	}
	
	.title_button{
		width: calc(50% - 6px);
		float: left;
		margin:0px 6px 10px 0px; 
	}
	
	.date{
		display: none;
	}
	
	#mobile_menu_toggle{
		display: block;
	}
	
	#main_menu{
		height: auto;
		min-height: 66px;
		margin-top: 10px;
	}
	
	#main_menu ul{
		display: none;
		text-align: center;
		padding-top: 60px;
		padding-right: 0px;
		margin: 0;
	}
	
	#main_menu ul li{
		display: block;
	}
	
	#main_menu ul li a {
		display: block;
		padding: 10px 0px;
	}
}

@media (min-width:768px) {
	#main_menu ul{
		display: block !important;
	}
}



@media (max-width:650px) {
	.title_button{
		width: 100%;
		float: none;
		margin:0px 0px 10px 0px; 
	}
}

@media (max-width:550px) {
	#logo{
		width: 175px;
		left: 0px;
	}
}

@media (max-width:500px) {
	.gallery_div{
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 220px;
	}
}

@media (max-width:450px) {
	#search {
		max-width: calc(100% - 190px);
	}
	
	#search input[type=text]{
		display: block;
		margin-bottom: 5px;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	#search input[type=submit]{
		display: block;
		float: right;
	}
}