.rs-17 .rs-tabs{
	padding-top: 25px;
	padding-bottom: 35px;
}
.rs-17 .rs-tabs .section-title{
	position: relative;
	margin-top: 13px;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 400;
	color: #3C3D41;
}
.rs-17 .rs-tabs .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 50px;
}
.rs-17 .rs-tabs .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-tabs .nav-pills{
	margin-bottom: 30px;
}
.rs-17 .rs-tabs .nav-stacked>li+li{
	margin-top: 4px;
}
.rs-17 .rs-tabs .nav-pills>li>a {
    background-color: #fafafa;
	color: #424242;
}
.rs-17 .rs-tabs .nav-pills>li.active>a,
.rs-17 .rs-tabs .nav-pills>li.active>a:hover,
.rs-17 .rs-tabs .nav-pills>li.active>a:focus{
	background-color: #005CC6;
	color: #fff;
}
.rs-17 .rs-tabs p{
	line-height: 1.5;	
}
.rs-17 .rs-tabs h4{
	margin-top: 2px;	
}
.rs-17 .rs-tabs img{
	border: 1px solid #cdcdcd;
    padding: 7px;
    border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.rs-17 .rs-tabs .float-right{
	float: right;
}
.rs-17 .rs-tabs .float-left{
	float: left;
}
.rs-17 .rs-tabs .table a{
	color: #424242;
}
.rs-17 .rs-tabs blockquote {
    background-color: #F9F9F9;
    padding: 13px 20px;
    margin: 10px 0 10px;
    font-size: 14px;
    border-left: 3px solid #1941CC;
}
.rs-17 .rs-tabs .btn{
	font-weight: 700;
	margin-top: 10px;
}
.rs-17 .rs-tabs .tab-content  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-tabs .tab-content ul li {
    position: relative;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.rs-17 .rs-tabs .tab-content  ul li:before {
    padding-right: 8px;
    content: "\f00c";
    color: #005CC6;
    left: 0;
    top: 4px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px){
	.rs-17 .rs-tabs .float-right{
		float: none;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-tabs .section-title{
		font-size: 25px;
	}
	.rs-17 .rs-tabs .section-descr{
		width: 100%;
	}
}