/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/18px "Roboto", serif;
  color: #b7b7b7;
  background: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #31353d;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 48px/48px "Oswald", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  text-align: center;
}
h2.h2__color1 {
  color: #ffffff;
}
h2.h2__color2 {
  color: #3498db;
}
@media (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
h3 {
  font: 700 36px/36px "Oswald", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
}
h3 a:hover {
  color: #3498db;
}
h3.h3__color1 {
  color: #3498db;
}
h3.h3__color1 a:hover {
  color: #31353d;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
h4 {
  font: 600 28px/31px "Oswald", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
}
h4 a:hover {
  color: #3498db;
}
h4.h4__inset1 {
  font-weight: 700;
}
h5 {
  font: 300 15px/21px "Oswald", sans-serif;
  text-transform: uppercase;
  color: black;
      width: 85%;
    margin: auto;
}
h5 a:hover {
  color: #31353d;
}
h5.h5__color1 {
  color: #3d3d3d;
}
h5.h5__color1 a:hover {
  color: #3498db;
}
h6 {
  font: 700 30px/30px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #3d3d3c;
}
h6 a:hover {
  color: #3498db;
}
h6.h6__color1 {
  color: #3498db;
}
h6.h6__color1 a:hover {
  color: #3d3d3c;
}
h6.h6__inset1 {
  color: #3498db;
  font-weight: 300;
}
h6.h6__inset1 a:hover {
  color: #3d3d3c;
}
h6.h6__color2 {
  color: #aeaeae;
}
h6.h6__color3 {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  h6 {
    font-size: 24px;
  }
}
/* ======= Buttons ======= */
.btn-default {
  font: 700 14px/14px "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 15px 14px;
  background: #3498db;
}
.btn-default:hover {
  color: #ffffff;
  background: #31353d;
}
.btn-default.btn-default__inset1 {
  font-weight: 400;
  color: #eff3f7;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.11);
  padding: 12px 26px;
}
.btn-default.btn-default__inset2 {
  background: #ffffff;
  color: #3498db;
}
.btn-default.btn-default__inset2:hover {
  background: #296a9c;
  color: #ffffff;
}
.btn-default.btn-default__background1 {
  /*background: url(../images/background1.png) repeat #31353d;*/
  color: #ffffff;
}
.btn-default.btn-default__background1:hover {
  background: #296a9c;
}
.btn-simple {
  font: 700 14px/22px "Oswald", sans-serif;
  color: #3498db;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.btn-simple:hover {
  color: #31353d;
}
.btn-simple:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 5px;
  overflow: hidden;
  /*background: url(../images/link-after.png) no-repeat center 0;*/
  right: 0;
  top: 9px;
}
/* ======= Wrappers ======= */
.margin-wrapper {
  background: #ffffff;
  margin-top: -272px;
  position: relative;
  z-index: 201;
}
@media (max-width: 1199px) {
  .margin-wrapper {
    margin-top: 0px;
  }
}
.border-wrapper {
  border-bottom: 1px solid #d1d1d1;
}
.wrapper1 {
  padding: 48px 0 47px;
  margin-top: -671px;
  background: #ffffff;
}
.wrapper1.wrapper1__inset1 {
  padding-bottom: 30px;
}
.wrapper1.wrapper1__inset2 {
  padding-bottom: 23px;
}
.wrapper2 {
  padding-bottom: 20px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
  position: relative;
  z-index: 500;
}
#header .info {
  padding: 22px 0;
  background: #31353d;
  font: 400 12px/14px "Oswald", sans-serif;
  color: #acacac;
}
#header .mobile_info {
  display: none;
}
@media (max-width: 767px) {
  #header #logo, #header .info {
    display: none;
  }
  .slider-wrapper {
    display: none;
  }
  #header .mobile_info {
    display: block;
    padding: 22px 0;
    background: #31353d;
    color: #acacac;
    font: 300 18px/15px "Oswald", sans-serif;
  }

  #header .mobile_info address, #header .mobile_info .phone, #header .mobile_info .link, #header .mobile_info .worktime {
    color: white;
    display: block;
    padding-left: 23px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
  }


  #header #mobile_logo img {
    height: 100px;
    margin-left: 20px;
    margin-top: -10px;
  }

  #header .mobile_info address:before, #header .mobile_info .phone:before, #header .mobile_info .link:before, #header .mobile_info .worktime:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: no-repeat left 0;
  }

  #header .mobile_info .phone:before {
    background-image: url(../images/page1_img3.png);
  }

  #header .mobile_info address:before {
    background-image: url(../images/page1_img1.png);
  }

  #header .mobile_info .link:before {
    background-image: url(../images/page1_img2.png);
  }
  #header .mobile_info .link a:hover {
    color: #3498db;
  }
  #header .mobile_info .worktime:before {
    background-image: url(../images/icon_clock.png);
  }

}
@media (max-width: 350px) {
  #header .mobile_info {
    font: 300 14px/15px "Oswald", sans-serif;
  }
}
#header .info address,
#header .info .phone,
#header .info .worktime,
#header .info .link {
      font-size: 17px;
  display: block;
  padding-left: 23px;
  position: relative;
}
@media (max-width: 767px) {
  #header .info address,
  #header .info .phone,
  #header .info .link {
    padding-left: 0;
  }
}
#header .info address:before,
#header .info .phone:before,
#header .info .worktime:before,
#header .info .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: no-repeat left 0;
}
@media (max-width: 767px) {
  #header .info address:before,
  #header .info .phone:before,
  #header .info .link:before {
    display: none;
  }
}
#header .info address:before {
  background-image: url(../images/page1_img1.png);
}
#header .info .link:before {
  background-image: url(../images/page1_img2.png);
}
#header .info .link a:hover {
  color: #3498db;
}
#header .info .phone:before {
  background-image: url(../images/page1_img3.png);
}
#header .info .worktime:before {
  background-image: url(../images/icon_clock.png);
}
#header .info .socials1 {
  text-align: right;
}
@media (max-width: 767px) {
  #header .info .socials1 {
    text-align: center;
    margin-top: 20px;
  }
}
#header #stuck_container {
  background: #ffffff;
  padding: 21px 0 39px;
}
#header #stuck_container.isStuck {
  padding: 3px 0 14px;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
