/**
 * iTabs v1.3 - 12/09/2016
 * divide of content by tab
 *
 * developed by Wallace Rio <wallrio@gmail.com>
 * wallrio.com
 * 
 * tested on firefox v48/chrome v38
 * 
 */




.itabs.tabFlat{
	display: flex;
	flex-direction: column;
}.itabs.tabFlat [data-rel="tabs"]{	
	order: 3;
	display: flex;
	flex-wrap: wrap;
	/*background: #4146cf;*/
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"]{
	display: table-cell;
	padding: 10px;
	border: 0px;
	margin: 0px;
	box-shadow: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-bottom: 11px;
	/*background: #2F3133;*/
	text-transform: uppercase;	
	vertical-align: middle;
	/*box-shadow: 4px 0px 5px -7px #5c5c5c inset,1px 0px 0px 0px #ddd inset;*/
	flex: 1 1 auto;
	transition:300ms;
	opacity: 0.8;
	/*min-width: 369px;*/
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"]:last-child{	
	/*flex: 0 1 auto;*/
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"]:hover{
	background: #A80C08;
	opacity:1 ;
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"]:active{
	background: #7B0604;

	color: #fff;

}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"][disabled="disabled"]{
	pointer-events:none;
	display: inline-table;
	padding: 10px;
	margin-right: -6px;
	background: #ccc;
	color: #A7A7A7;
	box-shadow: 0px 0px 0px 1px #ccc inset;	
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"][data-status="active"]{
	background: #910300;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #fff;
	font-weight: bold;
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"][data-status="active"]:hover{
	background: #333;
}.itabs.tabFlat [data-rel="tabs"]  a[data-rel="tab"][data-status="active"]:active{
	background: #111;
}.itabs.tabFlat [data-rel="slides"] {
	
}.itabs.tabFlat [data-rel="slides"] [data-rel="slide"]{
	/*display: block;*/
	display: none;
	visibility: hidden;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}.itabs.tabFlat [data-rel="slides"] [data-rel="slide"][data-status="active"]{
	display: block;
	visibility: visible;
	height: auto;
}



@media screen and (max-width: 500px){
	.itabs.tabFlat [data-rel="tabs"] > a[data-rel="tab"]{
		width: 100% !important;
	}
}
















.itabs.tabBanner{
	background: #eee;
	height: 400px;
	position: relative;
}/*.itabs.tabBanner::before{	
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
}*/.itabs.tabBanner .content{
	/*display: none;*/
	margin:auto; 
	position: relative;
	width: 80% !important;
	height: 100%;
}.itabs.tabBanner .content-banner{
	display: table;
	/*display: table-cell;*/
	/*margin:auto; */
	position: relative;
	width: 68.5% !important;
	height: 100%;
	/*height:400px;*/
	vertical-align: middle;
}

@media (max-width: 990px){    
    .itabs.tabBanner  .content-banner {        
        width: 100% !important;
    }
}

