/* ____________________________________ Slide 4 ____________________________________ */ 
#slide4 {
	background:url(../images/slide_bg.jpg) repeat left top;
	width:100%;
	padding:86px 0 69px;
}

.servc_block {
	overflow:hidden;
	margin-bottom:15px;
	/*transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;*/
}

.icon_h {
	overflow:hidden;
	border-radius:50%;
	position:relative;
	float:left;
	margin:0 25px 10px 0;
	width:113px;
	height:113px;
}
.icon_h img {
	position:absolute;
	top:0;
	left:0;
}

.servc_icon {
/*	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;*/
}

.servc_block:hover .servc_icon {	
/*	opacity:0.75;
	filter: alpha(opacity=75);
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);*/
}

.servc_block a {
	display:block;
	margin:0;
	padding:15px 0;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	color:#3e3e3e;
	font-size:14px;
	font-weight:400;
}
.servc_block:hover a {
	color:#b84a9b;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion {
	margin-bottom:0;
}
.accordion h3 {
	position:relative;
	z-index:10;
	padding:0;
	text-transform:none;
	cursor: pointer;
}

.accordion h3.active {
	border-bottom:none;	
}
.accordion h3 span {
	display:block;
	margin:0 0 0 127px;
	padding:21px 21px 21px 21px;
	background:#5c5c5c;
	border-radius:10px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:22px;
	color:#bfbfbf;
}

.accordion .accord_cont {
	position:relative;
	z-index:5;
	display: none;
	margin:-30px 0 0 127px;
	padding:30px 100px 25px 33px;
	background:#5c5c5c;
	border-radius:0 0 10px 10px;
	color:#a3a3a3;
}


.ac_date {
	position:absolute;
	top:22px;
	left:0;
	font-family: 'Tahoma', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:16px;
	color:#797979;
	width: 48px;
	height: 31px;
	text-align:right;
}
.active .ac_plmin {
	position:absolute;
	top:-12px;
	left:83px;
	width:64px;
	height:92px;
	background:url(../images/ac_plmin_act.png) no-repeat;
}
.ac_plmin {
	position:absolute;
	top:-12px;
	left:83px;
	width:64px;
	height:92px;
	background:url(../images/ac_plmin.png) no-repeat;
}

.ac_title {
	font-size:18px;
	color:#77c59e;
}
.ac_more {color:#77c59e;
}
.ac_more:hover {color:#fff;
}
.vert_line {
	position:absolute;
	top:9px;
	left:-54px;
	width:3px;
	height:100%;
	background:url(../images/vert_line.png) repeat-y;
}



.ac_lineheight  {height:20px;width:100px;
}
/* ___________________________________ //Slide 4 ___________________________________ */

