/**
 * 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: 0;
	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: #111;
	text-transform: uppercase;	
	vertical-align: middle;
	/*box-shadow: 4px 0px 5px -7px #5c5c5c inset,1px 0px 0px 0px #ddd inset;*/
	flex: 1 1 auto;
}.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: #333;
}.itabs.tabFlat [data-rel="tabs"] > a[data-rel="tab"]:active{
	background: #222;

	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: #CB7D28;
	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: #B51009;
}.itabs.tabFlat [data-rel="tabs"] > a[data-rel="tab"][data-status="active"]:active{
	background: #990802;
}.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: 710px;
	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: 72% !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: rgb(44 43 42 / 81%) ;
	/*background: #000000;*/
	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;
	margin-right: 5px;
	background: transparent;
	color: #fff;
	/*box-shadow: 0px 0px 0px 1px #aaa inset !important;*/
	/*border: 1px solid #fff;*/
	cursor: pointer;
	text-decoration: none;
	
	text-align: center;
	transition:300ms ;
	min-width: 20px !important;
	
	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;
	margin-right: 5px;
	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;
	margin-right: 5px;
	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: rgb(44 43 42 / 80%);
	color: #fff;	
	/*box-shadow: 0px 0px 0px 1px #fff inset;*/
	/*border: 5px solid rgb(0 0 0 / 87%);*/
}.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: 1;
	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: rgba(0, 187, 71,.8) !important;
		color: transparent !important;
	}
    .itabs.tabBanner [data-rel="progress"]{
    	visibility: hidden;
    }
}




.fraseBanner{
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 70px !important;
	/*z-index: 2;*/
	/*position: sticky;*/
}.fraseBanner h2{
	 /*position: absolute;*/
    /*top: -50px;*/
    font-size: 50px;
   
    padding: 10px; 
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    color: #fff;
    /*background: rgba(59, 74, 111,0.0);*/
    white-space: nowrap;
    /*background: rgba(70, 70, 70,.8);*/
    border-radius: 15px 15px 0px 0px;
    font-weight: normal;
	/* margin-bottom: 10px !important; */
}.fraseBanner h3{
	display: table;
	font-size: 50px !important;
	color: #2c2b2a;
	line-height: 36px;
	font-weight: bold;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.1;
}.fraseBanner h4{
    font-size: 50px !important;
    color: #fff;
    font-weight: 300;
	width: 100%;
    white-space: wrap;
    margin-top: 200px;
	text-transform: uppercase;
}

.slide-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(71 67 67 / 60%)
}
