/*! aRund v.1.7.1 - 2016-12-21 */

.ao-block {
  position: relative;
  z-index: 1;
  color: #666;
}
.ao-block,
.ao-block:before,
.ao-block:after,
.ao-block *,
.ao-block *:before,
.ao-block *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ao-bg {
  background-color: #fff;
}
.ao-bg-alt {
  background-color: #333;
}
.ao-bg-darken {
  background-color: #eee;
}
.ao-bg-lighten {
  background-color: #f3f3f3;
}
.ao-scheme-bg {
  background-color: #ff8b00;
}
.ao-text-default {
  color: #666;
}
.ao-text-muted {
  color: #858585;
}
.ao-text-darken {
  color: #c26a00;
}
.ao-text-lighten {
  color: #ffa73d;
}
.ao-text-colored {
  color: #ff8b00;
}
.ao-content,
.ao-footer {
  position: relative;
}
.ao-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ao-feature-block {
  display: inline-block;
}
.ao-feature-block .ao-icon,
.ao-feature-block .ao-title,
.ao-feature-block .ao-text {
  display: block;
}
.ao-feature-block .ao-icon {
  font-size: 52px;
}
.ao-feature-block .ao-icon + * {
  margin-top: 8px;
}
.ao-feature-block .ao-title {
  font-size: 24px;
}
.ao-feature-block .ao-title + * {
  margin-top: 5px;
}
.ao-feature-block .ao-text {
  font-size: 16px;
}
/*ao-popus.css*/
/*! aRund v.1.7.1 - 2016-12-21 */

.ao-close,
.ao-close-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.ao-close *,
.ao-close-btn * {
  vertical-align: middle;
}
.ao-close {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
}
.ao-close .fa-times {
  position: relative;
  top: -2px;
}
.ao-close:hover,
.ao-close:focus {
  font-size: 28px;
}
.ao-close:hover .ao-times,
.ao-close:focus .ao-times {
  width: 24px;
  height: 24px;
}
.ao-close-btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 19px;
  color: #f6f6f6;
  background-color: #d8d8d8;
}
.ao-close-btn:hover,
.ao-close-btn:focus {
  color: #8b8b8b;
}
.ao-times {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.ao-times:before,
.ao-times:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid;
}
.ao-times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ao-times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ao-popup {
  display: none;
  font-size: 18px;
  line-height: 1.234;
}
.ao-footer .ao-btn:link{
  color: #fff;
  text-decoration: none;
}
.ao-footer .ao-btn:visited{
  color: #fff!important;
  text-decoration: none;
}
.ao-footer .ao-btn:hover{
  color: #fff;
  text-decoration: none;
}
.ao-footer .ao-btn:active{
  color: #fff!important;
  text-decoration: none;
}
.ao-collapse{
  top:160px!important;
}
@media (max-width: 992px){
  .oa-window-fake-wrap{
    display: none!important;
  }
}