@import "../../../modules/mod_xperttabs/assets/css/common.css";
.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.txtabs-nav {
  background: url(../images/shadow-border.png) no-repeat 0 100%;
  text-align: center;
  position: relative;
}
.txtabs-nav:after {
  background: url(../images/shadow-border-right.png) no-repeat 100% 100%;
  position: absolute;
  bottom: 0;
  right: -68px;
  display: block;
  height: 4px;
  width: 68px;
  content: "";
}
.txtabs-nav li {
  float: none;
  display: inline-block;
  padding: 20px 0;
}
.txtabs-nav li.active {
  background: url(../images/angle-top.png) no-repeat 50% 100%;
}
.txtabs-nav li a {
  padding: 0px 25px;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  border-right: 1px solid;
}
.txtabs-nav li.last a {
  border-right: 0;
}
.txtabs-content {
  padding: 20px 0 20px 50px;
}
.txtabs-content img {
  -webkit-box-shadow: 0 0 3px #666;
  -moz-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  background: #fff;
  padding: 7px;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.txtabs-content img:hover {
  opacity: 1;
}
.txtabs-content .sec1 {
  float: left;
  width: 45%;
}
.txtabs-content .sec1 > div {
  margin-bottom: 30px;
}
.txtabs-content .sec2 {
  float: right;
  width: 40%;
}
.txtabs-content .sec2 img {
  width: 40%;
  float: left;
  margin: 0 30px 30px 0;
}
.txtabs-content .sec2 img:last-child {
  margin-right: 0;
}
.txtabs-content .sec2 p:last-child img {
  margin-bottom: 0;
}
.txtabs-content h3 {
  font-weight: 300;
  padding: 15px 0;
  line-height: 24px;
}
.txtabs-content h3 span {
  font-weight: 400;
}
.txtabs-content h3+h4 {
  font-size: 26px;
  line-height: 22px;
}
