@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.sprites-sprite, .sprites-btn-circle, .sprites-btn-circle_big, .sprites-btn-contact, .sprites-btn-pause, .sprites-btn-pinmap, .sprites-btn-play, .sprites-btn-play_black-big, .sprites-btn-play_black, .sprites-btn-video_black, .sprites-close, .sprites-logo-footer, .sprites-logo-header, .sprites-logo-header_black, .sprites-logo-soft-drive, .sprites-logo-soft-drive_big, .sprites-logo-soft-loaner, .sprites-logo-soft-loaner_big, .sprites-logo-soft-rental, .sprites-logo-soft-rental_big, .sprites-logo-soft-rez, .sprites-logo-soft-rez_big, .sprites-preloader, .sprites-preloader_logo {
  background-image: url('../images/sprites.png');
  background-repeat: no-repeat;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.sprites-btn-circle {
  background-position: 0 0;
}

.sprites-btn-circle_big {
  background-position: 0 -45px;
}

.sprites-btn-contact {
  background-position: 0 -179px;
}

.sprites-btn-pause {
  background-position: 0 -206px;
}

.sprites-btn-pinmap {
  background-position: 0 -220px;
}

.sprites-btn-play {
  background-position: 0 -258px;
}

.sprites-btn-play_black-big {
  background-position: 0 -273px;
}

.sprites-btn-play_black {
  background-position: 0 -324px;
}

.sprites-btn-video_black {
  background-position: 0 -458px;
}

.sprites-close {
  background-position: 0 -550px;
}

.sprites-logo-footer {
  background-position: 0 -580px;
}

.sprites-logo-header {
  background-position: 0 -632px;
}

.sprites-logo-header_black {
  background-position: 0 -674px;
}

.sprites-logo-soft-drive {
  background-position: 0 -716px;
}

.sprites-logo-soft-drive_big {
  background-position: 0 -748px;
}

.sprites-logo-soft-loaner {
  background-position: 0 -816px;
}

.sprites-logo-soft-loaner_big {
  background-position: 0 -848px;
}

.sprites-logo-soft-rental {
  background-position: 0 -916px;
}

.sprites-logo-soft-rental_big {
  background-position: 0 -948px;
}

.sprites-logo-soft-rez {
  background-position: 0 -1016px;
}

.sprites-logo-soft-rez_big {
  background-position: 0 -1048px;
}

.sprites-preloader {
  background-position: 0 -1116px;
}

.sprites-preloader_logo {
  background-position: 0 -1254px;
}

/* Fonts */
/* Colors */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'arial';
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.17em;
  margin: 0;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  margin: 1.33em 0;
  font-weight: normal;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: normal;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'arial', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********* COMMON *********/
* {
  text-decoration: none;
}

html, body {
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

p, ul, ol {
  font-size: 14px;
}

a {
  color: #000222;
  cursor: pointer;
}

body {
  display: block;
  -webkit-font-smoothing: antialiased;
  color: #000222;
}

input, textarea, button {
  border: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

ul li {
  list-style: none;
}

input, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-backface-visibility: hidden;
}

.c-wrapper {
  position: relative;
  margin-bottom: 160px;
}

.b-scroller {
  position: relative;
}

/*==============================
=            HEADER            =
==============================*/
.b-nav-btn-wrap {
  position: fixed;
  right: 0px;
  top: 25px;
  z-index: 15;
}
.b-nav-btn-wrap .b-site-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: -moz-transform 0.3s, background-color 0.3s;
  -o-transition: -o-transform 0.3s, background-color 0.3s;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  padding: 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-nav-btn-wrap .b-site-logo img {
  display: block;
  width: 90px;
}
.b-nav-btn-wrap .b-site-logo.light {
  background: #231f20;
}
.b-nav-btn-wrap .b-site-logo.dark {
  background: #fff;
}
.b-nav-btn-wrap.scroll .b-site-logo {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nav-open .b-nav-btn-wrap .b-site-logo {
  background: #fff;
}

.b-nav-btn {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #16abaa;
  -moz-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
  z-index: 15;
  overflow: hidden;
}
.b-nav-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: #fff;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%;
  -moz-transform: scale3d(1, 2, 1);
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
}
.b-nav-btn span {
  background: #fff;
  display: block;
  height: 3px;
  left: 23px;
  width: 30px;
  position: absolute;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, -moz-transform 0.2s, opacity 0.2s, left 0.2s;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, -o-transform 0.2s, opacity 0.2s, left 0.2s;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, -webkit-transform 0.2s, opacity 0.2s, left 0.2s;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, transform 0.2s, opacity 0.2s, left 0.2s;
}
.b-nav-btn span:first-child {
  top: 25px;
}
.b-nav-btn span:last-child {
  bottom: 25px;
}
.b-nav-btn span:nth-child(2n) {
  top: 50%;
  margin-top: -1.5px;
}
.b-nav-btn.active {
  background: #fff;
}
.b-nav-btn.active span {
  background: #16abaa;
}
.b-nav-btn.active span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-nav-btn.active span:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-nav-btn.active span:nth-child(2n) {
  opacity: 0;
}
.b-nav-btn.active:hover span {
  background: #0c6867;
}
.b-nav-btn:hover:before {
  -moz-transform: scale3d(9, 1, 1);
  -webkit-transform: scale3d(9, 1, 1);
  transform: scale3d(9, 1, 1);
}
.b-nav-btn:hover span {
  background: #16abaa;
}

.b-header {
  height: 75px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.b-nav {
  position: relative;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 325px;
  z-index: 10;
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
}
.ie .b-nav {
  right: 1px;
}
.b-nav.open {
  right: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.b-nav-logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -60px;
  display: none;
}

.b-nav-top {
  position: absolute;
  top: 165px;
  right: 30px;
}

.b-nav-bottom {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.b-nav-list {
  text-align: right;
}
.b-nav-list li {
  display: block;
  text-transform: uppercase;
}
.b-nav-list .b-lang-option {
  display: inline-block;
}
.b-nav-list a {
  color: #231f20;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#lang_sel_list {
  text-align: right;
}
#lang_sel_list li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
#lang_sel_list li:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}
#lang_sel_list li:last-child:after {
  content: none;
}
#lang_sel_list a {
  display: inline-block;
  font-size: 13px;
  color: #231f20;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#lang_sel_list a:hover {
  color: #16abaa !important;
}

.b-nav-list_main li {
  padding-bottom: 20px;
}
.b-nav-list_main a {
  font-size: 22px;
  line-height: 1.5em;
}
.b-nav-list_main a:hover {
  color: #16abaa;
}

.b-nav-list_subnav li {
  padding-bottom: 15px;
}
.b-nav-list_subnav li:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  display: none;
}
.b-nav-list_subnav li:last-child:after {
  content: none;
}
.b-nav-list_subnav a {
  font-size: 13px;
}
.b-nav-list_subnav a:hover {
  color: #16abaa;
}

#menu-secondary-navigation li:after {
  content: none;
}

.b-lang-option-link {
  display: inline-block;
  text-transform: uppercase;
}

.b-nav-list_social li {
  display: inline-block;
  color: #16abaa;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  margin-left: 13px;
  font-size: 19px;
}
.b-nav-list_social li:hover {
  color: #0c6867;
}
.b-nav-list_social a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.b-nav-list_social a:hover {
  opacity: 0;
}

.b-social-link {
  margin-left: 10px;
  font-size: 18px;
}

.b-contact-page-link {
  display: block;
  width: 28px;
  height: 27px;
  background-image: url('../images/sprites.png');
  background-position: 0 -179px;
  top: 25px;
  left: 25px;
  position: absolute;
  display: none;
}