.itabs.tabBanner {

}.itabs.tabBanner *{
	padding: 0px;
	margin: 0px;

}.itabs.tabBanner [data-rel="tabs"]{
	/*border:1px solid red;*/
	position: absolute;
	top: 87%;
	z-index: 10;
	width: 100%
}.itabs.tabBanner [data-rel="progress"]{
	display: table;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.55);*/
	height: 2px;
	z-index: 35;
	position: absolute;
	bottom: 0px;

}.itabs.tabBanner [data-rel="progress"]{	
	/*visibility: hidden;*/
	/*transition:5000ms !important;*/
}.itabs.tabBanner [data-rel="progress"] span{	
	
	display: table;
	background: #D12420;
	/*background: #42B51F;*/
	height: 100%;
	width: 0px;
	transition:3000ms ;
	/*box-shadow: 0px -2px 1px 0px green;*/
	/*transition:attr(data-delay) !important;*/
}.itabs.tabBanner [data-rel="progress"][data-mode="notransition"] span{	
	transition:0ms !important;
}.itabs.tabBanner [data-rel="progress"][data-status="step-complete"] span{
	width: 100%;	
}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"]{
	display: inline-table;
	padding: 10px;
	margin: 0px;
	background: transparent;
	color: #fff;
	/*box-shadow: 0px 0px 0px 1px #aaa inset !important;*/
	/*border: 1px solid #fff;*/
	cursor: pointer;
	text-decoration: none;
	min-width: 35px;
	text-align: center;
	transition:300ms ;
	min-width: 41px;
	
	/*border-radius: 30px;*/
	min-width: 41px;	
	background: rgba(0, 0, 0,.3);
}.itabs.tabBanner [data-rel="tabs"]  a[data-rel="tab"]:hover{
	display: inline-table;
	padding: 10px;
	margin: 0px;
	background: transparent;
	color: #fff;
	background: rgba(13, 67, 131,.2);
	/*box-shadow: 0px 0px 0px 1px #eee inset,0px 0px 3px -1px #000 inset;*/
	cursor: pointer;	
}.itabs.tabBanner [data-rel="tabs"]  a[data-rel="tab"]:active{
	display: inline-table;
	padding: 10px;
	margin: 0px;
	background: transparent;
	color: #fff;
	box-shadow: 0px 0px 0px 1px #fff inset;
	cursor: pointer;
}.itabs.tabBanner [data-rel="tabs"]  a[data-rel="tab"][disabled="disabled"]{
	pointer-events:none;
	display: inline-table;
	padding: 10px;
	margin-right: -6px;
	background: #ccc;
	color: #A7A7A7;
	box-shadow: 0px 0px 0px 1px #ccc inset;	
}.itabs.tabBanner [data-rel="tabs"]  a[data-rel="tab"][data-status="active"]{
	background: #D12420;
	color: #fff;	
	/*box-shadow: 0px 0px 0px 1px #fff inset;*/
	/*border: 5px solid rgba(255,255,255,.8);*/
}.itabs.tabBanner [data-rel="slides"] {	
	border: 0px !important;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: #fff;
	overflow: hidden;
}.itabs.tabBanner [data-rel="slides"] [data-rel="slide"]{
	display: block;
	/*display: none;*/
	visibility: hidden;
	overflow: hidden;
	opacity: 0.2;
	height: 0px;
	width: 100% !important;
	transition:all 500ms ease;
	background-size: cover !important;
	/*max-width: 1027px;*/
	/*margin: auto;*/
	/*background-attachment: fixed !important;*/
	/*filter: blur(10px);*/
	/*-webkit-filter: blur(10px);*/
	/*transform:translate(200px);*/
	/*transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);*/
}.itabs.tabBanner [data-rel="slides"] [data-rel="slide"][data-status="active"]{
	height: 100%;
	/*transform:translate(0px);*/
	/*filter: blur(0px);	*/
	/*-webkit-filter: blur(0px);	*/
	/*height: 400px;*/
	/*display: table;*/
	visibility: visible;
	opacity: 1;
	/*opacity: 0.8;*/
}

@media (max-width: 990px){ 
	.itabs.tabBanner [data-rel="tabs"] {
		top: 340px;
	}
}
@media (max-width: 520px){ 
	.itabs.tabBanner [data-rel="tabs"] {
		top: 140px;
	}
}

@media (max-width: 520px){ 
	.itabs.tabBanner, .itabs.tabBanner .content-banner{
		
		height: 150px !important;
	}	
	.formu {
        position: static !important;   
        padding-top: 0px;   
    }
    .itabs.tabBanner [data-rel="tabs"] {
	    top: 132px;	    	
	}.itabs.tabBanner [data-rel="tabs"] [data-rel="tab"]{
		width: 16px;
		height: 9px;
		display: inline-block !important;
		padding: 0px !important;
		overflow: hidden;
		
		color: transparent !important;
	}.itabs.tabBanner [data-rel="tabs"] a[data-rel="tab"][data-status="active"]{
		width: 16px;
		height: 9px;
		display: inline-block !important;
		padding: 0px !important;
		overflow: hidden;
		background: #CB7D28 !important;
		color: transparent !important;
	}
    .itabs.tabBanner [data-rel="progress"]{
    	visibility: hidden;
    }
}