@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
.navigation {
  z-index: 999;
  position: relative;
  padding: 0 7px;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.sf-menu > li {
  letter-spacing: 1px;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.sf-menu > li + li {
  margin-left: 81px;
}
.sf-menu > li + li:after {
  content: '/';
  position: absolute;
  top: 0;
  left: -45px;
  color: #ffffff;
}
.sf-menu > li > a {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -6px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #ff999b;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: -5px;
  width: 142px;
  background-color: #dc5e61;
  top: 33px;
  padding: 10px 5px ;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.sf-menu li ul li + li {
  margin-top: 6px;
}
.sf-menu li ul li a {
  position: relative;
  color: #ffffff;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  right: -14px;
  bottom: 4px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  color: #fe9799;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 20px;
  top: 0;
  position: relative;
  padding: 6px 0 0;
  background: none;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .sf-menu > li ul li ul {
    position: relative;
    left: 0;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    text-align: left !important;
    display: block !important;
    border: 2px solid #ffffff;
  }
  .select-menu option {
    text-align: left;
  }
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  padding: 10px 0;
}
.isStuck {
  background-color: #dc5e61;
  padding: 20px 0;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  width: 84px;
  height: 84px;
  text-indent: -999px;
  background: #dc5e61 url(../images/totop.png) 0 0 no-repeat;
  z-index: 20;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f0f0f0;
  background-color: #2e3e4b;
}
/*Core variables and mixins*/
#owl {
  z-index: 1;
}
.owl-item {
  float: left;
}
#owl .item {
  padding-left: 1px;
  position: relative;
  overflow: hidden;
  color: #6e8597;
  padding-bottom: 69px;
}
#owl .owl-wrapper-outer {
  overflow: hidden;
}
.owl-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  margin-left: 250px;
  background-color: #4d606d;
}
.owl-buttons > div {
  cursor: pointer;
  display: block;
  float: left;
  width: 110px;
  height: 37px;
  bottom: 98px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url(../images/prevnext.png) 0 -1px no-repeat;
}
.owl-buttons > div:hover {
  background-color: #dc5e61;
}
.owl-buttons > div + div {
  background-position: right 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #ffffff;
  color: #6e8597;
  font: 14px/20px 'Roboto', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 20px;
}
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: 400;
  color: #ffffff;
  font-family: 'Racing Sans One', cursive;
  text-transform: uppercase;
  position: relative;
}
h1 {
  margin-top: 49px;
  float: left;
  z-index: 999;
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  position: relative;
  padding-top: 10px;
  letter-spacing: 1.3px;
}
h1:before {
  position: absolute;
  top: 0;
  left: 6px;
  content: '';
  width: 145px;
  height: 10px;
  background-color: #ffffff;
  -ms-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
h1 span {
  letter-spacing: 2px;
  line-height: 20px;
  margin-top: -6px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 14px;
  display: block;
}
h1 a:hover {
  color: #ffffff;
}
h2 {
  margin-top: 52px;
  padding-top: 10px;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
h2:before {
  position: absolute;
  top: 0;
  left: 6px;
  content: '';
  width: 145px;
  height: 10px;
  background-color: #ffffff;
  -ms-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
h2 span {
  font-size: 36px;
  position: relative;
  top: 8px;
  display: inline-block;
  margin-left: -8px;
}
h3 {
  font-size: 36px;
  line-height: 40px;
  padding-top: 42px;
  letter-spacing: 1.5px;
}
h4 {
  color: #dc5e61;
  margin-top: -7px;
  letter-spacing: 1px;
  font: italic 18px/26px 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 21px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 li {
  color: #ffffff;
  padding-left: 24px;
  background: url(../images/marker.png) 0 7px no-repeat;
}
.list-1 li + li {
  margin-top: 6px;
}
.list-2 {
  padding-top: 48px;
}
.list-2 li {
  letter-spacing: 1px;
  color: #2e3e4b;
  text-transform: uppercase;
  overflow: hidden;
  font: 24px/24px 'Racing Sans One', cursive;
}
.list-2 li .count {
  position: relative;
  top: -3px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  width: 80px;
}
.list-2 li a:hover {
  color: #ffffff;
}
.list-2 li + li {
  margin-top: 34px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #ff8386;
}
.link-1 {
  font-style: italic;
  color: #ffffff;
  display: inline-block;
  margin-top: 42px;
  letter-spacing: 1px;
  background: url(../images/link_marker.png) right 5px no-repeat;
  padding-right: 20px;
}
.btn {
  color: #ffffff;
  background: #dc5e61 url(../images/link_marker1.png) right 16px no-repeat;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  padding: 11px 85px 14px 22px;
  margin-top: 33px;
  letter-spacing: 1px;
}
.btn:hover {
  color: #ffffff;
  background-color: #4d606d;
}
/****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: 5px;
  margin-bottom: 16px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.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;
}
header {
  display: block;
  position: relative;
  z-index: 999;
  padding: 32px 0 56px;
  background-color: #dc5e61;
}
header .rel {
  z-index: 999;
}
.head_phones {
  padding-top: 110px;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1.5px;
}
/****Content****/
#content {
  position: relative;
  background-color: #2e3e4b;
}
#content .content__bg1 {
  background-color: #dc5e61;
  color: #ffffff;
  padding-bottom: 49px;
}
#content .content__bg1.inset__1 {
  padding-bottom: 25px;
}
#content .content__bg2 {
  position: relative;
  background-color: #3d4f5d;
}
#content .content__inset-1 {
  padding-bottom: 27px;
}
/****Non suppage set****/
.page1 header {
  position: relative;
  border-bottom: 1px solid #ed787c;
  padding-bottom: 14px;
}
.page1 header:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #ed787c;
  left: 0;
  right: 0;
  bottom: 45px;
}
.page1 #content {
  padding-bottom: 0;
}
/****Blocks****/
.block-1 {
  padding-top: 50px;
  color: #ff999b;
}
.block-1 .block-1_title {
  padding-left: 22px;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.block-1 .block-1_title:after {
  content: '/';
  position: absolute;
  top: 6px;
  font-size: 36px;
  left: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
}
.block-1 img {
  margin-top: 4px;
  float: left;
}
.stripe {
  padding-bottom: 14px;
  position: relative;
}
.stripe.inset__1 {
  padding-bottom: 85px;
}
.stripe.inset__2 {
  padding-bottom: 53px;
}
.stripe.inset__3 {
  padding-bottom: 41px;
}
.stripe.inset__4 {
  padding-bottom: 73px;
}
.stripe.inset__5 {
  padding-bottom: 75px;
}
.stripe.inset__6 {
  padding-bottom: 71px;
}
.stripe.inset__7 {
  padding-bottom: 47px;
}
.stripe.inset__8 {
  padding-bottom: 32px;
}
.stripe .stripe_img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  right: 50%;
  margin-right: 250px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stripe .stripe_img.offset__1 {
  margin-right: 330px;
}
.stripe.stripe__1 {
  background-color: #3d4f5d;
}
.stripe.stripe__1 .stripe_img {
  margin-right: 171px;
}
.stripe.stripe__1 .stripe_img.offset__1 {
  margin-right: 248px;
}
.stripe.stripe__1 .stripe_img.offset__2 {
  margin-right: 170px;
}
.stripe.stripe__2 {
  background-color: #4d606d;
}
.stripe.stripe__2 .stripe_img {
  margin-right: 90px;
}
.stripe.stripe__2 .stripe_img.offset__1 {
  margin-right: 165px;
}
.stripe.stripe__2 .stripe_img.offset__1 {
  margin-right: 127px;
}
.stripe .hidden {
  padding-top: 138px;
  margin-left: -100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stripe > div > div > div {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stripe.hovered > div > div > div {
  margin-left: 20px !important;
}
.stripe.hovered .stripe_img {
  margin-right: 550px;
}
.stripe.hovered .hidden {
  margin-left: 0;
  position: relative;
  opacity: 1;
}
.tags {
  padding: 44px 24px 0 0;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  letter-spacing: 1px;
}
.tags a:hover {
  color: #2e3e4b;
}
.bottom_block {
  position: relative;
  background-color: #2e3e4b;
}
.bottom_block .bottom_block_img {
  position: absolute;
  left: 50%;
  margin-left: 390px;
  top: 0;
}
.block-2 {
  margin-bottom: 19px;
  padding-top: 6px;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.block-2 img {
  width: 100%;
  margin-bottom: 22px;
}
.block-2 a {
  text-transform: none;
}
.bq-1 {
  margin-bottom: 18px;
}
.address-2 {
  padding-top: 1px;
  margin-bottom: 21px;
}
.prv {
  padding-bottom: 49px !important;
}
.prv .text2 {
  margin-top: -3px;
  margin-bottom: 17px;
}
.prv p + .text2 {
  margin-top: 0;
  padding-top: 0;
}
/*****Gallery****/
/****Separators****/
/****Text styles****/
.text1 {
  font: 24px/24px 'Racing Sans One', cursive;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 1px;
  margin-bottom: 26px;
}
.text2 {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  text-transform: uppercase;
}
.text2 .color1 {
  text-transform: none;
}
.color1 {
  color: #ff8386;
}
.color1 a:hover,
a.color1:hover {
  color: #ffffff;
}
.color2 {
  color: #ff999b;
}
.color3 {
  color: #dc5e61;
}
.color4 {
  color: #2e3e4b;
}
.white {
  color: #ffffff;
}
/****Map****/
.map {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: -73px;
  bottom: 0;
  top: 0;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.address1 {
  float: left;
  margin-top: -3px;
  display: block;
  padding-bottom: 48px;
}
.address1 a:hover {
  color: #ffffff !important;
}
.address1 dt {
  margin-bottom: 17px;
}
.address1 dd span {
  min-width: 80px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
.address1 + .address1 {
  margin-left: 98px;
}
/**Footer**/
#footer {
  padding: 52px 0;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
#footer h1 {
  margin-top: 0;
  float: none;
  color: #d1d1d1;
}
#footer h1:before {
  background-color: #d1d1d1;
}
#footer h1 strong {
  font-weight: normal;
}
#footer h1 a:hover {
  color: #dc5e61;
}
#footer p {
  margin-bottom: 18px;
}
#footer .copyright {
  padding: 63px 0;
  background: url(../images/sep-1.png) 0 0 repeat-x;
}
#footer .socials {
  margin-top: -12px;
}
#footer .socials .fa {
  font-size: 13px;
  line-height: 40px;
  border-radius: 500px;
  background-color: #ff8386;
  color: #ffffff;
  width: 41px;
  height: 41px;
  float: left;
  display: block;
  text-align: center;
}
#footer .socials .fa.fa-twitter {
  font-size: 16px;
}
#footer .socials .fa + .fa {
  margin-left: 3px;
}
#footer .socials .fa:hover {
  background-color: #ff999b;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .extra_wrapper {
    overflow: visible;
  }
  .stripe_img {
    display: none;
  }
  .stripe > div > div > div {
    margin-left: 20px !important;
  }
  .head_phones {
    font-size: 20px;
  }
  .bottom_block_img {
    display: none;
  }
  .hidden {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    opacity: 1 !important;
    display: block !important;
    margin: 0 !important;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .nowrap {
    white-space: normal;
  }
  .img_inner.fleft {
    margin-bottom: 20px;
  }
  .img_fright {
    float: none !important;
    margin-left: 0 !important;
    padding-top: 20px;
  }
  .block-1 .extra_wrapper {
    overflow: hidden;
  }
  .block-2 br {
    display: none;
  }
  #owl {
    position: relative;
  }
  #owl .owl-buttons {
    width: 220px;
    left: auto;
    margin-left: 0;
  }
  .map figure {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .head_phones {
    padding-top: 25px;
  }
  h3 {
    font-size: 25px;
  }
  .fright {
    float: none !important;
  }
  footer h1 {
    margin-top: 40px !important;
  }
  .content__inset-1 .grid_3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 10px !important;
    float: left !important;
  }
  h2 span {
    margin-left: 0;
  }
  .map_wrapper .preffix_8 {
    margin-left: 0 !important;
  }
  .map {
    position: static;
    margin-right: 0;
  }
  .map iframe {
    height: 400px !important;
  }
  .stripe > div > div > div {
    margin-left: 0 !important;
  }
  .list-1 {
    margin-top: 6px;
  }
  .content__bg1 .list-1 {
    margin-top: 40px;
  }
  .stripe .white {
    margin-top: 30px;
  }
  .stripe .hidden {
    padding-top: 30px;
  }
  .none {
    clear: both;
  }
  img.img_inner.fleft.noresize {
    width: auto !important;
    margin: 0 0 15px !important;
    display: block !important;
  }
  .img_inner,
  .img_inner.fleft {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 40px;
  }
  .img_inner img,
  .img_inner.fleft img {
    width: 100%;
  }
  header h1 {
    float: none;
    left: 0;
    margin-bottom: 20px;
  }
  header h1 a {
    width: 100%;
    display: block;
  }
  header h1 a img {
    display: block;
    margin: 0 auto;
  }
  .map figure iframe {
    height: 300px;
  }
  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }
  .none {
    clear: both;
  }
  .address1 + .address1 {
    margin-left: 40px;
  }
  h4 {
    padding-top: 40px;
  }
  h2 {
    font-size: 38px;
  }
  h2 span {
    font-size: 20px;
    display: block;
    line-height: 20px;
  }
}
