.nav-link {
  color: white;
}

.fa-bars {
  color: #FFFFFF;
}

.menu-button {
  display: none;
  width: 50px;
  cursor: pointer;
}

.dropdown-toggle {
  cursor: pointer;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  padding: 0 0 10px 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-list {
  position: absolute;
  background: #C10F40;
  display: none;
  min-width: 100%;
  padding: 7px 0;
}

.w-dropdown-list.w-open {
  display: block;
}

.w-dropdown-link {
  padding: 7px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link:hover,
.w-dropdown-link:active,
.w-dropdown-link:focus {
  color: #FFCBD9;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.w-nav-link:hover,
.w-dropdown-toggle:hover {
  color: #E2E2E2;
  text-decoration: underline;
}

.nav-menu .nav-link:focus {
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .w-nav-link,
  .w-dropdown-toggle {
    padding: 20px 10px;
  }
}
@media (max-width: 1201px) {
  .nav-menu {
    display: none;
    z-index: 25;
  }

  .w-nav-link, .w-dropdown {
    display: block;
  }

  .w-dropdown-list {
    position: inherit;
  }

  .menu-button {
    display: block;
  }

  .w-dropdown-toggle, .w-dropdown-link, .nav-link {
    text-align: right;
    margin: 0;
    padding: 10px 20px;
  }

  .w-dropdown-toggle {
    margin: 0;
    padding: 10px 20px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

p {
  line-height: 1.8;
}

.section {
  margin: 50px 0 0 0;
}

.items-wrap {
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.header-section {
  padding-top: 20px;
  background-image: url(../img/main_bg.jpg);
  /*background-image: url(../img/top_bg.png);*/
  background-position: center top;
  /*background-repeat: repeat-y;*/
}

.not-front .header-section {
  margin-bottom: 60px;
}

.header-section {
  color: #FFF;
}
.header-section a {
  color: #FFF;
}

.header-section a:hover {
  text-decoration: none;
}


.logo {
  display: inline-block;
}

.main-phone-adress-wrap {
  display: inline-block;
  margin: 12px 0 0 30px;
}

.main-phone {
  font-size: 1.5625em;
  font-weight: 700;
}

.main-adress {
  font-size: 0.9375em;
}

.menu-col {
  text-align: center;
}

.main-menu-wrapper {
  margin-top: 27px;
}

.nav-link,
.w-dropdown-toggle {
  font-weight: 700;
  margin-right: 10px;
}



.order-link {
  text-align: right;
}
.order-link a {
  display: inline-block;
  padding: 6px 15px;
  color: #FFF;
  border: 3px solid #FFF;
  font-weight: 700;
  text-decoration: none;
  margin-top: 17px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.order-link a:hover {
  color: #d81147;
  border: 3px solid #d81147;
}

.menu-button .fa {
  font-size: 1.5em;
}

.social-links {
  margin-top: 15px;
}

@media (max-width: 1201px) {
  .contact-col {
    text-align: center;
  }
  .contact-col .main-phone-adress-wrap {
    margin-left: 0;
  }

  .order-col .order-link {
    text-align: center;
  }

  .menu-button {
    text-align: right;
  }

  .main-menu-wrapper {
    position: relative;
  }
  .main-menu-wrapper .nav-menu {
    position: absolute;
    background-color: #d81147;
    padding: 10px 0;
    right: 0;
    top: 25px;
  }
  .main-menu-wrapper .nav-menu .nav-link {
    margin: 0;
    padding: 10px 20px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .main-menu-wrapper .nav-menu {
    right: -20px;
    top: 25px;
  }
}
@media (max-width: 768px) {
  .logo-col {
    text-align: center;
  }

  .menu-col {
    text-align: center;
  }

  .menu-button {
    text-align: center;
    margin: 10px auto;
  }

  .main-menu-wrapper {
    margin-top: 15px;
    position: relative;
  }
  .main-menu-wrapper .nav-menu {
    position: absolute;
    background-color: #d81147;
    width: 100%;
    padding: 10px 0;
    left: 0;
    top: 25px;
  }
  .main-menu-wrapper .nav-menu .nav-link {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
  }

  .w-dropdown-toggle {
    text-align: center;
  }

  .w-dropdown-link {
    text-align: center;
  }
}
#front-slider {
  margin-bottom: -44px;
}

.slide {
  text-align: center;
  font-weight: 300;
}
.slide .slide-text {
  margin: 50px 20px 80px 20px;
  font-size: 2.8em;
  text-transform: uppercase;
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

.owl-theme .owl-controls {
  margin-top: 20px !important;
}
/*.owl-dots .owl-dot{
  background: #d81147 none repeat scroll 0% 0% !important;
}*/

.region-rw-front-slider .owl-theme .owl-dots .owl-dot span {
  background: #F77799;
}

.region-rw-front-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #d81147;
}


@media (max-width: 768px) {
  .slide .slide-text {
    margin: 30px 20px 60px 20px;
    font-size: 2.25em;
  }
}
.front-actions-section h3 {
  font-size: 1.125em;
  margin: 10px 0;
  font-weight: 700;
}

.action-item {
  padding-bottom: 20px;
}

.front-product-section h2 {
  font-size: 1.5625em;
  line-height: 1.4;
  margin-bottom: 18px;
}
.front-product-section .product-item {
  text-align: center;
  padding:0 20px 60px 20px;
}
.front-product-section .product-item img {
  margin-bottom: 15px;
}
.front-product-section .product-item p {
  text-align: center;
}
.front-product-section .product-item a {
  color: #D81147;
}

.page-portfolio .views-row {
  margin: 20px auto;
}

.page-portfolio .views-row img {
  margin: 0 auto;
}

.page-portfolio .page-header {
  text-align: center;
}

.page-node-5 .footer-map {
  display: none;
}


@media (max-width: 768px) {
  .front-product-section h2 {
    min-height: auto;
  }
  .front-product-section .product-item img {
    margin-bottom: 10px;
  }
}
.front-content-section h1 {
  font-size: 1.5625em;
  text-align: center;
  margin-bottom: 30px;
}

.content-section {
  margin-bottom: 140px;
}

.footer-content {
  background-color: #333;
  padding: 30px 0;
}
.footer-content .footer-info {
  text-align: right;
  color: #FFF;
}
.footer-content .footer-info a {
  color: #FFF;
}
.footer-content .footer-info a .fa {
  font-size: 1.75em;
  margin: 10px 0 10px 20px;
}

.footer-map {
  height: 250px;
  width: 100%;
}

.footer-copyright {
  padding: 10px 20px;
  font-size: 0.875em;
  color: #FFF;
  text-align: center;
  background: #d81147;
}
.footer-copyright a {
  color: #FFF;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .footer-content .footer-info {
    text-align: center;
  }
  .footer-content .footer-info a .fa {
    margin: 10px;
  }
  .footer-content .footer-form {
    text-align: center;
  }
}

#block-views-projects-examples-block .views-row {
    margin: 20px auto;
}

#block-views-projects-examples-block .views-row img {
    margin: 0 auto;
}
#block-views-projects-examples-block  .block-title {
    text-align: center;
}
