@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "HelveticaRegular";
  src: url("fonts/HelveticaRegular/HelveticaRegular.eot");
  src: url("fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"), url("fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaBold";
  src: url("fonts/HelveticaBold/HelveticaBold.eot");
  src: url("fonts/HelveticaBold/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaBold/HelveticaBold.woff") format("woff"), url("fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaItalic";
  src: url("fonts/HelveticaItalic/HelveticaItalic.eot");
  src: url("fonts/HelveticaItalic/HelveticaItalic.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaItalic/HelveticaItalic.woff") format("woff"), url("fonts/HelveticaItalic/HelveticaItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaLight";
  src: url("fonts/HelveticaLight/HelveticaLight.eot");
  src: url("fonts/HelveticaLight/HelveticaLight.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaLight/HelveticaLight.woff") format("woff"), url("fonts/HelveticaLight/HelveticaLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-x1604k");
  src: url("fonts/icomoon.eot?#iefix-x1604k") format("embedded-opentype"), url("fonts/icomoon.woff?-x1604k") format("woff"), url("fonts/icomoon.ttf?-x1604k") format("truetype"), url("fonts/icomoon.svg?-x1604k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hs-01:before {
  content: "\e600"; }

.icon-hs-02:before {
  content: "\e601"; }

.icon-hs-03:before {
  content: "\e602"; }

.icon-hs-04:before {
  content: "\e603"; }

.icon-hs-05:before {
  content: "\e604"; }

.icon-hs-06:before {
  content: "\e60b"; }

.icon-hs-07:before {
  content: "\e607"; }

.icon-hs-08:before {
  content: "\e608"; }

.icon-hs-09:before {
  content: "\e60d"; }

.icon-hs-10:before {
  content: "\e60a"; }

.icon-hs-11:before {
  content: "\e609"; }

.icon-hs-12:before {
  content: "\e60c"; }

.icon-hs-13:before {
  content: "\e60f"; }

.icon-hs-14:before {
  content: "\e60e"; }

.icon-hs-15:before {
  content: "\e605"; }

.icon-hs-16:before {
  content: "\e606"; }

.icon-hs-left:before {
  content: "\1F844"; }

.icon-hs-right:before {
  content: "\1F846"; }

.icon-hs-close:before {
  content: "\e612"; }

.icon-hs-check:before {
  content: "\e613"; }

.icon-hs-play:before {
  content: "\e614"; }

.icon-hs-facebook:before {
  content: "\e615"; }

.icon-hs-twitter:before {
  content: "\e616"; }

.icon-hs-instagramm:before {
  content: "\e617"; }

.icon-hs-youtube:before {
  content: "\e618"; }

html,
body {
  background-color: #fff;
  font-family: 'HelveticaLight', sans-serif !important; }

body {
  margin: 0 auto; }

h1,
h3 {
  font-weight: bold; }

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }

.dark-background {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background-color: #202020;
  color: #ffffff;
  text-align: center; }

.grey-background {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
  padding: 20px 0; }

.pale-background {
  background-color: #f8f3ed;
  padding-top: 30px;
  padding-bottom: 50px; }

.orange-background {
  padding: 40px 0;
  background-color: #ff9e15;
  color: #ffffff; }

input[type=radio],
input[type=checkbox] {
  display: none; }

input[type=radio]:checked + label::after {
  content: "\2022";
  color: #ff9e15;
  font-size: 40px;
  text-align: center;
  line-height: 13px; }

input[type=checkbox]:checked + label:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e613";
  color: white;
  background-color: #ff9e15;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border: none; }

label {
  font-weight: normal; }

label:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 20px 0 10px;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  vertical-align: bottom; }

.orange-button {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 75px;
  color: white;
  font-weight: bold;
  background-color: #ff9e15;
  border-radius: 4px;
  border: none;
  box-shadow: 0 3px 10px grey;
  transition: all .3s ease; }

#mainform > .orange-button {
  margin-bottom: 30px; }

.cont-orange_button {
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  width: 210px; }

.orange-button:hover {
  text-decoration: none;
  background-color: #202020;
  box-shadow: none; }

.orange-button:focus {
  outline: none; }

.orange-button-href, .button-href {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  min-width: 200px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #ff9e15;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all .3s ease; }

.orange-button-href:hover, .button-href:hover {
  text-decoration: none;
  color: white;
  background-color: #202020;
  border: 1px solid #ff9e15;
  box-shadow: none; }

.orange-button-href:focus, .button-href:focus {
  text-decoration: none;
  color: white;
  outline: none; }

.button-href {
  background-color: #fff;
  box-shadow: none;
  color: #000;
  border: 1px solid #000;
  box-shadow: 0 3px 10px gray; }
  .button-href:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    box-shadow: 0 5px 10px gray; }
  .button-href:focus {
    outline: none;
    color: #000;
    text-decoration: none; }

.non-bordered {
  border: 1px solid transparent; }
  .non-bordered:hover {
    border: 1px solid transparent; }

.top-header {
  border-bottom: 3px solid #f7f7f7; }
  .top-header ul {
    list-style-type: none;
    padding-left: 0; }
    .top-header ul li {
      display: inline-block;
      position: relative; }
  .top-header .top-row {
    text-align: center; }
    .top-header .top-row .brand {
      float: left;
      margin: 0; }
    .top-header .top-row .eng-company {
      display: inline-block;
      margin-top: 20px;
      font-size: 20px; }
    .top-header .top-row .partner-logo {
      float: right;
      margin-top: 10px; }
      .top-header .top-row .partner-logo a {
        margin-left: 10px; }
  .top-header .bottom-row {
    text-align: center; }
  .top-header .nav-menu li {
    margin: 10px; }
    .top-header .nav-menu li a {
      font-size: 14px;
      color: #202020;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer; }
      .top-header .nav-menu li a:hover, .top-header .nav-menu li a:focus {
        color: #D77544;
        background-color: none; }
      .top-header .nav-menu li a.inactive {
        color: #d7d7d7;
        pointer-events: none; }
      .top-header .nav-menu li a.selected {
        color: #D77544;
        font-weight: bold; }
  .top-header .eng-company {
    display: inline-block;
    margin: 10px 0;
    font-size: 18px; }
  .top-header nav.visible-xs .partner-logo {
    white-space: nowrap; }
    .top-header nav.visible-xs .partner-logo li {
      margin-right: 10px; }
  .top-header .toggle-sandwich {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: none; }
    .top-header .toggle-sandwich span {
      display: block;
      background-color: #202020; }
    .top-header .toggle-sandwich .sandwich {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #ffffff; }
      .top-header .toggle-sandwich .sandwich .sw-topper {
        position: relative;
        width: 50px;
        height: 4px;
        top: 8px;
        color: #202020;
        border: none;
        border-radius: 4px;
        transition: transform 0.5s, top 0.2s; }
      .top-header .toggle-sandwich .sandwich .sw-bottom {
        position: relative;
        width: 50px;
        height: 4px;
        top: 20px;
        border: none;
        border-radius: 4px;
        transition: transform 0.5s, top 0.2s;
        transition-delay: 0.2s, 0s; }
      .top-header .toggle-sandwich .sandwich .sw-footer {
        position: relative;
        width: 50px;
        height: 4px;
        top: 32px;
        border: none;
        border-radius: 4px;
        transition: all 0.5s;
        transition-delay: 0.1s; }
      .top-header .toggle-sandwich .sandwich.active .sw-topper {
        top: 20px;
        transform: rotate(135deg); }
      .top-header .toggle-sandwich .sandwich.active .sw-bottom {
        top: 16px;
        transform: rotate(-135deg); }
      .top-header .toggle-sandwich .sandwich.active .sw-footer {
        opacity: 0;
        top: 0;
        transform: rotate(180deg); }
  .top-header .dropdown {
    display: none;
    text-align: center; }
  .top-header .wr-dropdown-list {
    display: none;
    position: absolute;
    background: white;
    z-index: 3;
    width: 700px;
    left: -225%;
    opacity: 0;
    padding-top: 15px;
    transition: opacity .3s; }
    .top-header .wr-dropdown-list li {
      display: inline-block; }
  .top-header #umnyj-dom:hover .wr-dropdown-list {
    display: block;
    opacity: 1; }

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2.3; }
  .breadcrumbs a {
    color: #202020; }
  .breadcrumbs .current {
    color: #ff9e15; }

#hs-blog-slider-container {
  overflow: hidden; }
  #hs-blog-slider-container .item {
    height: 500px; }
  #hs-blog-slider-container .carousel-control.left,
  #hs-blog-slider-container .carousel-control.right {
    background-image: none;
    width: 8%; }
  #hs-blog-slider-container .carousel-caption {
    max-width: 500px;
    top: 30%;
    text-align: left; }
    #hs-blog-slider-container .carousel-caption h3 {
      font-weight: bold !important; }
    #hs-blog-slider-container .carousel-caption p {
      font-weight: normal;
      font-size: 14px; }
    #hs-blog-slider-container .carousel-caption a {
      color: #ffffff;
      font-weight: bold; }

