/* styleTab.css */
ul.tabs {
	margin-left: 60px;
	padding: 10px 15px;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	top: -51px;
    position: relative;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 15px;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	position: relative;
	border-right:1px solid #757575;
}

.tab_last { }

ul.tabs li:hover {
	background-color: #f2f2f2;
	color: #333;
}

ul.tabs li.active {
	background-color: #fcb041;
	color: #333;
	display: block;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
	top: 0px;
    position: relative;
}

.tab_content {
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 1200px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #fff;
		color: #333;
		border-bottom: 1px solid #dddddd;
		margin: 0;
		padding: 13px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #fcb041;
		color: #fff;
		border-bottom:0px solid #fcb041;
		font-size:16px;
	}
}

/* FIN styleTab.css */


			.tabs h1, .tabs h2 { color: #333; margin-bottom: 1em;}
			.tabs ul, .tabs ol, .tabs p { margin-top:0; padding-top: 1em;}
			.tabs ul li, .tabs ol li { margin-bottom: 0.5em;}

			hgroup h1 { margin-bottom:0; margin-top:0; line-height: 1.2em;}
			
			hgroup h2 { font-size: 14px; font-weight: normal; position: absolute; top: 16px; right:20px;}

			.btn { display: block; float: left;  padding: 10px 15px; background: #0496b6; font-size: 14px; color: #fff; font-weight: bold; text-decoration: none; text-align: center;}
			.btn:hover { background: #3cb7d3}
			.clearfix {
			  *zoom: 1;
			}

			.clearfix:before,
			.clearfix:after {
			  display: table;
			  content: "";
			}

			.clearfix:after {
			  clear: both;
			}
			.intro { margin: 20px 0; background: #c9f6f9; border: 1px solid #ccc; box-shadow: 2px 2px 2px #eee; padding: 5px 15px 10px 15px; }
			p.demo-intro { font-size: 16px; margin-bottom: -0.5em; font-weight: bold; }

			@media (max-width: 1000px) {
				hgroup h1 { margin-top: 25px;}
				hgroup h2 { top: 0; left: 5px; font-size:14px;}
			 	.btn { width: 80%; margin: 20px auto; float:none;}
			}



/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 1000px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 1000px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}


/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1;
    margin-top: -45px;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}


.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 15px; margin: 2em 0 0 0; padding: 0;padding-bottom:11px; line-height: 1em; text-align: center; position: relative;
top: -16px;}

.responsive-tabs__list__item { background: #fff; padding: 15px; border-right:1px solid #dddddd; border-bottom:1px solid #dddddd;}
.responsive-tabs__list__item:hover {background: #fff;color: #581c52;}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fcb041; color:#FFFFFF; }

.responsive-tabs__panel { margin-top: 0px; padding-left:20px; padding-right:20px; padding-top:0px;  }


@media (max-width: 1000px) {
	.responsive-tabs__heading { 
		padding: 15px 55px 15px 15px;
		border-bottom: 1px solid #ccc;
		position: relative;
		font-size:15px;
		font-family: ubuntu;
		text-transform:uppercase;
		text-align:left;
		overflow:hidden;
		font-weight:600;
	}

	.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
	
	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: none; color:#581c52;}
	.responsive-tabs__heading--active { background: #fcb041; border:none; }
	.responsive-tabs__heading--active:after {
		border-bottom: 7px solid #000;
		border-top:0;
	 }
}


/* END - Optional - Basic Skin */


/* style tabs 2 : inspiration pages */

.responsive-tabs__list2 {
    font-size: 15px;
    margin: 2em 0 0 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    position: relative;
    top: 30px;
    padding-bottom: 50px;
}


/* FIN TABS */


/* TABS 2 */

/* REQUIRED for core functionality */

.responsive-tabs2__heading { display: none;}
.responsive-tabs2__list__item { display: inline; cursor:pointer;}


@media (max-width: 1000px) {
	.responsive-tabs2__list { display: none;}
	.responsive-tabs2__heading { display: block; cursor: pointer; }
	.responsive-tabs2__panel--closed-accordion-only { display: none;}
}

@media (min-width: 1000px) {
	.responsive-tabs2__panel--closed-accordion-only { display: block !important;}
}


/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs2-wrapper { 
	clear: both;
	zoom: 1;
}
.responsive-tabs2-wrapper:before,
.responsive-tabs2-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs2-wrapper:after {
    clear: both;
}


.responsive-tabs2__heading:focus,
.responsive-tabs2__list__item:focus { }

.responsive-tabs2__heading--active:focus,
.responsive-tabs2__list__item--active:focus { outline: none !important;}

.responsive-tabs2__list { font-size: 15px; margin: 2em 0 0 0; padding: 0;padding-bottom:11px; line-height: 1em; position: relative;
top: -16px;}
.responsive-tabs2__list__item { background: #fff; padding-left: 15px; padding-right:15px; padding-top:8px; padding-bottom:8px; border-right:1px solid #dddddd; border-bottom:1px solid #dddddd;}
.responsive-tabs2__list__item:hover {background: #fff;color: #581c52;}
.responsive-tabs2__list__item--active, 
.responsive-tabs2__list__item--active:hover {  background: #fcb041; color:#FFFFFF; }

.responsive-tabs2__panel { margin-top: 0px; padding-top:0px;  }


@media (max-width: 1000px) {
	.responsive-tabs2__heading { 
		padding: 10px 55px 15px 15px;
		border-bottom: 1px solid #ccc;
		position: relative;
		font-size:15px;
		font-family: ubuntu;
		text-transform:uppercase;
		text-align:left;
		overflow:hidden;
		font-weight:600;
	}

	.responsive-tabs2-wrapper { 
	clear: both;
	zoom: 1;
	margin-top: 0px;
}
	
	.responsive-tabs2__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #000;
	}
	.responsive-tabs2__heading:hover,
	.responsive-tabs2__heading--active:hover { background-color: none; color:#581c52;}
	.responsive-tabs2__heading--active { background: #fcb041; border:none; }
	.responsive-tabs2__heading--active:after {
		border-bottom: 7px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */

/* FIN TABS 2 */


/* TABS 3 */


/* REQUIRED for core functionality */

.responsive-tabs3__heading { display: none;}
.responsive-tabs3__list__item { display: inline; cursor:pointer;}


@media (max-width: 1000px) {
	.responsive-tabs3__list { display: none;}
	.responsive-tabs3__heading { display: block; cursor: pointer; }
	.responsive-tabs3__panel--closed-accordion-only { display: none;}
}

@media (min-width: 1000px) {
	.responsive-tabs3__panel--closed-accordion-only { display: block !important;}
}


/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs3-wrapper { 
	clear: both;
	zoom: 1;
}
.responsive-tabs3-wrapper:before,
.responsive-tabs3-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs3-wrapper:after {
    clear: both;
}


.responsive-tabs3__heading:focus,
.responsive-tabs3__list__item:focus { }

.responsive-tabs3__heading--active:focus,
.responsive-tabs3__list__item--active:focus { outline: none !important;}

.responsive-tabs3__list { 
	font-size: 15px; 
	margin: 2em 0 0 0; 
	padding: 0;
	padding-bottom:20px; 
	line-height: 1em; 
	position: relative;
	top: -14px;
	text-align:center;
}
.responsive-tabs3__list__item { 
	background: #fff; 
	padding:15px; 
	border-right:1px solid #dddddd; 
	border-bottom:1px solid #dddddd;
	border-left: 1px solid #dddddd;
	margin-right: -1px;
}
.responsive-tabs3__list__item:hover {background: #fff;color: #581c52;}
.responsive-tabs3__list__item--active, 
.responsive-tabs3__list__item--active:hover {  background: #fcb041; color:#FFFFFF; }

.responsive-tabs3__panel { margin-top: 0px; padding-top:0px;  }


@media (max-width: 1000px) {
	.responsive-tabs3__heading { 
		padding: 10px 55px 15px 15px;
		border-bottom: 1px solid #ccc;
		position: relative;
		font-size:15px;
		font-family: ubuntu;
		text-transform:uppercase;
		text-align:left;
		overflow:hidden;
		font-weight:600;
	}

	.responsive-tabs3-wrapper { 
	clear: both;
	zoom: 1;
	margin-top: 0px;
}
	
	.responsive-tabs3__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #000;
	}
	.responsive-tabs3__heading:hover,
	.responsive-tabs3__heading--active:hover { background-color: none; color:#581c52;}
	.responsive-tabs3__heading--active { background: #fcb041; border:none; }
	.responsive-tabs3__heading--active:after {
		border-bottom: 7px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */

/* FIN TABS 3 */



/* TABS 4 */


/* REQUIRED for core functionality */

.responsive-tabs4__heading { display: none;}
.responsive-tabs4__list__item { display: inline; cursor:pointer;}


@media (max-width: 1000px) {
	.responsive-tabs4__list { display: none;}
	.responsive-tabs4__heading { display: block; cursor: pointer; }
	.responsive-tabs4__panel--closed-accordion-only { display: none;}
}

@media (min-width: 1000px) {
	.responsive-tabs4__panel--closed-accordion-only { display: block !important;}
}


/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs4-wrapper { 
	clear: both;
	zoom: 1;
}
.responsive-tabs4-wrapper:before,
.responsive-tabs4-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs4-wrapper:after {
    clear: both;
}


.responsive-tabs4__heading:focus,
.responsive-tabs4__list__item:focus { }

.responsive-tabs4__heading--active:focus,
.responsive-tabs4__list__item--active:focus { outline: none !important;}

.responsive-tabs4__list { 
	font-size: 15px; 
	margin: 2em 0 0 0; 
	padding: 0;
	padding-bottom:20px; 
	line-height: 1em; 
	position: relative;
	top: -14px;
}
.responsive-tabs4__list__item { 
	background: #fff; 
	padding:15px; 
	border-right:1px solid #dddddd; 
	border-bottom:1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-right: -1px;
}
.responsive-tabs4__list__item:hover {background: #fff;color: #581c52;}
.responsive-tabs4__list__item--active, 
.responsive-tabs4__list__item--active:hover {  background: #fcb041; color:#FFFFFF; }

.responsive-tabs4__panel { margin-top: 0px; padding-top:0px; margin-left:15px; margin-right:15px;  }


@media (max-width: 1000px) {
	.responsive-tabs4__heading { 
		padding: 10px 55px 15px 15px;
		border-bottom: 1px solid #ccc;
		position: relative;
		font-size:15px;
		font-family: ubuntu;
		text-transform:uppercase;
		text-align:left;
		overflow:hidden;
		font-weight:600;
	}

	.responsive-tabs4-wrapper { 
	clear: both;
	zoom: 1;
	margin-top: 0px;
}
	
	.responsive-tabs4__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #000;
	}
	.responsive-tabs4__heading:hover,
	.responsive-tabs4__heading--active:hover { background-color: none; color:#581c52;}
	.responsive-tabs4__heading--active { background: #fcb041; border:none; }
	.responsive-tabs4__heading--active:after {
		border-bottom: 7px solid #000;
		border-top:0;
	 }
}


/* END - Optional - Basic Skin */

/* FIN TABS 4 */
