@import "../../../modules/mod_xperttabs/assets/css/common.css";
@import "../../../libraries/expose/interface/less/mixins.less";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,700);
.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;
}
.img-transform {
  overflow: hidden;
}
.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%);
}
.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%);
}
.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 {
  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;
}
