/*features tab*/

.features-tab-container {
	position: relative;
	 background: #ffffff;
}

.features-tab-container ul.features-tab-labels {
	min-height: 357px;
    border-width: 0px 1px 0 0;
    border-style: solid;
    padding-right: 0;
}

html[dir="rtl"] .features-tab-container ul.features-tab-labels{
    padding-right: 15px;
}


.features-tab-container ul.features-tab-labels li {
	min-height: 30px;
	line-height: 30px !important;
	padding: 3px 8px 3px 8px;
	list-style: none;
	cursor: pointer;
    margin-bottom: 0px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.features-tab-container ul.features-tab-labels li h4{
        margin: 0;
}

.features-tab-container ul.features-tab-labels li img {
	margin-right: 10px;
}

.features-tab-container ul.features-tab-labels li.withicon { position: relative; padding-left: 46px; }
.features-tab-container ul.features-tab-labels li.withicon img { position: absolute; left: 8px; }

.features-tab-container ul.features-tab-labels li.current-feature:hover {
    border-width: 0 0 2px 0;
    border-style: solid;
    margin-right: -1px;
    border-right: 1px solid #ffffff;
}

.features-tab-container ul.features-tab-labels li.current-feature {
    border-width: 0 0 2px 0;
    border-style: solid;
    margin-right: -1px;
    border-right: 1px solid #ffffff;
}

.features-tab-container ul.features-tab-labels li.features-tab-0,.features-tab-container ul.features-tab-labels li.features-tab-0:hover,.features-tab-container ul.features-tab-labels li.current-feature.features-tab-0{
     border-top-width: 1px;
}


.features-tab-container .features-tab-wrapper .features-tab-content {

}
.features-tab-container .features-tab-wrapper .features-tab-content img{
	width: 100%;
	height: auto;
}
.features-tab-container .features-tab-wrapper .features-tab-content h4 {
	font-weight: 800;
	text-transform: uppercase;
}

.features-tab-container .features-tab-wrapper .features-tab-content p{
    margin-top: 25px;
    margin-left: 13px;
}

.features-tab-container img.shadow {
	position: absolute; 
	left: 254px; 
	z-index: 9999;
}

.ie .features-tab-container img.shadow { left: 214px; }
#ie9 .features-tab-container img.shadow { left: 254px; }
#ie10 .features-tab-container img.shadow { left: 254px; }

@media (min-width: 980px) and (max-width: 1199px) {
	.features-tab-container img.shadow, #ie9 .features-tab-container img.shadow { left: 214px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.features-tab-container img.shadow, #ie9 .features-tab-container img.shadow { left: 160px; }
	
}
@media (max-width: 767px) {
	.features-tab-container img.shadow { display: none; }
	.features-tab-container ul.features-tab-labels { min-height: 0; }
}