@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:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
.navigation {
	z-index: 999;
	position: relative;
	padding-top: 7px;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  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 {
	font-weight: 600;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.sf-menu > li + li {
  margin-left: 29px;
}
.sf-menu > li > a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  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: #C5E730;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    font-size: 12px;
  }
  .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: 16px/30px Arial, Helvetica, sans-serif;
	color: #205F2F;
	width: 100%;
	margin: 0 auto;
	float: none;
	outline: none;
	text-align: left !important;
	display: block !important;
	border: 2px solid #fff;
  }
  .select-menu option {
    text-align: left;
  }
}
#stuck_container {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	z-index: 998 !important;
	background: url(../images/stuck_bg.png) 0 0 repeat;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
#stuck_container .isStuck {
  -webkit-transition: 0.2s ease;
  transition: 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) {
  #stuck_container.isStuck {
    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;
}

body {
	position: relative;
	color: #7e8487;
	font: 300 18px/30px 'Open Sans', sans-serif;
	background-color: #205F2F;
}

p {
	margin-bottom: 25px;
	color: #333;
}
p.offset__1 {
  margin-bottom: 12px;
}

input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
.picture-head {
	max-width: 100%;
	margin: 1px;
	padding: 5px;
	border: 2px solid #205F2F;
	background-color: #205F2F;
}
.picture-main {
	max-width: 100%;
	margin: 1px;
	padding: 5px;
	border: 2px solid #333;
	background-color: #FFF;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	color: #336633;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	padding-top: 40px;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 3px;
}
h3 {
	font-size: 36px;
	line-height: 50px;
	padding-top: 25px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #339933;
}
h4 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}
h5 {
	color: #006633;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 18px;
}
h6 {
	font-size: 36px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	margin-top: 25px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/****Links****/
a {
	text-decoration: none;
	color: #060;
	outline: none;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	font-weight: bold;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}
a:hover h6 {
	color: #339900;
	text-decoration: underline;
	font-weight: bold;
}
.btn {
	background-color: #205F2F;
	color: #FFFFFF;
	border-radius: 2px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 25px 14px;
	text-transform: uppercase;
	margin-top: 23px;
	min-width: 82px;
	text-align: center;
}
.btn:hover {
	background-color: #339900;
	color: #663333;
}
/****classes****/

.clear {
  float: none !important;
  clear: both;
}

.rel {
  position: relative;
}

/*header-brand*/
header-brand {
  display: block;
  position: relative;
  z-index: 999;
}
header-brand .rel {
  z-index: 999;
  }
header-brand h1 {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 999;
	font-size: 28px;
	color: #009933;
	padding-top: 40px;
	font-weight: 600;
	text-align: center;
	float: left;
	padding-bottom: 20px;
	margin-top: 30px;
	line-height: 34px;
}
header-brand h1 a {
	text-indent: -999px;
	-webkit-transition: 0s ease;
	transition: 0s ease;
	color: #FFF;
}
.page1  header-brand{
	position: absolute;
	left: -1px;
	right: 0;
	top: 0;
	background: none;
}
/*header*/

header {
  display: block;
  position: relative;
  z-index: 999;
  background: url(../images/slide.jpg) center 0 no-repeat;
}
header .rel {
  z-index: 999;
  }

.page1  header{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: none;
}
/****Content****/
#content {
  background-color: #fff;
}
#content .content_white {
	padding-bottom: 30px;
}
#content .content_color-1 {
	padding-bottom: 44px;
	color: #ffffff;
	background-color: #66CC66;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #006600;
	font-size: 14px;
	line-height: 24px;
}
#content .content_color-1 h3 {
  padding-top: 22px;
  color: #ffffff;
}
#content .content_color-1 p {
	color: #333333;
	font-weight: bold;
}
#content .content_color-1 h4 {
	padding-top: 22px;
	color: #ffffff;
}
#content .content_color-2 {
	padding-bottom: 44px;
	color: #fff;
	background-color: #66CC66;
	font-size: 14px;
	line-height: 24px;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #669900;
}
#content .content_color-2 h3 {
  padding-top: 26px;
  padding-bottom: 2px;
  color: #ffffff;
}
#content .content_color-2 p {
	color: #333333;
	font-weight: bold;
}
#content .content_color-2 h4 {
	padding-top: 22px;
	color: #ffffff;
}
#content .content_color-3 {
	padding-bottom: 44px;
	color: #fff;
	background-color: #82af75;
	font-size: 14px;
	line-height: 24px;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #6a975c;
}
#content .content_color-3 h3 {
	padding-top: 26px;
	padding-bottom: 2px;
	color: #ffffff;
}
#content .content_color-3 p {
	color: #333333;
	font-weight: bold;
}
#content .content_color-3 h4 {
	padding-top: 22px;
	color: #ffffff;
}