/* ======= Logo ======= */
#logo {
  display: inline-block;
}
#logo img {
  position: absolute;
  max-height: 150px;
  margin-top: -10px;
  margin-left: -20px;
}
/*
h1 {
  display: inline-block;
  float: left;
  font: 400 40px/40px "Roboto", sans-serif;
  color: #1b1b1b;
}
h1 a:hover {
  color: #1b1b1b;
}
@media (max-width: 767px) {
  h1 {
    float: none;
    margin-bottom: 40px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 34px;
}
@media (max-width: 767px) {
  nav {
    display: inline-block;
    float: none;
    margin-top: 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 56px;
}
.sf-menu > li + li:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 14px;
  /*background: url(../images/divider1.png) no-repeat center 0;*/
  left: -31px;
  top: 1px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #1b1b1b;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  /* text-transform: lowercase; */
  font: 400 18px/18px "Oswald", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #1b1b1b;
}
.sf-menu > li > a:hover {
  color: #3498db;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #3498db;
}
.sf-menu .sfHover > a:after {
  color: #3498db;
}
.topmenu > li.current > a {
  color: #3498db;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #3498db;
}
.sf-menu > li.sfHover > a {
  color: #3498db;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  min-width: 110px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -55px;
  background: #242a2d;
  text-align: left;
  padding: 34px 0 35px 16px;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #3498db;
}
.sf-menu ul > .sfHover > a:after {
  color: #3498db;
}
.sf-menu ul li.sfHover > a {
  color: #3498db;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 94px;
  margin-left: 0;
  background: #3498db;
  padding: 10px 0 11px 10px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    /*border-radius: ;*/
    display: block;
    text-transform: capitalize;
    float: none;
    color: #31353d;
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Oswald", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
}
.isStuck h1 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 6px;
}
.isStuck nav {
  margin-top: 15px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background-color: #fff;
}

.bg {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  /* -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 210%;  */
}


