@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TABS MAIN CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.feature_tabs_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	position: relative;
	z-index: 300;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.feature_tabs_wrapper {
	margin: 60px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.feature_tabs_wrapper {
	margin: 60px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
}

.feature_tabs {
	width: 100%;
	max-width: 1200px;
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TABS MAIN CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.tab-wrap {
	border-radius: 0px;
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	background-color: transparent;
}

.tab_line_border {
	position: absolute;
	top: 35px;
	height: 1px;
	width: 100%;
	background-color: #f7f3eb;
	max-width: 1200px;
	display: none;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.tab_line_border {
	display: none;
}
}

.tab {
	display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	position: relative;
	top: 0;
	color: rgba(112,102,092,1);
	z-index: 1000;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	position: relative;
	color: rgba(112,102,092,1);
	top: 0;
	z-index: 1001;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	position: relative;
	color: rgba(112,102,092,1);
	top: 0;
	z-index: 1002;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	position: relative;
	color: rgba(112,102,092,1);
	top: 0;
	z-index: 1003;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	opacity: 1;
	position: relative;
	color: rgba(104,094,063,1);
	top: 0;
	z-index: 1004;
}

.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
	opacity: 1;
	position: relative;
	color: rgba(112,102,092,1);
	top: 0;
	z-index: 1005;
}

.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
	opacity: 1;
	position: relative;
	color: rgba(112,102,092,1);
	top: 0;
	z-index: 1006;
}

.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
	opacity: 1;
	position: relative;
	color: rgba(112,102,092,1);
	top: 0;
	z-index: 1007;
}

.tab:checked + label {
	cursor: default;
	background-color: rgba(135,122,108,1);
	border: 1px solid rgba(135,122,108,1);
	color: rgba(255,255,255,1);
	z-index: 1000;
}

.tab:checked + label:hover {
	background-color: rgba(112,102,092,1);
	border: 1px solid rgba(112,102,092,1);
}

.tab + label {
	margin: 0px 3px 0px 3px;
	padding: 11px 0px 0px 0px;
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: avn700, "Avenir LT Std", "Avenir LT Std 85 Bold", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1px;
	color: rgba(135,122,108,1);
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	text-align: center;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	height: 41px;
	box-sizing: border-box;
	border: 1px solid transparent;
	text-transform: uppercase;
	max-width: 1200px;
	z-index: 1000;
	border: 1px solid rgba(135,122,108,1);
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.tab + label {
	margin: 0px 3px 0px 3px;
	padding: 8px 4px 0px 4px;
	font-size: 14px;
	height: 36px;
	letter-spacing: 0.5px;
}
}

.tab + label {
	width: auto;
}

.tab + label:hover {
	border: 1px solid rgba(135,122,108,1);
	background-color: rgba(135,122,108,0.15);
}

.tab__content {
	padding: 50px 0px 0px 0px;
	position: absolute;
	width: 100%;
	opacity: 0;
	left: 0;
	max-width: 1200px;
	box-sizing: border-box;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	z-index: 600;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.tab__content {
	padding: 50px 0px 0px 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tab__content {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	width: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* CONTENT FOR EACH TAB */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.t_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.t_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.t_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
}