/****Non suppage set****/
.page1 #content .content_white {
	padding-bottom: 30px;
}
.page1 #content .content_color-1 {
  padding: 28px 0 35px;
}
/****Blocks****/
.colored-row {
	padding-bottom: 32px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	position: relative;
	background-color: #82af75;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #336600;
}
.colored-row * {
  position: relative;
  z-index: 10;
}
.colored-row .colored-row_left {
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 50%;
	top: -13px;
	background-color: #99CC99;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #339900;
}
.colored-row .colored-row_title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color: #FFF;
}
.colored-row img {
  padding-top: 29px;
  margin-bottom: 12px;
}
.colored-row.colored-row__1 {
	padding-bottom: 37px;
	background-color: #66CC33;
	border-color: #669900;
}
.colored-row.colored-row__1 img {
  padding-bottom: 2px;
}
.colored-row.colored-row__1 .colored-row_left {
	background-color: #669900;
	border-color: #669966;
}
.post {
  padding-top: 77px;
}
.post + .post {
  margin-top: 14px;
  padding-top: 19px;
  background: url(../images/sep-1.png) 0 0 repeat-x;
}
.post + .post + .post {
  margin-top: 16px;
}

.box {
	margin-bottom: 21px;
	margin-top: 9px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	background-color: #59c0a7;
}
.box .gall_item {
  margin-right: 0 !important;
}
.box .box_bot {
  padding: 13px 20px 23px;
  border-top: 13px solid #3ea28a;
}
.box.box__bg1 {
  background-color: #82af75;
}
.box.box__bg1 .box_bot {
  border-color: #6a975c;
}
.box.box__bg2 {
  background-color: #ffc738;
}
.box.box__bg2 .box_bot {
  border-color: #ecb529;
}
.box.box__bg3 {
  background-color: #e19c36;
}
.box.box__bg3 .box_bot {
  border-color: #c6811a;
}

/*****Gallery****/
.gall_item {
	margin-right: 1px;
	display: block;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/magnify.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	border: 2px solid #FFF;
}
.gall_item img {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 100%;
	box-shadow: 0 0 0 #fff;
}
.gall_item:hover img {
  opacity: 0.2;
}
/****Separators****/

/****Text styles****/
.text-picture {
	padding-top: 2px;
	font-weight: 900;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
	color: #000;
}
.text1 {
	padding-top: 2px;
	font-weight: 900;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #FFF;
}

.color2 {
  color: #2c343c;
}
/****Map****/


/**Footer**/
#footer {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 60px;
	font-weight: 500;
	text-align: center;
}
#footer .copyright {
	margin-top: 52px;
	background-color: #669933;
	border-radius: 2px;
	padding: 29px 30px 30px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #535355;
  text-align: center;
  width: 50px;
  height: 43px;
  font-size: 28px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #818185;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {

  #owl-demo1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {

  h3 {
	font-size: 30px;
  }
  h2 {
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 32px;
  }
  .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;
  }


  .camera_prev {
    left: 10px;
  }
  .camera_next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .none {
    clear: both;
  }

  .copyright {
	font-size: 13px;
  }

  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }
  .none {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #owl-demo1 {
    padding: 0 40px;
  }
  .owl-buttons > div {
    width: 40px !important;
    margin-top: -20px !important;
    height: 40px !important;
  }
  .owl-buttons > div:after {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
}
