/* BLOCK #reinsurance_block ******************************************************************** */
#reinsurance_block {background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb}
#reinsurance_block li {
	float:left;
	padding:15px 10px !important;
	font-size:13px;
	color:#333;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff
}
#reinsurance_block .width1 li {width:960px}
#reinsurance_block .width2 li {width:470px}
#reinsurance_block .width3 li {width:305px}
#reinsurance_block .width4 li {width:224px}
#reinsurance_block .width5 li {width:175px}
#reinsurance_block li img{
	float:left;
	margin-right:10px;
}
#reinsurance_block li span {
	float:left;
	padding-top:12px;
	width:65%;
}
.item__title {
	font-size: 18px;
	text-transform: uppercase;
	color: #2d2d2d;
	text-align: center;
	margin-bottom: 20px;
}
.item__desc {
	font-size: 13px;
	color: #959595;
	line-height: 1.5;
	text-align: center;
}
.item_post_content {
	padding: 28px 20px 0;
	text-align: center;
}
#surmesure_block {
	overflow: hidden;
}
#surmesure_block .item {
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
#surmesure_block .item_btn {
	width: 100%;
	border: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;	
	margin-top: 20px;
}
.surmesure_header_slider {
	margin-top: 50px;
}
.surmesure_header_slider .title {
	text-align: center;
}
.surmesure_header_slider .title span {
	position: relative;
}
.surmesure_header_slider .title span:before {
	content: '';
	display: block;
	width: 450%;
	height: 0;
	border-top: 4px double #e3e3e3;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 100%;
        margin-right: 20px;
}
.surmesure_header_slider .title span:after {
	content: '';
	display: block;
	width: 450%;
	height: 0;
	border-top: 4px double #e3e3e3;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 100%;
   	margin-left: 20px;
}
.surmesure_slider_nav {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.surmesure_slider_nav .prev_btn, .surmesure_slider_nav .next_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	text-align: center;
	border: 1px solid #dcc285;
	transform: rotate(45deg);
	border-radius: 4px;
	margin: 0 10px;
}
.surmesure_slider_nav .prev_btn:hover, .surmesure_slider_nav .next_btn:hover {
	background: #dcc285;
}
.surmesure_slider_nav .prev_btn i:before {
	transform: rotate(-45deg);
	color: #dcc285;
	font-size: 15px;
}
.surmesure_slider_nav .next_btn i:before {
	transform: rotate(135deg);
	color: #dcc285;
	font-size: 15px;
}
.surmesure_slider_nav .prev_btn:hover i:before {
	color: white;
}
.surmesure_slider_nav .next_btn:hover i:before {
	color: white;
}

@media(min-width: 1300px) {

	#surmesure_block {
		overflow: visible;
	}

	.surmesure_slider_nav {
		position: relative;
		display: block;
		top: 150px;
	}

	.surmesure_slider_nav .prev_btn {
		position: absolute;
		left: -60px;
	}

	.surmesure_slider_nav .next_btn {
		position: absolute;
		right: -60px;
	}
}
