@import '../css/grid.css';
@import '../css/font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Alegreya+SC:400);
@import url(//fonts.googleapis.com/css?family=Alegreya+SC:700);
.navigation {
  z-index: 999;
  position: relative;
  font-weight: normal;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 0;
  padding: 12px 0;
}

.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
  font-family: 'Alegreya SC', serif;
}
.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 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.sf-menu > li:after {
  content: '';
  height: 10px;
  width: 1px;
  position: absolute;
  background-color: #adadad;
  right: -34px;
  top: 8px;
}
.sf-menu > li:first-child:before {
  content: '';
  height: 10px;
  width: 1px;
  position: absolute;
  background-color: #adadad;
  left: -34px;
  top: 8px;
}
.sf-menu > li > a {
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 15px;
  left: 50%;
  bottom: -5px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #333 transparent transparent transparent;
}
.sf-menu > li + li {
  margin-left: 62px;
}
.sf-menu > li > a:before {
  position: absolute;
  top: 28px;
  height: 3px;
  background-color: #f3646b;
  opacity: 0;
  left: -43px;
  right: -46px;
  content: '';
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sf-menu > li.sfHover > a:before,
.sf-menu > li.current > a:before,
.sf-menu > li > a:hover:before {
  opacity: 1;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  width: 131px;
  background-color: #ffffff;
  top: 33px;
  padding: 10px 0 12px;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-transform: none;
  text-align: left;
  font: 12px/20px 'Open Sans', sans-serif;
}
.sf-menu li ul li + li {
  margin-top: 5px;
}
.sf-menu li ul li + li + li {
  margin-top: 6px;
}
.sf-menu li ul li a {
  position: relative;
  color: #929292;
  padding: 1px 20px 2px 43px;
  display: block;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  right: 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #333;
  bottom: 5px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  background-color: #f3646b;
  color: #ffffff;
  box-shadow: none;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 100%;
  top: -10px;
  margin-left: 10px;
  border-top: 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@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;
    display: block !important;
    border: 2px solid #e0e0e0 ;
  }
}
#stuck_container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
  background-color: #fff;
}
#stuck_container .isStuck {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#stuck_container .isStuck .menuBox {
  margin: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (min-width: 979px) {
  .isStuck {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 979px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #ffffff;
  color: #7e7d7d;
  font: 13px/24px 'Open Sans', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 24px;
}
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: normal;
  color: #000000;
  font-family: 'Alegreya SC', serif;
}
h2 {
  font-size: 30px;
  line-height: 30px;
  padding-top: 1px;
  margin-bottom: 34px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list {
  margin-bottom: 10px;
  padding-top: 1px;
}
.list li {
  background: url(../images/marker.png) 0 4px no-repeat;
  color: #000000;
  font-family: 'Alegreya SC', serif;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
}
.list li + li {
  margin-top: 11px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #f3646b;
}
.btn {
  margin-top: 24px;
  background-color: #f3646b;
  display: inline-block;
  color: #ffffff !important;
  font: 14px/24px 'Alegreya SC', serif;
  padding: 4px 16px;
  text-transform: uppercase;
}
.btn:hover {
  box-shadow: inset 0 0 0 30px #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-bottom: 10px;
  margin-top: 8px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.fleft.noresize {
  margin-right: 20px;
  margin-top: 5px;
}
.img_fright {
  position: relative;
  top: -1px;
  margin-left: 20px;
  float: right;
}
.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;
}
.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;
}
/*header*/
header {
  display: block;
  position: relative;
  z-index: 999;
  padding: 20px 0 48px;
}
header h1 {
  margin-bottom: 10px;
  text-align: center;
  z-index: 990;
}
header h1 a {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
/****Content****/
#content {
  padding-bottom: 51px;
  background-color: #f8f6f5;
}
#content.prv p + .text1 {
  padding-top: 2px;
}
#content-1 {
  margin-bottom: 50px;
}
/****Non suppage set****/
.page1 #content {
  padding-bottom: 33px;
}
.page1 h2 {
  padding-top: 46px;
  margin-bottom: 21px;
}
/****Blocks****/
.box {
  overflow: hidden;
  background-color: #fff;
  color: #828282;
}
.box h2 {
  margin-bottom: 17px;
  padding-top: 42px;
}
.box .box_fleft {
  float: left;
}
.box .box_fright {
  float: right;
}
.box .extra_wrapper {
  overflow: hidden;
  padding: 0 30px 0 50px;
}
.box .btn {
  margin-top: 25px;
}
.box + .box {
  margin-top: 50px;
}
.box.box__1 {
  position: relative;
  top: 2px;
}
.box.box__1 h2 {
  padding-bottom: 5px;
}
.box.box__2 {
  padding: 0 60px 43px;
  margin-top: 45px;
}
.box.box__2 h2 {
  padding-bottom: 13px;
}
.block1 {
  width: 190px;
  float: left;
}
.block1 img {
  border-radius: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 23px;
}
.block1 + .block1 {
  margin-left: 20px;
}
.blog-post {
  padding-top: 1px;
  overflow: hidden;
}
.blog-post time {
  margin-top: -1px;
  position: relative;
  top: 8px;
  padding: 16px 0 6px;
  text-transform: uppercase;
  margin-right: 30px;
  width: 80px;
  text-align: center;
  float: left;
  display: block;
  background-color: #f3646b;
  color: #ffffff;
  font: 48px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.blog-post time span {
  padding-top: 10px;
  display: block;
  font-size: 20px;
}
.blog-post .blog-post_links .comment {
  float: right;
}
.blog-post .blog-post_links .comment .fa {
  font-size: 18px;
  margin-right: 8px;
  color: #f3646b;
}
.blog-post + .blog-post {
  margin-top: 32px;
}
/****Separators****/
/****Gallery****/
.gallery {
  padding-top: 21px;
}
.gall_item {
  margin-right: -1px;
  margin-bottom: 18px;
  display: block;
  background-color: #f3646b;
  background: #f3646b url(../images/magnify.png) center center no-repeat;
}
.gall_item.gl__1 {
  margin-bottom: 0;
}
.gall_item.gl__1 img {
  margin-bottom: 0;
}
.gall_item:hover img {
  opacity: 0.2;
}
.gall_item img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: 0 0 0 #fff;
  margin-bottom: 5px;
}
.gallery .box {
  margin-right: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.gallery .box_bot {
  padding: 23px 18px 23px 20px;
}
/****Text styles****/
.text1 {
  font-size: 14px;
  margin-bottom: 5px;
}
.text1 a:hover {
  color: #000000;
}
.page1 .text1 {
  margin-bottom: 10px;
}
.color1 {
  color: #f3646b;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #000000;
}
/****Map****/
.map {
  overflow: hidden;
  padding-top: 8px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 354px;
  max-width: 100%;
}
.address1 {
  display: block;
  float: left;
}
.address1 + .address1 {
  margin-left: 70px;
}
.address1 dt {
  line-height: 25px;
}
.address1 dd span {
  min-width: 72px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**Footer**/
#footer {
  color: #7d7d7d;
  text-align: center;
  padding: 14px 0;
}
#footer .copyright {
  font-size: 12px;
  text-transform: uppercase;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #f3646b;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #000;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .extra_wrapper {
    overflow: visible;
  }
  .block1 {
    width: 142px;
  }
  .horizontal-images.content li img {
    width: 250px;
  }
  .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;
  }
  #mCSB_1_scrollbar_horizontal {
    width: 748px !important;
    margin-left: -374px !important;
  }
  .box {
    padding-bottom: 20px;
  }
  .years,
  .month,
  .weeks,
  .days,
  .hours,
  .minutes,
  .seconds {
    width: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fright {
    float: none !important;
  }
  .address1 + .address1 {
    margin-left: 60px;
  }
  .img_fright {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  #mCSB_1_scrollbar_horizontal {
    width: 420px !important;
    margin-left: -210px !important;
  }
  .years,
  .month,
  .weeks,
  .days,
  .hours,
  .minutes,
  .seconds {
    width: 88px !important;
  }
  .box_fleft,
  .box_fright {
    width: 100%;
    float: none;
  }
  .img_inner,
  .img_inner.fleft {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 30px;
  }
  .img_inner img,
  .img_inner.fleft img {
    width: 100%;
  }
  header h1 {
    padding-top: 15px;
    position: relative !important;
    margin-bottom: 20px;
    float: none;
    left: 0;
    text-align: center;
  }
  header h1 a {
    margin: 0 auto;
    max-width: 90%;
    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;
  }
  .block1 {
    width: auto;
    float: none;
    margin: 0 0 30px!important;
  }
}
@media only screen and (max-width: 479px) {
  .comment {
    float: none !important;
    display: block;
  }
  #mCSB_1_scrollbar_horizontal {
    width: 300px !important;
    margin-left: -150px !important;
  }
  .years,
  .month,
  .weeks,
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 32px;
    width: 50px !important;
  }
  .years:after,
  .month:after,
  .weeks:after,
  .days:after,
  .hours:after,
  .minutes:after,
  .seconds:after {
    font-size: 11px !important;
  }
  #owl .item {
    padding-left: 30px;
    padding-right: 30px;@import '../css/grid.css';
    @import '../css/font-awesome.css';
    @import url(//fonts.googleapis.com/css?family=Open+Sans:400);
    @import url(//fonts.googleapis.com/css?family=Open+Sans:700);
    @import url(//fonts.googleapis.com/css?family=Alegreya+SC:400);
    @import url(//fonts.googleapis.com/css?family=Alegreya+SC:700);
    .navigation {
      z-index: 999;
      position: relative;
      font-weight: normal;
      padding: 0;
      border: 1px solid #e0e0e0;
      border-left: 0;
      border-right: 0;
      padding: 12px 0;
    }
    
    .navigation .sf-menu {
      z-index: 990;
      text-align: center;
      position: relative;
    }
    .navigation nav {
      position: relative;
      padding: 0;
      font-family: 'Alegreya SC', serif;
    }
    .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 {
      display: inline-block;
      position: relative;
      font-size: 14px;
      line-height: 24px;
    }
    .sf-menu > li:after {
      content: '';
      height: 10px;
      width: 1px;
      position: absolute;
      background-color: #adadad;
      right: -34px;
      top: 8px;
    }
    .sf-menu > li:first-child:before {
      content: '';
      height: 10px;
      width: 1px;
      position: absolute;
      background-color: #adadad;
      left: -34px;
      top: 8px;
    }
    .sf-menu > li > a {
      position: relative;
      color: #4a4a4a;
      text-align: center;
    }
    .sf-menu > li > a.sf-with-ul:after {
      content: '';
      position: absolute;
      width: 5px;
      bottom: 15px;
      left: 50%;
      bottom: -5px;
      pointer-events: none;
      z-index: 999;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 3px 0 3px;
      border-color: #333 transparent transparent transparent;
    }
    .sf-menu > li + li {
      margin-left: 62px;
    }
    .sf-menu > li > a:before {
      position: absolute;
      top: 28px;
      height: 3px;
      background-color: #f3646b;
      opacity: 0;
      left: -43px;
      right: -46px;
      content: '';
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
    }
    .sf-menu > li.sfHover > a:before,
    .sf-menu > li.current > a:before,
    .sf-menu > li > a:hover:before {
      opacity: 1;
    }
    /*================================>> 2 Level <<========================================*/
    .sf-menu > li ul {
      z-index: 999;
      position: absolute;
      left: 50%;
      margin-left: -65px;
      width: 131px;
      background-color: #ffffff;
      top: 33px;
      padding: 10px 0 12px;
    }
    .sf-menu li ul li {
      margin-top: 0;
      position: relative;
      float: none !important;
      text-transform: none;
      text-align: left;
      font: 12px/20px 'Open Sans', sans-serif;
    }
    .sf-menu li ul li + li {
      margin-top: 5px;
    }
    .sf-menu li ul li + li + li {
      margin-top: 6px;
    }
    .sf-menu li ul li a {
      position: relative;
      color: #929292;
      padding: 1px 20px 2px 43px;
      display: block;
    }
    .sf-menu li ul li a.sf-with-ul:after {
      content: '';
      font-family: 'FontAwesome';
      position: absolute;
      width: 5px;
      right: 15px;
      font-size: 13px;
      line-height: 13px;
      font-weight: normal;
      color: #333;
      bottom: 5px;
      pointer-events: none;
      z-index: 999;
    }
    .sf-menu li li a:hover,
    .sf-menu li.sfHover li.sfHover > a {
      background-color: #f3646b;
      color: #ffffff;
      box-shadow: none;
    }
    /*================================>> 3 Level <<========================================*/
    .sf-menu > li ul li ul {
      left: 100%;
      top: -10px;
      margin-left: 10px;
      border-top: 0;
    }
    /*==================================RESPONSIVE LAYOUTS===============================================*/
    @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;
        display: block !important;
        border: 2px solid #e0e0e0 ;
      }
    }
    #stuck_container {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 999;
      background-color: #fff;
    }
    #stuck_container .isStuck {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    #stuck_container .isStuck .menuBox {
      margin: 0;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
    }
    @media only screen and (min-width: 979px) {
      .isStuck {
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
      }
    }
    @media only screen and (max-width: 979px) {
      #stuck_container {
        position: relative !important;
        box-shadow: none;
      }
      .pseudoStickyBlock {
        height: 0 !important;
      }
    }
    html {
      width: 100%;
    }
    a[href^="tel:"] {
      color: inherit;
      text-decoration: none;
    }
    sss * {
      -webkit-text-size-adjust: none;
    }
    body {
      position: relative;
      background: #ffffff;
      color: #7e7d7d;
      font: 13px/24px 'Open Sans', sans-serif;
    }
    strong {
      font-weight: 700;
    }
    address {
      font-style: normal;
    }
    p {
      margin-bottom: 24px;
    }
    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: normal;
      color: #000000;
      font-family: 'Alegreya SC', serif;
    }
    h2 {
      font-size: 30px;
      line-height: 30px;
      padding-top: 45px;
      margin-bottom: 34px;
    }
    /****Lists****/
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .list {
      margin-bottom: 42px;
      padding-top: 1px;
    }
    .list li {
      background: url(../images/marker.png) 0 4px no-repeat;
      color: #000000;
      font-family: 'Alegreya SC', serif;
      font-size: 14px;
      text-transform: uppercase;
      padding-left: 20px;
    }
    .list li + li {
      margin-top: 11px;
    }
    /****Links****/
    a {
      text-decoration: none;
      color: inherit;
      outline: none;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
    }
    a:hover {
      color: #f3646b;
    }
    .btn {
      margin-top: 24px;
      background-color: #f3646b;
      display: inline-block;
      color: #ffffff !important;
      font: 14px/24px 'Alegreya SC', serif;
      padding: 4px 16px;
      text-transform: uppercase;
    }
    .btn:hover {
      box-shadow: inset 0 0 0 30px #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-bottom: 10px;
      margin-top: 8px;
    }
    .img_inner.fleft {
      float: left;
      width: auto !important;
      margin-right: 30px;
      margin-bottom: 0px;
    }
    .img_inner.fleft.noresize {
      margin-right: 20px;
      margin-top: 5px;
    }
    .img_fright {
      position: relative;
      top: -1px;
      margin-left: 20px;
      float: right;
    }
    .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;
    }
    .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;
    }
    /*header*/
    header {
      display: block;
      position: relative;
      z-index: 999;
      padding: 20px 0 48px;
    }
    header h1 {
      margin-bottom: 10px;
      text-align: center;
      z-index: 990;
    }
    header h1 a {
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      text-indent: -999px;
      -webkit-transition: 0s ease;
      transition: 0s ease;
    }
    /****Content****/
    #content {
      padding-bottom: 51px;
      background-color: #f8f6f5;
    }
    #content.prv p + .text1 {
      padding-top: 2px;
    }
    #content-1 {
      margin-bottom: 50px;
    }
    /****Non suppage set****/
    .page1 #content {
      padding-bottom: 33px;
    }
    .page1 h2 {
      padding-top: 46px;
      margin-bottom: 21px;
    }
    /****Blocks****/
    .box {
      overflow: hidden;
      background-color: #fff;
      color: #828282;
    }
    .box h2 {
      margin-bottom: 17px;
      padding-top: 42px;
    }
    .box .box_fleft {
      float: left;
    }
    .box .box_fright {
      float: right;
    }
    .box .extra_wrapper {
      overflow: hidden;
      padding: 0 30px 0 50px;
    }
    .box .btn {
      margin-top: 25px;
    }
    .box + .box {
      margin-top: 50px;
    }
    .box.box__1 {
      position: relative;
      top: 2px;
    }
    .box.box__1 h2 {
      padding-bottom: 5px;
    }
    .box.box__2 {
      padding: 0 60px 43px;
      margin-top: 45px;
    }
    .box.box__2 h2 {
      padding-bottom: 13px;
    }
    .block1 {
      width: 190px;
      float: left;
    }
    .block1 img {
      border-radius: 500px;
      display: block;
      margin: 0 auto;
      margin-bottom: 23px;
    }
    .block1 + .block1 {
      margin-left: 20px;
    }
    .blog-post {
      padding-top: 1px;
      overflow: hidden;
    }
    .blog-post time {
      margin-top: -1px;
      position: relative;
      top: 8px;
      padding: 16px 0 6px;
      text-transform: uppercase;
      margin-right: 30px;
      width: 80px;
      text-align: center;
      float: left;
      display: block;
      background-color: #f3646b;
      color: #ffffff;
      font: 48px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .blog-post time span {
      padding-top: 10px;
      display: block;
      font-size: 20px;
    }
    .blog-post .blog-post_links .comment {
      float: right;
    }
    .blog-post .blog-post_links .comment .fa {
      font-size: 18px;
      margin-right: 8px;
      color: #f3646b;
    }
    .blog-post + .blog-post {
      margin-top: 32px;
    }
    /****Separators****/
    /****Gallery****/
    .gallery {
      padding-top: 21px;
    }
    .gall_item {
      margin-right: -1px;
      margin-bottom: 18px;
      display: block;
      background-color: #f3646b;
      background: #f3646b url(../images/magnify.png) center center no-repeat;
    }
    .gall_item.gl__1 {
      margin-bottom: 0;
    }
    .gall_item.gl__1 img {
      margin-bottom: 0;
    }
    .gall_item:hover img {
      opacity: 0.2;
    }
    .gall_item img {
      width: 100%;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      box-shadow: 0 0 0 #fff;
      margin-bottom: 5px;
    }
    .gallery .box {
      margin-right: 1px;
      margin-top: 8px;
      margin-bottom: 12px;
    }
    .gallery .box_bot {
      padding: 23px 18px 23px 20px;
    }
    /****Text styles****/
    .text1 {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .text1 a:hover {
      color: #000000;
    }
    .page1 .text1 {
      margin-bottom: 10px;
    }
    .color1 {
      color: #f3646b;
    }
    .color1 a:hover,
    a.color1:hover {
      color: #000000;
    }
    .color2 {
      color: #000000;
    }
    /****Map****/
    .map {
      overflow: hidden;
      padding-top: 8px;
    }
    .map figure {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .map figure iframe {
      width: 100%;
      height: 354px;
      max-width: 100%;
    }
    .address1 {
      display: block;
      float: left;
    }
    .address1 + .address1 {
      margin-left: 70px;
    }
    .address1 dt {
      line-height: 25px;
    }
    .address1 dd span {
      min-width: 72px;
      display: inline-block;
      text-align: left;
    }
    .address1 dd span.col1 {
      min-width: 0;
    }
    /**Footer**/
    #footer {
      color: #7d7d7d;
      text-align: center;
      padding: 14px 0;
    }
    #footer .copyright {
      font-size: 12px;
      text-transform: uppercase;
    }
    #toTop {
      display: none;
      text-decoration: none;
      position: fixed;
      bottom: 40px;
      left: 51%;
      margin-left: 640px;
      overflow: hidden;
      border: none;
      color: #f3646b;
      width: 40px;
      height: 43px;
      font-size: 43px;
      line-height: 38px;
      z-index: 20;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
    }
    #toTop:hover {
      outline: none;
      color: #000;
    }
    /*==================================RESPONSIVE LAYOUTS===============================================*/
    @media only screen and (max-width: 979px) {
      .extra_wrapper {
        overflow: visible;
      }
      .block1 {
        width: 142px;
      }
      .horizontal-images.content li img {
        width: 250px;
      }
      .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;
      }
      #mCSB_1_scrollbar_horizontal {
        width: 748px !important;
        margin-left: -374px !important;
      }
      .box {
        padding-bottom: 20px;
      }
      .years,
      .month,
      .weeks,
      .days,
      .hours,
      .minutes,
      .seconds {
        width: 100px !important;
      }
    }
    @media only screen and (max-width: 767px) {
      .fright {
        float: none !important;
      }
      .address1 + .address1 {
        margin-left: 60px;
      }
      .img_fright {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
      }
      #mCSB_1_scrollbar_horizontal {
        width: 420px !important;
        margin-left: -210px !important;
      }
      .years,
      .month,
      .weeks,
      .days,
      .hours,
      .minutes,
      .seconds {
        width: 88px !important;
      }
      .box_fleft,
      .box_fright {
        width: 100%;
        float: none;
      }
      .img_inner,
      .img_inner.fleft {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-top: 30px;
      }
      .img_inner img,
      .img_inner.fleft img {
        width: 100%;
      }
      header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
      }
      header h1 a {
        margin: 0 auto;
        max-width: 90%;
        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;
      }
      .block1 {
        width: auto;
        float: none;
        margin: 0 0 30px!important;
      }
    }@import '../css/grid.css';
    @import '../css/font-awesome.css';
    @import url(//fonts.googleapis.com/css?family=Open+Sans:400);
    @import url(//fonts.googleapis.com/css?family=Open+Sans:700);
    @import url(//fonts.googleapis.com/css?family=Alegreya+SC:400);
    @import url(//fonts.googleapis.com/css?family=Alegreya+SC:700);
    .navigation {
      z-index: 999;
      position: relative;
      font-weight: normal;
      padding: 0;
      border: 1px solid #e0e0e0;
      border-left: 0;
      border-right: 0;
      padding: 12px 0;
    }
    
    .navigation .sf-menu {
      z-index: 990;
      text-align: center;
      position: relative;
    }
    .navigation nav {
      position: relative;
      padding: 0;
      font-family: 'Alegreya SC', serif;
    }
    .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 {
      display: inline-block;
      position: relative;
      font-size: 14px;
      line-height: 24px;
    }
    .sf-menu > li:after {
      content: '';
      height: 10px;
      width: 1px;
      position: absolute;
      background-color: #adadad;
      right: -34px;
      top: 8px;
    }
    .sf-menu > li:first-child:before {
      content: '';
      height: 10px;
      width: 1px;
      position: absolute;
      background-color: #adadad;
      left: -34px;
      top: 8px;
    }
    .sf-menu > li > a {
      position: relative;
      color: #4a4a4a;
      text-align: center;
    }
    .sf-menu > li > a.sf-with-ul:after {
      content: '';
      position: absolute;
      width: 5px;
      bottom: 15px;
      left: 50%;
      bottom: -5px;
      pointer-events: none;
      z-index: 999;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 3px 0 3px;
      border-color: #333 transparent transparent transparent;
    }
    .sf-menu > li + li {
      margin-left: 62px;
    }
    .sf-menu > li > a:before {
      position: absolute;
      top: 28px;
      height: 3px;
      background-color: #f3646b;
      opacity: 0;
      left: -43px;
      right: -46px;
      content: '';
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
    }
    .sf-menu > li.sfHover > a:before,
    .sf-menu > li.current > a:before,
    .sf-menu > li > a:hover:before {
      opacity: 1;
    }
    /*================================>> 2 Level <<========================================*/
    .sf-menu > li ul {
      z-index: 999;
      position: absolute;
      left: 50%;
      margin-left: -65px;
      width: 131px;
      background-color: #ffffff;
      top: 33px;
      padding: 10px 0 12px;
    }
    .sf-menu li ul li {
      margin-top: 0;
      position: relative;
      float: none !important;
      text-transform: none;
      text-align: left;
      font: 12px/20px 'Open Sans', sans-serif;
    }
    .sf-menu li ul li + li {
      margin-top: 5px;
    }
    .sf-menu li ul li + li + li {
      margin-top: 6px;
    }
    .sf-menu li ul li a {
      position: relative;
      color: #929292;
      padding: 1px 20px 2px 43px;
      display: block;
    }
    .sf-menu li ul li a.sf-with-ul:after {
      content: '';
      font-family: 'FontAwesome';
      position: absolute;
      width: 5px;
      right: 15px;
      font-size: 13px;
      line-height: 13px;
      font-weight: normal;
      color: #333;
      bottom: 5px;
      pointer-events: none;
      z-index: 999;
    }
    .sf-menu li li a:hover,
    .sf-menu li.sfHover li.sfHover > a {
      background-color: #f3646b;
      color: #ffffff;
      box-shadow: none;
    }
    /*================================>> 3 Level <<========================================*/
    .sf-menu > li ul li ul {
      left: 100%;
      top: -10px;
      margin-left: 10px;
      border-top: 0;
    }
    /*==================================RESPONSIVE LAYOUTS===============================================*/
    @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;
        display: block !important;
        border: 2px solid #e0e0e0 ;
      }
    }
    #stuck_container {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 999;
      background-color: #fff;
    }
    #stuck_container .isStuck {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    #stuck_container .isStuck .menuBox {
      margin: 0;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
    }
    @media only screen and (min-width: 979px) {
      .isStuck {
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
      }
    }
    @media only screen and (max-width: 979px) {
      #stuck_container {
        position: relative !important;
        box-shadow: none;
      }
      .pseudoStickyBlock {
        height: 0 !important;
      }
    }
    html {
      width: 100%;
    }
    a[href^="tel:"] {
      color: inherit;
      text-decoration: none;
    }
    sss * {
      -webkit-text-size-adjust: none;
    }
    body {
      position: relative;
      background: #ffffff;
      color: #7e7d7d;
      font: 13px/24px 'Open Sans', sans-serif;
    }
    strong {
      font-weight: 700;
    }
    address {
      font-style: normal;
    }
    p {
      margin-bottom: 24px;
    }
    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: normal;
      color: #000000;
      font-family: 'Alegreya SC', serif;
    }
    h2 {
      font-size: 30px;
      line-height: 30px;
      padding-top: 45px;
      margin-bottom: 34px;
    }
    /****Lists****/
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .list {
      margin-bottom: 42px;
      padding-top: 1px;
    }
    .list li {
      background: url(../images/marker.png) 0 4px no-repeat;
      color: #000000;
      font-family: 'Alegreya SC', serif;
      font-size: 14px;
      text-transform: uppercase;
      padding-left: 20px;
    }
    .list li + li {
      margin-top: 11px;
    }
    /****Links****/
    a {
      text-decoration: none;
      color: inherit;
      outline: none;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
    }
    a:hover {
      color: #f3646b;
    }
    .btn {
      margin-top: 24px;
      background-color: #f3646b;
      display: inline-block;
      color: #ffffff !important;
      font: 14px/24px 'Alegreya SC', serif;
      padding: 4px 16px;
      text-transform: uppercase;
    }
    .btn:hover {
      box-shadow: inset 0 0 0 30px #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-bottom: 10px;
      margin-top: 8px;
    }
    .img_inner.fleft {
      float: left;
      width: auto !important;
      margin-right: 30px;
      margin-bottom: 0px;
    }
    .img_inner.fleft.noresize {
      margin-right: 20px;
      margin-top: 5px;
    }
    .img_fright {
      position: relative;
      top: -1px;
      margin-left: 20px;
      float: right;
    }
    .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;
    }
    .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;
    }
    /*header*/
    header {
      display: block;
      position: relative;
      z-index: 999;
      padding: 20px 0 48px;
    }
    header h1 {
      margin-bottom: 10px;
      text-align: center;
      z-index: 990;
    }
    header h1 a {
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      text-indent: -999px;
      -webkit-transition: 0s ease;
      transition: 0s ease;
    }
    /****Content****/
    #content {
      padding-bottom: 51px;
      background-color: #f8f6f5;
    }
    #content.prv p + .text1 {
      padding-top: 2px;
    }
    #content-1 {
      margin-bottom: 50px;
    }
    /****Non suppage set****/
    .page1 #content {
      padding-bottom: 33px;
    }
    .page1 h2 {
      padding-top: 46px;
      margin-bottom: 21px;
    }
    /****Blocks****/
    .box {
      overflow: hidden;
      background-color: #fff;
      color: #828282;
    }
    .box h2 {
      margin-bottom: 17px;
      padding-top: 42px;
    }
    .box .box_fleft {
      float: left;
    }
    .box .box_fright {
      float: right;
    }
    .box .extra_wrapper {
      overflow: hidden;
      padding: 0 30px 0 50px;
    }
    .box .btn {
      margin-top: 25px;
    }
    .box + .box {
      margin-top: 50px;
    }
    .box.box__1 {
      position: relative;
      top: 2px;
    }
    .box.box__1 h2 {
      padding-bottom: 5px;
    }
    .box.box__2 {
      padding: 0 60px 43px;
      margin-top: 45px;
    }
    .box.box__2 h2 {
      padding-bottom: 13px;
    }
    .block1 {
      width: 190px;
      float: left;
    }
    .block1 img {
      border-radius: 500px;
      display: block;
      margin: 0 auto;
      margin-bottom: 23px;
    }
    .block1 + .block1 {
      margin-left: 20px;
    }
    .blog-post {
      padding-top: 1px;
      overflow: hidden;
    }
    .blog-post time {
      margin-top: -1px;
      position: relative;
      top: 8px;
      padding: 16px 0 6px;
      text-transform: uppercase;
      margin-right: 30px;
      width: 80px;
      text-align: center;
      float: left;
      display: block;
      background-color: #f3646b;
      color: #ffffff;
      font: 48px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .blog-post time span {
      padding-top: 10px;
      display: block;
      font-size: 20px;
    }
    .blog-post .blog-post_links .comment {
      float: right;
    }
    .blog-post .blog-post_links .comment .fa {
      font-size: 18px;
      margin-right: 8px;
      color: #f3646b;
    }
    .blog-post + .blog-post {
      margin-top: 32px;
    }
    /****Separators****/
    /****Gallery****/
    .gallery {
      padding-top: 21px;
    }
    .gall_item {
      margin-right: -1px;
      margin-bottom: 18px;
      display: block;
      background-color: #f3646b;
      background: #f3646b url(../images/magnify.png) center center no-repeat;
    }
    .gall_item.gl__1 {
      margin-bottom: 0;
    }
    .gall_item.gl__1 img {
      margin-bottom: 0;
    }
    .gall_item:hover img {
      opacity: 0.2;
    }
    .gall_item img {
      width: 100%;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      box-shadow: 0 0 0 #fff;
      margin-bottom: 5px;
    }
    .gallery .box {
      margin-right: 1px;
      margin-top: 8px;
      margin-bottom: 12px;
    }
    .gallery .box_bot {
      padding: 23px 18px 23px 20px;
    }
    /****Text styles****/
    .text1 {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .text1 a:hover {
      color: #000000;
    }
    .page1 .text1 {
      margin-bottom: 10px;
    }
    .color1 {
      color: #f3646b;
    }
    .color1 a:hover,
    a.color1:hover {
      color: #000000;
    }
    .color2 {
      color: #000000;
    }
    /****Map****/
    .map {
      overflow: hidden;
      padding-top: 8px;
    }
    .map figure {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 22px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .map figure iframe {
      width: 100%;
      height: 354px;
      max-width: 100%;
    }
    .address1 {
      display: block;
      float: left;
    }
    .address1 + .address1 {
      margin-left: 70px;
    }
    .address1 dt {
      line-height: 25px;
    }
    .address1 dd span {
      min-width: 72px;
      display: inline-block;
      text-align: left;
    }
    .address1 dd span.col1 {
      min-width: 0;
    }
    /**Footer**/
    #footer {
      color: #7d7d7d;
      text-align: center;
      padding: 14px 0;
    }
    #footer .copyright {
      font-size: 12px;
      text-transform: uppercase;
    }
    #toTop {
      display: none;
      text-decoration: none;
      position: fixed;
      bottom: 40px;
      left: 51%;
      margin-left: 640px;
      overflow: hidden;
      border: none;
      color: #f3646b;
      width: 40px;
      height: 43px;
      font-size: 43px;
      line-height: 38px;
      z-index: 20;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
    }
    #toTop:hover {
      outline: none;
      color: #000;
    }
    /*==================================RESPONSIVE LAYOUTS===============================================*/
    @media only screen and (max-width: 979px) {
      .extra_wrapper {
        overflow: visible;
      }
      .block1 {
        width: 142px;
      }
      .horizontal-images.content li img {
        width: 250px;
      }
      .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;
      }
      #mCSB_1_scrollbar_horizontal {
        width: 748px !important;
        margin-left: -374px !important;
      }
      .box {
        padding-bottom: 20px;
      }
      .years,
      .month,
      .weeks,
      .days,
      .hours,
      .minutes,
      .seconds {
        width: 100px !important;
      }
    }
    @media only screen and (max-width: 767px) {
      .fright {
        float: none !important;
      }
      .address1 + .address1 {
        margin-left: 60px;
      }
      .img_fright {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
      }
      #mCSB_1_scrollbar_horizontal {
        width: 420px !important;
        margin-left: -210px !important;
      }
      .years,
      .month,
      .weeks,
      .days,
      .hours,
      .minutes,
      .seconds {
        width: 88px !important;
      }
      .box_fleft,
      .box_fright {
        width: 100%;
        float: none;
      }
      .img_inner,
      .img_inner.fleft {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-top: 30px;
      }
      .img_inner img,
      .img_inner.fleft img {
        width: 100%;
      }
      header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
      }
      header h1 a {
        margin: 0 auto;
        max-width: 90%;
        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;
      }
      .block1 {
        width: auto;
        float: none;
        margin: 0 0 30px!important;
      }
    }
    @media only screen and (max-width: 479px) {
      .comment {
        float: none !important;
        display: block;
      }
      #mCSB_1_scrollbar_horizontal {
        width: 300px !important;
        margin-left: -150px !important;
      }
      .years,
      .month,
      .weeks,
      .days,
      .hours,
      .minutes,
      .seconds {
        font-size: 32px;
        width: 50px !important;
      }
      .years:after,
      .month:after,
      .weeks:after,
      .days:after,
      .hours:after,
      .minutes:after,
      .seconds:after {
        font-size: 11px !important;
      }
      #owl .item {
        padding-left: 30px;
        padding-right: 30px;
      }
      #footer .copyright {
        font-size: 11px;
      }
      .address1 {
        float: none;
      }
      .address1 + .address1 {
        margin-left: 0;
        margin-top: 20px;
      }
    }
    
    
   
    
    @media only screen and (max-width: 479px) {
      .comment {
        float: none !important;
        display: block;
      }
      #mCSB_1_scrollbar_horizontal {
        width: 300px !important;
        margin-left: -150px !important;
      }
      .years,
      .month,
      .weeks,
      .days,
      .hours,
      .minutes,
      .seconds {
        font-size: 32px;
        width: 50px !important;
      }
      .years:after,
      .month:after,
      .weeks:after,
      .days:after,
      .hours:after,
      .minutes:after,
      .seconds:after {
        font-size: 11px !important;
      }
      #owl .item {
        padding-left: 30px;
        padding-right: 30px;
      }
      #footer .copyright {
        font-size: 11px;
      }
      .address1 {
        float: none;
      }
      .address1 + .address1 {
        margin-left: 0;
        margin-top: 20px;
      }
    }
    
    
    
  }
  #footer .copyright {
    font-size: 11px;
  }
  .address1 {
    float: none;
  }
  .address1 + .address1 {
    margin-left: 0;
    margin-top: 20px;
  }
}