#blogcontainer {
  color: #202020;
  margin-top: 20px;
  max-width: 1200px; }
  #blogcontainer .row {
    margin-top: 40px;
    margin-bottom: 50px; }
  #blogcontainer .post-thumb {
    margin: 0 auto; }
  #blogcontainer .post-info {
    color: #c7c7c7;
    font-size: 0px; }
  #blogcontainer .post-text {
    font-size: 14px; }
  #blogcontainer .post-link {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    color: #202020; }
  #blogcontainer .blog-banner {
    margin: 0 auto; }
  #blogcontainer hr {
    margin: 0;
    border-top: 1px solid #d5d5d5;
    width: 100%; }
  #blogcontainer ul {
    text-align: center;
    padding-left: 0; }
  #blogcontainer .more-news-button {
    margin: 10px 20px;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    width: 230px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    cursor: pointer; }
    #blogcontainer .more-news-button a {
      display: block;
      font-size: 14px;
      font-weight: bold;
      color: #202020;
      text-decoration: none; }
      #blogcontainer .more-news-button a:hover {
        color: #ffffff; }
    #blogcontainer .more-news-button:hover {
      border: 1px solid #ff9e15;
      background-color: #ff9e15; }
    #blogcontainer .more-news-button span {
      display: table-cell;
      vertical-align: middle; }
  #blogcontainer .hidden-news {
    display: none; }

