@import '../css/grid.css';
@import '../css/font-awesome.css';
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300);
.navigation {
  z-index: 999;
  float: right;
  position: relative;
  font-weight: normal;
  padding: 27px 0 0;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: left;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.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 {
  float: left;
  position: relative;
  font-size: 24px;
  line-height: 36px;
}
.sf-menu > li > a {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px 14px 13px 16px;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 15px;
  left: 50%;
  margin-left: -3px;
  bottom: 10px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #f6eed2 transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  box-shadow: inset 0 0 0 38px #65BF6A;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 195px;
  background-color: #2E5730;
  top: 100%;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-transform: none;
  font-size: 13px;
  text-align: left;
  line-height: 38px;
}
.sf-menu li ul li + li {
  border-top: 1px solid #313131;
}
.sf-menu li ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  padding: 0 20px;
}
.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: #fff;
  bottom: 13px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  color: #65BF6A;
  box-shadow: none;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 100%;
  top: 0;
}
.sf-menu li ul ul li a {
  color: #ffffff;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 0px 0px 20px !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 #fff;
  }
}
#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;
  padding: 10px 0;
}
#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: url(../images/bg_body.png) 0 0 repeat #000000;
  color: #2E5730;
  font: 300 14px/24px 'Roboto Slab', 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: #2E5730;
}
h2 {
  color: #fff;
  font-weight: 300;
  font-size: 95px;
  line-height: 96px;
  margin-bottom: 25px;
}
h3 {
  font-size: 55px;
  line-height: 63px;
  padding-top: 71px;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 28px;
  top: 2px;
  position: relative;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list {
  padding-top: 3px;
}
.list li {
  margin-left: 20px;
  position: relative;
}
.list li + li {
  margin-top: 24px;
}
.list li + li:before {
  position: absolute;
  top: -12px;
  left: 0px;
  right: 0;
  height: 1px;
  content: '';
  background: url(../images/list_sep.png) 0 0 repeat-x;
}
.list li:after {
  position: absolute;
  background: url(../images/marker.png) 0 0 no-repeat;
  width: 5px;
  height: 9px;
  top: 9px;
  left: -20px;
  content: '';
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #65BF6A;
}
.page1 .btn {
  margin-top: 32px;
}
.btn {
  margin-top: 32px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #447F47;
  display: inline-block;
  font-size: 21px;
  line-height: 36px;
  padding: 6px 33px 14px;
}
.btn:hover {
  color: #ffffff;
  box-shadow: inset 0 0 0 44px #65BF6A;
}
.link1 {
  font-size: 21px;
  display: inline-block;
  margin-top: 19px;
  line-height: 36px;
  font-weight: normal;
}
/****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: 10px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.fleft.noresize {
  margin-right: 20px;
  margin-top: 5px;
}
.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: 39px 0 47px;
  background: url(../images/slide.jpg) center 0 no-repeat;
}
header h1 {
  text-align: center;
  z-index: 990;
  float: left;
}
header h1 a {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
header h1 img {
  display: block;
}
.page1 header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: none;
}
/****Content****/
.content {
  padding-bottom: 63px;
  background-color: #FFFFFF;
}
/****Non suppage set****/
.page1 h3 {
  padding-top: 68px;
  margin-bottom: 23px;
}
.page1 .paper {
  margin-top: 0;
  padding-bottom: 54px;
}
.page1 .paper h3 {
  margin-bottom: 51px;
}
.page1 .content {
  padding-bottom: 0;
}
/****Blocks****/
.pad2 {
  padding-top: 3px;
}
.parallax {
  padding: 211px 0 268px;
  color: #ffffff;
  margin-top: 80px;
  background: url(../images/parallax_image.jpg) center 0 no-repeat;
}
.parallax h2 {
  margin-bottom: 44px;
  color: #000000;
}
.parallax h4 {
  position: static;
  margin-bottom: 25px;
  color: #000000;
  background:rgba(197,225,239,0.7);
}
.paper {
  margin-top: 98px;
  padding-bottom: 54px;
  background: url(../images/paper_bg.png) 0 0 repeat;
}
.paper h3 {
  padding-top: 59px;
  margin-bottom: 41px;
}
.block1 {
  overflow: hidden;
}
.block1 .count {
  margin: 10px 0 20px;
  float: left;
  font-weight: normal;
  font-size: 45px;
  line-height: 56px;
  color: #ffffff;
  background-color: #cf4667;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 40px;
  position: relative;
}
.block1 .count:after {
  content: '';
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #cf4666;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.block1 .link1 {
  margin-top: 42px;
}
.time1 {
  padding-top: 8px;
  display: block;
}
.time1 span {
  background-color: #65BF6A;
  color: #ffffff;
  display: inline-block;
  padding: 1px 7px 3px;
  position: relative;
  top: 2px;
  line-height: 18px;
}
.block2 {
  overflow: hidden;
}
.block2 h4 {
  margin-bottom: 17px;
}
.block2 + .block2 {
  margin-top: 30px;
}
.block3 h4 {
  margin-bottom: 17px;
}
.block3 .link1 {
  margin-top: 42px;
}
.bq1 {
  padding-top: 3px;
  overflow: hidden;
}
.bq1 .link1 {
  display: block;
  margin-top: 15px;
  line-height: 30px;
}
.bq1 .fa {
  padding-top: 3px;
  width: 53px;
  float: left;
  font-size: 35px;
  line-height: 40px;
}
/****Separators****/
.sep__1 {
  height: 24px;
}
/****Gallery****/
.gall_item {
  color: #fff !important;
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  overflow: hidden;
  text-transform: uppercase;
}
.gall_item img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.gall_item .gall_capt {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  bottom: -100%;
  padding: 12px 18px 12px;
  background-color: rgba(211, 60, 96, 0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gall_item:hover .gall_capt {
  bottom: 0;
}
.gall_item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.gall_item.it__1 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.gall_item.it__1 .gall_capt {
  bottom: 0;
}
/****Text styles****/
.text1 {
  font-size: 20px;
  line-height: 24px;
  color: #65BF6A;
  margin-bottom: 6px;
}
.text1 a:hover {
  color: #333;
}
.page1 .text1 {
  margin-bottom: 10px;
}
.color1 {
  color: #65BF6A;
}
.color1 a:hover,
a.color1:hover {
  color: #447F47;
}
.color2 {
  color: #2E5730;
}
.color3 {
  color: #447F47;
}
/****Map****/
.map {
  overflow: hidden;
}
.map figure {
  padding-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 424px;
  max-width: 100%;
}
.map h4 {
  margin-bottom: 28px;
}
.address1 {
  display: block;
}
.address1 + .address1 {
  margin-top: 24px;
}
.address1 dd span {
  min-width: 98px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**Footer**/
.cont_map {
  display: block;
  width: 100%;
}
.cont_map iframe {
  width: 100%;
  height: 400px;
}
#footer {
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 63px 0;
}
#footer a:hover {
  color: #447F47;
}
#footer .pad1 {
  padding-right: 90px;
}
#footer .footer_menu {
  padding-top: 12px;
}
#footer .footer_menu li {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
}
#footer .footer_menu li + li {
  margin-left: 27px;
}
#footer .footer_menu li.current {
  color: #447F47;
}
#footer .copyright {
  color: #65BF6A;
  padding: 30px 0 33px;
}
#footer .footer_socials {
  color: #65BF6A;
}
#footer .footer_socials .fa {
  display: inline-block;
  font-size: 37px;
  line-height: 24px;
  margin-left: 10px;
}
#footer .footer_socials .fa + .fa {
  margin-left: 37px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #65BF6A;
  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: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  .parallax {
    padding: 120px 0;
    background-position: center 0 !important;
  }
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .pad1 {
    padding-right: 0 !important;
  }
  .caption {
    margin-top: 0;
    top: 160px;
  }
  .caption p {
    display: none;
  }
  h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .address1 dd span {
    min-width: 0;
  }
}
@media only screen and (max-width: 979px) {
  header h1 {
    width: 240px;
  }
  .navigation {
    padding-top: 5px;
  }
  .sf-menu > li > a {
    font-size: 20px;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .block1,
  .bq1 {
    margin-bottom: 60px;
  }
  .sep__1 {
    height: 0;
  }
  .gall_item.it__1 {
    margin-top: 40px;
  }
  header {
    padding-top: 0px;
  }
  header h1 {
    width: auto;
  }
  h2 br {
    display: none;
  }
  .parallax {
    -webkit-background-size: auto 100% !important;
    background-size: auto 100% !important;
  }
  .gall_item img {
    width: 100%;
  }
  .footer_menu {
    display: none;
  }
  .fright {
    float: none !important;
  }
  .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 {
    max-width: 90%;
    width: auto;
    display: inline-block;
    height: 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;
  }
}