/* ======= Box 1  ======= */
.box1 {
  margin-top: 60px;
  text-align: center;
  padding: 0 40px;
}
.box1 img {
  margin-bottom: 22px;
}
.box1 h3 {
  margin-bottom: -1px;
}
.box1 .secondary {
  font: 300 14px/21px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #c0c0c0;
  display: block;
  margin-bottom: 20px;
}
.box1 p {
  font-weight: 400;
  color: #8a8a8a;
  line-height: 21px;
}
.box1 .btn-default {
  margin-top: 21px;
}
@media (max-width: 979px) {
  .box1 {
    padding: 0;
  }
}
.box1.box1__offset1 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .box1.box1__offset1 {
    margin-bottom: 50px;
  }
}
.box1.box1__offset2 {
  margin-top: 57px;
}
/* ======= Banner 1 Welcome visitor! ======= */
.banner1 {
  /* margin-top: 52px; */
  text-align: center;
  position: relative;
  padding-top: 48px;
}
.banner1:before {
  position: absolute;
  display: block;
  content: '';
  width: 370px;
  height: 1px;
  background: #ababab;
  top: 0;
  left: 50%;
  margin-left: -185px;
}
@media (max-width: 479px) {
  .banner1:before {
    width: 270px;
    margin-left: -135px;
  }
}
.banner1 h2 {
  margin-bottom: 14px;
}
.banner1 .secondary {
  font: 400 16px/21px "Oswald", sans-serif;
  color: #868686;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.banner1 p {
  font: 400 13px/21px "Oswald", sans-serif;
  color: #908f8f;
  padding: 0 28px;
}
@media (max-width: 479px) {
  .banner1 p {
    padding: 0;
  }
}
.banner1 p + p {
  margin-top: 21px;
}
.banner1 .btn-default {
  margin-top: 20px;
  margin-bottom: 9px;
}
.banner1.banner1__inset1 {
  margin-top: 20px;
  padding-top: 0;
}
.banner1.banner1__inset1 p {
  padding: 0;
}
.banner1.banner1__inset1:before {
  display: none;
}
.banner1.banner1__inset2 {
  margin-bottom: 3px;
}
.banner1.banner1__inset2 h2 {
  margin-bottom: 10px;
}
.banner1.banner1__inset2 .h2__color2 {
  margin-bottom: 14px;
}
/* ======= banner 2 carousel Hight quality ======= */
.banner2 {
  margin-top: 84px;
  padding-top: 313px;
  background: url(../images/page1_img7.png) no-repeat center;
  background-size: cover;
}
/* ======= Box 2 The best car wash ======= */
.box2 {
  margin-top: 94px;
  margin-bottom: 45px;
}
.box2 ul {
  overflow: hidden;
}
.box2 h3 {
  margin-bottom: 10px;
}
.box2 h4 {
  margin-bottom: 39px;
}
.box2 img {
  float: left;
  margin-right: 22px;
}
.box2 h5 {
  margin-top: 51px;
  margin-bottom: 14px;
}
.box2 p {
  overflow: hidden;
}
.box2 .btn-simple {
  margin-top: 31px;
}
@media (max-width: 979px) {
  .box2 img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .box2 h5 {
    margin-top: 20px;
  }
}
/* ======= Box 3 At vero eos ======= */
.box3 {
  margin-top: 49px;
  margin-bottom: 55px;
}
.box3 h6 {
  margin-bottom: 19px;
}
.box3 .btn-simple {
  margin-top: 22px;
}
.box3.box3__inset1 h6 {
  margin-bottom: 0;
}
.box3.box3__inset1 .h6__color2 {
  margin-top: 24px;
}
.box3.box3__inset1 .big-link {
  margin-top: -2px;
}
/* ======= Box 4 Partners ======= */
.box4 {
  text-align: left;
}
.box4 img {
  background: #ffffff;
}
.box4 li {
  margin-top: 34px;
  margin-bottom: 47px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.box4 li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (max-width: 767px) {
  .box4 {
    text-align: center;
  }
}
/* ======= Banner 3 Newsletter form ======= */
.banner3 {
  margin-top: 37px;
  background: repeat;
  padding: 37px 0 29px;
}
.banner3 .slogan {
  padding-left: 70px;
}
.banner3 h6 {
  margin-bottom: 2px;
}
.banner3 .secondary {
  display: block;
  text-transform: uppercase;
  font: 700 18px/26px "Oswald", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner3 {
    padding: 20px;
    text-align: center;
  }
  .banner3 .slogan {
    padding-left: 0;
  }
}
.banner3.banner3__inset1 {
  background: repeat;
  padding-bottom: 35px;
  margin-bottom: 61px;
}
.banner3.banner3__inset1 .slogan {
  padding-left: 128px;
  position: relative;
}
.banner3.banner3__inset1 .slogan:before {
  font-family: FontAwesome;
  font-size: 60px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #ffffff;
  content: '\f090';
  left: 50px;
  top: 20px;
}
@media (max-width: 767px) {
  .banner3.banner3__inset1 .slogan {
    padding-left: 0;
  }
  .banner3.banner3__inset1 .slogan:before {
    display: none;
  }
}
.banner3.banner3__inset1 .buttons {
  text-align: center;
}
.banner3.banner3__inset1 .btn-default {
  margin-top: 7px;
}
@media (max-width: 1199px) {
  .banner3.banner3__inset1 .btn-default {
    min-width: 168px;
  }
}
.banner3.banner3__inset1 .btn-default + .btn-default {
  margin-left: 2px;
}
@media (max-width: 1199px) {
  .banner3.banner3__inset1 .btn-default + .btn-default {
    margin-left: 0;
  }
}
/* ======= Banner 4 big background ======= */
.banner4 {
  padding-top: 0px;
  background: no-repeat center 0;
  background-size: cover;
  height: 671px;
}
/* ======= Banner 5 video ======= */
.banner5 .vimeo-video1 {
  margin-top: 19px;
}
.banner5 .secondary-header {
  font: 400 16px/21px "Oswald", sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 21px;
  color: #868686;
}
@media (max-width: 767px) {
  .banner5 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ======= Box 5 pacifico history ======= */
.box5 {
  margin-top: 47px;
}
.box5 h3 {
  margin-bottom: 10px;
}
.box5 h4 {
  margin-bottom: 37px;
}
/* ======= Tabs Our History ======= */
#tabs {
  margin-top: 29px;
  margin-bottom: 54px;
  text-align: left;
}
#tabs .tabs-list {
  position: relative;
  margin-bottom: 40px;
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none !important;
  text-align: left;
  margin-bottom: 12px;
}
#tabs .tabs-list li.ui-state-active a {
  color: #3498db;
}
#tabs .tabs-list li a {
  color: #b7b7b7;
  font: 300 14px/14px "Oswald", sans-serif;
  outline: medium none !important;
}
#tabs .tabs-list li a:hover {
  color: #3498db;
}
#tabs .tab {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}
#tabs .tab:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #3498db;
}
@media (max-width: 479px) {
  #tabs .tab:before {
    display: none;
  }
}
@media (max-width: 479px) {
  #tabs .tab {
    padding-left: 0;
    margin-right: 5px;
  }
}
#tabs .box6 {
  margin-top: 25px;
}
#tabs .box6 h5 {
  margin-top: 12px;
  margin-bottom: 14px;
}
#tabs .box6 p {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #tabs .tabs-list .grid_1 {
    width: 12.5%;
    float: left !important;
  }
  #tabs .box6 img {
    width: 100%;
  }
}
/* ======= Box 7 Awards ======= */
.box7 {
  margin-top: -2px;
  margin-bottom: 37px;
}
.box7 time {
  font: 700 24px/24px "Oswald", sans-serif;
  color: #3498db;
  display: block;
  margin-bottom: 3px;
}
.box7 .heading {
  margin-bottom: 16px;
  font: 300 18px/18px "Oswald", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
  display: block;
}
.box7 .heading a:hover {
  color: #3498db;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-top: 2px;
  margin-bottom: 54px;
}
.blockquote1 cite {
  display: block;
  background: #f7f7f7;
  padding: 26px 26px 27px;
  position: relative;
}
.blockquote1 cite:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 0;
  border-color: #f7f7f7 transparent transparent transparent;
  left: 30px;
  bottom: -21px;
}
.blockquote1 .author {
  margin-top: 42px;
}
.blockquote1 .author span {
  display: block;
  font: 300 18px/18px "Oswald", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
}
.blockquote1 .author span a {
  margin-top: 3px;
  color: #3498db;
  display: inline-block;
}
.blockquote1 .author span a:hover {
  color: #31353d;
}
/* ======= Box 8 Our team ======= */
.box8 {
  margin-top: 2px;
  margin-bottom: 37px;
}
.box8 img {
  margin-bottom: 21px;
}
.box8 .heading {
  font: 700 24px/24px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #3498db;
  display: block;
  margin-bottom: 2px;
}
.box8 .heading a:hover {
  color: #31353d;
}
/* ======= box 9 Pricing ======= */
.box9 {
  margin-top: -2px;
  margin-bottom: 40px;
}
.box9 h4 {
  margin-bottom: 21px;
}
.box10 {
  margin-bottom: 1px;
  padding: 10px 0 10px;
  background: #f7f7f7;
}
.box10 h6 {
  padding-left: 30px;
}
.box10 .button {
  text-align: center;
}
.box10 .button .btn-default {
  margin-top: -4px;
}
.box10 .price {
  text-align: right;
  font: 700 18px/26px "Oswald", sans-serif;
  color: #3d3d3d;
  margin-top: 2px;
  position: relative;
}
.box10 .price.starts:before {
  content: 'Starting At:';
  font: 300 14px/18px "Oswald", sans-serif;
  color: #b7b7b7;
  position: absolute;
  left: -59px;
  top: 50%;
  margin-top: -9px;
}
@media (max-width: 979px) {
  .box10 .price.starts:before {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .box10 {
    text-align: center;
  }
  .box10 h6 {
    padding: 0 10px;
  }
  .box10 .price {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
  }
  .box10 .button .btn-default {
    margin-top: 7px;
  }
}
/* ======= Box 11 Coupons ======= */
.box11 {
  margin-bottom: 31px;
}
.box11 .wrapper {
  position: relative;
}
.box11 .wrapper .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.box11 .wrapper .content p {
  color: #ffffff;
  line-height: 16px;
}
@media (max-width: 979px) {
  .box11 .wrapper .content p {
    font-size: 12px;
    line-height: 12px;
  }
}
.box11 .wrapper .content .heading1 {
  font: 700 72px/60px "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.box11 .wrapper .content .heading2 {
  display: block;
  margin-top: -9px;
}
.box11 .wrapper .content .heading2 .main {
  font: 700 43px/60px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: -10px;
}
@media (max-width: 1199px) {
  .box11 .wrapper .content .heading2 .main {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .box11 .wrapper .content .heading2 .main {
    font-size: 16px;
    line-height: 16px;
  }
}
.box11 .wrapper .content .heading2 .second {
  font: 700 72px/60px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .box11 .wrapper .content .heading2 .second {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .box11 .wrapper .content .heading2 .second {
    font-size: 16px;
    line-height: 16px;
  }
}
.box11 .wrapper .content .heading3 {
  font: 700 48px/43px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .box11 .wrapper .content .heading1,
  .box11 .wrapper .content .heading2,
  .box11 .wrapper .content .heading3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .box11 .wrapper .content .heading1,
  .box11 .wrapper .content .heading2,
  .box11 .wrapper .content .heading3 {
    font-size: 16px;
    line-height: 16px;
  }
}
.box11 .wrapper .content .logo {
  font: 400 30px/30px "Pacifico", sans-serif;
  display: block;
  color: #ffffff;
  margin-bottom: 18px;
  margin-left: 5px;
}
.box11 .wrapper .content .left,
.box11 .wrapper .content .right {
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box11 .wrapper .content .left {
  padding: 36px 0 37px 40px;
  float: left;
}
@media (max-width: 1199px) {
  .box11 .wrapper .content .left {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .box11 .wrapper .content .left {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
.box11 .wrapper .content .right {
  float: right;
  padding: 88px 15px 37px 24px;
}
.box11 .wrapper .content .right.right__inset1 {
  padding-top: 51px;
}
@media (max-width: 1199px) {
  .box11 .wrapper .content .right {
    padding: 10px;
  }
  .box11 .wrapper .content .right.right__inset1 {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .box11 .wrapper .content .right {
    display: none;
  }
}
.box11 .info {
  background: repeat #3498db;
  color: #ffffff;
  padding: 23px 38px 26px;
}
@media (max-width: 979px) {
  .box11 .info {
    padding: 10px;
  }
}
.box11 .info .heading {
  font: 700 36px/36px "Oswald", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 979px) {
  .box11 .info .heading {
    font-size: 22px;
    line-height: 22px;
  }
}
.box11 .info .additional {
  font: 300 14px/14px "Oswald", sans-serif;
  text-transform: uppercase;
  display: block;
}
/* ======= Box 12 Discount prices ======= */
.box12 {
  margin-bottom: 37px;
}
.box12 h5 {
  margin-top: -2px;
  margin-bottom: 17px;
}
.box12 a.btn-default {
  margin-top: 22px;
}
.box12 img {
  margin-top: 1px;
}
@media (max-width: 767px) {
  .box12 img {
    margin-bottom: 20px;
  }
}
/* ======= Box 13 Privacy Policy ======= */
.box13 {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 15px;
}
.box13 .heading {
  display: block;
  text-transform: uppercase;
  font: 400 16px/21px "Oswald", sans-serif;
  color: #868686;
  margin-bottom: 16px;
}
.box13 p {
  font: 400 13px/21px "Oswald", sans-serif;
  color: #908f8f;
  margin-bottom: 21px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 16px;
  position: relative;
  font: 400 14px/18px "Oswald", sans-serif;
  color: #b7b7b7;
  overflow: hidden;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #3498db;
  border-radius: 10px;
  left: 0;
  top: 6px;
}
.list1 li + li {
  margin-top: 12px;
}
/* ======= Socials buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 18px;
}
.socials1 li a i {
  font-size: 18px;
  line-height: 18px;
  color: #8a8a8c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a:hover i {
  color: #3498db;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
  width: 100%;
  height: 333px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 268.7368421052632px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 212.6526315789474px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 245.3684210526316px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 157.73684210526318px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 19px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 513px;
}
/* ======= Address  ======= */
.contacts-address {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 3px;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address span {
  font: 400 13px/21px "Oswald", sans-serif;
  color: #908f8f;
}
.contacts-address .our-address {
  font: 400 16px/21px "Oswald", sans-serif;
  color: #868686;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.simple-link {
  color: #3498db;
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
}
.big-link {
  text-transform: uppercase;
  font: 700 18px/18px "Oswald", sans-serif;
  color: #aeaeae;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .big-link {
    font-size: 14px;
  }
}

.table-contacts-address {
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin-top: 20px;
}
.table-contacts-address td {
  color: black;
  padding: 12px;
}
.table-contacts-address td:first-child {text-align: right;}

.service_title {
  display: table;
  width: 100%;
}

.service_title a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  /*text-align: center;*/
  background: #31353d;
  padding: 15px 0;
}
#footer .wrapper {
  padding-top: 10px;
}
#footer h1 {
  font-size: 30px;
  line-height: 30px;
  float: none;
  margin-bottom: 11px;
}
#footer .privacy-block {
  font: 300 18px/31px "Oswald", sans-serif;
  margin-bottom: 12px;
}
#footer .socials1 li + li {
  margin-left: 21px;
}
#footer .socials1 li a i {
  font-size: 22px;
  line-height: 23px;
}

#footer address, #footer .phone, #footer .link, #footer .worktime {
  font-size: 17px;
  display: block;
  padding-left: 23px;
  position: relative;
  margin-bottom: 20px;
  font: 300 18px/12px "Oswald", sans-serif;
}

#footer address:before, #footer .phone:before, #footer .link:before, #footer .worktime:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: no-repeat left 0;
}