#postcontainer h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold; }

#postcontainer h4 {
  margin-top: 110px;
  margin-bottom: 20px;
  font-weight: bold; }

#postcontainer p {
  font-size: 14px; }

#postcontainer img {
  margin-bottom: 20px; }

#postcontainer .post-info {
  color: #c7c7c7;
  font-size: 10px;
  margin-bottom: 15px; }

#postcontainer .hs-post-tags {
  margin-top: 40px;
  margin-bottom: 40px; }

#postcontainer .popular-post-header {
  margin-top: -15px;
  margin-bottom: 20px; }

#postcontainer .popular-post-link {
  text-decoration: none;
  color: #202020; }

.blog_row, .blog_ref_to_conf {
  visibility: hidden; }

.blog_row:nth-of-type(2), .blog_row:nth-of-type(3), .blog_ref_to_conf:nth-of-type(4) {
  visibility: visible; }

.slide {
  animation-name: slide;
  animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@media (max-width: 1200px) {
  .footer-col-right {
    margin-left: 0; } }

@media (max-width: 992px) {
  .footer-col-middle {
    margin-left: 0; } }

@media (max-width: 360px) {
  footer .footer-col-left ul li a {
    font-size: 11px; } }

@media (min-width: 768px) {
  .footer-col-left {
    margin-left: 40px; } }

@media (min-width: 992px) {
  .footer-col-middle {
    margin-left: 100px; }
  .footer-col-right {
    margin-left: 100px; } }

@media (min-width: 1200px) {
  .footer-col-middle {
    margin-left: 120px; }
  .footer-col-right {
    margin-left: 120px; } }

#footer {
  background-color: #202020;
  background-position: center;
  overflow: hidden;
  min-height: 300px;
  color: #DDD;
  padding-top: 1.5em;
  padding-bottom: 50px; }

.footer-row {
  max-width: 1200px; }

.footer-col h4 {
  text-align: center;
  margin-bottom: 2em;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin-top: 4em; }

.footer-col ul {
  list-style-type: none;
  margin: 0;
  position: relative;
  text-align: left;
  padding-left: 0; }

.footer-col ul li {
  margin-bottom: 1.2em; }

