@charset "utf-8";
/* CSS Document */
.scroll_menu{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}

.notification_info_container{
	padding-top:98px;
}

.content_container .data_right h1{
	font-size: 36px;
	color: #192939;
	margin: 0px;
	line-height: 48px;
	font-weight:600;
	border-bottom:1px solid #192939;
	padding-bottom:20px;
	margin-bottom:30px;
}

.content_container .data_right h2{
	color:#D7001A;
	font-size:24px;
	font-weight:600;
	margin-top:0px;
}

.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;
	padding:0px 0px 0px 0px;
}

.content_container .content_content .content_left{
	width:23%;
	float:left;
	box-sizing:border-box;
}

.content_container .content_content .content_right{
	width:76%;
	float:right;
	box-sizing:border-box;
}

.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: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

.top_location .location {
	margin: auto;
	max-width: 1360px;
	width:100%;
}

.top_location a {
    color: #555555;
    text-decoration: none;
    font-size: 16px;
}

.top_location span{
	color:#555555;
}

.top_location a.selected{
	color:#555555;
	font-weight:500;
}

.content_container{
	color:#000;
}

.content_container h4{
    font-size:24px;
    color:#cabfa5;
    margin:10px 0px 10px 0px;
}

.articles .art_item{
	width:32.66% !important;
	margin-left:0px;
	margin-right:1% !important;
	margin-bottom:0px;
	float:left;
}

.articles .art_item:nth-child(3n){
	margin-right:0px !important;
}

.articles .art_item:nth-child(4n)::after{
	display: block !important;
}

.articles .art_item:nth-child(3n)::after{
	display:none !important;
}

.articles .art_item .image2{
    opacity: 0;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: all ease-in 0.3s;
	 width:calc(100% - 2px);
	 height:calc(100% - 2px);
	 display:block;
	 box-sizing:border-box;
}

.articles .art_item .top{
	display:block;
	position:relative;
}

.articles .art_item .top:hover .image2{
	opacity:1;
}

.content_container .content_content .content_right.articles h2{
	color:#343434;
	font-weight: 300;
	font-size:30px;
	text-transform: uppercase;
	margin:9px 0px 0px 0px;
}

#search_inputs h2.prop_title{
	position: relative;
	color:#40252f !important;
	font-size:16px !important;
	font-weight: 400;
	background-color: #fff;
	padding:8px 0px 9px 10px !important;
	border:1px solid #c6c2c2;
	border-right: none !important;
	font-family: 'Avenir', sans-serif;
}

#search_inputs h2.prop_title::after{
	content:' ';
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;	
	width: 36px;
	height: 39px;
	background:url(/images/select_button_custom.png);
}

#search_inputs h2.prop_title.prop_open::after{
	transform: rotate(180deg);
}

.rsMinW .rsGCaption h1{
	font-size:46px !important;
	padding-bottom:15px !important;
	padding-left:15px !important;
	padding-lright:15px !important;
}

h3{
	font-size:24px;
	color:#192939;
	font-weight:600;
	margin:0px 0px 20px 0px;
}