@import "../../../modules/mod_xperttabs/assets/css/common.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600);
.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;
}
@font-face {
  font-family: 'aleoregular';
  src: url('../fonts/aleo-regular-webfont.eot');
  src: url('../fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aleo-regular-webfont.woff') format('woff'), url('../fonts/aleo-regular-webfont.ttf') format('truetype'), url('../fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gfont-opensans {
  font-family: 'Open Sans', sans-serif;
}
.font-aleo {
  font-family: 'aleoregular', 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;
}
.img-transform {
  overflow: hidden;
}
.img-transform img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.img-transform:hover img {
  -webkit-transform: scale(1.1) rotateZ(-3deg);
  -moz-transform: scale(1.1) rotateZ(-3deg);
  -ms-transform: scale(1.1) rotateZ(-3deg);
  -o-transform: scale(1.1) rotateZ(-3deg);
  transform: scale(1.1) rotateZ(-3deg);
}
.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;
}
.txtabs-nav li a {
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  color: #444;
  padding: 6px 15px;
  border: 1px solid;
  text-transform: uppercase;
  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;
}
.txtabs-pane img:hover {
  opacity: 0.7;
}
.txtabs-wrap .txtabs-content {
  padding: 10px 0;
}
