@import "../../../modules/mod_xperttabs/assets/css/common.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700);
.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;
}
.gfont-opensans {
  font-family: 'Open Sans', sans-serif;
}
.gfont-raleway {
  font-family: 'Raleway', sans-serif;
}
.list-border ul {
  margin: 0;
}
.list-border ul li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  list-style: none;
}
.list-border ul li:last-child {
  border-bottom: 0;
}
.list-arrow ul {
  margin: 0;
}
.list-arrow ul li {
  padding: 7px 7px 7px 40px;
  position: relative;
  cursor: pointer;
}
.list-arrow ul li:before {
  content: "\f105";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 5px 0 7px;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  left: 3px;
}
.list-arrow ul li a {
  color: #fff;
}
.list-arrow ul li:hover a {
  color: #e5e5e5;
}
.btn-arrow {
  padding: 6px 14px 6px 30px;
  position: relative;
}
.btn-arrow:before {
  content: "\f105";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  padding: 0 4px 0 6px;
  color: rgba(0,0,0,0.5);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.5);
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-transform {
  overflow: hidden;
}
.img-transform img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-transform:hover img {
  -webkit-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -moz-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -ms-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  -o-transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
  transform: translate3d(0,10%,0) scale3d(1.2,1.2,1);
}
.img-grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bs-example {
  color: #444;
}
.bs-example a:hover {
  color: #444;
}
pre a:hover {
  color: #444;
}
.txtabs-nav {
  margin-bottom: 5px;
}
.txtabs-nav li {
  padding: 0;
  position: relative;
  margin-right: 5px;
}
.txtabs-nav li a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  color: #444;
}
.txtabs-nav li.active a {
  margin-bottom: -5px;
  height: 33px;
}
.txtabs-nav li a {
  display: inline-block;
}
.txtabs-nav li.active a {
  display: inline-block;
}
.txtabs-nav li.active a,
.txtabs-nav li a:hover {
  color: #fff;
}
.txtabs-pane h2 {
  margin-bottom: 25px;
}
.txtabs-pane .txtabs-readon {
  margin-top: 30px;
}
.txtabs-pane img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  margin-bottom: 10px;
}
.txtabs-pane img:hover {
  opacity: 0.7;
}
.txtabs-pane-in {
  color: #fff;
}
.txtabs-wrap .txtabs-content,
.txtabs-wrap .txtabs-nav li.active a,
.txtabs-wrap .txtabs-nav li a:hover {
  background: #00AEFF;
}
