/* Grids go here */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .full {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .full {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .full {
    width: 1170px;
  }
}
.most {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .most {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .most {
    float: left;
    width: 66.66666667%;
  }
}
.half {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .half {
    float: left;
    width: 50%;
  }
}
.third {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}
.fourth {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .fourth {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .fourth {
    float: left;
    width: 25%;
  }
}
.sixth {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sixth {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .sixth {
    float: left;
    width: 16.66666667%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clear:before,
.clearfix:after,
.clear:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.full:before,
.full:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clear:after,
.container:after,
.container-fluid:after,
.row:after,
.full:after {
  clear: both;
}
.left,
.l {
  float: left !important;
}
.right,
.r {
  float: right !important;
}
.center,
.cb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tCenter,
.tc {
  text-align: center;
}
.tLeft,
.tl {
  text-align: left;
}
.tRight,
.tr {
  text-align: right;
}
.tJustify,
.tj {
  text-align: justify;
}
.table {
  display: table;
}
.middle,
.mid {
  display: table-cell;
  vertical-align: middle;
}
.relative,
.rel {
  position: relative;
}
.absolute,
.abs {
  position: absolute;
}
.upper {
  text-transform: uppercase;
}
.b,
.bold,
.strong,
b,
strong {
  font-weight: 700;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #f6f6f6;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
  display: inline;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
::-moz-selection {
  background: #fab819;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fab819;
  color: #fff;
  text-shadow: none;
}
a,
input,
textarea,
fieldset {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mask {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a {
  text-decoration: none;
}
article a,
.content a {
  position: relative;
  padding: 0.5em;
  margin: -0.5em;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(21, 21, 21, 0.9);
  height: 100px;
  z-index: 1;
}
header a {
  display: block;
  line-height: 100px;
  color: #fab819;
  padding-right: 15px;
}
header a:hover {
  color: #fff;
}
header .navigation-toggle {
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 24px;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 741px) {
  header .navigation-toggle {
    display: none;
  }
}
header .navigation-toggle img {
  width: 30px;
}
@media screen and (min-width: 741px) {
  header .header-menu-wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 740px) {
  header .header-menu-wrapper {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    overflow: hidden;
  }
}
header ul {
  margin: 0;
  float: right;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (max-width: 740px) {
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 150px;
    position: static;
    padding-left: 0;
    text-align: center;
    background: rgba(21, 21, 21, 0.9);
  }
  header ul li a {
    padding-right: 0;
    line-height: 50px;
  }
  header ul li a::before {
    content: none !important;
  }
}
header ul li {
  display: inline-block;
}
header ul li a:before {
  content: " | ";
  color: #2d2c2c;
  padding-right: 15px;
}
header ul li:first-child a:before {
  content: '';
}
header ul li:last-child {
  margin-left: 100px;
}
@media screen and (max-width: 992px) {
  header ul li:last-child {
    margin-left: 20px;
  }
}
header ul li:last-child a {
  display: block;
}
header ul li:last-child a:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  text-align: center;
}
.main {
  background: url(../img/bg-main.jpg) top no-repeat;
  background-size: cover;
  height: 728px;
}
@media screen and (max-width: 740px) {
  .main {
    height: auto;
    padding-bottom: 100px;
  }
}
.main .full .info-short {
  margin: 25% 15% 130px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .main .full .info-short {
    margin: 180px 0 130px;
  }
}
@media screen and (max-width: 600px) {
  .main .full .info-short {
    margin: 180px 0 80px;
  }
}
.main .full p {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .main .full p {
    font-size: 40px;
  }
}
.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 25px 130px;
}
@media screen and (max-width: 600px) {
  .button {
    padding: 25px 60px;
  }
}
.button:hover {
  background: #fff;
  color: #fab819;
}
.button.smaller {
  padding: 15px 130px;
}
@media screen and (max-width: 600px) {
  .button.smaller {
    padding: 15px 60px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs .full .half:first-child .info-index {
    height: auto;
    min-height: 180px;
  }
}
.aboutUs .info-index {
  height: 180px;
}
@media screen and (max-width: 992px) {
  .aboutUs .info-index {
    height: auto;
    min-height: 210px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs .info-index {
    height: auto;
    min-height: 150px;
  }
}
.aboutUs .info {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}
.aboutUs .info h1 {
  font-size: 30px;
  color: #282828;
}
.aboutUs .info h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}
.aboutUs .info .info-main {
  font-size: 16px;
  color: #727272;
}
.aboutUs .info p {
  font-size: 13px;
  color: #727272;
}
.aboutUs .info .btn-small {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  background-color: #fab819;
  padding: 3px 5px;
  font-size: 13px;
  font-style: italic;
}
.aboutUs .info .btn-small:hover {
  color: #fab819;
  background-color: #fff;
}
.aboutUs .info .btn-large {
  cursor: pointer;
  background: #fff;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aboutUs .info .btn-large:hover p,
.aboutUs .info .btn-large.active p {
  color: #fab819;
}
.aboutUs .info .btn-large .most {
  float: left;
  width: 66.66666667%;
}
.aboutUs .info .btn-large .third {
  float: right;
  width: 33.33333333%;
}
.aboutUs .info .btn-large p {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 40px;
  text-align: left;
  font-size: 16px;
  color: #7f7f7f;
}
@media screen and (max-width: 1200px) {
  .aboutUs .info .btn-large p {
    padding-right: 0;
  }
}
.aboutUs .info .btn-large .third {
  height: 100%;
}
.aboutUs .info .btn-large .third .centerer {
  vertical-align: middle;
  height: 74px;
  display: inline-block;
  border-left: 1px solid #fab819;
  padding-left: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.aboutUs .info .btn-large .third .centerer img {
  padding-top: 21px;
}
.aboutUs .info-additional {
  top: -13px;
  background: #fab819;
  display: none;
}
@media screen and (max-width: 768px) {
  .aboutUs .info-additional {
    display: block !important;
    top: -13px !important;
    height: auto !important;
    padding-top: 13px !important;
  }
}
.aboutUs .info-additional p {
  color: #fff;
  padding-left: 30px;
}
.aboutUs .info-additional .btn-small {
  background: #fff;
  color: #fab819;
  left: 30px;
}
.aboutUs .info-additional .btn-small:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.inquiry {
  margin-top: 100px;
  background: url(../img/bg-inquiry.png) no-repeat;
  background-size: 100% 100%;
  height: auto;
  padding-bottom: 80px;
}
.inquiry .full .info-short {
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}
.inquiry .full p {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
.last-projects {
  margin-top: 60px;
  margin-bottom: 60px;
}
.last-projects h1 {
  padding-left: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #282828;
}
.last-projects .gallery {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .last-projects .gallery {
    padding-top: 30px;
  }
}
.last-projects .gallery:after {
  clear: both;
  content: " ";
  display: table;
}
.last-projects .gallery .mask {
  padding-top: 55px;
  background: url("../img/gallery-demo-hover.png");
}
@media screen and (max-width: 768px) {
  .last-projects .gallery .mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.last-projects .gallery .mask h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.last-projects .gallery .mask p {
  font-size: 13px;
  color: #fff;
}
.last-projects .gallery a {
  position: relative;
  display: block;
}
.last-projects .gallery a:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.last-projects .gallery .third {
  padding-left: 10px;
  padding-right: 10px;
}
.last-projects .gallery .image {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .last-projects .gallery .image img {
    width: 100%;
  }
}
footer {
  background: url(../img/bg-footer.png) center;
  height: 100px;
}
@media screen and (max-width: 768px) {
  footer {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  footer .logo a {
    text-align: center;
  }
}
footer a {
  display: block;
  line-height: 100px;
  color: #fab819;
}
footer a:hover {
  color: #fff;
}
footer ul {
  margin: 0;
  float: right;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  footer ul {
    float: none !important;
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  footer ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  footer ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  footer ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  footer ul > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  footer ul > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  footer ul > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
footer ul li {
  display: inline-block;
}
footer ul li a:before {
  content: " | ";
  color: #2d2c2c;
  padding: 0 15px;
}
footer ul li:first-child a:before {
  content: '';
}
footer ul li:last-child {
  margin-left: 100px;
}
@media screen and (max-width: 992px) {
  footer ul li:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer ul li:last-child {
    margin-left: 0;
  }
}
footer ul li:last-child a {
  display: block;
}
footer ul li:last-child a:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.copyrights {
  background-color: #151515;
}
.copyrights p {
  color: #fff;
  font-size: 12px;
}
.copyrights span {
  color: #fab819;
}
.main.main-inner {
  background: url(../img/bg-about.jpg) center no-repeat;
  height: 360px;
}
.main .full .info-short.info-short-about {
  margin: 170px 140px 0;
}
@media screen and (max-width: 768px) {
  .main .full .info-short.info-short-about {
    margin: 170px 0 0;
  }
}
.about-info {
  margin-top: 30px;
}
.about-info .info:first-child {
  height: 320px;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .about-info .info:first-child {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .about-info .info:first-child {
    height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .about-info .info:first-child {
    height: auto;
    padding-top: 0;
  }
}
.about-info .partner-space .half .info {
  height: 200px;
}
.main.contacts {
  position: relative;
  background: url(../img/bg-contacts.jpg) top;
}
@media screen and (max-width: 768px) {
  .main.contacts {
    height: auto;
    padding-bottom: 100px;
  }
}
.main.contacts .half:first-child {
  padding: 0;
}
.main.contacts .info-short {
  margin: 110px 0 0;
  text-align: left;
}
.main.contacts h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.main.contacts p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.main.contacts input,
.main.contacts textarea {
  width: 470px;
  max-width: 90%;
  height: 50px;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 0 10px;
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .main.contacts input,
  .main.contacts textarea {
    width: 100%;
    max-width: 100%;
  }
}
.main.contacts input[type=submit] {
  outline: 0;
  border: 0;
}
.main.contacts textarea {
  height: auto;
  min-height: 220px;
  padding: 10px;
}
.main.contacts .inputs {
  margin-bottom: 20px;
}
.main.contacts .inputDetails {
  margin-bottom: 20px;
}
.main.contacts .inputDetails textarea {
  resize: vertical;
}
.main.contacts .send input {
  max-width: 90%;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main.contacts .send input {
    max-width: 100%;
  }
}
.main.contacts .send input:hover {
  border: 2px solid #fab819;
  color: #fab819;
}
#google-map {
  display: block;
  width: 100%;
  height: 448px;
  background: url(../img/map.jpg) center no-repeat;
}
.main.project-info {
  height: 360px;
  background: url(../img/bg-project.jpg);
  background-size: 100% 100%;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.project-info {
    height: auto;
  }
}
.main.project-info .full {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 90px;
}
@media screen and (max-width: 740px) {
  .main.project-info .full {
    padding-top: 130px;
  }
}
@media screen and (max-width: 600px) {
  .main.project-info .full {
    padding-top: 150px;
  }
}
.main.project-info .full h1 {
  font-size: 55px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .main.project-info .full h1 {
    font-size: 36px;
  }
}
.project {
  margin-bottom: 60px;
}
.project .preview {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .project .preview {
    text-align: center;
  }
}
.project .gallery {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .project .gallery {
    text-align: center;
  }
}
.project .gallery:after {
  clear: both;
  content: " ";
  display: table;
}
.project .gallery .mask {
  padding-top: 55px;
  background: url("../img/gallery-demo-hover.png");
}
.project .gallery .mask h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.project .gallery .mask p {
  font-size: 13px;
  color: #fff;
}
.project .gallery a {
  position: relative;
  display: block;
}
.project .gallery a:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.project .gallery .third {
  padding-left: 10px;
  padding-right: 10px;
}
.project .gallery .image {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main.projects {
  height: 360px;
  background: url(../img/bg-projects.jpg);
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.main.projects .full {
  text-align: center;
}
.main.projects .full h1 {
  font-size: 55px;
  padding-top: 160px;
  color: #fff;
}
.projects .full {
  text-align: center;
}
.projects .full .projects-info {
  text-align: center;
  display: inline-block;
  width: 540px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .projects .full .projects-info {
    width: auto;
  }
}
.projects .full .projects-info h3 {
  font-size: 16px;
  color: #727272;
}
.projects .full .projects-info p {
  font-size: 13px;
  color: #727272;
  padding-left: 60px;
  padding-right: 60px;
}
.projects .full .gallery {
  padding-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .projects .full .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.projects .full .gallery::after {
  clear: both;
  content: " ";
  display: table;
}
.projects .full .gallery .mask {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding-top: 50px;
  background: url("../img/gallery-demo-hover.png");
}
@media screen and (max-width: 768px) {
  .projects .full .gallery .mask {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.projects .full .gallery .mask h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.projects .full .gallery .mask a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 120px;
  margin-top: 20px;
}
.projects .full .gallery .mask a:hover {
  color: #fab819;
  border-color: #fab819;
}
.projects .full .gallery .third {
  padding-left: 10px;
  padding-right: 10px;
}
.projects .full .gallery .image {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .projects .full .gallery .image {
    width: auto;
    float: none;
  }
}
.projects .full .gallery .image:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.projects .full .page-navigator {
  margin-bottom: 50px;
}
.projects .full .page-navigator a {
  color: #727272;
  font-size: 13px;
  display: inline-block;
}
.projects .full .page-navigator a.active {
  font-size: 14px;
  font-weight: 900;
}
.main.services {
  height: 360px;
  background: url(../img/bg-services.jpg);
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.main.services .full {
  text-align: center;
}
.main.services .full h1 {
  font-size: 55px;
  padding-top: 160px;
  color: #fff;
}
.services-short h3 {
  font-weight: normal;
}
.services-short p {
  font-size: 13px;
}
.hor-line {
  margin-top: 40px;
}
.services-info {
  margin-bottom: 50px;
}
.services-info .full .half .top {
  background: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .services-info .full .half .top {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .services-info .full .half .top {
    height: auto;
    min-height: 150px;
  }
}
.services-info .full .half .top::after {
  clear: both;
  content: " ";
  display: table;
}
.services-info .full .half .top p {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 40px;
  text-align: left;
  font-size: 16px;
  color: #7f7f7f;
}
.services-info .full .half .top .most {
  float: left;
  width: 66.66666667%;
}
.services-info .full .half .top .third {
  float: right;
  width: 33.33333333%;
}
.services-info .full .half .top .third {
  height: 100%;
}
.services-info .full .half .top .third .centerer {
  vertical-align: middle;
  height: 74px;
  display: inline-block;
  border-left: 1px solid #fab819;
  padding-left: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.services-info .full .half .top .third .centerer img {
  padding-top: 21px;
}
.services-info .full .half .info {
  background-color: #fab819;
  position: relative;
  top: -13px;
}
.services-info .full .half .info p {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 100px;
  font-size: 13px;
  color: #fff;
}
.services-info .full .half .info p:first-child {
  padding-top: 33px;
}
.services-info .full .half .info p::first-line {
  font-weight: 900;
}
.services-info .full .half .info .image {
  position: relative;
}
.services-info .full .half .info .image:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.services-info .full .half .info .image img {
  width: 100%;
  height: 100%;
}
.services-info .full .half .info .image .mask {
  padding-top: 130px;
  background: url("../img/gallery-demo-hover.png");
}
.services-info .full .half .info .image .mask a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.services-info .full .half .info .image .mask a:hover {
  color: #fab819;
  border-color: #fab819;
}
.cufon-loading {
  visibility: hidden;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  width: 360px;
  height: 240px;
  z-index: 100;
  background: transparent url(../img/next.png) no-repeat center;
  pointer-events: none;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  height: 90px !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -10px;
  background: url(../img/arrow-left.png) no-repeat;
}
.bx-wrapper .bx-next {
  right: -10px;
  background: url(../img/arrow-right.png) no-repeat;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  opacity: 0.3;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../img/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../img/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../img/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/close.png) no-repeat 5px 5px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../img/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../img/close@2x.png);
    background-size: 16px 16px;
  }
}
/*# sourceMappingURL=main.css.map */