@import url(animate.css);
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400');
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: white;
  color: #555;
  font: 300 16px/28px 'Rubik', sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}

h1, h2 {
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
}

h2 {
  text-align: center;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

hr {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  height: 26px;
}
hr:before, hr:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
hr:before {
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background: #D9D9D9;
}
hr:after {
  top: 0;
  bottom: 0;
  background: url("../images/hr-icon.png") no-repeat center center;
}

p a, .terms dd a, .addr a {
  color: #C2C2C2;
}
p a:hover, .terms dd a:hover, .addr a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

.page {
  position: relative;
  overflow: hidden;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.primary {
  color: #333333;
}

html,
body,
.page,
.page > .container,
.page > .container > .row,
.page > .container > .row > [class*="grid_"],
header,
main,
.scrollbar {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px), (max-height: 679px) {
  html,
  body,
  .page,
  .page > .container,
  .page > .container > .row,
  .page > .container > .row > [class*="grid_"],
  header,
  main,
  .scrollbar {
    height: auto;
  }
}
.lt-ie9 html, .mobile html, .tablet html, .lt-ie9
body, .mobile
body, .tablet
body, .lt-ie9
.page, .mobile
.page, .tablet
.page, .lt-ie9
.page > .container, .mobile
.page > .container, .tablet
.page > .container, .lt-ie9
.page > .container > .row, .mobile
.page > .container > .row, .tablet
.page > .container > .row, .lt-ie9
.page > .container > .row > [class*="grid_"], .mobile
.page > .container > .row > [class*="grid_"], .tablet
.page > .container > .row > [class*="grid_"], .lt-ie9
header, .mobile
header, .tablet
header, .lt-ie9
main, .mobile
main, .tablet
main, .lt-ie9
.scrollbar, .mobile
.scrollbar, .tablet
.scrollbar {
  height: auto;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.sf-menu a {
  display: inline-block;
}

.sf-menu > li > a {
  position: relative;
  color: #FFF;
}
.sf-menu > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -85px;
  margin-top: -12px;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent white transparent transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .sf-menu > li > a:after {
  display: none;
}
.sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  right: -65px;
  opacity: 1;
}
.lt-ie9 .sf-menu > li.active > a:after, .lt-ie9 .sf-menu > li.sfHover > a:after, .lt-ie9 .sf-menu > li > a:hover:after {
  display: block;
}
.sf-menu li + li {
  margin-top: 10px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li > a:after {
    content: '';
    right: auto;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent white;
  }
  .sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sf-menu > li > a:after {
    content: '';
    right: auto;
    left: -20px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    border-color: transparent transparent transparent white;
  }
  .sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
    left: -10px;
  }
}

.sf-menu ul {
  display: none;
  margin-top: 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #cecdcd;
}

@media (max-height: 679px) {
  .sf-menu {
    display: block;
  }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .sf-menu:after {
    clear: both;
  }
  .sf-menu li {
    position: relative;
    display: inline-block;
  }
  .sf-menu li + li {
    margin-top: 0;
    margin-left: 10px;
  }
  .sf-menu > li > a:after {
    content: '';
    right: auto;
    top: -20px;
    left: 50% !important;
    margin-left: -7px;
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: white transparent transparent transparent;
  }
  .sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
    top: -10px;
  }

  .sf-menu > li > ul {
    position: absolute;
    top: 100%;
    width: 250px;
    left: 50%;
    margin-top: 30px;
    margin-left: -125px;
    padding: 15px 10px;
    background: #FFF;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    text-transform: none;
    z-index: 2;
  }
  .sf-menu > li > ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent white transparent;
  }

  .sf-menu ul > li > a {
    color: #777777;
  }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #333333;
  }
}
.lt-ie9 .sf-menu, .mobile .sf-menu, .tablet .sf-menu {
  display: block;
}
.lt-ie9 .sf-menu:before, .lt-ie9 .sf-menu:after, .mobile .sf-menu:before, .mobile .sf-menu:after, .tablet .sf-menu:before, .tablet .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.lt-ie9 .sf-menu:after, .mobile .sf-menu:after, .tablet .sf-menu:after {
  clear: both;
}
.lt-ie9 .sf-menu li, .mobile .sf-menu li, .tablet .sf-menu li {
  position: relative;
  display: inline-block;
}
.lt-ie9 .sf-menu li + li, .mobile .sf-menu li + li, .tablet .sf-menu li + li {
  margin-top: 0;
  margin-left: 10px;
}
.lt-ie9 .sf-menu > li > a:after, .mobile .sf-menu > li > a:after, .tablet .sf-menu > li > a:after {
  content: '';
  right: auto;
  top: -20px;
  left: 50% !important;
  margin-left: -7px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: white transparent transparent transparent;
}
.lt-ie9 .sf-menu > li.active > a:after, .lt-ie9 .sf-menu > li.sfHover > a:after, .lt-ie9 .sf-menu > li > a:hover:after, .mobile .sf-menu > li.active > a:after, .mobile .sf-menu > li.sfHover > a:after, .mobile .sf-menu > li > a:hover:after, .tablet .sf-menu > li.active > a:after, .tablet .sf-menu > li.sfHover > a:after, .tablet .sf-menu > li > a:hover:after {
  top: -10px;
}
.lt-ie9 .sf-menu > li > ul, .mobile .sf-menu > li > ul, .tablet .sf-menu > li > ul {
  position: absolute;
  top: 100%;
  width: 250px;
  left: 50%;
  margin-top: 30px;
  margin-left: -125px;
  padding: 15px 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  text-transform: none;
  z-index: 2;
}
.lt-ie9 .sf-menu > li > ul:before, .mobile .sf-menu > li > ul:before, .tablet .sf-menu > li > ul:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent white transparent;
}
.lt-ie9 .sf-menu ul > li > a, .mobile .sf-menu ul > li > a, .tablet .sf-menu ul > li > a {
  color: #777777;
}
.lt-ie9 .sf-menu ul > li.sfHover > a, .lt-ie9 .sf-menu ul > li > a:hover, .mobile .sf-menu ul > li.sfHover > a, .mobile .sf-menu ul > li > a:hover, .tablet .sf-menu ul > li.sfHover > a, .tablet .sf-menu ul > li > a:hover {
  color: #333333;
}