/*-----  End of HEADER  ------*/
/*===============================
=            CONTENT RULES           =
===============================*/
.b-btn {
  display: inline-block;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  position: relative;
  padding: 13px 30px;
  background: #fff;
  color: #16abaa;
  z-index: 9;
  text-align: center;
}
.b-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: #000;
  -moz-transform-origin: 100% 50% 50%;
  -ms-transform-origin: 100% 50% 50%;
  -webkit-transform-origin: 100% 50% 50%;
  transform-origin: 100% 50% 50%;
  -moz-transform: scale3d(1, 2, 1);
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s transform, opacity 0.3s;
}
.b-btn .b-btn-text {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.b-btn:hover {
  color: #16abaa;
}
.b-btn:hover:before {
  -moz-transform: scale3d(30, 1, 1);
  -webkit-transform: scale3d(30, 1, 1);
  transform: scale3d(30, 1, 1);
}
.b-btn.b-btn_grid {
  margin-top: 20px;
  display: block;
  max-width: 265px;
}
.b-btn.b-btn_grid span {
  font-size: 13px;
}

.b-btn_on-black {
  background: #16abaa;
  color: #fff;
}
.b-btn_on-black:before {
  background: #fff;
}
.b-btn_on-black:hover {
  color: #16abaa;
}

.b-btn_on-white {
  background: #16abaa;
  color: #fff;
}
.b-btn_on-white:before {
  background: #000;
}
.b-btn_on-white:hover {
  color: #16abaa;
}

.b-btn_on-teal {
  background: #000;
  color: #fff;
}
.b-btn_on-teal:before {
  background: #000;
}
.b-btn_on-teal:hover {
  color: #fff;
}

.b-content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.b-centered-content {
  max-width: 1280px;
  margin: auto;
}

/*-----  End of CONTENT  ------*/
/*================================
=            HOMEPAGE            =
================================*/
.b-homepage {
  height: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.b-video-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  right: 10px;
  z-index: 5;
}

.b-video-btn_play {
  right: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-video-btn_play.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.b-video-btn_pause {
  left: 10px;
  margin-top: -55px;
}
.b-video-btn_pause:before {
  content: '\f04b';
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 18px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-video-btn_pause .b-video-btn-icon_pause {
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-video-btn_pause.paused .b-video-btn-icon_pause {
  opacity: 0;
}
.b-video-btn_pause.paused:before {
  opacity: 1;
}

.b-video-btn_stop {
  text-align: center;
  left: 10px;
  margin-top: 10px;
}

.b-video-btn_pause, .b-video-btn_stop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-video-btn_pause.visible, .b-video-btn_stop.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.b-video-btn-icon {
  position: absolute;
}

.b-video-btn-icon_circle {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url('../images/sprites.png');
  background-position: 0 0;
  -moz-animation: linear spin 10s infinite;
  -webkit-animation: linear spin 10s infinite;
  animation: linear spin 10s infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.b-video-btn-icon_circle:hover {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.b-video-btn-icon_stop {
  left: 50%;
  top: 0;
}

@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.b-video-btn-icon_play {
  display: block;
  width: 12px;
  height: 15px;
  background-image: url('../images/sprites.png');
  background-position: 0 -258px;
  margin-left: -6px;
  margin-top: -7.5px;
  left: 50%;
  top: 50%;
}

.b-video-btn-icon_pause {
  display: block;
  width: 9px;
  height: 14px;
  background-image: url('../images/sprites.png');
  background-position: 0 -206px;
  margin-left: -6px;
  margin-top: -7.5px;
  left: 50%;
  top: 50%;
}

.b-video-btn-icon_stop:before {
  content: "\f04d";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: -7px;
  top: 15px;
}

.b-overlay {
  height: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
}
.b-overlay .b-filter-video {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -2;
}
.b-overlay .b-home-title, .b-overlay .b-site-logo {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-overlay.hidden .b-home-title, .b-overlay.hidden .b-site-logo {
  opacity: 0;
}
.b-overlay.hidden .b-filter-video {
  opacity: 0;
}
.b-overlay .b-overlay-filter {
  opacity: 0.8 !important;
  background: linear-gradient(90deg, #000000, #222222, rgba(255, 255, 255, 0.2)) !important;
}

.b-overlay-filter {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.b-homepage-video {
  z-index: -5;
  overflow: hidden;
  position: absolute;
  background: #231f20;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.b-homepage-video img, .b-homepage-video video {
  display: block;
  position: absolute;
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}
.b-homepage-video video {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: -1;
}
.play .b-homepage-video video {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-homepage-video img {
  height: auto;
  z-index: 10;
  -moz-transition: opacity 0.3s, visibility 0s 0s;
  -o-transition: opacity 0.3s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s, visibility 0s 0s;
  opacity: 1;
}
.play .b-homepage-video img {
  -moz-transition: opacity 0.3s, visibility 0s 0.4s;
  -o-transition: opacity 0.3s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.4s;
  transition: opacity 0.3s, visibility 0s 0.4s;
  opacity: 0;
}

.b-home-title {
  color: #fff;
  width: 80%;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -180px;
}
.b-home-title .b-home__header {
  padding-right: 30px;
  font-size: 85px;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
}
.b-home-title .b-home__header p, .b-home-title .b-home__header span {
  display: block;
  padding-bottom: 30px;
  line-height: inherit;
  font-size: inherit;
}
.b-home-title > p {
  font-size: 24px;
  line-height: 1.5em;
  width: 70%;
}

.b-site-logo {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 10;
}

.b-site-logo_mobile {
  display: none;
}

.b-site-logo_desktop {
  display: block;
}

.b-site-logo_home {
  display: block;
  width: 121px;
  height: 42px;
  background-image: url('../images/sprites.png');
  background-position: 0 -632px;
}

/*=====  End of HOMEPAGE  ======*/
/*==============================
=            FOOTER            =
==============================*/
.b-footer {
  position: fixed;
  z-index: -1000;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 50px 30px;
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.3s transform;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-footer.open {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.b-footer-text-list {
  color: #fff;
  display: inline-block;
}
.b-footer-text-list a {
  color: #1feceb;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 12px;
  vertical-align: top;
}
.b-footer-text-list a:hover {
  color: #16abaa;
}
.b-footer-text-list a[href^=tel] {
  color: #fff;
}
.b-footer-text-list p {
  font-size: 12px;
  line-height: 1.5em;
}
.b-footer-text-list li {
  padding-bottom: 5px;
}

.b-footer-col_left {
  float: left;
}

.b-footer-col_right {
  float: right;
}

.b-footer-product-list {
  padding-top: 20px;
}
.b-footer-product-list li {
  display: inline-block;
  margin-left: 30px;
}

.b-footer-logo {
  margin-right: 30px;
  display: block;
  width: 151px;
  height: 52px;
  background-image: url('../images/sprites.png');
  background-position: 0 -580px;
  display: inline-block;
  vertical-align: top;
}

.b-footer-product_rental {
  display: block;
  width: 76px;
  height: 32px;
  background-image: url('../images/sprites.png');
  background-position: 0 -916px;
}

.b-footer-product_drive {
  display: block;
  width: 70px;
  height: 32px;
  background-image: url('../images/sprites.png');
  background-position: 0 -716px;
}

.b-footer-product_loaner {
  display: block;
  width: 77px;
  height: 32px;
  background-image: url('../images/sprites.png');
  background-position: 0 -816px;
}

.b-footer-product_rez {
  display: block;
  width: 59px;
  height: 32px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1016px;
}

/*=====  End of FOOTER  ======*/
/*==============================
=            Preloader         =
==============================*/
#qLtempOverlay,
#qLoverlay,
#qLpercentage {
  display: none !important;
}

.b-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  z-index: 999;
}
.b-preloader .b-preloader__border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -82.5px 0 0 -67px;
  -moz-animation: linear spin 3s infinite;
  -webkit-animation: linear spin 3s infinite;
  animation: linear spin 3s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.b-preloader .b-preloader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -29.5px 0 0 -37.5px;
}

.b-preloader.hide {
  top: -100%;
  opacity: 0;
}

/*==============================
=        End Preloader         =
==============================*/
/*==================================
=            HERO IMAGE            =
==================================*/
.b-hero-image {
  height: 80%;
  height: 80vh;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.b-parallax-window {
  min-height: 100%;
  background: transparent;
}

.b-hero-title {
  font-size: 85px;
  line-height: 80px;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*=====  End of HERO IMAGE  ======*/
/*==================================
=            INTRO TEXT            =
==================================*/
.b-intro-text {
  padding: 90px 30px;
}

.b-intro-text-inner {
  width: 70%;
}
.b-intro-text-inner h1, .b-intro-text-inner h2, .b-intro-text-inner h3, .b-intro-text-inner h4, .b-intro-text-inner h5, .b-intro-text-inner h6 {
  padding-bottom: 40px;
}
.b-intro-text-inner h1 {
  font-size: 42px;
  letter-spacing: 2px;
}
.b-intro-text-inner h2 {
  font-size: 32px;
}
.b-intro-text-inner h3 {
  font-size: 32px;
}
.b-intro-text-inner h4, .b-intro-text-inner h5, .b-intro-text-inner h6 {
  font-size: 28px;
  margin: 0;
}
.b-intro-text-inner p, .b-intro-text-inner li, .b-intro-text-inner em, .b-intro-text-inner i, .b-intro-text-inner blockquote {
  font-size: 24px;
  line-height: 38px;
}
.b-intro-text-inner em, .b-intro-text-inner i {
  font-style: italic;
}
.b-intro-text-inner p {
  padding-bottom: 40px;
}
.b-intro-text-inner ul, .b-intro-text-inner ol {
  padding-bottom: 25px;
}
.b-intro-text-inner li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 50px;
}
.b-intro-text-inner a {
  color: #16abaa;
}
.b-intro-text-inner > *:last-child {
  padding-bottom: 0;
}

.b-intro-text_dark {
  background: #000;
  color: #fff;
}

.b-intro-text_light {
  background: #fff;
  color: #231f20;
}

/*=====  End of INTRO TEXT  ======*/
/*==================================================
=            SIDE-BY-SIDE CONTENT BLOCK            =
==================================================*/
.b-2cols-row {
  height: 540px;
  background: #16abaa;
}
.b-2cols-row:after {
  content: "";
  display: block;
  clear: both;
}

.b-2cols-row__item_dark {
  color: #fff;
  background: #16abaa;
}
.b-2cols-row__item_dark h1, .b-2cols-row__item_dark h2, .b-2cols-row__item_dark h3, .b-2cols-row__item_dark h4, .b-2cols-row__item_dark h5, .b-2cols-row__item_dark h6 {
  color: #000;
}

.b-2cols-row__item_light {
  color: #231f20;
  background: #eeeeee;
}
.b-2cols-row__item_light h1, .b-2cols-row__item_light h2, .b-2cols-row__item_light h3, .b-2cols-row__item_light h4, .b-2cols-row__item_light h5, .b-2cols-row__item_light h6 {
  color: #16abaa;
}

.b-2cols-row__item {
  height: 100%;
  width: 50%;
  float: left;
}
.b-2cols-row__item:first-child {
  float: left;
}
.b-2cols-row__item:last-child {
  float: right;
}

.b-2cols-row__item_image {
  position: relative;
}

.b-row-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.b-2cols-row__item_text {
  padding: 75px 30px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-2cols-row__item_text p {
  font-size: 19px;
  line-height: 1.5em;
}
.b-2cols-row__item_text blockquote {
  margin: 0;
  padding-bottom: 25px;
}
.b-2cols-row__item_text em, .b-2cols-row__item_text i {
  font-style: italic;
}
.b-2cols-row__item_text h1, .b-2cols-row__item_text h2, .b-2cols-row__item_text h3, .b-2cols-row__item_text h4, .b-2cols-row__item_text h5, .b-2cols-row__item_text h6 {
  font-size: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
.b-2cols-row__item_text strong {
  letter-spacing: 0.2em;
}

.b-vertical-aligner {
  display: table-cell;
  vertical-align: middle;
}

/*=====  End of SIDE-BY-SIDE CONTENT BLOCK  ======*/
/*=====================================
=            PRODUCT CELLS            =
=====================================*/
.b-product-cells {
  background: #eeeeee;
  padding: 60px 0;
}

.b-product-cells-list {
  font-size: 0;
  max-width: 1280px;
  margin: auto;
}
.b-product-cells-list > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-product-cell__img {
  padding-bottom: 25px;
}

.b-product-cell__text {
  font-size: 15px;
  line-height: 26px;
}
.b-product-cell__text p {
  padding-bottom: 25px;
}
.b-product-cell__text p:last-child {
  padding-bottom: 0;
}
.b-product-cell__text ul {
  padding-left: 25px;
  padding-bottom: 25px;
}
.b-product-cell__text ul:last-child {
  padding-bottom: 0;
}
.b-product-cell__text i, .b-product-cell__text em {
  font-style: italic;
}

/*=====  End of PRODUCT CELLS  ======*/
/*==============================================
=            CONTENT WITH ICON LIST            =
==============================================*/
.b-content-with-icon-list {
  background: #fff;
  padding: 100px 0 35px;
}

.b-content-title {
  font-size: 19px;
  max-width: 1024px;
  padding-left: 30px;
  padding-bottom: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-content-title h1, .b-content-title h2, .b-content-title h3, .b-content-title h4, .b-content-title h5, .b-content-title h6 {
  color: #16abaa;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
  line-height: 1.5em;
}
.b-content-title h1, .b-content-title h2 {
  font-size: 57px;
}
.b-content-title h3, .b-content-title h4 {
  font-size: 36px;
}
.b-content-title h5, .b-content-title h6 {
  font-size: 24px;
}
.b-content-title p {
  line-height: 1.5em;
  font-size: 19px;
  padding-bottom: 15px;
}

.b-icon-list {
  font-size: 0;
}

.b-icon-list-item {
  margin-bottom: 65px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-icon-list-item__top {
  padding-bottom: 15px;
}

.b-icon-list-item__bottom {
  font-size: 15px;
  line-height: 1.5em;
}
.b-icon-list-item__bottom ul {
  margin-left: 20px;
  margin-top: 10px;
}
.b-icon-list-item__bottom li {
  list-style: disc;
  list-style-position: outside;
}

.b-icon-list-icon {
  display: inline-block;
  line-height: 70px;
  width: 65px;
  text-align: center;
}
.b-icon-list-icon img {
  display: inline-block;
  vertical-align: middle;
}

.b-icon-title {
  max-width: 250px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 17px;
  line-height: 70px;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.b-icon-title span {
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.b-icon-title:before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  left: 0;
  background: #bce5e5;
  position: absolute;
  top: 0;
}

/*=====  End of CONTENT WITH ICON LIST  ======*/
/*===============================================
=            Callout bar with button            =
===============================================*/
.b-callout-bar {
  text-align: center;
  padding: 40px 20px;
}

.b-callout-bar_with-btn {
  background-color: #000;
  color: #fff;
}
.b-callout-bar_with-btn .b-btn {
  vertical-align: middle;
}

.b-callout-title {
  text-transform: uppercase;
  display: inline-block;
  font-size: 25px;
  margin-right: 35px;
  line-height: 40px;
  vertical-align: middle;
  letter-spacing: 0.2em;
}

/*=====  End of Callout bar with button  ======*/
/*===============================================
=            CONTENT WITH BACKGROUND            =
===============================================*/
.b-content-with-bg {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-content-with-bg .b-parallax-window {
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-content-with-bg-inner {
  padding: 150px 20px;
  position: relative;
  text-align: center;
  max-width: 700px;
  color: #000;
  font-size: 19px;
  line-height: 32px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-content-with-bg-inner p {
  font-size: 19px;
}

.b-content-with-bg-title {
  font-size: 57px;
  padding-bottom: 20px;
  line-height: 80px;
  letter-spacing: 0.2em;
}

/*=====  End of CONTENT WITH BACKGROUND  ======*/
/*=====================================================
=            CLIENTS GRID || PRODUCTS GRID || TEAM GRID           =
=====================================================*/
.b-grid {
  position: relative;
}

.b-partners-grid .b-grid-item:nth-child(4), .b-partners-grid .b-grid-item:nth-child(5), .b-partners-grid .b-grid-item:nth-child(6) {
  border-bottom: none;
}

.b-grid__bg {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-grid-title {
  background: #000;
  padding: 40px 20px;
  text-align: center;
}
.b-grid-title h2 {
  line-height: 1.5em;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
}

.b-grid-wrapper {
  padding: 100px 0;
  overflow: hidden;
  background-color: #eee;
}

.b-grid-list {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.b-grid-list:after {
  content: "";
  display: block;
  clear: both;
}

.b-grid-list.small .b-grid-item:nth-child(4), .b-grid-list.small .b-grid-item:nth-child(5), .b-grid-list.small .b-grid-item:nth-child(6) {
  border-bottom: none;
}

.b-grid-list.little .b-grid-item:nth-child(1), .b-grid-list.little .b-grid-item:nth-child(2), .b-grid-list.little .b-grid-item:nth-child(3) {
  border-bottom: none;
}

.b-team-grid .b-grid-wrapper {
  display: table;
}

.b-grid-item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  height: 340px;
  border-bottom: 1px solid #8c8170;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-grid-item:nth-child(1), .b-grid-item:nth-child(2), .b-grid-item:nth-child(4), .b-grid-item:nth-child(5), .b-grid-item:nth-child(7), .b-grid-item:nth-child(8) {
  border-right: 1px solid #8c8170;
}
.b-grid-item:nth-child(7), .b-grid-item:nth-child(8), .b-grid-item:nth-child(9) {
  border-bottom: none;
}
.b-grid-item:after {
  content: "";
  border-bottom: 50px solid #eee;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: relative;
  bottom: 50px;
  margin-left: -40px;
  left: 50%;
  opacity: 0;
  -moz-transition: opacity 0.2s 0s;
  -o-transition: opacity 0.2s 0s;
  -webkit-transition: opacity 0.2s;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s 0s;
}
.b-grid-item:hover .b-grid-item-link, .b-grid-item.hover .b-grid-item-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-grid-item:hover .b-grid-item-front:before, .b-grid-item.hover .b-grid-item-front:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 0.5;
}
.b-grid-item:hover .b-grid-item-title, .b-grid-item.hover .b-grid-item-title {
  opacity: 0.25;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.b-grid-item.active:after {
  opacity: 1;
  -moz-transition: opacity 0.2s 0.2s;
  -o-transition: opacity 0.2s 0.2s;
  -webkit-transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: opacity 0.2s 0.2s;
}
.b-grid-item.active .b-grid-item-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-grid-item.active .b-grid-item-link.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-grid-item.active .b-grid-item-front:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-grid-item.active .b-grid-item-title {
  -webkit-filter: none;
  filter: none;
}
.b-grid-item.empty {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-grid-item .clone {
  display: none;
}
.b-team-grid .b-grid-item {
  overflow: hidden;
}

.b-grid-item + .b-grid-item.empty {
  border-bottom: none;
}

.b-grid-item.relative {
  position: relative;
  border: none;
  border-bottom: 1px solid #8c8170;
  border-right: 1px solid #8c8170;
}
.b-grid-item.relative .b-grid-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 1.5em;
  font-size: 14px;
  box-sizing: border-box;
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-grid-item.relative .b-grid-item-content .b-grid-item-content__inner {
  display: table;
  padding: 40px;
  height: 100%;
}
.b-grid-item.relative .b-grid-item-content .b-grid-item-content__vert {
  display: table-cell;
  vertical-align: middle;
}
.b-grid-item.relative .b-grid-item-content h1, .b-grid-item.relative .b-grid-item-content h2, .b-grid-item.relative .b-grid-item-content h3, .b-grid-item.relative .b-grid-item-content h4, .b-grid-item.relative .b-grid-item-content h5, .b-grid-item.relative .b-grid-item-content h6 {
  color: #16abaa;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  line-height: 1.5em;
}
.b-grid-item.relative .b-grid-item-content h1, .b-grid-item.relative .b-grid-item-content h2, .b-grid-item.relative .b-grid-item-content h3, .b-grid-item.relative .b-grid-item-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.b-grid-item.relative .b-grid-item-content p {
  line-height: 1.5em;
  font-size: 14px;
  padding-bottom: 10px;
}
.b-grid-item.relative .b-grid-item-content p a {
  color: #16abaa;
}
.b-grid-item.relative:hover .b-grid-item-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-grid-item.relative.hover .b-grid-item-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-grid-item.relative.no-hover {
  opacity: 0.25;
}

.b-grid-outer {
  position: relative;
  margin: 0 30px;
}
.b-grid-outer:before, .b-grid-outer:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.b-grid-outer:after {
  left: 0;
  right: 0;
  border-bottom: 2px solid;
  border-color: inherit;
}
.b-grid-outer:before {
  left: auto;
  top: 0;
  right: 0;
  border-right: 2px solid;
  border-color: inherit;
}
.b-grid-outer .b-grid-list {
  padding: 0;
}

.b-item-content-list {
  display: none;
}

.b-grid-item-inner {
  height: 100%;
  width: 100%;
}

.b-grid-item-front {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.b-grid-item-front:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.b-grid-item-title {
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: -1;
  padding: 25px;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.b-grid-item-title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ie .b-grid-item-title img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .ie .b-grid-item-title img {
    width: auto;
  }
}
.b-grid-item-title .b-person-title {
  font-size: 35px;
  padding-bottom: 20px;
  max-width: 280px;
  margin: auto;
}
.b-grid-item-title .b-person-position {
  font-size: 12px;
  max-width: 280px;
  margin: auto;
}

.b-grid-item-link {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  text-align: center;
  z-index: 9;
}
.b-grid-item-link span {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -12px;
  color: #16abaa;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 25px;
}
.b-grid-item-link.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.b-grid-controls {
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.b-grid-controls .b-btn {
  width: 255px;
  margin: 0 8px;
}

.b-grid-back {
  position: absolute;
  width: 100%;
  left: 0;
  background: #eeeeee;
  height: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-grid-item.active .b-grid-back {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.b-grid-back-inner {
  padding: 100px 225px;
  line-height: 1.5em;
  font-size: 19px;
}
.b-grid-back-inner h1, .b-grid-back-inner h2, .b-grid-back-inner h3, .b-grid-back-inner h4, .b-grid-back-inner h5, .b-grid-back-inner h6 {
  color: #16abaa;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
  line-height: 1.5em;
}
.b-grid-back-inner h1, .b-grid-back-inner h2, .b-grid-back-inner h3, .b-grid-back-inner h4 {
  font-size: 25px;
  font-weight: 600;
}
.b-grid-back-inner p {
  line-height: 1.5em;
  font-size: 19px;
  padding-bottom: 15px;
}
.b-grid-back-inner .b-btn {
  margin-top: 25px;
}

.b-drop-closer {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.b-drop-closer:before, .b-drop-closer:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #8a8989;
  height: 2px;
  top: 50%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.b-drop-closer:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-drop-closer:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-drop-closer:hover:before, .b-drop-closer:hover:after {
  background: #16abaa;
}

/*=====  End of CLIENTS GRID || PRODUCTS GRID  ======*/
/*============================================
=            Testimonial Carousel            =
============================================*/
.b-testimonial-carousel {
  background: #fff;
  padding: 100px 60px;
}

.b-review-slider-wrap {
  position: relative;
  max-width: 855px;
  padding: 0 55px;
  margin: auto;
}

.b-review-slider {
  overflow: hidden;
  position: relative;
}
.b-review-slider:before, .b-review-slider:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #bce5e5;
  top: 0;
}
.b-review-slider:before {
  left: 0;
}
.b-review-slider:after {
  right: 0;
}

.b-review-slide-list {
  position: relative;
}

.b-slider:after {
  content: "";
  display: block;
  clear: both;
}

.b-review-slide {
  left: 80px;
  right: 80px;
  position: absolute;
  font-size: 24px;
  line-height: 1.5em;
}
.b-review-slide p {
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 25px;
}
.b-review-slide em, .b-review-slide i {
  font-style: italic;
}

.b-review-slider-arrow {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.b-review-slider-arrow:before, .b-review-slider-arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #16abaa;
  top: 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.b-review-slider-arrow:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-review-slider-arrow:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-review-slider-arrow:hover:before, .b-review-slider-arrow:hover:after {
  background-color: #0c6867;
}

.b-review-slider-arrow_left {
  left: 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-review-slider-arrow_right {
  right: 0px;
}

.b-review-author {
  text-transform: uppercase;
  display: block;
  color: #16abaa;
  letter-spacing: 0.2em;
  font-size: 17px;
  padding-top: 25px;
}

/*=====  End of Testimonial Carousel  ======*/
/*=========================================
=            VIDEO CONTENT ROW            =
=========================================*/
.b-video-row {
  display: block;
  width: 100%;
}
.b-video-row:after {
  content: "";
  display: block;
  clear: both;
}

.b-video-row__col {
  position: relative;
  display: block;
  height: 100%;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.b-video-row__col_video {
  width: 66%;
  background: #000;
  float: left;
}
.b-video-row__col_video img, .b-video-row__col_video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-video-row__col_video .b-video-img-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 1;
}
.b-video-row__col_video .b-content-overlay {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-video-row__col_video.active .b-video-btn-big {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-video-row__col_video.active .b-content-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-video-row__col_video.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-video-row__col_video.active .b-video-img-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: -1;
}

.b-video-btn-big {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-video-btn-big .b-video-btn-icon_circle {
  display: block;
  width: 134px;
  height: 134px;
  background-image: url('../images/sprites.png');
  background-position: 0 -45px;
}
.b-video-btn-big .b-video-btn-icon_play {
  display: block;
  width: 44px;
  height: 51px;
  background-image: url('../images/sprites.png');
  background-position: 0 -273px;
  margin-top: -27px;
  margin-left: -17px;
}

.b-video-row__col_content {
  color: #fff;
  padding: 80px 35px;
  background: #16abaa;
  width: 34%;
  float: right;
}
.b-video-row__col_content h1, .b-video-row__col_content h2, .b-video-row__col_content h3, .b-video-row__col_content h4, .b-video-row__col_content h5, .b-video-row__col_content h6 {
  color: #000;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
  line-height: 1.5em;
}
.b-video-row__col_content h1, .b-video-row__col_content h2, .b-video-row__col_content h3, .b-video-row__col_content h4 {
  font-size: 25px;
  font-weight: 600;
}
.b-video-row__col_content p {
  line-height: 1.5em;
  font-size: 19px;
  padding-bottom: 15px;
}

/*=====  End of VIDEO CONTENT ROW  ======*/
/*=====================================
=            TEAM LISTING             =
=====================================*/
.b-team-listing {
  background: #fff;
  padding: 100px 0;
}

.b-team-list {
  max-width: 1280px;
  margin: auto;
  font-size: 0;
}

.b-team-list-item {
  width: 30%;
  max-width: 385px;
  height: 320px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 19px;
  margin: 1.666%;
  background: #9f9f9f;
}
.b-team-list-item:hover .b-team-list-item-back, .b-team-list-item.hover .b-team-list-item-back {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-team-list-item:hover .b-person-info-part, .b-team-list-item.hover .b-person-info-part {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94) 0.1s, opacity 0.3s 0.2s;
  -o-transition: -o-transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94) 0.1s, opacity 0.3s 0.2s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94), opacity 0.3s;
  -webkit-transition-delay: 0.1s, 0.2s;
  transition: transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94) 0.1s, opacity 0.3s 0.2s;
}
.b-team-list-item:hover .b-team-list-item-front, .b-team-list-item.hover .b-team-list-item-front {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -moz-transition: linear 0.3s 0.4s;
  -o-transition: linear 0.3s 0.4s;
  -webkit-transition: linear 0.3s;
  -webkit-transition-delay: 0.4s;
  transition: linear 0.3s 0.4s;
}

.b-team-list-item-front {
  -moz-transition: linear 0.2s 0s;
  -o-transition: linear 0.2s 0s;
  -webkit-transition: linear 0.2s;
  -webkit-transition-delay: 0s;
  transition: linear 0.2s 0s;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -ms-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.b-team-list-item-front img {
  display: block;
  width: 100%;
  height: auto;
}

.b-team-list-item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../../src/static/images/rgbapng/ffffffb3-5.png?1469126370');
  background: rgba(255, 255, 255, 0.7);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94);
  -o-transition: -o-transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94);
  transition: transform 0.6s cubic-bezier(0.21, 0.82, 0.37, 0.94);
}

.b-person-info-part {
  opacity: 0;
  width: 75%;
  display: table-cell;
  vertical-align: bottom;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: -moz-transform 0.3s 0s, opacity 0.2s 0s;
  -o-transition: -o-transform 0.3s 0s, opacity 0.2s 0s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 0.3s 0s, opacity 0.2s 0s;
}

.b-person-position {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.b-person-title {
  font-size: 42px;
  color: #16abaa;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/*=====  End of TEAM LISTING   ======*/
/*==================================================
=            Hero Map
==================================================*/
.b-hero-map {
  height: 80vh;
  position: relative;
}
.b-hero-map .b-hero-title {
  color: #000;
}

.b-hero-map__nav {
  position: absolute;
  bottom: 35px;
  right: 25px;
}
.b-hero-map__nav span {
  width: 44px;
  height: 44px;
  background-color: #16abaa;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.b-hero-map__nav span:after {
  position: absolute;
  width: 17px;
  height: 3px;
  background-color: #fff;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5px 0 0 -8.5px;
}
.b-hero-map__nav .b-zoom-in {
  margin-bottom: 10px;
}
.b-hero-map__nav .b-zoom-in:before {
  position: absolute;
  width: 3px;
  height: 17px;
  background-color: #fff;
  content: '';
  top: 50%;
  left: 50%;
  margin: -8.5px 0 0 -1.5px;
}

.b-google-map {
  width: 100%;
  height: 100%;
}
.b-google-map .gm-style-iw {
  left: 214px !important;
  top: 40px !important;
}
.b-google-map .b-map-info {
  width: 380px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.b-google-map .b-map-info .bodyContent {
  padding: 25px;
  background-color: #000;
}
.b-google-map .b-map-info p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
}
.b-google-map .b-map-info a {
  color: #1feceb;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
}
.b-google-map .b-map-info .b-map-info__figure {
  width: 0;
  height: 0;
  border-top: 55px solid #000;
  border-right: 65px solid transparent;
}

/*========= End Hero Map   ==========*/
/*==================================================
=            Intro text – with columns            =
==================================================*/
.b-intro-text__content {
  overflow: hidden;
}

.b-intro-text_light .b-intro-text__item a {
  color: #231f20;
}

.b-intro-text__item {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 35px 60px 0 0;
  float: left;
  font-weight: 100;
}
.b-intro-text__item h2 {
  color: #16abaa;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.b-intro-text__item a {
  font-size: 24px;
  color: #fff;
  display: inline-block;
}
.b-intro-text__item .b-email {
  margin-top: 10px;
  display: block;
}

/*========= End Intro text – with columns   ==========*/
/*==================================================
=            Contact Form                           =
==================================================*/
.b-contact-form {
  position: relative;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #000;
  padding: 110px 0 100px;
  font-weight: 500;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  display: block;
}
.b-contact-form img {
  display: none;
}
.b-contact-form .b-contact-form__content {
  max-width: 1214px;
  margin: auto;
}
.b-contact-form .gfield_html {
  font-weight: 100;
  margin-bottom: 60px;
  margin-left: 17.5px;
  letter-spacing: inherit;
  display: block !important;
}
.b-contact-form .gfield_html p {
  font-size: 24px;
}
.b-contact-form .gform_wrapper {
  max-width: 100% !important;
  letter-spacing: 0.2em;
}
.b-contact-form .ginput_container {
  margin: 0 !important;
}
.b-contact-form .gfield {
  position: relative;
  display: inline-block;
  margin: 0 17.5px 65px 17.5px !important;
}
.b-contact-form .gfield .chosen-container {
  width: 100%;
  max-width: 572px !important;
  min-width: 572px !important;
  margin-top: -1px;
}
.b-contact-form .gfield .chosen-container .chosen-single {
  border: 3px solid #9f9f9f !important;
  background: inherit !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 21px 0 50px 19px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  display: block;
}
.b-contact-form .gfield .chosen-container .chosen-single span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-contact-form .gfield .chosen-container .chosen-single div {
  width: 65px !important;
  height: 45px !important;
  margin: 15px 0;
  border-left: 2px solid #9f9f9f;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .gfield .chosen-container .chosen-single div b {
  display: none;
}
.b-contact-form .gfield .chosen-container .chosen-single div:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #9f9f9f;
  top: 25%;
  left: 50%;
  margin: -1px 0 0 -11px;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .gfield .chosen-container .chosen-single div:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #9f9f9f;
  top: 25%;
  left: 75%;
  margin: -1px 0 0 -11px;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .gfield .chosen-container .chosen-search {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}
.b-contact-form .gfield .chosen-container .chosen-drop {
  overflow: hidden;
  border: none !important;
}
.b-contact-form .gfield .chosen-container .b-scroll-bar {
  width: 593px !important;
  height: 240px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background-color: #16abaa;
}
.b-contact-form .gfield .chosen-container .b-scroll-bar .chosen-results {
  max-height: inherit !important;
}
.b-contact-form .gfield .chosen-container .jspContainer {
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.b-contact-form .gfield .chosen-container .jspPane {
  position: absolute;
  margin-left: 0 !important;
  width: 88.5% !important;
  padding: 0 !important;
}
.b-contact-form .gfield .chosen-container .jspPane.fill {
  width: 100% !important;
}
.b-contact-form .gfield .chosen-container .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  height: 100%;
  background: #16abaa;
  padding: 3px 3px 0 0;
}
.b-contact-form .gfield .chosen-container .jspVerticalBar .jspCap {
  display: none;
}
.b-contact-form .gfield .chosen-container .jspVerticalBar .jspTrack {
  position: relative;
  background: #16abaa;
}
.b-contact-form .gfield .chosen-container .jspVerticalBar .jspTrack .jspDrag {
  background-color: #0c6867;
  top: 0;
  left: 0;
  position: relative;
  cursor: pointer;
}
.b-contact-form .gfield .chosen-container .chosen-results {
  padding: 3px !important;
  background-color: #16abaa !important;
  border: none !important;
  overflow: hidden;
  margin: 0 !important;
  width: initial !important;
}
.b-contact-form .gfield .chosen-container .chosen-results li.active-result {
  font-size: 24px;
  color: #fff;
  background-color: #16abaa;
  background-image: none;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  padding: 20px;
  font-weight: 100;
  line-height: 24px;
}
.b-contact-form .gfield .chosen-container .chosen-results li.active-result:hover {
  background-color: #0c6867;
}
.b-contact-form .gfield .chosen-container .chosen-results li.highlighted {
  background-color: #0c6867;
}
.b-contact-form .gfield .chosen-container.chosen-with-drop .chosen-single div {
  border-left: 2px solid #bce5e5 !important;
}
.b-contact-form .gfield .chosen-container.chosen-with-drop .chosen-single div:before {
  background-color: #16abaa;
  -moz-transform: rotate(-125deg);
  -ms-transform: rotate(-125deg);
  -webkit-transform: rotate(-125deg);
  transform: rotate(-125deg);
}
.b-contact-form .gfield .chosen-container.chosen-with-drop .chosen-single div:after {
  background-color: #16abaa;
  -moz-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
  margin: -1px 0 0 -9px;
}
.b-contact-form .gfield_label {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -11px 0 0 0 !important;
  color: #9f9f9f;
  font-size: 17px;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .gfield_label .gfield_required {
  color: #9f9f9f !important;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form input {
  border: 3px solid #9f9f9f;
  width: 100% !important;
  max-width: 572px !important;
  min-width: 572px !important;
  height: 75px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  padding: 0 0 0 14px !important;
  font-size: 24px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .b-textarea .gfield_label {
  top: 30px;
}
.b-contact-form .b-textarea textarea {
  border: 3px solid #9f9f9f;
  min-width: 1179px;
  height: auto;
  min-height: 206px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  padding: 15px 0 0 14px !important;
}
.b-contact-form .ginput_container_checkbox label {
  position: relative;
  margin: 0 !important;
  padding: 28px 0 28px 100px !important;
  font-size: 17px !important;
  max-width: none !important;
  color: #9f9f9f;
  text-transform: uppercase;
  font-weight: 600 !important;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .ginput_container_checkbox label:before {
  position: absolute;
  width: 74px;
  height: 74px;
  background-color: #fff;
  border: 3px solid #9f9f9f;
  content: '';
  top: 0;
  left: 0;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .ginput_container_checkbox .gfield_checkbox li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.b-contact-form .ginput_container_checkbox .gfield_checkbox .gchoice_1_11_1 {
  margin-right: 46px;
}
.b-contact-form .ginput_container_checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0 !important;
}
.b-contact-form .ginput_container_checkbox input[type=checkbox]:checked + label {
  color: #16abaa;
}
.b-contact-form .ginput_container_checkbox input[type=checkbox]:checked + label:before {
  background-color: #16abaa;
  border: 3px solid #16abaa;
}
.b-contact-form .ginput_container_checkbox input[type=checkbox]:checked + label:after {
  position: absolute;
  content: '';
  top: -3px;
  left: 35px;
  width: 3px;
  height: 80px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-contact-form .b-input-small input {
  width: 100% !important;
  max-width: 262px !important;
  min-width: 262px !important;
}
.b-contact-form .b-input-small .chosen-container {
  width: 100%;
  max-width: 275px !important;
  min-width: 275px !important;
  margin-top: -2px;
}
.b-contact-form .b-input-small .chosen-container .b-scroll-bar {
  width: 275px !important;
}
.b-contact-form .b-input-small .chosen-container .jspPane {
  position: absolute;
  margin-left: 0 !important;
  width: 75% !important;
  padding: 0 !important;
}
.b-contact-form .b-input-small .chosen-container .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 100%;
  background: #16abaa;
}
.b-contact-form .b-input-small .chosen-container .jspVerticalBar .jspCap {
  display: none;
}
.b-contact-form .b-input-small .chosen-container .jspVerticalBar .jspTrack {
  position: relative;
  background: #16abaa;
}
.b-contact-form .b-input-small .chosen-container .jspVerticalBar .jspTrack .jspDrag {
  background-color: #0c6867;
  top: 0;
  left: 0;
  position: relative;
  cursor: pointer;
}
.b-contact-form .b-input-right {
  float: right;
}
.b-contact-form .gform_footer {
  text-align: center;
}
.b-contact-form .b-btn_contact {
  padding: 24px 40px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  width: 300px;
}
.b-contact-form .b-form-message {
  width: 294px;
  margin: 0 auto;
  border: 3px solid #16abaa;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-contact-form .b-form-message p {
  font-family: "Open Sans", sans-serif;
  margin: 30px 0;
  display: block !important;
  letter-spacing: 1px;
}
.b-contact-form .b-form-message.error {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-contact-form .gfield:hover input,
.b-contact-form .gfield:hover textarea {
  border: 3px solid #16abaa !important;
}
.b-contact-form .gfield:hover .gfield_label {
  color: #16abaa !important;
}
.b-contact-form .gfield:hover .gfield_label .gfield_required {
  color: #16abaa !important;
}
.b-contact-form .gfield:hover .chosen-container .chosen-single {
  border: 3px solid #16abaa !important;
}
.b-contact-form .gfield.click input,
.b-contact-form .gfield.click textarea {
  border: 3px solid #16abaa !important;
}
.b-contact-form .gfield.click .gfield_label {
  color: #16abaa !important;
  top: -17px;
}
.b-contact-form .gfield.click .gfield_label .gfield_required {
  color: #16abaa !important;
}
.b-contact-form .gfield.click .chosen-container .chosen-single {
  border: 3px solid #16abaa !important;
}
.b-contact-form .gfield.click .chosen-container .chosen-single span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-contact-form .gfield.chosen-click .gfield_label {
  color: #16abaa;
  top: -17px;
}
.b-contact-form .gfield.chosen-click .gfield_label .gfield_required {
  color: #16abaa !important;
}
.b-contact-form .gfield.chosen-click .chosen-container .chosen-single {
  border: 3px solid #16abaa !important;
}
.b-contact-form .gfield.chosen-click .chosen-container .chosen-single span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-contact-form .validation_error {
  display: none;
}
.b-contact-form .validation_message {
  position: absolute;
}
.b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 17.5px 65px 17.5px !important;
  width: inherit;
  background-color: inherit;
  border: none;
}
.b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required .gfield_label {
  color: #9f9f9f;
}
.b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required input {
  margin-bottom: 0;
  border: 3px solid #9f9f9f;
}
.b-contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

/*========= Ebd Contact Form   ==========*/
.b-form-wrap {
  overflow: hidden;
}

/*============================
=            BLOG            =
============================*/
.b-blog-list-item {
  padding: 100px 30px;
}
.b-blog-list-item .b-btn {
  width: 250px;
  text-align: center;
}

.b-blog-list-item_even {
  background: #000;
  color: #fff;
}

.b-blog-list-item_odd {
  background: #fff;
  color: #000;
}

.b-post-preview {
  width: 75%;
}

.b-post-preview-image {
  padding-bottom: 40px;
}
.b-post-preview-image a {
  display: block;
}
.b-post-preview-image img {
  width: 100%;
  height: auto;
  display: block;
}

.b-post-preview-title {
  padding-bottom: 30px;
  text-transform: uppercase;
}

.b-post-title {
  font-size: 32px;
  line-height: 1.2em;
  color: #16abaa;
  letter-spacing: 0.2em;
}
.b-post-title a {
  color: #16abaa;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-post-title a:hover {
  color: #0c6867;
}

.b-post-date {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.b-post-exerpt {
  padding-bottom: 30px;
}
.b-post-exerpt p {
  font-size: 18px;
  line-height: 1.5em;
}

.b-blog-paginator {
  background: #eeeeee;
  padding: 35px 0;
  text-align: center;
}

.wp-pagenavi {
  width: 200px;
  margin: auto;
  position: relative;
}

.b-paginator-link, .b-blog-paginator a {
  display: inline-block;
  height: 40px;
  width: 55px;
  position: relative;
  background: #16abaa;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.b-paginator-link:hover, .b-blog-paginator a:hover {
  background: #000;
}
.b-paginator-link:hover .b-blog-paginator-btn:before, .b-paginator-link:hover .b-blog-paginator-btn:after, .b-blog-paginator a:hover .b-blog-paginator-btn:before, .b-blog-paginator a:hover .b-blog-paginator-btn:after {
  background-color: #16abaa;
}

.b-blog-paginator-btn, .wp-pagenavi .page {
  position: absolute;
  width: 55px;
  height: 40px;
  font-size: 0;
}
.b-blog-paginator-btn:before, .b-blog-paginator-btn:after, .wp-pagenavi .page:before, .wp-pagenavi .page:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  left: 50%;
  margin-left: -4px;
}
.b-blog-paginator-btn:before, .wp-pagenavi .page:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-blog-paginator-btn:after, .wp-pagenavi .page:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.b-paginator-status, .wp-pagenavi .pages {
  display: inline-block;
  border: 2px solid #9f9f9f;
  background: #fff;
  height: 40px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #16abaa;
  font-weight: 600;
}
.b-paginator-status span, .wp-pagenavi .pages span {
  color: #9f9f9f;
}

.b-blog-paginator-btn_left, .wp-pagenavi .page:nth-child(2) {
  left: 0;
}
.b-blog-paginator-btn_left:before, .wp-pagenavi .page:nth-child(2):before {
  top: 50%;
  margin-top: 5px;
  margin-left: -6px;
}
.b-blog-paginator-btn_left:after, .wp-pagenavi .page:nth-child(2):after {
  top: 50%;
  margin-top: -5px;
  margin-left: -6px;
}

.b-blog-paginator-btn_right, .wp-pagenavi .page:nth-child(3) {
  right: 0;
}
.b-blog-paginator-btn_right:before, .wp-pagenavi .page:nth-child(3):before {
  margin-top: -5px;
  top: 50%;
}
.b-blog-paginator-btn_right:after, .wp-pagenavi .page:nth-child(3):after {
  margin-top: -15px;
  top: 100%;
}

.b-post-header {
  background: #000;
  padding: 100px 30px;
  color: #fff;
}

.b-post-first-p {
  font-size: 24px;
  line-height: 1.5em;
}

.b-post-content {
  background: #fff;
  padding: 100px 30px;
  font-size: 19px;
}
.b-post-content h1, .b-post-content h2, .b-post-content h3, .b-post-content h4, .b-post-content h5, .b-post-content h6 {
  padding-bottom: 40px;
}
.b-post-content h1 {
  font-size: 42px;
  letter-spacing: 0.2em;
}
.b-post-content h2 {
  font-size: 32px;
  font-size: 32px;
}
.b-post-content h4, .b-post-content h5, .b-post-content h6 {
  font-size: 28px;
  margin: 0;
}
.b-post-content p, .b-post-content li, .b-post-content em, .b-post-content i, .b-post-content blockquote {
  font-size: 19px;
  line-height: 1.5em;
}
.b-post-content em, .b-post-content i {
  font-style: italic;
}
.b-post-content p {
  padding-bottom: 40px;
}
.b-post-content ul, .b-post-content ol {
  padding-bottom: 25px;
  padding-left: 25px;
}
.b-post-content a {
  display: inline-block;
  color: #16abaa;
}
.b-post-content > *:last-child {
  padding-bottom: 0;
}

.b-social-share {
  background: #eeeeee;
  padding: 40px 0;
  text-align: center;
}
.b-social-share h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.2em;
  margin-right: 25px;
  font-weight: 600;
  display: inline-block;
}

.b-post-social-list {
  display: inline-block;
}
.b-post-social-list li {
  display: inline-block;
}
.b-post-social-list a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 32px;
  color: #16abaa;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-post-social-list a:hover {
  color: #0c6867;
}

.b-post-comment-form {
  padding: 100px 30px;
  background: #fff;
}
.b-post-comment-form .b-btn {
  padding: 25px 60px;
  margin: auto;
  display: block;
  text-align: center;
}

.b-comment-section-title {
  font-size: 85px;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #16abaa;
  padding-bottom: 60px;
}

.comment-form {
  max-width: 1280px;
  margin: auto;
  padding-top: 50px;
}
.comment-form input, .comment-form textarea {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 100%;
  width: 100%;
  padding: 25px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  background: none;
}
.comment-form textarea {
  position: relative;
  resize: none;
  background: none;
  z-index: 10;
}
.comment-form label {
  padding: 25px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9f9f9f;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.2s, color 0.2s;
  -o-transition: -o-transform 0.2s, color 0.2s;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s;
}

.b-input-row.click label, .b-input-row input:focus label, .b-input-row input:active label {
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}
.b-input-row:hover, .b-input-row.click {
  border-color: #16abaa;
}
.b-input-row:hover label, .b-input-row.click label {
  color: #16abaa;
}

.b-input-half-row {
  width: 50%;
  display: block;
  width: 48%;
  position: relative;
  border: 3px solid #9f9f9f;
  margin-bottom: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-input-half-row:nth-child(odd) {
  float: right;
}
.b-input-half-row:nth-child(even) {
  float: left;
}

.b-input-full-row {
  border: 3px solid #9f9f9f;
  display: block;
  width: 100%;
  clear: both;
  max-height: 145px;
  position: relative;
  margin-bottom: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-input-full-row textarea {
  width: 100%;
  max-height: 145px;
  min-height: 145px;
  padding: 25px;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
}

.form-submit {
  display: none;
}

.b-post-comments-wrap {
  background: #16abaa;
  padding: 100px 30px;
}

.b-post-comments {
  max-width: 1280px;
  margin: auto;
}
.b-post-comments .b-btn {
  padding: 25px 45px;
  text-align: center;
}

.b-comment-author,
.comment-author {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 1.5em;
}
.b-comment-author a,
.comment-author a {
  color: #000;
}

.logged-in-as {
  padding-bottom: 50px;
}
.logged-in-as a {
  color: #000;
  font-weight: 600;
  margin-left: 5px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.logged-in-as a:hover {
  color: #16abaa;
}

.comment-respond a {
  font-weight: 600;
  color: #000;
}
.comment-respond .b-input-full-row {
  margin-bottom: 60px;
}
.comment-respond .b-btn {
  margin-bottom: 20px;
}

.comment-metadata {
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}
.comment-metadata a {
  font-size: 17px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
}

.comment-content {
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
}
.comment-content p {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 100;
}

.edit-link {
  font-size: 13px;
  padding-left: 13px;
}

.comment-body {
  margin-bottom: 50px;
}

.comment .comment {
  padding-left: 40px;
  margin-left: 70px;
  border-left: 2px solid #fff;
}
.comment .comment-form {
  background: #fff;
  margin-bottom: 25px;
  padding: 50px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-comment__inner {
  margin-bottom: 30px;
}

.b-comment-link, .reply {
  font-size: 0;
}
.b-comment-link .comment-reply-link, .reply .comment-reply-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.comment-reply-title {
  padding-bottom: 20px;
}

.form-submit {
  display: none;
}

.says {
  display: none;
}

.tooltip-inner {
  font-size: 13px;
  position: absolute;
  top: 5px;
  right: 10px;
}

#cancel-comment-reply-link {
  display: block;
  display: block;
}

/*=====  End of BLOG  ======*/
@media only screen and (max-width: 1200px) {
  /*=====  Contact Form  ======*/
  .b-contact-form .b-contact-form__content {
    max-width: 980px;
    margin: auto;
    overflow: hidden;
  }
  .b-contact-form .ginput_container_checkbox label {
    padding: 28px 0 28px 85px !important;
  }
  .b-contact-form .gfield {
    max-width: 470px !important;
    min-width: 470px !important;
    margin: 0 10px 50px 10px !important;
  }
  .b-contact-form .gfield .chosen-container {
    max-width: 470px !important;
    min-width: 470px !important;
  }
  .b-contact-form .b-checkboxes {
    max-width: 225px !important;
    min-width: 225px !important;
  }
  .b-contact-form .gfield_label {
    font-size: 14px;
  }
  .b-contact-form input {
    max-width: 470px !important;
    min-width: 470px !important;
  }
  .b-contact-form .b-input-small {
    max-width: 216px !important;
    min-width: 216px !important;
  }
  .b-contact-form .b-input-small input {
    max-width: 215px !important;
    min-width: 215px !important;
  }
  .b-contact-form .b-input-small .chosen-container {
    max-width: 225px !important;
    min-width: 235px !important;
  }
  .b-contact-form .b-input-small.b-chosen {
    max-width: 233px !important;
    min-width: 233px !important;
  }
  .b-contact-form .b-textarea {
    width: 100%;
    min-width: 98% !important;
    max-width: 98% !important;
  }
  .b-contact-form .b-textarea textarea {
    min-width: 100%;
    width: 100% !important;
  }
  .b-contact-form .ginput_container_checkbox .gfield_checkbox :first-child {
    margin-right: 0px;
  }
  .b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 10px 65px 10px !important;
  }
  .b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .b-contact-form .gform_wrapper li.gfield_html {
    max-width: 100% !important;
  }

  /*===== End  Contact Form  ======*/
}
@media only screen and (max-width: 1024px) {
  .b-home-title {
    width: 90%;
  }
  .b-home-title h1 {
    font-size: 55px !important;
  }
  .b-home-title h1 p {
    padding-bottom: 15px;
  }

    /*====================================
=            CONTENT ROWS    1024        =
====================================*/
  .b-2cols-row {
    height: auto;
    background-color: #eee;
  }

  .b-2cols-row__item_image {
    height: 540px;
  }

  .b-callout-title {
    font-size: 19px;
    margin-right: 25px;
  }

  .b-content-title {
    width: 100%;
    padding: 30px;
    padding-bottom: 45px;
  }

  .b-hero-title {
    width: 100%;
    font-size: 60px;
  }

  .b-icon-list-item {
    width: 75%;
  }

  .c-wrapper {
    margin-bottom: 0;
  }

  .b-footer {
    position: static;
    overflow: hidden;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .b-footer-logo {
    display: none;
  }

  .b-footer-product-list {
    padding-top: 25px;
  }
  .b-footer-product-list li {
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .b-footer-product-list a {
    color: #16abaa;
  }

  .b-grid-item:hover .b-grid-item-front:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .b-grid-item:hover .b-grid-item-title {
    -webkit-filter: none;
    filter: none;
  }
  .b-grid-item.open .b-grid-item-link {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .b-grid-item.open .b-grid-item-front:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    opacity: 0.7;
  }

  .b-grid-item.relative:hover .b-grid-item-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .b-grid-item.relative.open .b-grid-item-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  /*=====  End of CONTENT ROWS 1024 ======*/
  /*=======  Grid Item  =========*/
  .b-grid-item:not(.relative):hover .b-grid-item-title, .b-grid-item:not(.relative).hover .b-grid-item-title {
    -webkit-filter: none;
    filter: none;
  }
  .b-grid-item:not(.relative) .b-grid-item-front:before {
    display: none;
  }

  .b-grid-item.relative {
    width: 50%;
  }

  .b-grid-item-link span {
    top: 100%;
    margin-top: -50px;
  }

  .b-grid-item {
    height: 250px;
  }
  .b-grid-item.open .b-grid-item-link span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }

  .b-grid-item-content__inner {
    padding: 25px !important;
  }

  .b-grid-item-title .b-person-title {
    font-size: 22px;
  }

  .b-grid-back-inner {
    padding: 25px;
  }

  /*=======  End Grid Item  =========*/
  /*=======  Contact Form  =========*/
  .touch .gfield.click .ginput_container_select {
    border: 3px solid #16abaa !important;
  }
  .touch .gfield .ginput_container_select {
    border: 3px solid #9f9f9f;
  }

  .b-mobile-chosen {
    max-width: 216px !important;
    min-width: 216px !important;
    height: 67px;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.4s ease 0s;
    padding: 0 0 0 14px !important;
    border: none !important;
    -webkit-appearance: none;
    background-color: #fff;
  }
  .b-mobile-chosen:focus {
    outline: none;
  }

  .b-chosen label {
    background-color: #fff;
    width: 75%;
    left: 14px !important;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.4s ease 0s;
    padding: 4px 0;
  }

  .touch .b-chosen div:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    height: 0;
    width: 0;
    margin-top: -1.5px;
    border: 3px solid transparent;
    border-top-color: #000;
  }

  .b-chosen.click label {
    background: none;
  }

  /*===== Enf  Contact Form  =======*/
}
@media only screen and (max-width: 768px) {
  .b-team-grid .b-grid-item {
    width: 100%;
    border-right: none !important;
  }

  .b-btn.b-btn_grid {
    padding: 13px 14px;
  }

  .b-overlay {
    position: relative;
  }

  .b-video-btn {
    display: none;
  }

  .c-wrapper {
    padding-top: 75px;
  }

  .b-footer-col {
    float: none;
  }

  .b-team-grid .b-grid-wrapper .b-grid-list {
    display: table-cell;
    vertical-align: middle;
  }

  /*====================================
  =            CONTENT ROWS     768       =
  ====================================*/
  .b-content-with-bg {
    overflow: hidden;
  }

  .b-content-with-bg-inner {
    padding: 70px 20px;
    overflow: hidden;
  }
  .b-content-with-bg-inner h3 {
    font-size: 32px;
    line-height: 1.5em;
  }

  .b-intro-text-inner {
    width: 100%;
  }

  .b-product-cells-list > li {
    display: block;
    width: 100%;
  }

  .b-2cols-row__item {
    display: block;
    width: 100%;
  }

  .b-callout-title {
    display: block;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .b-content-with-bg-title {
    font-size: 40px;
  }

  .b-icon-list-item {
    width: 100%;
  }

  .b-testimonial-carousel {
    padding: 80px 15px;
  }

  .b-review-slide {
    left: 30px;
    right: 30px;
    font-size: 19px;
  }

  .b-video-row__col {
    width: 100%;
    display: block;
  }
  .b-video-row__col video, .b-video-row__col img {
    position: absolute;
  }

  .b-video-row__col_video {
    max-height: 540px;
  }

  .b-team-list-item {
    width: 46.333%;
    max-width: none;
    height: auto;
  }

  .b-team-list-item-back {
    display: block;
  }

  /*=====  End of CONTENT ROWS 768 ======*/
  /*==================================
  =            MOBILE NAV            =
  ==================================*/
  .b-header {
    background: #16abaa;
    position: fixed;
  }

  .b-nav {
    width: 100%;
    overflow-y: auto;
  }

  .b-nav-logo {
    display: block;
  }

  .b-nav-btn {
    top: -25px;
  }
  .b-nav-btn:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }

  .b-nav-top {
    position: static;
    padding-top: 110px;
    padding-right: 25px;
  }

  .b-nav-bottom {
    position: static;
    padding-right: 25px;
  }

  .b-nav-list_main {
    padding-bottom: 25px;
  }

  .b-nav-list_subnav li {
    display: inline-block;
  }
  .b-nav-list_subnav li:after {
    display: inline-block;
  }

  .b-nav-list_social li {
    padding-left: 5px;
  }

  .b-social-link {
    font-size: 24px;
  }

  #menu-secondary-navigation li:after {
    content: "|";
  }
  #menu-secondary-navigation li:last-child:after {
    content: none;
  }

  .b-site-logo {
    left: 50%;
    margin-left: -60px;
    top: 20px;
  }

  .b-contact-page-link {
    display: block;
  }

  .b-site-logo_mobile {
    display: block;
  }

  .b-site-logo_desktop, .b-site-logo_home {
    display: none;
  }

  .b-nav-btn:hover span {
    background-color: #fff;
  }

  /*=====  End of MOBILE NAV  ======*/
  /*=====  Hero Map  ======*/
  .b-hero-map {
    height: 400px;
  }

  /*=====  End Hero Map  ======*/
  /*=====  Contact Form  ======*/
  .b-contact-form {
    padding: 0px 0 0 0;
  }
  .b-contact-form form {
    padding: 45px 0 0 0;
  }
  .b-contact-form .ginput_container_checkbox .gfield_checkbox li {
    margin-right: 20px !important;
    margin-bottom: 10px !important;
  }
  .b-contact-form .b-contact-form .ginput_container_checkbox label {
    padding: 21px 0 21px 85px !important;
  }
  .b-contact-form .b-contact-form__content {
    max-width: 1010px;
    margin: auto;
  }
  .b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 0 65px 0 !important;
  }
  .b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .b-contact-form .gform_wrapper li.gfield_html {
    max-width: 100% !important;
  }
  .b-contact-form .gfield.b-checkboxes {
    margin-bottom: 25px !important;
  }
  .b-contact-form p {
    display: none;
  }
  .b-contact-form .gform_wrapper {
    width: 96%;
    max-width: 96% !important;
    margin: 0 2%;
  }
  .b-contact-form .gfield {
    margin: 0 0 50px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .gfield .chosen-container {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .gfield .chosen-container .chosen-single {
    padding: 15px 0 40px 19px;
  }
  .b-contact-form .gfield .chosen-container .chosen-single div {
    margin: 6px 0;
  }
  .b-contact-form .gfield .chosen-container .b-scroll-bar {
    width: 100% !important;
  }
  .b-contact-form input {
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 0 0 2% !important;
    font-size: 20px;
    height: 57px;
  }
  .b-contact-form .b-input-small {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .b-input-small input {
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 0 0 2% !important;
  }
  .b-contact-form .b-input-small .chosen-container .chosen-results .jspPane {
    width: 89% !important;
    padding-right: 1% !important;
  }
  .b-contact-form .b-input-small .chosen-container .chosen-results .jspVerticalBar {
    width: 10% !important;
  }
  .b-contact-form .ginput_container_checkbox label {
    font-size: 14px;
  }
  .b-contact-form .ginput_container_checkbox li {
    margin: 0 !important;
  }
  .b-contact-form .ginput_container_checkbox label {
    padding: 21px 0 21px 100px !important;
  }
  .b-contact-form .ginput_container_checkbox label:before {
    width: 59px;
    height: 57px;
  }
  .b-contact-form .ginput_container_checkbox input[type=checkbox]:checked + label:after {
    left: 29px;
    width: 3px;
    height: 65px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .b-contact-form .b-textarea textarea {
    min-width: 100%;
    width: 100% !important;
    padding: 15px 0 0 2% !important;
  }
  .b-contact-form .b-input-right {
    float: none;
  }
  .b-contact-form .gform_footer {
    padding: 0 0 30px 0 !important;
    margin: 0 !important;
  }
  .b-contact-form .gfield_label {
    margin: -7px 0 0 0 !important;
  }
  .b-contact-form .b-chosen .gfield_label {
    margin: -10px 0 0 0 !important;
  }

  .b-mobile-chosen {
    max-width: 100% !important;
    min-width: 100% !important;
    height: 57px;
  }

  .touch .gfield .chosen-container .chosen-single {
    padding: 17px 0 17px 19px;
  }

  .touch .b-contact-form .b-input-small.b-chosen {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .touch .b-contact-form .b-input-small {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  /*===== End  Contact Form  ======*/
  /*===== Intro text – with columns  ======*/
  .b-intro-text_with_columns {
    display: none;
  }

  /*===== End Intro text – with columns  ======*/
  /*============================
  =            BLOG            =
  ============================*/
  .b-comment-author, .comment-author {
    font-size: 24px;
  }

  .b-input-half-row {
    width: 100%;
    float: none !important;
  }

  .b-comment-section-title {
    font-size: 48px;
  }

  /*=====  End of BLOG  ======*/
  /*============================
  =           HOME PAGE        =
  ============================*/
  .b-homepage {
    height: 100%;
  }

  .b-home-title {
    width: 90%;
    position: relative;
    padding: 30% 5%;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .b-home-title h1 {
    font-size: 32px !important;
  }
  .b-home-title p {
    font-size: 16px;
    width: 100%;
  }

  /*=====  End of HOME PAGE  ======*/
}
@media only screen and (max-width: 740px) {
  .b-hero-image {
    height: 454px;
  }
}
@media only screen and (max-width: 480px) {
  .b-footer {
    padding: 50px 25px;
    position: relative;
    z-index: inherit;
    bottom: 0;
  }

  .b-footer-product-list li {
    width: 49%;
    margin-right: 0;
  }

  .b-grid-item.active:after {
    display: none;
  }

  .b-team-list-item {
    width: 96.222%;
  }

  .b-grid-controls .b-btn {
    width: 40%;
    padding: 15px 0;
  }

  .b-grid-item {
    height: 300px;
  }
  .b-team-grid .b-grid-item {
    height: 250px;
  }

  .b-grid-item-content {
    padding: 25px !important;
    padding: 15px 0 !important;
    font-size: 16px;
    line-height: 1.5em;
  }

  .b-grid-list {
    padding: 0;
  }
  .b-grid-list .b-grid-item {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #8c8170 !important;
  }

  .b-icon-title {
    width: 70%;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }

  .b-icon-list-icon {
    width: 20%;
  }
  .b-icon-list-icon img {
    width: 100%;
    height: auto;
  }

  .b-content-title h2 {
    font-size: 28px;
  }

  .b-grid-title h3 {
    line-height: 1.5em;
  }

  .b-homepage {
    height: 100%;
  }

  .b-home-title {
    width: 90%;
    position: relative;
    padding: 45px 5%;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .b-home-title .b-home__header {
    font-size: 38px;
  }
  .b-home-title h1 {
    font-size: 32px !important;
  }
  .b-home-title p {
    font-size: 16px;
    width: 100%;
  }

  .b-hero-title {
    font-size: 38px;
    padding: 0 17px;
  }

  .b-intro-text {
    padding: 45px 17px;
  }
  .b-intro-text p {
    font-size: 18px;
  }

  .b-content-title {
    padding: 30px 17px;
  }

  .b-grid-wrapper {
    padding: 40px 0;
  }

  .b-grid-item-title {
    padding: 0;
  }

  .b-person-title {
    font-size: 34px;
  }

  .b-drop-closer {
    top: 15px;
    right: 15px;
  }

  .b-testimonial-carousel {
    padding: 40px 10px;
  }

  .b-review-slider-wrap {
    padding: 0 25px;
  }

  .b-review-slide {
    left: 20px;
    right: 20px;
  }

  .b-2cols-row__item_text {
    padding: 45px 17px;
  }

  .b-product-cells-list > li {
    padding: 30px 17px;
  }

  .b-icon-list-item {
    padding: 0 17px;
  }

  /*=====   Contact Form     ======*/
  .b-contact-form input {
    border: 2px solid #9f9f9f;
  }
  .b-contact-form .gfield .chosen-container .chosen-single,
  .b-contact-form .b-textarea textarea,
  .b-contact-form .ginput_container_select {
    border: 2px solid #9f9f9f !important;
  }
  .b-contact-form .gfield {
    max-width: 99.5% !important;
    min-width: 99.5% !important;
  }
  .b-contact-form .b-input-small {
    width: 100% !important;
    max-width: 99.5% !important;
    min-width: 99.5% !important;
  }

  /*===== End  Contact Form  ======*/
  /*================================
  =            BLOG 480            =
  ================================*/
  .b-post-comment-form .b-btn {
    padding: 25px 15px;
    width: 100%;
  }

  .b-social-share h3 {
    margin: 0;
    padding-bottom: 20px;
    display: block;
  }
  .b-social-share li {
    padding: 0 5px;
  }

  .b-post-preview {
    width: 100%;
  }

  .b-blog-list-item .b-btn {
    width: 100%;
  }

  .b-post-first-p {
    font-size: 18px;
  }

  .b-post-header,
  .b-post-comments-wrap,
  .b-post-comment-form,
  .b-post-content,
  .b-blog-list-item {
    padding: 40px 15px;
  }

  .b-post-comments .b-btn {
    padding: 25px 15px;
    width: 100%;
  }

  .b-comment-section-title {
    font-size: 34px;
    padding-bottom: 25px;
  }

  .b-post-title {
    padding-bottom: 15px;
    font-size: 28px;
  }

  .comment .comment {
    margin-left: 20px;
    padding-left: 20px;
  }

  .comment-metadata a {
    font-size: 14px;
  }

  .comment-content p {
    font-size: 18px;
  }

  /*=====  End of BLOG 480  ======*/
  .b-intro-text__item .b-intro-text__item-link {
    margin-left: -20px;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .b-home-title h1 {
    line-height: 1em;
    font-size: 65px;
  }
}
@media screen and (max-height: 800px) {
  .b-home-title h1 {
    line-height: 1em;
    font-size: 55px;
    padding-bottom: 15px;
  }
  .b-home-title h1 p {
    padding-bottom: 15px;
  }
  .b-home-title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .b-home-title .b-home__header {
    font-size: 35px;
  }
}
@media only screen and (max-width: 985px) {
  /*=====  Contact Form  ======*/
  .b-contact-form {
    padding: 0px 0 0 0;
  }
  .b-contact-form form {
    padding: 45px 0 0 0;
  }
  .b-contact-form .ginput_container_checkbox .gfield_checkbox li {
    margin-right: 20px !important;
    margin-bottom: 10px !important;
  }
  .b-contact-form .b-contact-form .ginput_container_checkbox label {
    padding: 21px 0 21px 85px !important;
  }
  .b-contact-form .b-contact-form__content {
    max-width: 1010px;
    margin: auto;
  }
  .b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 0 65px 0 !important;
  }
  .b-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .b-contact-form .gform_wrapper li.gfield_html {
    max-width: 100% !important;
  }
  .b-contact-form .gfield.b-checkboxes {
    margin-bottom: 25px !important;
  }
  .b-contact-form p {
    display: none;
  }
  .b-contact-form .gform_wrapper {
    width: 96%;
    max-width: 96% !important;
    margin: 0 2%;
  }
  .b-contact-form .gfield {
    margin: 0 0 50px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .gfield .chosen-container {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .gfield .chosen-container .chosen-single {
    padding: 15px 0 40px 19px;
  }
  .b-contact-form .gfield .chosen-container .chosen-single div {
    margin: 6px 0;
  }
  .b-contact-form .gfield .chosen-container .b-scroll-bar {
    width: 100% !important;
  }
  .b-contact-form input {
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 0 0 2% !important;
    font-size: 20px;
    height: 57px;
  }
  .b-contact-form .b-input-small {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .b-input-small input {
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 0 0 2% !important;
  }
  .b-contact-form .b-input-small .chosen-container .chosen-results .jspPane {
    width: 89% !important;
    padding-right: 1% !important;
  }
  .b-contact-form .b-input-small .chosen-container .chosen-results .jspVerticalBar {
    width: 10% !important;
  }
  .b-contact-form .b-input-small.b-chosen {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .b-contact-form .ginput_container_checkbox label {
    font-size: 14px;
  }
  .b-contact-form .ginput_container_checkbox li {
    margin: 0 !important;
  }
  .b-contact-form .ginput_container_checkbox label {
    padding: 21px 0 21px 100px !important;
  }
  .b-contact-form .ginput_container_checkbox label:before {
    width: 59px;
    height: 57px;
  }
  .b-contact-form .ginput_container_checkbox input[type=checkbox]:checked + label:after {
    left: 29px;
    width: 3px;
    height: 65px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .b-contact-form .b-textarea textarea {
    min-width: 100%;
    width: 100% !important;
    padding: 15px 0 0 2% !important;
  }
  .b-contact-form .b-input-right {
    float: none;
  }
  .b-contact-form .gform_footer {
    padding: 0 0 30px 0 !important;
    margin: 0 !important;
  }
  .b-contact-form .gfield_label {
    margin: -7px 0 0 0 !important;
  }
  .b-contact-form .b-chosen .gfield_label {
    margin: -10px 0 0 0 !important;
  }

  .b-mobile-chosen {
    max-width: 100% !important;
    min-width: 100% !important;
    height: 57px;
  }

  .touch .gfield .chosen-container .chosen-single {
    padding: 17px 0 17px 19px;
  }

  .touch .b-contact-form .b-input-small.b-chosen {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .touch .b-contact-form .b-input-small {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  /*===== End  Contact Form  ======*/
}

/*# sourceMappingURL=style.css.map */