#footer .phone:before {
  background-image: url(../images/page1_img3.png);
}

#footer address:before {
  background-image: url(../images/page1_img1.png);
}

#footer .link:before {
  background-image: url(../images/page1_img2.png);
}
#footer .link a:hover {
  color: #3498db;
}
#footer .worktime:before {
  background-image: url(../images/icon_clock.png);
}

@media (max-width: 525px) {
  #footer .row .grid_6.footer_text:first-child {
    width: 30%;
    float: left;
    padding-left: 10px;
  }
}

#footer .mobile_info {
  display: none;
}
@media (max-width: 767px) {
  #footer #logo, #footer .info {
    display: none;
  }
  .slider-wrapper {
    display: none;
  }
  #footer .mobile_info {
    display: block;
    padding: 22px 0;
    background: #31353d;
    color: white;
    font: 300 18px/15px "Oswald", sans-serif;
  }

  #footer .mobile_info address, #footer .mobile_info .phone, #footer .mobile_info .link, #footer .mobile_info .worktime {
    color: white;
    display: block;
    padding-left: 23px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
  }


  #footer #mobile_logo img {
    height: 100px;
    margin-left: 20px;
    margin-top: -10px;
  }

  #footer .mobile_info address:before, #footer .mobile_info .phone:before, #footer .mobile_info .link:before, #footer .mobile_info .worktime:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: no-repeat left 0;
  }

  #footer .mobile_info .phone:before {
    background-image: url(../images/page1_img3.png);
  }

  #footer .mobile_info address:before {
    background-image: url(../images/page1_img1.png);
  }

  #footer .mobile_info .link:before {
    background-image: url(../images/page1_img2.png);
  }
  #footer .mobile_info .link a:hover {
    color: #3498db;
  }
  #footer .mobile_info .worktime:before {
    background-image: url(../images/icon_clock.png);
  }

  #footer .container {
    display: none;
  }

}
@media (max-width: 350px) {
  #footer .mobile_info {
    font: 300 14px/15px "Oswald", sans-serif;
  }
}



