@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
.menu {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.menu:after {
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #dedddd;
  content: '';
  position: absolute;
}
.menu li {
  float: left;
  width: 16.66%;
  font-size: 21px;
  line-height: 40px;
  position: relative;
}
.menu li:before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #dedddd;
  content: '';
  position: absolute;
}
.menu li a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #000000;
}
.menu li a:hover {
  background-color: #000000;
  color: #fdef01;
}
.menu li.active-menu-item a {
  background-color: #000000;
  color: #fdef01;
}
.select-menu {
  font: 12px/15px Arial, Helvetica, sans-serif;
  color: #202020;
  width: 100%;
  margin: 20px auto;
  float: none;
  outline: none;
  text-align: left !important;
  border: 2px solid #343438;
}
.select-menu option {
  text-align: left;
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  background-color: #fff;
}
.isStuck {
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 3px 3px #000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fdef01;
  font-size: 43px;
  line-height: 60px;
  background-color: #000;
  width: 60px;
  height: 60px;
  z-index: 20;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ffffff;
  border-color: #ffffff;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #ececec;
  color: #888888;
  font: 15px/27px 'Lato', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 27px;
}
p.offset__1 {
  margin-bottom: 14px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
}
h2 {
  font-size: 111px;
  line-height: 80px;
  padding-top: 96px;
  margin-bottom: 54px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 {
  padding-top: 10px;
}
.list-1 li {
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.list-1 li a {
  padding: 22px 29px 24px;
  color: #1a1a1a;
  display: block;
  background-color: #eae9e9;
  background-color: rgba(234, 233, 233, 0.8);
}
.list-1 li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.list-1 li a:hover .fa {
  color: #fdd601;
}
.list-1 li a .fa {
  font-size: 53px;
  line-height: 90px;
  position: absolute;
  width: 58px;
  right: 24px;
  top: 50%;
  margin-top: -45px;
  text-align: center;
}
.list-1 li + li {
  margin-top: 10px;
}
.list-2 {
  margin-right: -25px;
}
.list-2 li {
  padding-left: 30px;
  position: relative;
  color: #777;
}
.list-2 li:after {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #e4e4e4;
  border-radius: 500px;
  content: '';
  left: 0;
  top: 7px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.list-2 li + li {
  margin-top: 10px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #fdef01;
}
.btn {
  display: block;
  background-color: #fdef01;
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  padding: 24px 5px 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 23px;
}
.btn:hover {
  background-color: #000000;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 27px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.pad-1 {
  padding-right: 86px;
}
.pad-2 {
  padding-right: 40px;
}
/*header*/
.main {
  overflow: hidden;
}
.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery-loader-list.gif) #ffffff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
#header {
  padding: 29px 0 0;
  display: block;
  position: relative;
  z-index: 999;
}
#header .logo {
  font-size: 61px;
  font-weight: bold;
  line-height: 59px;
  float: left;
  position: relative;
}
#header .logo a {
  display: block;
  padding: 15px 0 0;
}
#header .logo * {
  position: relative;
  z-index: 2;
}
#header .logo *:hover {
  color: inherit;
}
#header .logo span {
  padding-top: 2px;
  font-size: 41px;
  display: block;
  font-weight: 300;
  margin-left: -6px;
}
#header .logo:before {
  z-index: 1;
  position: absolute;
  width: 94px;
  height: 94px;
  background-color: #fdd601;
  border-radius: 500px;
  content: '';
  left: -30px;
  top: 0;
  background-color: #fdef01;
}
.header_phone {
  padding-top: 9px;
  float: right;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 47px;
  text-align: right;
  font-weight: normal;
  color: #767676;
  position: relative;
  padding-left: 62px;
  margin-bottom: 43px;
}
.header_phone span {
  display: block;
  margin-top: -2px;
  color: #000000;
  font-size: 34px;
}
.header_phone .fa {
  font-size: 54px;
  line-height: 54px;
  color: #000000;
  left: 0;
  top: 54px;
  position: absolute;
}
/****Content****/
#content {
  background-color: #ffffff;
}
/****Subpages****/
#about {
  padding-bottom: 94px;
  background-color: #ffffff;
  background: url("../images/parallax-1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#services {
  padding-bottom: 100px;
  background-color: #ffffff;
  background: url("../images/parallax-2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#services h2 {
  color: #ffffff;
}
#prices {
  padding-bottom: 100px;
}
#news {
  padding-bottom: 100px;
  background-color: #ffffff;
  background: url("../images/parallax-3.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#news h2 {
  color: #ffffff;
}
#contacts {
  padding-bottom: 110px;
  background-color: #ffffff;
  background: url("../images/parallax-4.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#contacts h2 {
  color: #ffffff;
}
#privacy {
  padding-bottom: 110px;
  background-color: #ffffff;
  background: url("../images/parallax-5.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#privacy h2 {
  color: #ffffff;
}
#privacy .text1 {
  margin-bottom: 13px;
}
#privacy .text1 a:hover {
  color: #ffffff;
}
#privacy p + .text1 {
  padding-top: 8px;
}
/****Blocks****/
.thumbnail-wrapper {
  margin-left: -10px;
  padding-top: 9px;
}
.thumbnail {
  background-color: #fdef01;
  color: #000000;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 570px;
  float: left;
  position: relative;
  padding: 28px 60px 32px 178px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.thumbnail .left-icon {
  position: absolute;
  width: 178px;
  text-align: center;
  font-size: 101px;
  line-height: 90px;
  top: 50%;
  margin-top: -49px;
  left: 0;
  -webkit-transition: b 0.5s ease;
  transition: b 0.5s ease;
}
.thumbnail .text1 {
  position: relative;
  top: 1px;
}
.thumbnail .corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 31px;
  line-height: 54px;
}
.thumbnail:hover {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #888;
}
.thumbnail:hover .left-icon {
  color: #ffffff;
}
.thumbnail:hover .text1 {
  color: #fdef01;
}
.thumbnail:hover .text1 a:hover {
  color: #ffffff;
}
.thumbnail:hover .corner {
  background-color: #fdef01;
}
.thumbnail:hover .corner:hover {
  background-color: #000000;
  color: #ffffff;
}
.thumbnail-1 {
  margin-top: 10px;
  float: left;
  width: 20%;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.thumbnail-1 .bdr-hover {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #fdef01;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.thumbnail-1 .bdr-hover + .bdr-hover {
  bottom: auto;
  top: 100%;
}
.thumbnail-1 .price {
  background-color: #000000;
  padding: 31px 30px 26px;
  font-size: 13px;
  line-height: 20px;
  color: #777;
}
.thumbnail-1 .price .color2 {
  font-size: 51px;
  line-height: 30px;
  margin-bottom: 11px;
}
.thumbnail-1 .price .color2 span {
  font-size: 30px;
  position: relative;
  top: -9px;
}
.thumbnail-1 .price p {
  margin-bottom: 0;
}
.thumbnail-1 .thumbnail-1_title {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
  padding: 23px 10px 23px 30px;
  color: #000000;
}
.thumbnail-1 .thumbnail-1_pad {
  padding: 23px 30px 30px;
}
.thumbnail-1 + .thumbnail-1:before {
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #ececec;
  content: '';
  position: absolute;
  left: 0;
}
.thumbnail-1:hover {
  background-color: #fdef01;
}
.thumbnail-1:hover .list-2 li {
  color: #000000;
}
.thumbnail-1:hover .list-2 li:after {
  background-color: #000000;
}
.thumbnail-1:hover .list-2 li a:hover {
  color: #ffffff;
}
.thumbnail-1:hover .btn {
  background-color: #ffffff;
  color: #000000;
}
.thumbnail-1:hover .btn:hover {
  background-color: #000000;
  color: #fdef01;
}
.thumbnail-1:hover .bdr-hover {
  height: 10px;
}
/*****Gallery****/
/****Separators****/
/****Text styles****/
.text1 {
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
.text1.offset__1 {
  margin-bottom: 43px;
}
.color1 {
  color: #fdd601;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #fdef01;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
.map {
  overflow: hidden;
  bottom: 0;
  top: 0;
  padding-top: 14px;
  position: relative;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 512px;
  max-width: 100%;
}
.map .map_description {
  position: absolute;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  padding: 21px 0 24px ;
}
.address1 {
  display: block;
  margin-bottom: 9px;
}
.map_phone {
  font-size: 34px;
  line-height: 47px;
  position: relative;
  display: block;
  padding-left: 43px;
}
.map_phone .fa {
  margin-left: -60px;
  top: 7px;
  font-size: 54px;
  color: #fdef01;
  position: absolute;
}
/**Footer**/
#footer {
  text-align: center;
  padding: 100px 0;
}
#footer .social-icons {
  margin-bottom: 29px;
  font-size: 0;
  line-height: 0;
}
#footer .social-icons .fa {
  background-color: #3e3e3e;
  color: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 64px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
}
#footer .social-icons .fa:hover {
  color: #333;
  background-color: #ffffff;
}
#footer .social-icons .fa + .fa {
  margin-left: 10px;
}
#footer a:hover {
  color: #000000;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1335px) {
  .caro_wrap {
    padding: 0 80px;
  }
  #owl-2 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .logo:before {
    left: 0px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  #owl {
    padding-bottom: 0;
  }
  #owl .item {
    padding: 120px 0;
    font-size: 60px;
    line-height: 80px;
  }
  .thumbnail {
    width: 465px;
  }
  #contact-form .btn {
    width: 120px;
  }
  #stuck_container {
    position: static;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }
  .map figure {
    height: auto !important;
  }
  .nowrap {
    white-space: normal;
  }
  .map figure {
    height: 100% !important;
  }
  .list-1 li {
    font-size: 16px;
  }
  .thumbnail {
    width: 368px;
  }
  .thumbnail-1 {
    width: 50%;
  }
  #owl-2 {
    margin-left: 0;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  #owl-1 .owl-next,
  #owl-1 .owl-prev {
    bottom: 0 !important;
  }
  .select-menu {
    display: block;
  }
  .menu {
    display: none;
  }
  .thumbnail {
    padding-left: 17px;
    padding-right: 17px;
  }
  .thumbnail .left-icon {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #owl-2 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .owl1_wrapper {
    padding-top: 0;
  }
  #owl .item {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 70px;
    line-height: 90px;
  }
  .map figure iframe {
    height: 300px;
  }
  .thumbnail,
  .thumbnail-1 {
    width: 100%;
    margin-left: 0 !important;
  }
  .thumbnail-wrapper {
    margin-left: 0 !important;
  }
  .logo {
    float: none !important;
  }
  .header_phone {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .thumbnail {
    padding-bottom: 62px;
  }
  .video-overlay {
    background: url(../video/video.jpg) center 0 no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .map_phone {
    font-size: 15px;
    line-height: 20px;
  }
  .map .map_description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .map_phone .fa {
    font-size: 30px;
  }
  #header .logo {
    font-size: 40px;
  }
  #header .logo span {
    font-size: 80px;
  }
  .header_phone span {
    font-size: 24px;
  }
  .owl-next,
  .owl-prev {
    bottom: 40px !important;
    top: auto !important;
    margin-top: 0 !important;
  }
  .caro_wrap {
    padding: 0 !important;
  }
  #owl-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .list-1 li {
    font-size: 15px;
  }
  .list-1 li a {
    padding-right: 70px;
  }
}
