@charset "utf-8";
/* CSS Document */

.menu_container{
/*	border-bottom:1px solid #ece1d4;*/
	margin-bottom:20px;
}

.menu_container .menu_button{
	margin-top:20px !important;
	margin-right:-55px !important;
}

.menu_container.open .menu_button{
	margin-right:324px !important;
}

.select_custom{
	width:233px;
	overflow:hidden;
	background:url(/images/menu_arrow.png) center right 10px no-repeat;
	border:1px solid #cdcdcd;
	border-radius:20px;
}

.select_custom select{
	border:none;
	background-color:transparent;
	color:#36404b;
	font-family:"Roboto Condensed", sans serif;
	width:250px;
	padding:9px 10px;
	font-size:18px;
	font-weight:400;
}

.content_container{
	width:100%;
	padding:0px 0px 0px 0px;
}

.content_container .content_content{
	width:100%;
	margin:auto;
	position:relative;
}

.content_container .content_content .content_left{
	width:23%;
	float:left;
	box-sizing:border-box;
	margin-top:9px;
}

.content_container .content_content .content_right{
	box-sizing: border-box;
	width:100%;
	max-width:1400px;
	margin:auto;
}

.banners_container,
.contact_container{
	background-color:#fff;
}

.banners_container .banners_content{
	width:1100px;
	padding:20px 0px;
	margin:auto;
}

.banners_container .banners_content span img{
	padding-bottom:13px;
}

.articles_container{
	background-color:#fff;
	padding:0px 0px 20px 0px;
}

.articles_container .articles_content{
	width:1100px;
	margin:auto;
}

.contact_container{
	padding-bottom:50px;
}

.contact_container .contact_content{
	width:1100px;
	margin:auto;
	background:url(/images/contact_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:35px 0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin-bottom:50px;
}

.contact_container .contact_content h1{
	font-size:30px;
	color:#fff;
	font-family:"Roboto Condensed", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-top:0px;
}

.contact_container .contact_content .contact_text{
	width:785px;
	margin:auto;
	margin-bottom:30px;
}

.contact_container .contact_content input{
	width:230px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.contact_container .contact_content textarea{
	width:478px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	font-family:"Raleway",sans-serif;
}

.contact_container .contact_content a{
	display:inline-block;
	background-color:#ff0000;
	padding:8px 40px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

.articles_content h1{
	font-size:30px;
	font-weight:400;
	margin:0px;
	margin-bottom:20px;
}

.top_location{
	width:100%;
	padding:11px 0px 0px 0px;
	margin-bottom:40px;
}

.top_location .location{
	margin:auto;
	max-width:1400px;
}

.top_location span{
	color:#A8A8A8;
}

.top_location a{
	color:#A8A8A8;
	text-decoration:none;
	font-size:13px;
}

.top_location a.selected{
	color:#F47A55;
	font-weight:500;
}

.art_title h1{
	font-size:32px;
	color:#272F32;
	margin: 0px;
	position: relative;
	display: inline-block;
	font-weight:bold;
	margin-bottom:15px;
}

.art_title h2{
	font-size:25px;
	margin:0px;
	font-family:'Avenir', sans-serif;
	color:#2b2f31;
}

.art_title hr{
	display: block;
	border: 3px solid #fff1d7;
	width: 70px;
	margin: 0px;
}

.articles .art_item:nth-child(4n + 2){
	margin-right:0px !important;
}

.articles hr{
	display:block;
	border:3px solid #fff1d7;
	width:70px;
	margin: 0px;
}

.articles h1 {
	font-size:36px;
	color:#2b2f31;
	margin-top:0px;
	text-align: center;
	margin-bottom:0px;
}

.articles h1 span {
	border-bottom: 3px solid #e21717;
	padding-bottom: 6px;
}

.articles .art_item .image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background-size: auto 105% !important;
}

.articles .art_item h2 {
  text-align: center;
  font-size: 20px;
  color: #272F32;
  font-weight: bold;
}

.articles .art_item {
  border-radius: 20px;
  text-align: center;
  flex: 0 0 24.25% !important;
  box-sizing: border-box;
}