.lt-ie9 .sf-menu > li > ul {
  border: 1px solid #ededed;
}

@media (max-width: 767px), (max-width: 767px) and (max-height: 679px) {
  .lt-ie9 .sf-menu, .mobile .sf-menu, .tablet .sf-menu, .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
.select-menu .select option {
  color: #333333;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: white;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(17, 17, 17, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC111111', endColorstr='#CC111111')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC111111', endColorstr='#CC111111');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 479px) {
  .thumb {
    max-height: 230px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  display: none;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}

.lt-ie9 .toTop {
  display: block;
}

@media (max-height: 679px) {
  .toTop {
    display: block;
  }
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #333333;
  padding-top: 86px;
  padding-bottom: 30px;
  text-align: right;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -65px;
  width: 1570px;
  background: #333333 url("../images/header-bg.jpg") no-repeat top right;
}
header * {
  color: #FFF;
}
header * + nav {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  header {
    text-align: left;
  }
  header:before {
    background-position: 330px top;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header:before {
    right: -40px;
  }
}
@media (max-height: 889px) {
  header nav {
    margin-top: 10%;
  }
}
@media (max-height: 799px) {
  header {
    padding-top: 36px;
  }
}
@media (max-width: 767px), (max-height: 679px) {
  header {
    text-align: center;
  }
  header:before {
    right: 50%;
    margin-right: -785px;
    background-position: center center;
  }
  header * + nav {
    margin-top: 50px;
  }
}
.lt-ie9 header, .mobile header, .tablet header {
  text-align: center;
}
.lt-ie9 header:before, .mobile header:before, .tablet header:before {
  right: 50%;
  margin-right: -785px;
  background-position: center center;
}
.lt-ie9 header * + nav, .mobile header * + nav, .tablet header * + nav {
  margin-top: 50px;
}

.header_panel {
  position: relative;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}

/*==================     Brand     ======================*/
.brand_slogan {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.brand_name + .brand_slogan {
  margin-top: 0;
}

/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + h2 {
  margin-top: 32px;
}

* + p {
  margin-top: 15px;
}

* + .row {
  margin-top: 23px;
}

* + .index-list {
  margin-top: 29px;
}

* + .gallery {
  margin-top: 40px;
}

* + .addr {
  margin-top: 7px;
}

* + .phone_number {
  margin-top: 38px;
}

* + .contact-form {
  margin-top: 34px;
}

* + .btn {
  margin-top: 20px;
}

.btn + .btn {
  margin-top: 0;
  margin-left: 5px;
}

h3 + p {
  margin-top: 6px;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  position: relative;
  display: block;
  background: white;
}
@media (max-width: 767px), (max-height: 799px) {
  main {
    padding-bottom: 0;
  }
}

.main_panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  z-index: 1;
}
.main_panel, .main_panel:before, .main_panel:after {
  background: #F2F2F2;
}
.main_panel:before, .main_panel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.main_panel:before {
  right: 100%;
  width: 65px;
}
.main_panel:after {
  left: 100%;
  width: 1000px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .main_panel:before {
    width: 35px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .main_panel:before {
    width: 44px;
  }
}
@media (max-width: 767px), (max-height: 679px) {
  .main_panel:before, .main_panel:after {
    width: 200px;
  }
}
.lt-ie9 .main_panel:before, .lt-ie9 .main_panel:after, .mobile .main_panel:before, .mobile .main_panel:after, .tablet .main_panel:before, .tablet .main_panel:after {
  width: 200px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 121px;
  padding-bottom: 52px;
}

.well2 {
  padding-top: 40px;
  padding-bottom: 59px;
}

/*==================  Backgrounds  ======================*/
/*==================     Images    ======================*/
.image1 img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*==================     Links     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 4px 20px;
  border: 2px solid #CAC9C9;
  text-align: center;
}
.btn:hover {
  border-color: #333333;
  background: #333333;
  color: #FFF;
}

/*==================    Gallery    ======================*/
.gallery_cf:after {
  display: block;
  clear: both;
  content: "";
}
.gallery .item-default {
    width: 32.7%;
}
.gallery .item-default + .item-default {
    margin-left: 0.633333333%;
}
.gallery_cf {
    margin-bottom: 5px;
}
.gallery .thumb {
  float: left;
}
.gallery .item-2, .gallery .item-4, .gallery .item-5, .gallery .item-6, .gallery .item-7 {
  margin-top: 3px;
}
.gallery .item-5, .gallery .item-7 {
  margin-left: 0.3896103896103896%;
}
.gallery .item-1, .gallery .item-2 {
  width: 52.46753246753247%;
}
.gallery .item-3 {
  width: 47.14285714285714%;
  float: right;
}
.gallery .item-4 {
  width: 31.2987012987013%;
}
.gallery .item-5 {
  width: 68.31168831168831%;
}
.gallery .item-6, .gallery .item-7 {
  width: 49.74025974025974%;
}
@media (max-width: 479px) {
  .gallery .thumb{
    float: none;
    width: 100%;
    margin-top: 5px;
  }
}

/*==================  Index  List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  display: block;
  margin: 0 auto 24px;
  counter-increment: li;
  font: 400 30px "Playball", cursive;
  width: 89px;
  height: 89px;
  line-height: 89px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #F2F2F2;
  color: #333333;
}
@media (max-width: 979px) {
  .index-list {
    margin-left: 0 !important;
    text-align: center;
  }
  .index-list li {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .index-list li + li {
    margin-top: 30px;
  }
}
.tablet .index-list {
  text-align: center;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 11px;
}
.inline-list .fa {
  font-size: 19px;
  line-height: 28px;
  color: #9e7f79;
}
.inline-list .fa:hover {
  color: #b77a6e;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================     Phone     ======================*/
.phone_number {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 0px;
}
.terms dd + dt {
  margin-top: 0px;
}

/*========================================================
                     FOOTER  Section
=========================================================*/
footer {
  position: relative;
  margin-top: -70px;
  padding: 23px 0 20px;
  text-align: right;
  font-size: 12px;
  line-height: 24px;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer {
    text-align: left;
  }
}
@media (max-height: 799px) {
  footer {
    margin-top: -6%;
  }
}
@media (max-width: 767px), (max-height: 679px) {
  footer {
    text-align: center;
    color: #777777;
    margin-top: 0;
    padding-bottom: 50px;
  }
}
.lt-ie9 footer, .mobile footer, .tablet footer {
  text-align: center;
  color: #777777;
  margin-top: 0;
}
footer a:hover {
  text-decoration: underline;
} @media (max-width: 767px){ 
.container .grid_4 {
width: 270px!important;
}
}