/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  text-align: center;
  color: #ffffff;
  background: #141414;
  width: 42px;
  height: 42px;
  border-radius: 200px;
  font-size: 26px;
  line-height: 38px;
  z-index: 210;
  -webkit-transition: color 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #3498db;
  background: #31353d;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

.footer_text {
  color:white
}

.contact_padding {
  padding: 20px 0px;
  color: black;
}

.contact {
  display: grid;
  /* height: 40%; */
  /* align-items: center; */
}
/*Core variables and mixins*/

#center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#mask {
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

#mask1 {
  opacity:0.3;
}

#d {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  color: #fff;
  margin: 50px 0px;
  padding: 40px 0px;
  text-align: center;
}

.h3-w {
  color: #fff;
}

.center {
  text-align: center;
}

.img_service {
  padding: 0px 0px 0px 0px;
  height: 128px;
}

.main_1 {
  background: white;
  margin: 20px 0;
  padding: 10px;
}

.center_gird {
  margin: 0 auto;
  /*width: 200px;*/
  /*!*padding: 20px;*!*/
  /*color: white;*/
}

.slide {
  display: block;
  height:60%
}

@media (width: 1920px) {
.slide {
  display: block;
  height:60%

}
    .cameraContents {
    height: 150%;
  }
}

@media (max-width: 1250px) and (min-width: 1020px)  {
.slide {
  display: block;
  height: 40%;

}
    .cameraContents {
    height: 200%;
  }
}