.footer-col ul li a,
.footer-col ul li span {
  font-weight: normal;
  font-size: 14px;
  color: #f7f7f7; }

.footer-nav-menu {
  text-transform: uppercase; }

.soc-icon,
.soc-icon:link,
.soc-icon:visited,
.soc-icon:active {
  font-size: 40px;
  color: white;
  text-decoration: none;
  margin-right: 15px; }

.cont_soc-icon,
.cont_soc-icon:link,
.cont_soc-icon:visited,
.cont_soc-icon:active {
  font-size: 40px;
  color: #cccccc;
  text-decoration: none;
  margin-right: 15px; }

.soc-icon:hover {
  color: #cccccc;
  text-decoration: none; }

.cont_soc-icon:hover {
  color: #202020;
  text-decoration: none; }

.hs-copyright {
  margin-top: 20px;
  font-size: 10px;
  color: gray; }

.cedia_foot {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-filter: brightness(150%);
          filter: brightness(150%); }

.footer-knx {
  display: block;
  margin-top: 20px;
  -webkit-filter: brightness(150%);
          filter: brightness(150%); }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  z-index: 2;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 158, 21, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
    .cd-top.cd-is-visible:hover {
      background-color: #e18400; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8; }
  .no-touch .cd-top:hover {
    background-color: #ff9e15;
    opacity: 1; }

.wr_subscribe {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #202020; }
  .wr_subscribe .subscribe-text {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 16px; }
  .wr_subscribe input {
    height: 30px;
    background: lightgray; }
    .wr_subscribe input[type=submit] {
      margin-left: 10px;
      padding-right: 20px;
      padding-left: 20px; }
      .wr_subscribe input[type=submit]:focus {
        outline: none; }
  .wr_subscribe #form-email2 {
    width: 50%;
    border: none;
    padding-left: 10px; }
  .wr_subscribe .subscribe-button {
    background: #ff9e15;
    border: none;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    border-radius: 4px; }
  @media (max-width: 1200px) {
    .wr_subscribe {
      text-align: center; }
      .wr_subscribe form {
        margin-top: 10px; }
        .wr_subscribe form input[type=submit] {
          margin-left: 0;
          margin-top: 10px; } }

.top-poster {
  position: relative;
  height: 500px; }

.top-poster img {
  position: absolute;
  z-index: 0;
  top: -25%;
  left: 50%;
  margin-left: -960px; }

.smart-house-nav-block {
  margin: 40px 0 20px 0; }

.nav-block-href {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: default; }
  .nav-block-href.add-hover-effect {
    cursor: pointer; }
  .nav-block-href:link, .nav-block-href:visited, .nav-block-href:hover, .nav-block-href:active, .nav-block-href:focus {
    text-decoration: none;
    color: inherit;
    outline: none; }
  .nav-block-href br {
    display: none; }
  .nav-block-href img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .nav-block-href p {
    margin-top: 10px; }
  .nav-block-href.add-hover-effect:hover > img {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

#hs-services-container {
  padding-top: 40px; }

#hs-services-container h3 {
  margin: 30px 0; }

#hs-services-container p {
  margin-bottom: 15px; }

#hs-services-container ul {
  padding-left: 0;
  margin-left: 20px; }

#hs-services-container ul li {
  margin: 15px 0; }

@media (min-width: 768px) {
  .hs-author-inner {
    max-width: 1200px;
    display: table;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .hs-author-inner {
    padding: 20px; } }

.photo-col img {
  background: #fff;
  border-radius: 100%;
  margin: 56px auto; }

#hs-author-container {
  background-color: #f7f7f7; }

#hs-author-container h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 30px; }

#hs-author-container p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px; }

.hs-author-info {
  padding: 15px 0; }

#hs-author-button {
  text-align: center;
  display: block;
  margin: 30px auto;
  color: #fff; }
  #hs-author-button a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #1b81c2;
    padding: 15px 20px;
    border-radius: 5px; }
  #hs-author-button button {
    padding: 13px 14px;
    background: #1b81c2;
    border-radius: 6px;
    border: none; }

.contacts ul {
  padding-left: 0; }

.contacts li {
  list-style-type: none; }

.contacts li a {
  color: inherit; }

#map {
  display: block;
  width: 100%;
  height: 300px; }

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.3%; }

