@import url(../fonts/lato/lato-font.css);

.etabs {
	margin: 0;
	padding: 0;
	/*border-bottom: solid 3px #222222;*/
	border-bottom: 4px solid #222;
	/*height: 32px;*/
}
.tab {
	float: left; 
	zoom:1;
	display: block;
	display:inline;
	/*width: 20%;
	width: 16.66666666%;*/
	text-align: center;
	overflow: hidden;
	/*-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;*/
	/*margin-bottom: -16px !important;*/
}

.etabs-items-6 .tab {
	width: 16.66666666%;
}

.tab a {
	font-size: 14px;
	/*line-height: 1.5em;*/
	height: 30px;
	line-height: 34px;
	display: block;
	padding: 0 10px;
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'latoregular', sans-serif;
	background: #666666;
	/*border-style: solid solid none;
	border-width: 1px;
	border-color:#FFFFFF;*/
	margin-left: 4px;
	background: #5EA2C3;
	/*padding: 5px;*/
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	-webkit-transition: .2s ease-in-out all;
	   -moz-transition: .2s ease-in-out all;
	    -ms-transition: .2s ease-in-out all;
	     -o-transition: .2s ease-in-out all;
	        transition: .2s ease-in-out all;
}

.tab.blocked {
	position: relative;
	z-index: 1;
}

.tab.blocked a {
	position: relative;
	z-index: 1;
}

.tab.blocked .block-status {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-color: rgb(255,255,255);
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.etabs .tab:first-child a {
	margin-left: 0;
}
.tab a:hover { 
	background-color: #76AECF;
}

.tab.active {}

.tab-container {
	margin-top: -25px;
}

.tab a.active,
.tab a.active:hover {
	background: #222222;
}

.tab-container .panel-container {
	background: #fff;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.tab_entry {
	margin-bottom: 25px;
	font-family: 'latoregular', 'Open Sans';
	min-height: 180px;
	padding-left: 340px;
	position: relative;
	background: #E6E6E6 url(../img/line.png) 830px top repeat-y;
	margin-top: -5px;
}

.tab_entry.article-tab,
.tab_entry.related-tab {
	background-image: none;
}

.tab_entry.tab_entry_top_pic {
	background-image: url(../img/line-hor.png);
}

.tab_entry.hidden {
	display: none;
}

.tab_entry .tab_entry_article {
	float: left;
	width: 470px;
}

/*.tab_entry img {
	float: left;
	margin-right: 20px;
}*/
.tab_entry .attachment-tabs-thumb-wrapper {
	display: block;
}

.tab_entry .attachment-tabs-thumb {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 320px;
	height: 180px !important;
}

.tab_entry .tab_author {
	display: block;
	color: #3E3E3E;
	font-family: "latolight",sans-serif;
	font-size: 14px;
	margin-top: 5px;
}

.tab_entry .tab_entry_header {
	padding-top: 20px;
	position: relative;
}

.tab_entry .tab_entry_header .tab_author {
	color: #4B4B4B;
	font-size: 14px;
	display: block;
	line-height: 2;
}

h3.tab_entry_title {
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
  margin: -2px 60px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "latoregular", sans-serif;
}

.tab_entry.tab_entry_top_pic h3.tab_entry_title {
	margin-right: 85px;
}

.tab_entry.tab_entry_top_pic h3.tab_entry_title:after,
.tab_entry.tab_entry_top_pic h3.tab_entry_title:before {
	content: "";
	display: table;
}

.tab_entry.tab_entry_top_pic h3.tab_entry_title:after {
	clear: both;
}

.tab_entry.tab_entry_top_pic h3.tab_entry_title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	max-width: 80%;
}

h3.tab_entry_title a {
	text-decoration: none;
	color: rgb(51,51,51);
	-webkit-transition: .2s ease-in-out all;
	   -moz-transition: .2s ease-in-out all;
	        transition: .2s ease-in-out all;
}

h3.tab_entry_title a:hover {
	color: #5EA2C3;
}

h4.tab_author {
	font-weight: normal;
	font-size: 1em;
	margin: 5px;
}

.tab_entry p,
.tab_entry .tab_entry_content p {
	font-size: 13px;
  line-height: 1.4;
	margin: 0;
	text-align: justify;
  color: rgb(51,51,51);
}

.tab_entry .tab_entry_content {
	padding-top: 12px;
	text-align: justify;
  color: #1C1C1C;
  font-family: "latoregular", sans-serif;
}

.count {
	display: none;
}

.tab_entry .entry_info_item img {
	vertical-align: middle;
	margin-top: -2px;
}

.tab_entry .tab_entry_actions {
	padding-top: 10px;
}

.tab_entry .tab_entry_ca {
	position: absolute;
	top: 50%;
	right: 55px;
	margin-top: -50px;
}

.tab_entry_info .tab_entry_info_inner .entry_info_item.entry_info_phone {
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

.tab_entry_info .tab_entry_info_inner .entry_info_item .phone {
	position: absolute;
	z-index: 2;
	top: 0;
	margin: 0;
	left: 0;
}