@media (max-width: 1020px) {
.slide {
  display: block;
  height: 200px;
}
  .cameraContents {
    height: 300%;
  }

  .caption .secondary {
    font: 700 50px/50px sans-serif;

}
    .cont_head {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
      .cameraContents {
    height: 150%;
  }
}

@media (max-width: 979px) and (min-width: 767px) {
    .cont_head {
   width: 30%;
  }
    .cameraContents {
    height: 250%;
  }
}

.service_desc {
  font: 300 18px/30px "Oswald", sans-serif;
  color: black;
}

.service_desc_long {
    font: 300 14px/20px "Oswald", sans-serif;
  color: black;
}


.service_desc b{
  font: 700 25px/40px "Oswald", sans-serif;
  color: black;
}

#sub-menu {
  display: none;
}


* { box-sizing: border-box; }
/*body {*/
  /*margin: 0;*/
  /*background: #f2f2f2;*/
/*}*/
header {
  background: white;
  /*text-align: center;*/
}
header a {
  text-decoration: none;
  outline: none;
  display: block;
  transition: .3s ease-in-out;
}
nav {
  display: table;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu > li {
  /*width: 25%;*/
  float: left;
  position: relative;
    font: 400 18px/18px "Oswald", sans-serif;}
.topmenu > li > a {
  text-transform: uppercase;
  /*font-weight: bold;*/
  color: #404040;
  padding: 15px 30px;
}

@media (max-width: 768px) {
      .topmenu > li {
      width: 32%;
    display: inline-block
}
}
.topmenu li a:hover { color: #3498db; }
.submenu-link:after {
  /*content: "\f107";*/
  font: 400 18px/18px "Oswald", sans-serif;
  color: inherit;
  margin-left: 10px;
}
.submenu {
  background: #273037;
  position: absolute;
  left: -50px;
  top: 100%;
  z-index: 5;
  width: 280px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
  /*font-family: "Roboto";*/
  font-weight: 400;
}
.submenu a {
  color: white;
  text-align: left;
  padding: 12px 15px;
  /*font-size: 13px;*/
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.submenu li:last-child a { border-bottom: none; }
.topmenu > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 479px) {
    .container {
        width: 100%;
        padding: 0px 0px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .container {
        width: 700px;
    }
}