@font-face {
  font-family: intro-font;
  src: url(../fonts/intro.otf);
}

html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  height: 100%;
  min-width: 1200px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  color: #0093dd;
}

h1 {
  font-size: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
h1._mg-bt-80 {
  margin-bottom: 80px;
}
._mg-bt-20 {
  margin-bottom: 20px;
}
h2 {
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 1.4;
}

p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  color: #191919;
}

p.bordered {
  padding-left: 40px;
  border-left: 2px solid #0093dd;
}

a {
  transition: all .3s ease;
}

b {
  color: #0093dd;
}

.mg-bt-40 {
  margin-bottom: 40px
}

.navbar-inverse {
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: background .2s ease;

}

.navbar-inverse.scrolled {
  background-color: #0093dd;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.44);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.44);
}
.navbar-inverse.scrolled .navbar-brand {
  display: block;
}
.navbar-inverse .navbar-nav > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-inverse .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a.header-phone {
  font-size: 24px;
  position: relative;
}
.navbar-inverse .navbar-nav > li > a.header-phone:after {
  content: '';
  background-image: url(../img/marker-02.png);
  width: 100%;
  height: 18px;
  position: absolute;
  background-repeat: no-repeat;
  top: 40px;
  left: 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #fff;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section._sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-overlay {
  background: rgba(0,0,0,.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section-inverse {
  background-color: #0093dd;
}
.section-inverse * {
  color: #fff;
}
.section-darker {
  background-color: #fbfbfb;
}
.split-screen {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.image {
  background-size: cover;
  background-position: center;
}
.split-screen.-left > .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.split-screen.-right > .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.container {
  z-index: 2;
  position: relative;
}

.btn-border {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 15px 20px!important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-wrapper {
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  padding-left: 20px;
}
.btn-border.-white {
  border-color: #fff;
  color: #fff;
}

.btn-border.-white:hover,
.btn-border.-white:focus,
.btn-border.-white:active {
  background-color: #fff!important;
  color: #0093dd!important;
}
.btn-border.-blue {
  border-color: #0093dd;
  color: #0093dd;
}
.form-group._pd-tp-20 {
  padding-top: 20px;
}
.form-control {
  padding: 20px 20px;
  border-radius: 5px;
  border: 2px solid #e3e3e3;
  box-shadow: none!important;

}
.header {
  background-image: url(../img/header-bg.png);
  background-color: #0093dd;
  background-size: 45%;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 135px;
}
.header p,
.header h1,
.header h2 {
  color: #fff;
}
.header h1 {
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px!important;
  font-family: 'intro-font';
}
.header p {
  margin-top: 0;
  text-align: right;
  font-family: 'President Cyr', arial;
  font-style: italic;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.header .btn {
  margin-top: 40px;
}

.-gray {
  color: #888;
}

.img-responsive {
  border: none;
}

.benefit-block {
  position: relative;
}

.benefit-block .icon-wrapper {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 70px;
  height: 70px;
}

.benefit-block .content-wrapper {
  margin-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 65px;
  border: 2px solid #0093dd;
  height: 280px;
}

.benefit-block  h2 {
  margin-bottom: 30px;
  color: #0093dd;
}

.member-icon {
  width: 130px;
}

.digit {
  font-size: 60px;
  font-weight: 700;
}
.partner {
  padding: 0 30px;
  /*background-color: #fbfbfb;*/
  text-align: center;
  height: 150px;
  margin-bottom: 30px;
}
.partner > img {
    max-height: 110px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.contacts h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.copyright {
  color: #ddd;
}
.bottom-footer {
  color: #fff;
  background-color: #0093dd;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e3e3e3;
}
.bottom-footer b,
.bottom-footer a {
  color: #fff;
  font-weight: 700;
}
.navbar-brand {
  width: 150px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  background-image: url(../img/logo02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.fancybox-slide>div {
  padding: 40px!important
}
.arrow-down {
  background-image: url(../img/down-arrow.png);
  width: 48px;
  height: 48px;
  background-size: 48px;
  position: absolute;
  bottom: 80px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.benefit-box {
  border: 5px solid #0093dd;
  padding: 30px;
  width: 100%;
  text-align: center;
  min-height: 300px;
  transition: all .3s;
}
.benefit-box.-blue {
  border-color: #0093dd;
}
.benefit-box.-orange {
  border-color: #fc6e58;
}
.benefit-box.-purple {
  border-color: #5c415d;
}

.benefit-box.-blue h2 {
  color: #0093dd;
}
.benefit-box.-orange h2 {
  color: #fc6e58;
}
.benefit-box.-purple h2 {
  color: #5c415d;
}

.benefit-box h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px; 
  display: block;
  margin-bottom: 15px;
}
.benefit-box p {
  opacity: 0;
  display: none;
  width: 100%;
}
.benefit-box.-blue:hover {
  background-color: #0093dd;
  border-color: #0093dd;
}
.benefit-box.-orange:hover {
  background-color: #fc6e58;
  border-color: #fc6e58;
}
.benefit-box.-purple:hover {
  background-color: #5c415d;
  border-color: #5c415d;
}
.benefit-box:hover h2 {
  color: #fff;
}
.benefit-box:hover p {
  opacity: 1;
  color: #fff;
  display: block;
}
.about-list {
  float: right;
  text-align: right;
}
.about-list li {
  text-align: center;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.about-list p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 15px;
}
.about-list img {
  width: 100px;
  height: 100px;
}
.heading-wrapper {
  margin-bottom: 80px;
  position: relative;
}
.heading-wrapper:after {
  height: 25px;
  width: 600px;
  background-image: url(../img/marker.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%,0);
}

.po-heading {
  padding-top: 80px;
  padding-bottom: 0px;
}
.po-after {
  width: 100%;
  height: auto;
  left: -2px;
  top: -1px;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .po-heading-after {
    display: block;
    width: 100%;
    height: 200px;
    border-top: 200px solid #0093dd;
    border-right: 2000px solid transparent;
    overflow: hidden;
  }
}
.team-member {
  background-color: #fff;
  padding: 20px;
  vertical-align: bottom;
}
.team-member.-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.team-member.-md {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.team-member.-sm {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.team-member.-xs {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}

.team-member.-lg .member-icon {
  width: 130px;
}
.team-member.-md .member-icon {
  width: 110px;
}
.team-member.-sm .member-icon {
 width: 90px
}
.team-member.-xs .member-icon {
  width: 70px;
}

.team-member h2 {
  color: #0093dd;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.team-member p {
  color: #333;
}
#achievs h1 {
  margin-bottom: 60px;
}
.achieve {
  padding: 30px;
  border: 5px solid #0093dd;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
  color: #0093dd;
}
.achieve p {
  color: inherit;
  font-weight: 700;
}
.achieve .digit {
  color: #0093dd;
}

.achieve.-orange {
  color: #fc6e58;
  border-color: #fc6e58;
}
.achieve.-orange .digit {
  color: #fc6e58;
}

.achieve.-purple {
  color: #5c415d;
  border-color: #5c415d;
}
.achieve.-purple .digit {
  color: #5c415d;
}

.section-orange {
  color: #fff;
  background-color: #fc6e58;
  background-image: url(../img/shop-photo.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.section-orange h1 {
  color: #fff;
  font-size: 40px;
}

.section-orange .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  width: 260px;
  margin-right: 30px;
  padding: 0;
  color: #fff;
}
.section-orange .form-control::-webkit-input-placeholder {
  color:#fff;
}
.section-orange .form-control::-moz-placeholder          {
  color:#fff;
  }/* Firefox 19+ */
.section-orange .form-control:-moz-placeholder           {
  color:#fff;
  }/* Firefox 18- */
.section-orange .form-control:-ms-input-placeholder      {
  color:#fff;
}
.contact-wrapper {
  text-align: center;
}
.contact-wrapper img {
  width: 80px;
  margin-bottom: 20px;
}
.contact-wrapper p {
  font-weight: 700;
  font-size: 1.2em;
}


.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;

  overflow: hidden;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


#cd-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

#cd-timeline {
  margin-top: 3em;
  margin-bottom: 3em;
}
#cd-timeline::before {
  left: 50%;
  margin-left: -2px;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-block {
  margin: 4em 0;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-left {
    float: left;
}

.cd-left::before {
  top: 24px;
  left: 100%!important;
    border-color: transparent!important;
    border-left-color: white!important;
}

.cd-right {
  float: right;
}

.cd-rigth::before {
  top: 24px;
    left: 100%;
    right: auto;
    border-color: transparent;
    border-right-color: white;
}

/*@media screen and (max-width: 1169px) and (min-width: 240px) {
  .cd-timeline-content::before{
    border: none!important;
  }
  .cd-timeline-content {
    display: block;
  }
  .cd-left, .cd-right {
    float: left;
  }
  .cd-left::before {
    top: 15px!important;
    right: 100%!important;
    left: auto !important;
    border: 7px solid transparent!important;
    border-color: transparent!important;
    border-right: 7px solid white !important
  }
  
  .cd-timeline-img strong {
    font-size: 15px!important;
  }
  
}
*/

.cd-timeline-img strong {
  font-size: 24px;
  line-height: 45px;
}


.cd-timeline-img {
  font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0093dd;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    padding-top: 6px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}


.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 0;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.cd-timeline-content {
  padding: 0;
  margin: 0;
}
.cd-timeline-content.cd-right {
  text-align: right!important;
}
.cd-timeline-content.cd-right .img-responsive {
  margin-right: -10px;
  margin-left: auto;
}
.cd-timeline-content.cd-left .img-responsive {
  margin-right: auto;
  margin-left: -10px;
}
.cd-timeline-content h2 {
  font-size: 32px;
  margin: 0;
  color: #0093dd;
}
.cd-timeline-content p {
  font-size: 16px;
}

/* Non-responsive overrides for Bootstrap 3
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
  width: 1170px;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

.navbar-form {
  float: left;
  border: none;
  margin: 7px 15px;
  padding: 0 15px;
}

.navbar-form .form-control {
  width: auto;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
.owl-carousel .owl-item img {
  width: auto!important
}
.owl-nav {
    position: absolute;
    top: 50%;
    font-size: 3em;
    width: 100%;
    height: 60px;
    transform: translate(0,-50%);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 0;
}

.owl-nav .owl-prev {
  left: -25px;
}
.owl-nav .owl-next {
  right: -25px;
}
.logo-wrapper {
  max-width: 180px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}
.navbar-inverse .container {
  max-width: 100%!important;
}
.success-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  color: #333;
  padding: 30px;
}
.h-wrapper {
  height: 72px;
}
.p-wrapper {
  height: 140px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block!important;
}