  
.row-tab{width:100%;overflow:hidden;margin-bottom:2%;
}

	  
.qalebTabsWrap {
	border: 1px solid #eee;

}
.qalebTabsWrap.vertical ol li,
.qalebTabsWrap.horizontal ol li {
	background: #fafafa;
	border: 1px solid #fff;
	border-top: none;
}

.qalebTabsWrap.vertical ol li:hover,
.qalebTabsWrap.horizontal ol li:hover {
	 background:#C70000;box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.2) inset;
 color: #000;transition:all 0.3s ease-in-out;

}
.qalebTabsButtonNext,
.qalebTabsButtonPrev {
	background: #ddd;
}
.qalebTabsButtonNext:hover,
.qalebTabsButtonPrev:hover {
	background: #eee;transition:all 0.3s ease-in-out;
}
.qalebTabsWrap.horizontal {
	border: 1px solid #e5e5e5;
}
.qalebTabsWrap.horizontal > ol {
	background: #fff;
}
 
.qalebTabsqaleb5 {
	position: relative;
	overflow: hidden;
}
.qalebTabsWrap {
	margin: 0;
}
.qalebTabsContainer {
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-ms-perspective: 500;
	perspective: 500;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.qalebTabsItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 2px;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 1;
}
.qalebTabsItem.qaleb-active {
	left: 0;
	position: relative;
	top: 0;
	z-index: 1;
}
.qalebTabsItem.qaleb-hide {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.qalebTabsItem.qaleb-opacity.qaleb-hide {
	opacity: 0;
}
.qalebTabsItem.qaleb-opacity.qaleb-active {
	left: 0;
	opacity: 1;
}
.qalebTabsItem.qaleb-slide_vertical.qaleb-hide {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.qalebTabsItem.qaleb-slide_vertical.qaleb-active {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.qalebTabsItem.qaleb-slide_vertical.qaleb-hidden {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.qalebTabsItem.qaleb-slide_horizontal.qaleb-hide {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.qalebTabsItem.qaleb-slide_horizontal.qaleb-active {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.qalebTabsItem.qaleb-slide_horizontal.qaleb-hidden {
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.qalebTabsItem.qaleb-scale.qaleb-active {
	opacity: 1!important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.qalebTabsItem.qaleb-scale.qaleb-hide,
.qalebTabsItem.qaleb-scale.qaleb-hidden {
	opacity: 0!important;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.qalebTabsItem.qaleb-rotate_x.qaleb-active {
	opacity: 1!important;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}
.qalebTabsItem.qaleb-rotate_x.qaleb-hide,
.qalebTabsItem.qaleb-rotate_x.qaleb-hidden {
	opacity: 0!important;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.qalebTabsItem.qaleb-rotate_y.qaleb-active {
	opacity: 1!important;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}
.qalebTabsItem.qaleb-rotate_y.qaleb-hide,
.qalebTabsItem.qaleb-rotate_y.qaleb-hidden {
	opacity: 0!important;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.qalebTabsItem.qaleb-rotate_z.qaleb-active {
	opacity: 1!important;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	transform: rotateZ(0);
}
.qalebTabsItem.qaleb-rotate_z.qaleb-hide,
.qalebTabsItem.qaleb-rotate_z.qaleb-hidden {
	opacity: 0!important;
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.tab-lin{width:100%;height:5px;box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.06), 0 0 0px 0 rgba(0, 0, 0, 0.06);overflow:hidden;margin-bottom:1%;}
/* tabs */
.qalebTabsWrap.vertical ol {
	margin: 0!important;
	padding: 0 20px!important;

}
.qalebTabsWrap.vertical ol li,
.qalebTabsWrap.horizontal ol li {
	cursor: pointer;
	float: left;
	list-style-type: none !important;
	padding: 8px 16px !important;
	border-radius:3px 3px 0 0;
	margin: 14px 4px 0;
	line-height: 24px !important
}
.qalebTabsWrap.vertical ol li.active,
.qalebTabsWrap.horizontal ol li.active,
.qalebTabsWrap.vertical ol li:hover.active,
.qalebTabsWrap.horizontal ol li:hover.active {
	line-height: 22px !important
}
.qalebTabsWrap.vertical .qalebTabsContainer + ol {
	overflow: hidden;
}
.qalebTabsWrap.vertical .qalebTabsContainer + ol li {
	margin: 0 4px 14px;
}
/* containers */
.qalebTabsContainer,
.qalebTabsContainer[style] {
	clear: both;
	overflow: hidden!important;
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	position: relative;
}
/* buttons prev/next */
.qalebTabsButtonNext,
.qalebTabsButtonPrev {
	border-radius: 50%;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 0;
	font: 0/0px a;
	top: 43%;
	width: 18px;
	z-index: 3;
}
.qalebTabsButtonPrev {
	left: 0;
	right: inherit;
}
.qalebTabsButtonNext:before,
.qalebTabsButtonPrev:before {
	content: "â€؛";
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	line-height: 17px;
	text-align: center;
	width: 18px;
}
.qalebTabsButtonPrev:before {
	content: "â€¹";
}
/* 
 * HORIZONTAL mode 
 */
 
.qalebTabsWrap.horizontal {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
}
.qalebTabsWrap.horizontal > ol,
.qalebTabsWrap.horizontal > .qalebTabsContainer {
	display: table-cell;
	vertical-align: top;
}
.qalebTabsWrap.horizontal > ol {
	border: none;
	overflow: hidden;
	margin: 0 !important;
	padding: 20px 0 20px 20px!important;
}
.qalebTabsWrap.horizontal > ol {
	position: relative;
	z-index: 5;
}
/* tabs */

.qalebTabsWrap.horizontal ol li {
	width: auto;
	margin: 0 0 6px !important;
}
.qalebTabsWrap.horizontal ol li.active {
}
.qalebTabsWrap.horizontal .qalebTabsContainer + ol {
	padding: 20px 20px 20px 0!important;
}
.qalebTabsWrap.horizontal .qalebTabsContainer + ol li {
	float: right;
}

.qalebTabsWrap {
    border: none!important;width:100%;margin:0 auto;background: #fff;margin-top:10px;margin-bottom:5px;
}
.qalebTabsWrap.vertical ol li, .qalebTabsWrap.horizontal ol li {
    float: right!important;
}
.qalebTabsWrap.vertical ol li,
.qalebTabsWrap.horizontal ol li,
#section-kmt .kmt-btn-submit:hover
{
background:#F1EFEA;
transition:all 0.3s ease-in-out;
color: #000;
}

section#qalebMainbody, .box > div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    
	
	
}
.qalebTabsWrap.vertical ol li.active, .qalebTabsWrap.horizontal ol li.active, .qalebTabsWrap.vertical ol li.active:hover, .qalebTabsWrap.horizontal ol li.active:hover, #section-kmt .kmt-btn-submit {

 background:#C70000;box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.2) inset;
 color: #000;transition:all 0.3s ease-in-out;
}


.qalebTabsqaleb5 {
    position: relative;
    overflow: hidden;
}
.qalebTabsWrap.vertical ol li {
    cursor: pointer;
    list-style-type: none;
    padding: 0 1px 0 0;
    text-align: center;
    font-size: 15px!important;
	font-family:BTitrBold;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
.qalebTabsWrap.vertical ol li.active,
.qalebTabsWrap.vertical ol li.active:hover {
    color:#fff;transition:all 0.3s ease-in-out;text-shadow:1px 1px #333333;
}
.qalebTabsWrap.vertical ol li.active::after {
    content: "";
    clear: both;
    display: block;
    float: left;
    height: 2px;
    margin-left: -14px;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 2;
}
.qalebTabsWrap.vertical ol li:hover { 
	color:#fff;transition:all 0.3s ease-in-out;text-shadow:1px 1px #333333;
}
.qalebTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.qalebTabsItem {
    background: #fff;box-shadow: 3px 3px 7px 0 rgba(231, 235, 238, 1);border-radius:0 0 5px 5px;border-bottom: 4px solid #d9dbdb;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.qalebTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.qalebTabsNav {
	overflow:hidden;
    margin: 8px 0 32px 0;
    min-height: 14px;
}


.nspArts { overflow:hidden; }
.nspArtPage { float: right; }
.nspArt { float:left; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }


.nspArt .fleft { float:right; }
.nspArt .fright { float:right; }
.nspArt .fnone { clear:both; width:100%; float:none; }

/* positioning */
.nspArts.left { float:right; }
.nspLinksWrap.right { float:right; }
.nspArts.right { float:right; }
.nspLinksWrap.right { float:right; }

/* New responsive layout */
.qalebResponsive img.nspImage,
img.nspImage.qalebResponsive { width: 100%!important; height: auto; }
.nspArt img.nspImage { max-width: 100%; }
.nspArtScroll1,
.nspLinkScroll1 { width: 100%; }


.nspCol4 { width: 20%; }
.nspCol5 { width: 20%; }

