.tabs {
  color: #3e474c;
  background: #ffffff;
  padding: 15px 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.tabs .tab-header ul li {
  padding: 8px 10px;
  text-transform: uppercase;
  margin-right: 10px;
  background: #63b2f5;
  border-radius: 3px;
}
.tabs .tab-header ul li:hover,
.tabs .tab-header ul li.active-tab,
.tabs .tab-header ul li.active-tab a {
  color: #ffffff;
  background: #1081c5;
}
.tabs .tab-header ul li:hover a {
  color: #ffffff;
}
.tabs .tab-header ul li a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none !important;
}
.tabs .tab-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .tab-header li {
  display: inline-block;
  background: #e2eaf2;
  padding: 15px 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: background 0.3s, color 0.2s, border 0.3s;
  -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
  -moz-transition: background 0.3s, color 0.2s, border 0.3s;
  cursor: pointer;
  margin-bottom: 7px;
}
.tabs .tab-header li.active-tab a,
.tabs .tab-header li:hover a {
  color: #ffffff;
}
.tabs .tab-header li h6 {
  margin: 0;
}
.tabs .tab-content .tab {
  background: #eef0f5;
}
.tabs .tab {
  color: #3e474c;
  background: #ffffff;
  padding: 15px 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.tabs .tab:before,
.tabs .tab:after {
  content: "";
  display: table;
}
.tabs .tab:after {
  clear: both;
}
.tabs .tab {
  zoom: 1;
}
.tabs .tab img:first-child {
  margin-top: 0;
}
.tabs.style2 {
  width: 100%;
}
.tabs.style2 .tab-header {
  width: 35%;
  padding-right: 7px;
}
.tabs.style2 .tab-header li {
  display: block;
}
.tabs.style2 > div {
  display: table-cell;
  vertical-align: top;
}
#article-tabs {
  margin: 50px 60px 0 60px;
}
#article-tabs .nav.nav-tabs {
  -webkit-box-shadow: 2px 5px 5px 0px #777777;
  -moz-box-shadow: 2px 5px 5px 0px #777777;
  box-shadow: 2px 5px 5px 0px #777777;
  display: table;
  width: 100%;
}
#article-tabs .nav.nav-tabs li {
  float: left;
  position: relative;
}
#article-tabs .nav.nav-tabs li a {
  background: #ffffff;
  color: #1081c5;
  font-size: 16px;
  border: 1px solid #ffffff;
  margin: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#article-tabs .nav.nav-tabs li a:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 80%;
  border-right: 1px solid #eef0f5;
  top: 10%;
  right: -1px;
}
#article-tabs .nav.nav-tabs li a:hover {
  background: #1081c5;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#article-tabs .nav.nav-tabs li.active a {
  background: #1081c5;
  color: #ffffff;
}
#article-tabs#searchengine-results .nav.nav-tabs li a {
  color: #853e92;
}
#article-tabs#searchengine-results .nav.nav-tabs li a:hover {
  background: #853e92;
  color: #ffffff;
}
#article-tabs#searchengine-results .nav.nav-tabs li.active a {
  background: #853e92;
  color: #ffffff;
}
.mini-tabs #article-tabs {
  margin: 10px 0 10px 0;
}
.mini-tabs #article-tabs .nav.nav-tabs {
  width: auto;
}
.mini-tabs #article-tabs .nav.nav-tabs li a {
  padding: 2px !important;
  font-size: 11px;
}
