/* codeDESIGN - custom_code_php.css */
@charset "utf-8";

/* CUSTOM CODE PHP */
div.custom_code_tabs [class^="col-"],
div.custom_code_tabs [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_tabs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: var(--ci_color_black);
}

/* TABS */
.layout_tabbed figure { 
	display: block; 
	margin-left: 0;
	margin-right: 0;
	/*border-bottom: 1px solid silver;*/
	clear: both;
 }
 
.layout_tabbed > input,
.layout_tabbed figure > div { display: none; }
 
.layout_tabbed figure>div {
	padding: 20px;
	width: 100%;
	border: 1px solid silver;
	background: #fff;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: #444;
}

#tab1:checked ~ figure .layout_tab1,
#tab2:checked ~ figure .layout_tab2,
#tab3:checked ~ figure .layout_tab3 { display: block; }

nav label {
	float: left;
	padding: 15px 15px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	/*background: hsl(210,50%,50%);*/
	background: var(--ci_color_yellow);
	color: var(--ci_color_white);
	text-transform: uppercase;
	cursor: pointer;
}
 
nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover {
	/*background: hsl(210,50%,40%);*/
	background: #202020;
}
nav label:active { background: #ffffff; }
 
#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
	background: white;
	color: #111;
	position: relative;
	border-bottom: none;
}
 
#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: white;
	left: 0;
	bottom: -1px;
}

.layout_tab_item {
	display: flex;
	margin-bottom: 40px;
}
.layout_tab_item:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.layout_tab_item:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
	.layout_tab_item {
		display: block;
	}
}

.layout_tab_item_text {
	background: #473225;
	color: var(--ci_color_white);
	height: 100%;
}

.layout_tab_item_text_inner {
	background: #241d1b;
	display: block;
	position: absolute;
	padding: 30px;
	margin: 60px 0px auto -130px;
}
.layout_tab_item:nth-child(2n) .layout_tab_item_text_inner {
	margin: 60px -130px auto 0px;
}

@media only screen and (max-width: 1199px) {
	.layout_tab_item_text_inner {
		margin: 20px 0px auto -130px;
	}

	.layout_tab_item:nth-child(2n) .layout_tab_item_text_inner {
		margin: 20px -130px auto 0px;
	}
}

@media only screen and (max-width: 991px) {
	.layout_tab_item_text_inner,
	.layout_tab_item:nth-child(2n) .layout_tab_item_text_inner {
		position: relative;
		margin: 0px;
	}
}

.layout_tab_item_text h1 {
	color: var(--ci_color_white);
	margin: 15px 0px;
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
}
.layout_tab_item_text h1::after {
	content: none;
}

@media only screen and (max-width: 991px) {
	.layout_tab_item_text h1 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 640px) {
	.layout_tab_item_text h1 {
		font-size: 24px;
		line-height: 24px;
	}
}

.layout_tab_item_text_box {
	background: var(--ci_color_yellow);
	border: 1px solid var(--ci_color_white);
	padding: 20px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.layout_tab_item_text_box:hover {
	background: #202020;
}

.layout_tab_item_text_box h2 {
	color: var(--ci_color_white);
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}
.layout_tab_item_text_box h2::after {
	content: none;
}

@media only screen and (max-width: 640px) {
	.layout_tab_item_text_box h2 {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0px;
	}
}

.layout_tab_item_text_box a,
.layout_tab_item_text_box a:link,
.layout_tab_item_text_box a:visited {
	color: var(--ci_color_white) !important;
}

.layout_tab_item_buttons {
	display: block;
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 63px;
}

@media only screen and (max-width: 1199px) {
	.layout_tab_item_buttons {
		bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.layout_tab_item_buttons {
		position: relative;
		height: 103px;
		padding: 30px;
	}
}

.layout_tab_item_buttons_inner {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
}

@media only screen and (max-width: 991px) {
	.layout_tab_item_buttons_inner {
		position: relative;
		width: auto;
		left: 0px;
		transform: none;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 391px) {
	div.layout_tabbed .href_button_yellow {
		width: 100%;
		margin-bottom: 15px;
	}
	div.layout_tabbed div.layout_tab_item_buttons {
		height: 180px;
	}
}