.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important; }

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.hs-post img {
  width: 100%;
  height: auto; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.wr-systems {
  display: table;
  margin: 10px 0; }

.wr-icon-system {
  width: 58px;
  height: 58px;
  background: #ff9e15;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px; }

.hs-icon-project {
  font-size: 60px; }

.wr-title-system {
  display: table-cell;
  vertical-align: middle;
  padding-top: 14px; }

.hs-post .carousel-inner .item {
  height: 420px; }

.hs-post .carousel-inner .item img {
  width: auto; }

@media (max-width: 768px) {
  .hs-post .hs-project-demo .carousel-inner .item {
    height: 320px; } }

@media (max-width: 420px) {
  .hs-post .hs-project-demo .carousel-inner .item {
    height: 200px; } }

.wr-share {
  margin: 50px auto; }

.wr-share-buttons {
  margin: 0; }

.wr-share ul {
  padding-left: 0;
  overflow: hidden; }

.wr-share ul li {
  list-style: none; }

.wr-share ul li a {
  display: block;
  padding: 2px;
  margin: 0;
  color: #fff;
  background-color: #306199;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
  transition: background-color .2s ease-in-out; }

.wr-share ul li a.fb-btn:hover {
  text-decoration: none;
  background-color: #244872; }

.wr-share ul li a.tweet-btn {
  background-color: #26c4f1; }

.wr-share ul li a.tweet-btn:hover {
  text-decoration: none;
  background-color: #279cd8; }

.wr-share ul li a.email-btn {
  background-color: #555; }

.wr-share ul li a.email-btn:hover {
  text-decoration: none;
  background-color: #3f3f3f; }

.wr-share-item {
  height: 22px; }

.wr-share-item li.text {
  line-height: 22px;
  text-align: center;
  margin-left: -15px; }

.wr-share .fa {
  font-size: 20px;
  line-height: 22px; }

@media (max-width: 480px) {
  .wr-share .wr-share-item li.text {
    font-size: 10px; }
  .wr-share .wr-share-item .fa {
    margin-left: -10px; } }

@media (max-width: 320px) {
  .wr-share .wr-share-item li.text {
    text-transform: capitalize; } }

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none; }

.modalDialog:target {
  display: block;
  pointer-events: auto; }

.block-inner {
  width: auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 200px 20px 0;
  padding: 5px 42px 13px 30px;
  border-radius: 4px; }

.block-close {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  color: #7f7f7f;
  font-size: 18px; }

.block-close:hover {
  color: #5f5f5f; }

@media (min-width: 768px) {
  .modalDialog .block-inner {
    width: 526px;
    margin: 200px auto 0; } }

@media (max-width: 480px) {
  .modalDialog .block-inner {
    padding: 10px 16px 14px 16px; }
  .block-inner h2 {
    font-size: 24px; } }

.wr-subscribe {
  text-align: left; }

.wr-subscribe h2 {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 3px solid #F7931E; }

.wr-subscribe form {
  padding: 18px 0 28px; }

.wr-subscribe form p#mail-status {
  float: left;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold; }

.wr-subscribe form input {
  padding: 5px;
  outline: none; }

.wr-subscribe form input:first-child {
  width: 100%; }

.wr-subscribe form input.subscribe {
  color: #fff;
  background-color: #F7931E;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 8px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  float: right;
  transition: background-color .2s ease-in-out; }

.wr-subscribe form input.subscribe:hover {
  color: #fff;
  background-color: #000; }

/*.collapse .nav.navbar-nav
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}*/
a.no-decoration:link, a.no-decoration:visited, a.no-decoration:hover, a.no-decoration:active {
  text-decoration: none;
  color: inherit; }

.table-wrapper {
  display: table;
  width: 100%;
  min-height: 400px; }

/*************
**  SHOWROOM
**************/
.showroom-container {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

#showroom-slider-video {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }
  #showroom-slider-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%; }

.carousel-caption.lead {
  font-size: 21px; }

.arrow-link {
  border: none !important; }
  .arrow-link svg {
    transform: rotate(180deg);
    transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .arrow-link path {
    fill: #ffffff; }
  .arrow-link:hover {
    background: none !important; }
    .arrow-link:hover svg {
      transform: rotate(540deg); }
    .arrow-link:hover path {
      fill: #ff9e15; }

.showroom-main-desc {
  display: block;
  margin: 120px auto 100px auto;
  padding: 0 20px;
  text-align: center;
  max-width: 800px; }
  .showroom-main-desc p {
    font-size: 24px; }
    @media (max-width: 420px) {
      .showroom-main-desc p {
        font-size: 16px; } }
  .showroom-main-desc h3 {
    margin-top: 100px;
    font-size: 48px;
    text-transform: uppercase; }
    @media (max-width: 420px) {
      .showroom-main-desc h3 {
        font-size: 36px; } }

.showroom-main-desc-ipad {
  display: block;
  margin: 60px auto 60px auto;
  padding: 0 20px;
  text-align: center;
  max-width: 800px; }
  .showroom-main-desc-ipad p {
    font-size: 24px; }
    @media (max-width: 420px) {
      .showroom-main-desc-ipad p {
        font-size: 16px; } }
  .showroom-main-desc-ipad h3 {
    margin-top: 40px;
    font-size: 48px;
    text-transform: uppercase; }
    @media (max-width: 420px) {
      .showroom-main-desc-ipad h3 {
        font-size: 36px; } }

.showroom-info-blocks {
  padding: 15px; }
  @media (min-width: 769px) {
    .showroom-info-blocks {
      min-height: 672px; } }
  @media (max-width: 768px) {
    .showroom-info-blocks {
      min-height: 412px; } }
  .showroom-info-blocks .col-sm-6 {
    padding: 0;
    position: relative;
    perspective: 1000;
    overflow: visible; }
    .showroom-info-blocks .col-sm-6:hover {
      z-index: 10000; }
    .showroom-info-blocks .col-sm-6:hover > .rotation-container {
      z-index: 10000;
      transform: rotateY(180deg);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      .showroom-info-blocks .col-sm-6:hover > .rotation-container .face {
        opacity: 0; }
      .showroom-info-blocks .col-sm-6:hover > .rotation-container .face.back {
        opacity: 1; }
    .showroom-info-blocks .col-sm-6 .rotation-container {
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: all 0.7s linear;
      z-index: 1; }
      .showroom-info-blocks .col-sm-6 .rotation-container .face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        border: 1px solid #ff9e15;
        transition: all 0.7s linear; }
        .showroom-info-blocks .col-sm-6 .rotation-container .face h2 {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          padding: 10px 25px;
          text-align: center;
          color: #ffffff;
          background: rgba(0, 0, 0, 0.5); }
      .showroom-info-blocks .col-sm-6 .rotation-container .face.back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        transform: rotateY(180deg);
        box-sizing: border-box;
        padding: 40px;
        color: white;
        text-align: center;
        background-color: #ffffff; }
        .showroom-info-blocks .col-sm-6 .rotation-container .face.back p {
          color: #000000; }
        .showroom-info-blocks .col-sm-6 .rotation-container .face.back ul {
          color: #000000;
          font-size: 24px;
          text-align: left; }
          .showroom-info-blocks .col-sm-6 .rotation-container .face.back ul span {
            text-decoration: underline; }
          .showroom-info-blocks .col-sm-6 .rotation-container .face.back ul li {
            color: #000000;
            font-size: 18px;
            line-height: 1.5em; }
            @media (max-width: 1010px) {
              .showroom-info-blocks .col-sm-6 .rotation-container .face.back ul li {
                font-size: 14px;
                line-height: 1.1em; } }

#signup-form {
  margin-top: 70px;
  margin-bottom: 100px; }
  #signup-form h2 {
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 420px) {
      #signup-form h2 {
        font-size: 28px; } }
  #signup-form input {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #ff9e15; }
  #signup-form .highlighted {
    background-color: rgba(255, 0, 0, 0.1); }
  #signup-form #fb-login {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #3b5998;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    #signup-form #fb-login i {
      margin-right: 10px; }
    #signup-form #fb-login:hover {
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #signup-form select {
    display: inline-block;
    margin-bottom: 30px !important;
    padding: 10px 20px;
    border: 1px solid #ff9e15;
    background-color: #ffffff;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none; }
  #signup-form button {
    padding: 15px 20px;
    color: #ffffff;
    background-color: #ff9e15;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 10px grey;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: bold; }
    #signup-form button:focus {
      outline: none; }
    #signup-form button:hover {
      background-color: #202020;
      box-shadow: none; }

#after-signup-back {
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #ff9e15;
  border: none;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #after-signup-back:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.calendar-container {
  width: 100%;
  min-height: 400px;
  margin-top: 100px;
  margin-bottom: 100px; }
  .calendar-container h2 {
    text-align: center;
    font-size: 30px; }
    @media (max-width: 420px) {
      .calendar-container h2 {
        font-size: 24px; } }
  .calendar-container .col-xs-10 {
    position: relative;
    overflow-x: hidden;
    height: 250px; }
    @media (max-width: 640px) {
      .calendar-container .col-xs-10 {
        height: 450px; } }
  .calendar-container .col-xs-1 {
    padding: 0; }
    .calendar-container .col-xs-1 span {
      margin-top: 90px; }
      @media (max-width: 640px) {
        .calendar-container .col-xs-1 span {
          margin-top: 190px; } }
  .calendar-container .events-container {
    position: absolute;
    top: 10px;
    transition: left 1s; }
    .calendar-container .events-container .event-card {
      position: absolute;
      width: 600px;
      height: 200px;
      top: 10px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      perspective: 1000;
      overflow: visible;
      background-color: #fff; }
      @media (max-width: 640px) {
        .calendar-container .events-container .event-card {
          height: 400px; } }
      .calendar-container .events-container .event-card .rotation-container {
        width: 100%;
        height: 200px;
        transform-style: preserve-3d;
        transition: all 0.7s linear;
        position: absolute;
        overflow: hidden; }
        @media (max-width: 640px) {
          .calendar-container .events-container .event-card .rotation-container {
            height: 400px; } }
        .calendar-container .events-container .event-card .rotation-container.rotated .face {
          top: -200px; }
          @media (max-width: 640px) {
            .calendar-container .events-container .event-card .rotation-container.rotated .face {
              top: -400px; } }
        .calendar-container .events-container .event-card .rotation-container.rotated .face.back {
          top: 0; }
        .calendar-container .events-container .event-card .rotation-container .face {
          top: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          transition: all 0.7s linear; }
        .calendar-container .events-container .event-card .rotation-container .face.back {
          top: 200px;
          padding: 10px 20px;
          box-sizing: border-box;
          transition: all 0.7s linear; }
          @media (max-width: 640px) {
            .calendar-container .events-container .event-card .rotation-container .face.back {
              top: 400px; } }
          .calendar-container .events-container .event-card .rotation-container .face.back span.close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            cursor: pointer; }
          .calendar-container .events-container .event-card .rotation-container .face.back .full-content h3 {
            margin-top: 5px; }
      .calendar-container .events-container .event-card .event-img-wrapper {
        overflow: hidden;
        width: 200px;
        height: 200px;
        float: left; }
        @media (max-width: 640px) {
          .calendar-container .events-container .event-card .event-img-wrapper {
            width: 100%;
            height: auto;
            float: none; } }
        .calendar-container .events-container .event-card .event-img-wrapper:hover > .event-img {
          transform: scale(1.2, 1.2); }
      .calendar-container .events-container .event-card .event-img {
        position: relative;
        width: 200px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: all 0.5s; }
        @media (max-width: 640px) {
          .calendar-container .events-container .event-card .event-img {
            width: 100%;
            height: auto; } }
      .calendar-container .events-container .event-card .event-content {
        float: left;
        padding: 20px; }
        @media (min-width: 641px) {
          .calendar-container .events-container .event-card .event-content {
            width: 400px; } }
        @media (max-width: 640px) {
          .calendar-container .events-container .event-card .event-content {
            float: none;
            width: 100%; } }
        .calendar-container .events-container .event-card .event-content h3 {
          margin-top: 0;
          margin-bottom: 10px; }
          @media (max-width: 640px) {
            .calendar-container .events-container .event-card .event-content h3 {
              font-size: 18px; } }
        .calendar-container .events-container .event-card .event-content span {
          display: block;
          margin-bottom: 5px;
          color: gray;
          font-size: 12px; }
          @media (max-width: 640px) {
            .calendar-container .events-container .event-card .event-content span {
              font-size: 8px; } }
          .calendar-container .events-container .event-card .event-content span i {
            margin-right: 10px; }
        .calendar-container .events-container .event-card .event-content p {
          height: 55px; }
          @media (max-width: 640px) {
            .calendar-container .events-container .event-card .event-content p {
              font-size: 80%;
              height: 70px; } }
        .calendar-container .events-container .event-card .event-content button {
          padding: 10px 20px;
          color: #ffffff;
          background-color: #ff9e15;
          border: none;
          border-radius: 5px;
          transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
          .calendar-container .events-container .event-card .event-content button:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
          @media (max-width: 640px) {
            .calendar-container .events-container .event-card .event-content button {
              position: absolute;
              bottom: 10px;
              left: 50%;
              transform: translate(-50%, 0); } }
      .calendar-container .events-container .event-card.inactive {
        background-color: #f7f7f7;
        box-shadow: none; }

#panoramic-photo {
  min-height: 300px;
  background-image: url("images/panorama.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  #panoramic-photo .dark-overlay {
    min-height: 241px;
    margin-top: 25px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px; }
    #panoramic-photo .dark-overlay p {
      margin-top: 40px;
      font-size: 18px;
      color: #ffffff; }
      #panoramic-photo .dark-overlay p i {
        margin: 10px 20px; }
      #panoramic-photo .dark-overlay p a {
        color: #ffffff; }
    #panoramic-photo .dark-overlay h3 {
      margin-top: 40px;
      font-size: 24px;
      color: #ffffff; }
    #panoramic-photo .dark-overlay button {
      display: block;
      margin-left: auto;
      margin-right: auto; }

#callback-form-modal input {
  width: 100%;
  margin-bottom: 20px; }
  #callback-form-modal input.highlighted {
    border: 1px solid red; }

#callback-form-modal textarea {
  width: 100%;
  height: 100px; }

#callback-form-modal button {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.statistic-overview {
  margin-bottom: 30px; }
  .statistic-overview .statistic-item {
    color: orange;
    margin-bottom: 30px;
    font-size: 1.5em; }
    .statistic-overview .statistic-item .stat-number {
      font-size: 2.5em;
      font-weight: bold;
      position: relative; }
      .statistic-overview .statistic-item .stat-number:after {
        content: '+';
        position: absolute;
        left: 110%;
        top: 15%;
        font-size: 32px;
        font-weight: normal; }
        @media (max-width: 768px) {
          .statistic-overview .statistic-item .stat-number:after {
            font-size: 24px; } }
      @media (max-width: 768px) {
        .statistic-overview .statistic-item .stat-number {
          font-size: 3.5em; } }
    @media (max-width: 768px) {
      .statistic-overview .statistic-item {
        margin-bottom: 15px; } }

