.specialTab {
    background: #FFF;
	margin: 30px 0;
}
.specialTab .headTab{
	position: relative;
    cursor: pointer;
}

.specialTab .headTab .title_module{
    font-size: 26px;
    font-weight: 100;
    line-height: 75px;
    padding: 0 40px;
}
.specialTab .circle_module {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 5px;
    vertical-align: middle;
}
.specialTab .contentTabImage {
    display: block;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.specialTab .contentTab {
    display: none;
}
.specialTab.openTab .contentTab{
	display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 2.1s;	
    padding-bottom: 40px;
}
.specialTab .contentTabText {
    padding: 40px 10% 30px 10%;
}

.specialTab .contentTabText h3 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 70px;
    text-transform: none;
    line-height: 1.2;
}
.specialTab .headTab .open_module{
    background: url('../../../assets/images/tabs.png');
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    margin: 8px 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.specialTab.openTab .headTab .open_module{
    background-position: left center;
}

@media handheld, only screen and (min-width: 765px) and (max-width: 1160px){
	.specialTab {
	    margin: 30px 20px !important;
	}
}
