/*------------------------------------------------------------------------
# Author: FM
-------------------------------------------------------------------------*/


/* BASE STYLE
--------------------------------------------------------- */
body {
	/*color: #FFF;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	/*background-image: url(images/bg.png);
	background: rgba(0, 0, 0, 0.2);*/
}

tr {
	/*color: #FFF;*/
	/*font-weight: bold;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	
}

a {
	color: #900;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #C00;
	text-decoration: underline;
}

a img {
	border: none;
}
.title_tab {
	font-weight: bold;
	text-align: center;
}
.text_tab {
	font-weight: bold;
	text-align: center;
	color: #0F0;
}
.text1_tab {
	font-weight: bold;
	text-align: center;
	color: #F00;
}
.text2_tab {
	/*font-weight: bold;*/
	text-align: center;
	color: #000;
}
.text_us {
	font-weight: bold;
	color: #900;
}
.txt {
	color: #630;
	/*font-weight: bold;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}.image_column {
	text-align: center;
}

* {margin:0px; padding:0px;}
.wrap {
	width:100%;
	margin:50px auto;
}
.clear {clear:both;}

ul.tabs {list-style:none; width:100%;}
ul.tabs li:first-child {border-left:1px solid #ccc;}
ul.tabs li {
	float:left;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#C60;
}
ul.tabs li.active {
	border-bottom:1px solid #fff;
	background-color:#FC0;
	margin-bottom:-1px;
}
ul.tabs li a {
	display:block;
	padding:5px 10px;
	color:#FF0;
	letter-spacing:-1px;
	outline:none;
	text-decoration:none;
}
ul.tabs li.active a {font-weight:600; color:#000;}

div.tabs_content {
	width:99%;
	border:1px solid #ccc;
	height: auto;
}
div.tabs_content > div {padding:20px;}

.tabs {
	max-width: 1000px;
	margin: 0 0 30px;
}
.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	position: relative;
	margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
/*	background: #7DCA86; */
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.tabs__caption li {
	padding: 9px 15px;
	margin: 1px 0 0 1px;
	background: #900;
	color: #FFF;
	position: relative;
	border: solid #900;
	border-width: 2px 2px 2px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	background: #654106;
	border-color: #654106;
}
.tabs__caption .active {
	background: #FFF; 
	color: #000;
	border-color: #900;
}
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
/*	background: #FFF; */
}
.tabs__content {
	display: none;
/*	background: #FFF; 
	border: 2px solid #7DCA86;
	border-radius: 0 5px 5px 5px;*/
	padding: 7px 15px;
}
.tabs__content.active {
	display: block;
}


@media screen and (max-width: 650px) {

	.tabs__caption li {
		-webkit-flex: 1 0 auto;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}
}