.wr_ref-to-conf {
  background: #202020;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .wr_ref-to-conf .ref-to-conf {
    display: inline-block;
    color: #fff;
    background: #ff9e15;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid transparent;
    font-weight: bold;
    transition: all .3s ease; }
    .wr_ref-to-conf .ref-to-conf:focus {
      outline: none;
      text-decoration: none; }
    .wr_ref-to-conf .ref-to-conf:hover {
      text-decoration: none;
      border: 1px solid #ff9e15;
      background: transparent; }
    .wr_ref-to-conf .ref-to-conf:active {
      text-decoration: none;
      color: #fff; }
  .wr_ref-to-conf .fa-chevron-right {
    margin-left: 5px;
    font-size: 12px; }

.wr_cedia {
  text-align: center;
  padding-bottom: 35px; }
  .wr_cedia h2 {
    font-size: 30px;
    margin-bottom: 35px; }
  .wr_cedia .back_image {
    background-image: url(images/Cedia_finalist.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 200px; }
    @media (max-width: 992px) {
      .wr_cedia .back_image {
        margin-top: 30px;
        background-position: center; } }
  .wr_cedia .cedia_text {
    margin-top: 70px; }
    .wr_cedia .cedia_text p {
      font-size: 24px;
      line-height: 1.5; }
    @media (max-width: 992px) {
      .wr_cedia .cedia_text {
        margin-top: 30px; } }

#hs-team-container {
  padding-bottom: 30px !important;
  padding-top: 0 !important; }

.text-overview {
  font-size: 18px; }

#hs-slider-container .carousel-caption a:not(.arrow-link) {
  background-color: #ff9e15;
  border: 1px solid transparent; }
  #hs-slider-container .carousel-caption a:not(.arrow-link):hover {
    background-color: #202020;
    border: 1px solid #ff9e15; }

.wr_ref-to-catalog {
  background: #202020;
  min-height: 200px;
  padding: 20px; }
  .wr_ref-to-catalog h2 {
    color: #fff;
    font-size: 27px; }
  .wr_ref-to-catalog .solutions_text {
    display: inline-block;
    text-align: center;
    margin-left: 5%; }
  .wr_ref-to-catalog a {
    background: #ff9e15;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: 20%;
    border: 1px solid transparent;
    font-size: 16px;
    transition: all .3s ease; }
    .wr_ref-to-catalog a:focus, .wr_ref-to-catalog a:hover, .wr_ref-to-catalog a:active {
      text-decoration: none;
      outline: none; }
    .wr_ref-to-catalog a:hover {
      background: transparent;
      border: 1px solid #ff9e15; }
    .wr_ref-to-catalog a span {
      margin-left: 5px;
      font-size: 12px; }

