/*
Theme Name: Hipsterio
Theme URI: http://template.hipsterio.itembridge.com/
Author: Itembridge
Author URI: http://themeforest.net/user/theme_bridge
Description: Hipsterio responsive theme
Version: 1.0.1
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
* {
  outline: none !important; }

.container {
  width: auto; }

.z-index-2 {
  z-index: 2 !important; }

.z-index-3 {
  z-index: 3 !important; }

.visible {
  -webkit-transform: scale(1);
  transform: perspective(1px) scale(1);
  opacity: 1 !important; }

.absolute {
  position: absolute !important; }

.smooth-hide {
  -webkit-animation: smooth-hide-animation 2s forwards;
  animation: smooth-hide-animation 2s forwards; }

html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px; }

body:before {
  display: none; }

.pt-page-current article,
.menu .scroller {
  -webkit-overflow-scrolling: touch; }

body.typography {
  background-color: #fff;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  body.typography .container {
    width: 100%;
    padding: 0; }
    body.typography .container .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  body.typography figure {
    text-align: center; }
    body.typography figure img {
      display: inline-block;
      width: 100%;
      max-width: 362px;
      margin: 0 auto; }

section {
  width: 100%;
  padding: 0;
  margin: 0; }
  section.about .col-4 {
    text-align: center; }
  section.index {
    position: relative;
    float: left;
    z-index: 1 !important; }
    section.index.slideshow {
      background-image: none; }
  section article {
    text-align: center; }
    section article > p {
      width: 75%;
      display: block;
      max-width: 758px; }
  section .h1 {
    margin: auto;
    display: inline-block;
    max-width: 80%; }
    section .h1 hr {
      width: 75%; }
  section .container {
    background: transparent !important; }

.index h1,
.index .text,
.about h1,
.about .text,
.services h1,
.services .text,
section.contacts h1,
.h1 {
  word-wrap: break-word; }

/* Light or Dark skin */
body.dark {
  color: #fff; }

body.dark .container {
  color: #fff; }

body.light .container {
  color: #333;
  background: #fff; }

/* end */
/* Different Versions */
body.color {
  background-color: auto !important;
  /* change auto to your color */ }

body.single-image main:before,
body.slideshow main:before,
body.video main:before {
  display: block;
  position: fixed;
  content: ' ';
  opacity: 0.75;
  background: #85939c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

body.gradient main:before {
  display: block;
  position: fixed;
  content: ' ';
  background: #212b32;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(bottom left, #6F8D98 0%, #B07B94 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom left, #6F8D98 0%, #B07B94 100%);
  /* Opera */
  background-image: -o-linear-gradient(bottom left, #6F8D98 0%, #B07B94 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #6F8D98), color-stop(100, #B07B94));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom left, #6F8D98 0%, #B07B94 100%);
  /* W3C Markup */
  background-image: linear-gradient(to top right, #6F8D98 0%, #B07B94 100%);
  opacity: 0.5; }

@media screen and (min-width: 768px) {
  body.single-image main:after {
    display: block;
    position: fixed;
    content: ' ';
    background-image: url(../img/bg_single_image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; } }
body.demo section.index,
body.underconstruction section.index {
  background-image: url(../img/demo/bg_demo.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }
  body.demo section.index:after,
  body.underconstruction section.index:after {
    display: block;
    position: absolute;
    content: ' ';
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.15; }

body.underconstruction .open-menu {
  display: none; }

body.underconstruction header .wrapper {
  text-align: center;
  padding-left: 0; }
  body.underconstruction header .wrapper .logo {
    float: none;
    display: inline-block; }

@media screen and (max-width: 767px) {
  body.demo section.index,
  body.underconstruction section.index {
    background-image: linear-gradient(to bottom, rgba(33, 43, 50, 0.5) 0%, rgba(33, 43, 50, 0.5) 100%), url(../img/demo/bg_demo.jpg) !important; }

  body.demo section.index:before,
  body.underconstruction section.index:before {
    display: none; }
  body.demo main section:last-child,
  body.underconstruction main section:last-child {
    padding-bottom: 0 !important; } }
/* End */
div.slideshow {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; }
  div.slideshow .item {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh; }
    div.slideshow .item img {
      max-width: 100%;
      height: auto; }

div.slideshow .item.it1 {
  background-image: url(../content/slideshow/1.jpg); }

div.slideshow .item.it2 {
  background-image: url(../content/slideshow/2.jpg); }

div.slideshow .item.it3 {
  background-image: url(../content/slideshow/3.jpg); }

div.slideshow .item.it4 {
  background-image: url(../content/slideshow/4.jpg); }

div.slideshow .item.it5 {
  background-image: url(../content/slideshow/5.jpg); }

div.slideshow .item.it6 {
  background-image: url(../content/slideshow/6.jpg); }

div.slideshow .item.it7 {
  background-image: url(../content/slideshow/7.jpg); }

div.slideshow .item.it8 {
  background-image: url(../content/slideshow/8.jpg); }

.wrapper-scroll {
  position: relative;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.social-btn,
.mouse {
  position: absolute;
  z-index: 2; }

.logo {
  float: left;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .logo:hover {
    opacity: 1; }
  .logo img {
    border: 0 !important; }

.mouse {
  height: 56px;
  width: 32px;
  right: 50%;
  right: -webkit-calc(50% - 16px);
  right: calc(50% - 16px);
  bottom: 50px;
  cursor: pointer; }

body.dark .mouse {
  background: url("../img/ico/dark/mouse.svg") center center no-repeat; }

body.light .mouse {
  background: url("../img/ico/light/mouse.svg") center center no-repeat; }

body.demo .mouse {
  background: none; }

.youtube-bg-video,
.html5-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -99; }
  .youtube-bg-video video,
  .html5-bg-video video {
    width: 100%;
    height: auto; }

/* Outer Container */
.smoothslides,
.smoothslides-on {
  position: relative;
  font-size: 0;
  line-height: 0;
  min-height: 40px;
  border-radius: 0px; }

/* Outer Container Background (visible while loading) */
.smoothslides {
  background: rgba(255, 255, 255, 0.5); }

/* Hide images until loaded */
.smoothslides img {
  display: none; }

/* Loading animation keyframes */
@keyframes throb {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(0.2); }
  100% {
    opacity: 0;
    transform: scale(1); } }
@-webkit-keyframes throb {
  0% {
    opacity: 0;
    -webkittransform: scale(1); }
  50% {
    opacity: 1;
    -webkittransform: scale(0.2); }
  100% {
    opacity: 0;
    -webkittransform: scale(1); } }
/* Loading animation */
.smoothslides:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 1500px;
  border: 2px solid #000;
  -webkit-animation: throb 1s infinite;
  animation: throb 1s infinite; }

/* wrapper around all slides */
.ss-slide-stage {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  /* This fixes the bug in chrome where border-radius doesn't work with overflow hidden */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

/* wrapper around each slide */
.ss-slide {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  display: block;
  width: 100%;
  zoom: 1; }

.ss-slide img {
  height: auto;
  /* max-width, or width gets set via JS */ }

/* Caption wrapper. Used for centering */
.ss-caption-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 5px 5px 5px;
  text-align: center;
  box-sizing: border-box; }

/* Caption */
.ss-caption {
  min-height: 50px;
  background: white;
  background: rgba(255, 255, 255, 0.87);
  color: #5A5A5A;
  text-shadow: 0 0 10px #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  border-radius: 3px;
  padding-top: 15px;
  box-sizing: border-box;
  font-family: Veranda, sans-serif; }

/* Previous and Next buttons */
.smoothslides-on a.ss-prev,
.smoothslides-on a.ss-next {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 14px;
  line-height: 1em;
  color: #A1A1A1;
  text-decoration: none;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  opacity: .5;
  transition: .2s ease-out;
  font-family: sans-serif; }

.smoothslides-on a.ss-next {
  left: auto;
  right: 5px; }

/* Highlight nav btns when hovering over the slideshow */
.smoothslides-on:hover .ss-prev,
.smoothslides-on:hover .ss-next {
  opacity: 1; }

.smoothslides-on .ss-prev:hover,
.smoothslides-on .ss-next:hover {
  background: #fff;
  color: #000; }

/* Pagination wrapper. Used for centering */
.ss-paginate-wrap {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center; }

.ss-paginate {
  display: inline-block;
  line-height: 0; }

/* Pagination dots */
.ss-paginate a:link,
.ss-paginate a:visited {
  display: inline-block;
  width: 16px;
  height: 4px;
  border-radius: 10px;
  margin: 0 5px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  transition: .3s; }

.ss-paginate a:hover {
  background: #ddd;
  background: rgba(0, 0, 0, 0.3); }

.ss-paginate a.ss-paginate-current {
  background: #000;
  background: rgba(0, 0, 0, 0.5); }

/* changes for smaller screens */
@media (max-width: 600px) {
  .ss-paginate-wrap {
    bottom: -35px; }

  .ss-caption {
    min-height: 0;
    padding: 5px;
    font-size: 12px; }

  a.ss-prev,
  a.ss-next {
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    color: #444; }

  .smoothslides-on,
  .ss-slide-stage {
    border-radius: 0; } }
label.errors {
  display: block;
  clear: both;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  margin-top: -15px; }

.captcha img {
  float: left;
  max-width: 100px; }
.captcha input#captcha {
  width: calc(100% - 110px) !important;
  float: right; }

.notify-link {
  height: 60px;
  line-height: 60px;
  color: #fff !important;
  border: 2px solid #fff;
  width: 164px;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  font-size: 15px; }
  .notify-link:hover {
    background-color: #fff;
    color: #333 !important; }

body.dark .notify-link:hover {
  color: #333 !important; }

@media (min-width: 992px) {
  .close {
    right: 0 !important; }

  .menu.visible .close {
    right: 102px !important; } }
.container {
  width: auto; }

.main-container {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  .main-container:after {
    display: block;
    position: relative;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .main-container article {
    position: relative;
    overflow-x: hidden !important; }
    .main-container article.overflow-hidden {
      overflow: hidden !important; }
    .main-container article:focus {
      outline: none; }
    .main-container article > div {
      position: relative; }

.content {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 2px;
  margin: 0; }
  .content > article {
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 2px;
    right: 2px;
    overflow: auto; }

body.dark .menu a.active {
  color: #fff; }
body.dark .menu .close {
  background: url(../img/ico/dark/close.svg);
  z-index: 1000; }
body.dark .menu:before {
  background-color: #212b32; }

body.light .menu a.active {
  color: #000; }
body.light .menu .close {
  background: url(../img/ico/light/close.svg); }
body.light .menu:before {
  background-color: #f1f1f1; }

body.dark .open-menu {
  color: #fff;
  background: url(../img/ico/dark/menu.svg); }

body.light .open-menu {
  color: #000;
  background: url(../img/ico/light/menu.svg); }

.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-transform: perspective(1px) scale(0.9) translate3d(0, 0, 0);
  -webkit-transform: perspective(1px) scale(0.9) translate3d(0, 0, 0);
  transform: perspective(1px) scale(0.9) translate3d(0, 0, 0);
  box-sizing: border-box;
  z-index: -1;
  margin: 0;
  backface-visibility: hidden;
  font-family: 'Geared Slab';
  -webkit-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s; }
  .menu:before {
    position: absolute;
    display: block;
    content: ' '; }
  .menu.visible {
    -webkit-transform: scale(1);
    transform: perspective(1px) scale(1);
    opacity: 1 !important;
    z-index: 4; }
    .menu.visible a {
      opacity: 1; }
  .menu .close {
    position: fixed;
    display: block;
    width: 44px;
    height: 44px; }
  .menu a.close {
    opacity: 0.5 !important;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .menu a.close:hover {
      opacity: 1 !important; }
  .menu span {
    display: inline-block; }
  .menu a {
    display: block;
    clear: both;
    float: none;
    opacity: 0;
    -webkit-transition: opacity 0.8s, color 0.24s;
    transition: opacity 0.8s, color 0.24s; }
    .menu a:focus, .menu a:active {
      border: 0;
      outline: none; }
  .menu article {
    width: 100%;
    height: 100%; }
    .menu article > div {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
    .menu article > span a {
      display: block;
      width: auto;
      clear: both; }
  .menu .wrapper-table {
    display: table;
    height: 100%; }
  .menu .wrapper-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
  .menu .wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .menu .table {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0; }
  .menu .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0; }

.menu-center-vertical {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto !important; }

.open-menu {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 22px;
  /*font-size: 22px;*/
  font-size: 1.375em;
  cursor: pointer; }

header {
  position: absolute;
  margin-top: 40px;
  max-height: 175px;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  header.animate {
    -webkit-animation: header-blink 1s;
    animation: header-blink 1s; }
  header.hide {
    opacity: 0; }
  header > div {
    float: left;
    position: static;
    width: 100%;
    height: 100%; }

footer {
  position: absolute;
  width: 100%;
  height: 120px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 1; }
  footer.transition {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  footer.hide {
    display: block !important;
    opacity: 0; }
  footer.opacity-1 {
    opacity: 1 !important; }
  footer.z-index--1 {
    z-index: -1; }
  footer .copyright {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2 !important; }
  footer .page-nav-btn {
    opacity: 0.5;
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s; }
  footer > :not(.social-btn):hover {
    opacity: 1; }

.ipad footer {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

footer.animate {
  -webkit-animation: footer-blink 0.8s;
  animation: footer-blink 0.8s; }

footer.animate-transparent-began {
  -webkit-animation: footer-blink-transparent 0.8s 0s forwards;
  animation: footer-blink-transparent 0.8s 0s forwards; }

body.dark .notify.closed input[type=email] {
  border: 2px #fff solid; }

body.dark .notify input[type="submit"] {
  background: url("../img/ico/dark/send_icon.svg") center center no-repeat transparent; }
  body.dark .notify input[type="submit"]:focus {
    background: url("../img/ico/dark/send_icon.svg") center center no-repeat transparent; }
body.dark .notify button:before {
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
  border-right: 2px #fff solid; }
body.dark .notify button.hack:before {
  border-right: 4px #fff solid;
  border-left: 4px #fff solid; }
body.dark .notify button.border-6:before {
  border-right: 8px #fff solid !important;
  border-left: 8px #fff solid !important; }
body.dark .notify button.border-8:before {
  border-right: 8px #fff solid !important;
  border-left: 8px #fff solid !important; }

body.light .notify.closed input[type=email] {
  border: 2px #000 solid; }

body.light .notify input[type="submit"] {
  background: url("../img/ico/light/send_icon.svg") center center no-repeat transparent; }
  body.light .notify input[type="submit"]:focus {
    background: url("../img/ico/light/send_icon.svg") center center no-repeat transparent; }
body.light .notify button {
  color: #000; }
  body.light .notify button:before {
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    border-left: 2px #000 solid;
    border-right: 2px #000 solid; }
  body.light .notify button.hack:before {
    border-right: 4px #000 solid;
    border-left: 4px #000 solid; }
  body.light .notify button.border-6:before {
    border-right: 8px #000 solid !important;
    border-left: 8px #000 solid !important; }
  body.light .notify button.border-8:before {
    border-right: 8px #000 solid !important;
    border-left: 8px #000 solid !important; }

.notify {
  position: relative;
  display: inline-block;
  z-index: 2; }
  .notify:not(.closed) input[type=email] {
    -webkit-animation: notify-input-email 0.5s 0.5s forwards;
    animation: notify-input-email 1s 0s forwards; }
  .notify:not(.closed) input[type=submit] {
    -webkit-animation: notify-input-submit 0.5s 0.5s forwards;
    animation: notify-input-submit 0.5s 0.5s forwards; }
  .notify:not(.closed) button {
    display: block;
    position: relative;
    -webkit-animation: notify-input-button 0.3s 0s forwards;
    animation: notify-input-button 0.3s 0s forwards; }
  .notify.closed:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    content: ' ';
    height: 100%;
    z-index: -8; }
  .notify.closed input[type="email"],
  .notify.closed input[type="submit"] {
    z-index: -9; }
  .notify.closed button[type="button"] {
    min-width: 164px;
    width: 164px; }
  .notify.closed input[type=email] {
    opacity: 0 !important; }
  .notify input[type="email"],
  .notify input[type="submit"] {
    position: relative;
    top: -60px;
    opacity: 0;
    -webkit-animation: notify-input-email-hide 0.2s 0s forwards;
    animation: notify-input-email-hide 0.2s 0s forwards;
    border: 0 !important; }
  .notify input[type="email"] {
    position: relative;
    display: inline-block;
    left: 0;
    margin-top: 2px;
    height: 56px;
    padding: 0 28px 0 28px;
    text-indent: 0px;
    transition: opacity 0s, background 1s;
    -webkit-transition: opacity 0s, background 0.5s;
    background: transparent; }
  .notify input[type="submit"] {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
    text-indent: 7px;
    height: 56px;
    width: 70px;
    border: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    color: transparent; }
  .notify.valid input[type=email] {
    background: rgba(0, 210, 255, 0.4); }
  .notify.invalid input[type=email] {
    background: rgba(255, 0, 48, 0.4); }
  .notify button {
    margin: 0 auto;
    display: block;
    min-width: auto;
    position: relative;
    border: 0 !important;
    color: transparent;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s; }
    .notify button:hover {
      background: transparent !important; }
    .notify button:focus {
      background: inherit !important;
      box-shadow: none !important; }
    .notify button:before {
      display: block;
      content: ' ';
      position: absolute;
      z-index: -1;
      height: 100%;
      top: 0;
      bottom: 0;
      -webkit-transition: color 0.2s, background 0.2s;
      transition: color 0.2s, background 0.2s;
      -ms-transform: scaleX(1) translate3d(0, 0, 0);
      -webkit-transform: scaleX(1) translate3d(0, 0, 0);
      transform: scaleX(1) translate3d(0, 0, 0);
      width: 100%;
      left: 0%; }
    .notify button.hack {
      -webkit-animation: notify-hack 0.5s 0s;
      animation: notify-hack 0.5s 0s; }
      .notify button.hack:before {
        -webkit-animation: notify-hack-before 0.4s 0s forwards;
        animation: notify-hack-before 0.4s 0s forwards; }
  .notify:not(.closed) button:before {
    -webkit-animation: notify-button-open 0.5s 0s forwards;
    animation: notify-button-open 0.5s 0s forwards; }

body:not(.touch) .notify.closed button:hover:before {
  background: #fff; }

body.ie9-lower .notify button.hack:before {
  border: 2px #fff solid !important;
  width: 164px; }
body.ie9-lower .notify input[type=email] {
  opacity: 1;
  border: 2px #fff solid !important; }
body.ie9-lower .notify input[type=submit] {
  opacity: 1;
  z-index: 3; }
body.ie9-lower .notify button {
  opacity: 0;
  z-index: -2;
  width: 164px !important; }
body.ie9-lower .notify.closed input[type=email] {
  width: 164px; }
body.ie9-lower .notify.closed input[type=email],
body.ie9-lower .notify.closed input[type=submit] {
  opacity: 0;
  z-index: -2; }
body.ie9-lower .notify.closed button {
  opacity: 1;
  z-index: 2; }

.notify input::-webkit-input-placeholder {
  opacity: 0.4 !important; }

.notify input::-moz-placeholder {
  opacity: 0.4 !important; }

.notify input:-moz-placeholder {
  opacity: 0.4 !important; }

.notify input:-ms-input-placeholder {
  opacity: 0.4 !important; }

.notify.invalid input::-webkit-input-placeholder {
  opacity: 1 !important; }

.notify.invalid input::-moz-placeholder {
  opacity: 1 !important; }

.notify.invalid input:-moz-placeholder {
  opacity: 1 !important; }

.notify.invalid input:-ms-input-placeholder {
  opacity: 1 !important; }

.notify.valid input::-webkit-input-placeholder {
  opacity: 1 !important; }

.notify.valid input::-moz-placeholder {
  opacity: 1 !important; }

.notify.valid input:-moz-placeholder {
  opacity: 1 !important; }

.notify.valid input:-ms-input-placeholder {
  opacity: 1 !important; }

.notify input::-ms-clear {
  display: none; }

body.dark .carousel figure:before {
  border: 2px solid rgba(255, 255, 255, 0.2); }
body.dark .carousel figure:after {
  border: 3px solid rgba(255, 255, 255, 0.2); }
body.dark .carousel .big figure:before {
  border: 2px solid white; }
body.dark .carousel .big figure:after {
  border: 3px solid white; }
body.dark .carousel .item h5 {
  color: #fff; }
body.dark .carousel .item h6 {
  color: #99999a; }
body.dark .carousel .owl-dot:before {
  background: #fff; }

@-moz-document url-prefix() {
  body.dark .carousel figure:before {
    border: 2px solid white !important; }
  body.dark .carousel figure:after {
    border: 3px solid white !important; } }
@media screen and (max-width: 992px) {
  body.dark figure:before {
    border: 2px solid white !important; }
  body.dark figure:after {
    border: 3px solid white !important; } }
body.light .carousel figure:before {
  border: 2px solid rgba(0, 0, 0, 0.2); }
body.light .carousel figure:after {
  border: 3px solid rgba(0, 0, 0, 0.2); }
body.light .carousel .big figure:before {
  border: 2px solid black; }
body.light .carousel .big figure:after {
  border: 3px solid black; }
body.light .carousel .item h5 {
  color: #000; }
body.light .carousel .item h6 {
  color: #99999a; }
body.light .carousel .owl-dot:before {
  background: #000; }

@-moz-document url-prefix() {
  body.light .carousel figure:before {
    border: 2px solid black !important; }
  body.light .carousel figure:after {
    border: 3px solid black !important; } }
@media screen and (max-width: 992px) {
  body.light figure:before {
    border: 2px solid black !important; }
  body.light figure:after {
    border: 3px solid black !important; } }
.carousel {
  margin: 0 auto;
  width: 90%;
  max-width: 1142px; }
  .carousel .icon figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    border-radius: 0;
    background: transparent; }
  .carousel figure {
    position: relative;
    display: inline-block;
    padding: 10px;
    max-width: 100%;
    line-height: 0;
    font-size: 0; }
    .carousel figure:before, .carousel figure:after {
      position: absolute;
      display: block;
      content: ' ';
      -webkit-transition: border 1s;
      transition: border 1s;
      z-index: 999;
      border-radius: 999px;
      backface-visibility: hidden;
      transform: translateZ(0); }
    .carousel figure:before {
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px; }
    .carousel figure:after {
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px; }
    .carousel figure img {
      display: block;
      width: auto !important;
      margin: 0 auto;
      position: relative;
      max-width: 100%;
      border: 0;
      outline: none;
      border-radius: 999px;
      transform: translate3d(0, 0, 0); }
  .carousel .item {
    position: relative;
    display: block;
    text-align: center;
    padding: 0; }
    .carousel .item figure {
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center center;
      text-align: center;
      margin: 0 auto 24px; }
    .carousel .item h5,
    .carousel .item h6,
    .carousel .item p {
      display: block;
      width: 85%;
      text-transform: none;
      word-wrap: break-word; }
    .carousel .item h5 {
      margin: 0 auto 0.3rem; }
    .carousel .item h6 {
      margin: 0 auto 0.6rem; }
    .carousel .item p {
      line-height: 1.75em;
      margin: 0 auto 2.4rem; }
    .carousel .item.icon figure {
      min-width: 148px;
      min-height: 148px; }
  .carousel .owl-dots {
    width: 100%;
    text-align: center; }
  .carousel .owl-dot {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
    background: transparent;
    margin: 5px 10px 44px 0px; }
    .carousel .owl-dot:before {
      position: absolute;
      display: block;
      content: ' ';
      top: 9px;
      height: 2px;
      width: 100%;
      opacity: 0.2;
      -webkit-transition: opacity 0.24s;
      transition: opacity 0.24s; }
    .carousel .owl-dot:hover:before, .carousel .owl-dot.active:before {
      opacity: 1; }

body.touch .owl-dot:not(.active):hover:before {
  opacity: 0.2; }

body.dark section.contacts input,
body.dark section.contacts textarea {
  color: #fff;
  border-bottom: 2px rgba(255, 255, 255, 0.4) solid !important; }
  body.dark section.contacts input:focus,
  body.dark section.contacts textarea:focus {
    border-bottom: 2px white solid !important; }

body.light section.contacts input,
body.light section.contacts textarea {
  color: #000;
  border-bottom: 2px rgba(0, 0, 0, 0.4) solid !important; }
  body.light section.contacts input:focus,
  body.light section.contacts textarea:focus {
    border-bottom: 2px black solid !important; }

section.contacts a[href^=tel] {
  text-decoration: inherit !important;
  color: inherit !important; }
section.contacts .row {
  margin: 0 auto 40px;
  padding-bottom: 40px; }
section.contacts input,
section.contacts textarea,
section.contacts button {
  width: 100% !important;
  max-width: 100% !important; }
section.contacts textarea {
  height: 140px;
  margin: 0 0 46px 0; }
section.contacts input, section.contacts textarea {
  -webkit-transition: opacity 0.5s, border 0.5s;
  transition: opacity 0.5s, border 0.5s;
  border-right: 0;
  border-left: 0;
  border-top: 0; }
section.contacts input:focus,
section.contacts textarea:focus {
  opacity: 1; }
section.contacts .col-1 {
  line-height: 28px; }
section.contacts .form-message {
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: -35px;
  text-transform: uppercase;
  font-family: 'Droid Sans';
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }
  section.contacts .form-message span {
    display: block;
    color: #fff;
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0; }
    section.contacts .form-message span.visible {
      opacity: 1; }
    section.contacts .form-message span.sent {
      background: rgba(0, 210, 255, 0.5) !important; }
    section.contacts .form-message span.text-danger {
      background: rgba(144, 21, 48, 0.5) !important; }

.contacts input::-webkit-input-placeholder {
  opacity: 0.4 !important; }

.contacts input::-moz-placeholder {
  opacity: 0.4 !important; }

.contacts input:-moz-placeholder {
  opacity: 0.4 !important; }

.contacts input:-ms-input-placeholder {
  opacity: 0.4 !important; }

.contacts textarea::-webkit-input-placeholder {
  opacity: 0.4 !important; }

.contacts textarea::-moz-placeholder {
  opacity: 0.4 !important; }

.contacts textarea:-moz-placeholder {
  opacity: 0.4 !important; }

.contacts textarea:-ms-input-placeholder {
  opacity: 0.4 !important; }

body.dark .social-btn a.show {
  background-image: url(../img/ico/dark/share.svg); }
body.dark .social-open a.click {
  background-image: url(../img/ico/dark/social-close.svg) !important; }

body.light .social-btn a.show {
  background-image: url(../img/ico/light/share.svg); }
body.light .social-open a.click {
  background-image: url(../img/ico/light/social-close.svg) !important; }

.social-btn {
  display: block;
  height: 27px;
  right: 50%;
  right: -webkit-calc(50% - 13px);
  right: calc(50% - 13px);
  bottom: 50px;
  background: transparent; }
  .social-btn a {
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s;
    cursor: pointer; }
    .social-btn a.show {
      width: 27px;
      height: 27px;
      top: 4px;
      top: 2px;
      right: 0;
      width: 27px;
      height: 27px;
      z-index: 9;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      border: 0; }
    .social-btn a.show, .social-btn a.click {
      opacity: 0.5; }
    .social-btn a.show:hover, .social-btn a.click:hover {
      opacity: 1; }
  .social-btn > a {
    display: block;
    position: absolute;
    cursor: pointer !important; }
  .social-btn ul {
    float: left;
    position: relative;
    -webkit-transition: 0.4s margin ease, 0.24s opacity;
    transition: 0.4s margin ease, 0.24s opacity; }
    .social-btn ul.opacity-initial {
      opacity: 0; }
    .social-btn ul li {
      display: inline-block;
      width: 32px;
      height: 32px;
      position: absolute;
      top: 0;
      border-radius: 32px;
      background: transparent;
      opacity: 0;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
      .social-btn ul li:before {
        content: ''; }
      .social-btn ul li img {
        display: block;
        float: left;
        margin-top: -28px;
        margin-left: -1px;
        padding: 0;
        border: 0;
        -ms-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: opacity 0.24s;
        transition: opacity 0.24s;
        opacity: 0.5; }
        .social-btn ul li img:hover {
          opacity: 1; }

.social-open a.click {
  top: 4px !important;
  width: 24px !important;
  height: 24px !important;
  background-size: 90% 90%; }
.social-open ul {
  opacity: 1; }
.social-open .social-btn li {
  opacity: 1; }

@-webkit-keyframes header-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes header-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes footer-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@keyframes footer-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@-webkit-keyframes footer-blink-transparent {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@keyframes footer-blink-transparent {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@keyframes notify-hack-before {
  from {
    transform: scaleX(1) translate3d(0, 0, 0); }
  to {
    transform: scaleX(0.41) translate3d(0, 0, 0); } }
@-webkit-keyframes notify-hack-before {
  from {
    -webkit-transform: scaleX(1) translate3d(0, 0, 0); }
  to {
    -webkit-transform: scaleX(0.41) translate3d(0, 0, 0); } }
@keyframes notify-input-email {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes notify-input-submit {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes notify-input-button {
  from {
    color: #fff; }
  to {
    color: transparent; } }
@keyframes notify-input-email-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes notify-button-open {
  from {
    transform: scaleX(0.5) translate3d(0, 0, 0); }
  to {
    transform: scaleX(1) translate3d(0, 0, 0); } }
@keyframes notify-hack {
  from {
    color: transparent; }
  to {
    color: #fff; } }
@-webkit-keyframes notify-input-email {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes notify-input-submit {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes notify-input-button {
  from {
    color: #fff; }
  to {
    color: transparent; } }
@-webkit-keyframes notify-input-email-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes notify-button-open {
  from {
    -webkit-transform: scaleX(0.5) translate3d(0, 0, 0); }
  to {
    -webkit-transform: scaleX(1) translate3d(0, 0, 0); } }
@-webkit-keyframes notify-hack {
  from {
    color: transparent; }
  to {
    color: #fff; } }
@-webkit-keyframes countdown {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -1440.14401px; } }
@keyframes countdown {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -1440.14401px; } }
@-webkit-keyframes header-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes header-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes footer-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@keyframes footer-blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@-webkit-keyframes footer-blink-transparent {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@keyframes footer-blink-transparent {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 1; } }
@-webkit-keyframes smooth-hide-animation {
  from {
    opacity: auto; }
  to {
    opacity: 0; } }
@keyframes smooth-hide-animation {
  from {
    opacity: auto; }
  to {
    opacity: 0; } }
@-webkit-keyframes smooth-opacity-in {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes smooth-opacity-in {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes stopwatch {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -1440px; } }
@keyframes stopwatch {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -1440px; } }
@-webkit-keyframes smooth-hide-animation {
  from {
    opacity: auto; }
  to {
    opacity: 0; } }
@keyframes smooth-hide-animation {
  from {
    opacity: auto; }
  to {
    opacity: 0; } }
@-webkit-keyframes smooth-opacity-in {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes smooth-opacity-in {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
