.tabs{
	margin: 0;
}
.tabs li{
	float: left;	
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
	background-color: #494949;
	color:#fff;
	padding:10px 20px 10px 15px;	
	margin-right: 5%;
	border-right: 0;
	list-style: none;
	position: relative;
}
.tabs li img{
	padding: 0 6px 0 0;
}
.tabs .arrow_tabs{
	position: absolute;
	width: 42px;
	height: 21px;
	background:url(../images/arrow_tabs.png);
	top: 86%;
	left: 25%;
}
.tabs li:last-child{	
	margin-right: 0;
}
.tabs li a{	
	cursor: pointer;
	color: #fff;
}
.switcher-content {
  display: none;  
}
.switcher-panel{
	margin-top: 30px;
	padding-right: 5%;
}
.switcher-panel h2{
	border-bottom: 1px solid #cdcdcd;
}
.features-list { margin:0; padding:0 0 0 25px; border:5px solid #fff; border-radius:15px; background:#2b2b2b;  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);}
.features-list li {border-bottom:1px solid #CDCDCD; padding:8px 15px; color:#DBC404;}
.features-list li:last-child { border:none; }