@charset "UTF-8";
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.tab .tab-content {
	background-color:#FFF;
}

.tab .tab-content > li h4 {
	color:#dc5147;
	position:relative;
	overflow:hidden; 
}

.tab .tab-content > li h4:before {
	width:50%;
	margin:0 auto;
	color:#dc5147;
	font-size:3rem;
	text-align:center;
	display:block;
	position:absolute;
	top:10px;
	left:25%;
}

.tab-horiz .tab-legend > li:first-child.active {
	padding-left:16px;
	border-left:0;
/*	width:50%;*/
	text-align:center;
}

.tab-horiz .tab-legend > li:last-child.active {
	padding-right:16px;
	border-right:0;
}

.unselectable, .tab .tab-legend > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tab {
  width: 100%;
  overflow: hidden; }

.tab > .tab-legend, .tab > .tab-content, .tab-legend > li, .tab-content > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.tab .tab-legend {
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden; }

.tab .tab-legend > li {
  padding: 15px 15px;
  color: #999999;
  font-size: 16px;
/*  text-transform: uppercase;*/
  float: left;
  cursor: pointer; }

.tab .tab-legend > li {
  background-color: #dedede; }

.tab .tab-legend .active {
  padding: 13px 15px 15px 15px;
  background-color: #FFF;
  color: #1e8fca ; }

.tab .tab-content {
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  padding:3% 0;
  }

.tab .tab-content img { width:35%; height:auto; float:left;}
.tab .tab-content ul { width:60%; float:right;}

.tab .tab-content > li {
  position: relative;
  overflow: hidden;
  padding:0 5%;
}

.tab .tab-content > li ul li{
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#3c3c3c;
	padding:3% 0;
	font-family: 'Lato', sans-serif;
	width:100%;
	overflow:hidden;
}

.tab .tab-content > li ul li i{ float:left; width:5%;}
.tab .tab-content > li ul li span{ float:left; width:95%;}


/*Horizontal specific*/
.tab-horiz .tab-legend {
  width: 100%; }

.tab-horiz .tab-legend > li {
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
/*  width:50%;*/
  text-align:center;
 }

.tab.tab-horiz .tab-legend .active {
  border-top: solid 4px #1e8fca ;
  border-bottom: 0; }

.tab-horiz .tab-legend > li:first-child {
  border-left: solid 1px #CCC; }

.tab-horiz .tab-content {
  width: 100%; }

/*Vertical specific*/
.tab-vert .tab-legend {
  width: 20%;
  float: left; }

.tab.tab-vert .tab-legend .active {
  border-left: solid 3px #dc5147; }

.tab-vert .tab-legend > li {
  width: 100%;
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC; }

.tab-vert .tab-legend > li.active {
  border-right: 0; }

.tab-vert .tab-content {
  width: 80%;
  display: block;
  float: left; }

.tab-vert .tab-content > li {
  min-height: 100%;
  display: block; }
