/* -------------------- imports -------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.com/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* -------------------- variables -------------------- */
/* -------------------- base -------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
figure {
  margin: 0;
}
/* -------------------- wordpress -------------------- */
.gform_validation_container,
.gform_ajax_spinner,
.validation_error {
  display: none;
}
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
/* -------------------- typography -------------------- */
.user-content h1,
.user-content h2 {
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.166666667;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .user-content h1,
  .user-content h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .user-content h1,
  .user-content h2 {
    font-size: 28px;
  }
}
.user-content h3 {
  color: #5bb400;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 20px;
}
@media only screen and (max-width: 978px) {
  .user-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .user-content h3 {
    font-size: 18px;
  }
}
.user-content p,
.user-content ul li {
  color: #666;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .user-content p,
  .user-content ul li {
    font-size: 14px;
  }
}
.user-content p a,
.user-content ul li a {
  color: #346302;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 700;
}
.user-content p a:hover,
.user-content ul li a:hover {
  color: #5bb400;
}
.user-content ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}
.user-content ul li {
  margin: 0;
}
.user-content ul li ul {
  padding: 0 0 0 20px;
}
/* -------------------- layout -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1100px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1140px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
.modal {
  display: none;
  background: #fff;
  padding: 50px 60px;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 20px;
  }
}
.modal .gform_title {
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .modal .gform_title {
    font-size: 24px;
  }
}
.modal .gform_description {
  color: #333;
  font-size: 18px;
  line-height: 1.333333333;
  margin: 0 0 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal .gform_description {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.modal ul li {
  margin: 0 0 15px;
  position: relative;
}
.modal ul li .validation_message {
  position: absolute;
  color: #f00;
  font-size: 12px;
  top: 5px;
  right: 5px;
}
.modal ul li .gfield_label {
  display: none;
}
.modal ul li input[type=text],
.modal ul li textarea {
  color: #000;
  font-size: 18px;
  padding: 15px;
  border: 2px solid #999;
  width: 100%;
  font-family: 'Open Sans', 'Arial', sans-serif;
}
@media only screen and (max-width: 767px) {
  .modal ul li input[type=text],
  .modal ul li textarea {
    font-size: 14px;
    padding: 10px;
  }
}
.modal ul li input[type=text]:focus,
.modal ul li textarea:focus {
  border-color: #000;
}
.modal ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #999;
}
.modal ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #999;
}
.modal ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #999;
}
.modal ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #999;
}
.modal ul li textarea {
  resize: none;
  height: 173px;
}
@media only screen and (max-width: 767px) {
  .modal ul li textarea {
    height: 100px;
  }
}
.modal ul li.styled-select .ginput_container {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #fff url("../img/select.png") center right 15px no-repeat;
  position: relative;
  border: 2px solid #999;
}
@media only screen and (max-width: 767px) {
  .modal ul li.styled-select .ginput_container {
    height: 44px;
    background: #fff url("../img/select.png") center right 10px no-repeat;
  }
}
.modal ul li.styled-select .ginput_container select {
  background: transparent;
  width: 120%;
  padding: 5px 15px;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 60px;
  -webkit-appearance: none;
  font-size: 18px;
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  .modal ul li.styled-select .ginput_container select {
    font-size: 14px;
    height: 44px;
    padding: 10px;
  }
}
.modal button {
  background: #5bb400;
  padding: 14px 51px;
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', 'Arial', sans-serif;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal button {
    padding: 10px 30px;
    font-size: 18px;
  }
}
.modal button:hover {
  background: #346302;
}
.fancybox-skin {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
}
.sb-slidebar {
  background: #183200;
  padding: 20px;
}
.sb-slidebar ul li a {
  color: #fff;
  display: block;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 16px;
  padding: 7px 0;
}
.sb-slidebar ul li ul li a {
  font-size: 14px;
  padding: 5px 20px;
}
body {
  padding-top: 150px;
}
@media only screen and (max-width: 1300px) {
  body {
    padding-top: 67px;
  }
}
body.home {
  padding-top: 0;
}
header {
  position: fixed;
  height: 150px;
  background: rgba(24,50,0,0.9) url("../img/header.png") left top no-repeat;
  z-index: 99;
  width: 100%;
  top: 0px;
}
@media only screen and (max-width: 1300px) {
  header {
    height: 67px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    background: rgba(24,50,0,0.9);
  }
}
header .header-logo {
  float: left;
  margin: 51px 0 0 27px;
}
@media only screen and (max-width: 1300px) {
  header .header-logo {
    margin: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 450px) {
  header .header-logo {
    margin: 23px 0 0 20px;
  }
}
header .header-logo img {
  width: 473px;
  height: 41px;
}
@media only screen and (max-width: 1300px) {
  header .header-logo img {
    width: 350px;
    height: 30px;
  }
}
@media only screen and (max-width: 450px) {
  header .header-logo img {
    width: 236px;
    height: 20px;
  }
}
header .header-button {
  float: right;
  margin: 57px 38px 0 0;
  display: block;
  color: #306100;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 9px 20px;
  background: -webkit-linear-gradient(top, #f5db2b, #b4a021);
  background: -moz-linear-gradient(top, #f5db2b, #b4a021);
  background: -o-linear-gradient(top, #f5db2b, #b4a021);
  background: -ms-linear-gradient(top, #f5db2b, #b4a021);
  background: linear-gradient(to bottom, #f5db2b, #b4a021);
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1300px) {
  header .header-button {
    margin: 15px 20px 0 0;
  }
}
@media only screen and (max-width: 1130px) {
  header .header-button {
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  header .header-button {
    display: none;
  }
}
header .header-button:hover {
  color: #000;
}
header .header-nav {
  float: right;
  margin: 64px 17px 0 0;
}
@media only screen and (max-width: 1300px) {
  header .header-nav {
    margin: 22px 17px 0 0;
  }
}
@media only screen and (max-width: 1130px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav ul li {
  float: left;
  margin: 0 5px;
  position: relative;
}
header .header-nav ul li a {
  display: block;
  padding: 0 0 44px;
}
header .header-nav ul li a span {
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  color: #f3da2a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 7px 10px;
}
header .header-nav ul li ul {
  display: none;
  position: absolute;
  background: #5bb400;
  padding: 17px 19px;
  -webkit-box-shadow: 0 0 7px #010101;
  box-shadow: 0 0 7px #010101;
}
header .header-nav ul li ul li {
  float: none;
  border-bottom: 1px solid #346302;
}
header .header-nav ul li ul li a {
  width: 300px;
  padding: 9px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-nav ul li ul li a:hover {
  background: #346302;
  padding-left: 10px;
}
header .header-nav ul li ul li:first-child {
  border-top: 1px solid #346302;
}
header .header-nav ul li.menu-item-has-children > a:after {
  display: none;
  position: absolute;
  content: '';
  width: 27px;
  height: 20px;
  bottom: 0px;
  left: 50%;
  margin-left: -13px;
  background: url("../img/header-nav-arrow.png");
  z-index: 2;
}
header .header-nav ul li:hover ul,
header .header-nav ul li:hover a:after {
  display: block;
}
header .header-nav ul li:hover > a > span {
  background: #5bb400;
  -webkit-box-shadow: 0 0 7px #010101;
  box-shadow: 0 0 7px #010101;
  color: #fff;
}
header .sb-toggle-right {
  padding: 20px 20px 19px;
  float: right;
  display: none;
}
@media only screen and (max-width: 1130px) {
  header .sb-toggle-right {
    display: block;
  }
}
header .sb-toggle-right img {
  width: 22px;
  height: 24px;
}
.hero {
  position: relative;
}
.hero .hero-carousel {
  margin: 0;
}
.hero .hero-carousel .slick-prev,
.hero .hero-carousel .slick-next {
  width: 58px;
  height: 74px;
  margin-top: -37px;
  background: url("../img/hero-nav.png") center center no-repeat;
  -webkit-background-size: 26px 42px;
  -moz-background-size: 26px 42px;
  background-size: 26px 42px;
  left: 16px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel .slick-prev,
  .hero .hero-carousel .slick-next {
    width: 29px;
    height: 37px;
    margin-top: -18px;
    background: url("../img/hero-nav.png") center center no-repeat;
    -webkit-background-size: 13px 21px;
    -moz-background-size: 13px 21px;
    background-size: 13px 21px;
    left: 0;
  }
}
.hero .hero-carousel .slick-next {
  left: auto;
  right: 16px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel .slick-next {
    right: 0px;
  }
}
.hero .hero-carousel .slick-prev:hover,
.hero .hero-carousel .slick-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.hero .hero-carousel .slick-prev:before,
.hero .hero-carousel .slick-next:before {
  display: none;
}
.hero .hero-carousel figure {
  position: relative;
  overflow: hidden;
}
.hero .hero-carousel figure .img {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.hero .hero-carousel figure figcaption {
  position: absolute;
  bottom: 95px;
  left: 50%;
  margin-left: -372px;
  width: 744px;
  background: rgba(24,50,0,0.9) url("../img/arrow.png") center right 50px no-repeat;
  -webkit-background-size: 42px 42px;
  -moz-background-size: 42px 42px;
  background-size: 42px 42px;
  padding: 20px 110px 20px 50px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel figure figcaption {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 15px 70px 20px 20px;
    background: rgba(24,50,0,0.9) url("../img/arrow.png") center right 20px no-repeat;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-carousel figure figcaption {
    text-align: center;
    background: rgba(24,50,0,0.9);
    padding: 10px 20px;
    bottom: 40px;
  }
}
.hero .hero-carousel figure figcaption h3 {
  color: #fff;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel figure figcaption h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-carousel figure figcaption h3 {
    font-size: 20px;
  }
}
.hero .hero-carousel figure figcaption p {
  font-size: 16px;
  font-family: 'Lato', 'Arial', sans-serif;
  line-height: 1.375;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel figure figcaption p {
    display: none;
  }
}
.hero .hero-carousel figure figcaption:hover {
  background-color: #183200;
}
.hero .hero-carousel figure figcaption:hover h3,
.hero .hero-carousel figure figcaption:hover p {
  color: #5bb400;
}
.hero .hero-more {
  height: 95px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  .hero .hero-more {
    height: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-more {
    height: 40px;
  }
}
.hero .hero-more span {
  line-height: 95px;
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .hero .hero-more span {
    line-height: 70px;
    margin: 0 12px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-more span {
    line-height: 40px;
    margin: 0;
    font-size: 20px;
  }
}
.hero .hero-more img {
  width: 42px;
  height: 42px;
  position: relative;
  top: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 978px) {
  .hero .hero-more img {
    width: 30px;
    height: 30px;
    top: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-more img {
    display: none;
  }
}
.hero .hero-more:hover span {
  color: #5bb400;
}
.blurb {
  background: rgba(85,148,20,0.1);
  padding: 83px 0;
}
@media only screen and (max-width: 978px) {
  .blurb {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blurb {
    padding: 20px 0;
  }
}
.blurb h2 {
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.166666667;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .blurb h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blurb h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.blurb p {
  color: #5bb400;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media only screen and (max-width: 978px) {
  .blurb p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .blurb p {
    font-size: 18px;
  }
}
.features {
  padding: 50px 0;
}
@media only screen and (max-width: 978px) {
  .features {
    padding: 30px 0;
  }
}
.features .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1160px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.features .wrapper:before,
.features .wrapper:after {
  content: '';
  display: table;
}
.features .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1280px) {
  .features .wrapper .features-carousel {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper .features-carousel {
    margin: 0 20px;
  }
}
.features .wrapper .features-carousel .slick-prev,
.features .wrapper .features-carousel .slick-next {
  width: 22px;
  height: 38px;
  margin-top: -19px;
  background: url("../img/features-nav.png");
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  left: -40px;
}
@media only screen and (max-width: 1280px) {
  .features .wrapper .features-carousel .slick-prev,
  .features .wrapper .features-carousel .slick-next {
    left: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper .features-carousel .slick-prev,
  .features .wrapper .features-carousel .slick-next {
    width: 11px;
    height: 19px;
    background: url("../img/features-nav.png");
    -webkit-background-size: 11px 19px;
    -moz-background-size: 11px 19px;
    background-size: 11px 19px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper .features-carousel .slick-prev,
  .features .wrapper .features-carousel .slick-next {
    left: -10px;
  }
}
.features .wrapper .features-carousel .slick-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -40px;
}
@media only screen and (max-width: 1280px) {
  .features .wrapper .features-carousel .slick-next {
    right: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper .features-carousel .slick-next {
    right: -10px;
  }
}
.features .wrapper .features-carousel .slick-prev:hover,
.features .wrapper .features-carousel .slick-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.features .wrapper .features-carousel .slick-prev:before,
.features .wrapper .features-carousel .slick-next:before {
  display: none;
}
.features .wrapper .features-carousel a {
  margin: 0 30px;
  padding: 0 0 60px;
  display: block;
  background: url("../img/arrow.png") center bottom no-repeat;
  -webkit-background-size: 42px 42px;
  -moz-background-size: 42px 42px;
  background-size: 42px 42px;
}
@media only screen and (max-width: 600px) {
  .features .wrapper .features-carousel a {
    background: url("../img/arrow.png") center bottom no-repeat;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    padding: 0 0 45px;
  }
}
.features .wrapper .features-carousel a img {
  display: block;
  width: 138px;
  height: 103px;
  margin: 0 auto 20px;
}
.features .wrapper .features-carousel a h3 {
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.features .wrapper .features-carousel a p {
  color: #333;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.features .wrapper .features-carousel a:hover h3,
.features .wrapper .features-carousel a:hover p {
  color: #5bb400;
}
.sub-title {
  padding: 30px 0;
  background: #f6db2b;
  *zoom: 1;
}
.sub-title:before,
.sub-title:after {
  content: '';
  display: table;
}
.sub-title:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .sub-title {
    padding: 20px 0;
  }
}
.sub-title h1,
.sub-title h2 {
  color: #1e3b00;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 30px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .sub-title h1,
  .sub-title h2 {
    font-size: 24px;
    float: none;
  }
}
.sub-title a {
  float: right;
  color: #fff;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background: #3b6d06;
  padding: 9px 17px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sub-title a {
    float: none;
    margin: 0 0 20px;
  }
}
.sub-title a:hover {
  background: #5bb400;
}
.post-title {
  padding: 20px 0;
  border-bottom: 2px solid #346302;
  *zoom: 1;
}
.post-title:before,
.post-title:after {
  content: '';
  display: table;
}
.post-title:after {
  clear: both;
}
.post-title h1 {
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 700;
  float: left;
  margin: 12px 0 0;
}
@media only screen and (max-width: 767px) {
  .post-title h1 {
    font-size: 24px;
    float: none;
  }
}
.post-title .date {
  float: right;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post-title .date {
    float: none;
    width: 50px;
  }
}
.post-title .date em {
  font-family: 'Lato', 'Arial', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 5px;
  background: #ccc;
  line-height: 1;
  display: block;
}
.post-title .date span {
  font-family: 'Lato', 'Arial', sans-serif;
  color: #ccc;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.142857143;
  text-transform: uppercase;
}
.generic {
  padding: 70px 0 50px;
  *zoom: 1;
}
.generic:before,
.generic:after {
  content: '';
  display: table;
}
.generic:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .generic {
    padding: 30px 0 10px;
  }
}
.news-listing {
  border-bottom: 1px solid #346302;
  margin: 0 0 20px;
  *zoom: 1;
}
.news-listing:before,
.news-listing:after {
  content: '';
  display: table;
}
.news-listing:after {
  clear: both;
}
.news-listing img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .news-listing img {
    float: none;
    margin: 0 0 20px;
  }
}
.news-listing .text {
  overflow: hidden;
}
.news-listing .text h2 {
  margin: 0 0 10px;
}
.pagination {
  *zoom: 1;
}
.pagination:before,
.pagination:after {
  content: '';
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination a,
.pagination span {
  padding: 10px;
  display: block;
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.pagination span,
.pagination a:hover {
  color: #5bb400;
}
.pagination a.prev,
.pagination a.next {
  float: left;
}
.pagination ul li {
  float: left;
}
.projects {
  padding: 40px 0 50px;
  background: #346302;
}
@media only screen and (max-width: 978px) {
  .projects {
    padding: 30px 0;
  }
}
.projects h2 {
  color: #f1d72a;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .projects h2 {
    margin: 0 0 20px;
  }
}
.projects h2 img {
  display: inline;
  margin: 0 15px 0 0;
}
.projects h2 span {
  position: relative;
  top: -9px;
}
.projects .projects-carousel {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .projects .projects-carousel {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .projects .projects-carousel {
    margin: 0 20px;
  }
}
.projects .projects-carousel .slick-prev,
.projects .projects-carousel .slick-next {
  width: 22px;
  height: 38px;
  margin-top: -19px;
  background: url("../img/features-nav.png");
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  left: -70px;
}
@media only screen and (max-width: 1280px) {
  .projects .projects-carousel .slick-prev,
  .projects .projects-carousel .slick-next {
    left: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .projects .projects-carousel .slick-prev,
  .projects .projects-carousel .slick-next {
    width: 11px;
    height: 19px;
    background: url("../img/features-nav.png");
    -webkit-background-size: 11px 19px;
    -moz-background-size: 11px 19px;
    background-size: 11px 19px;
  }
}
@media only screen and (max-width: 600px) {
  .projects .projects-carousel .slick-prev,
  .projects .projects-carousel .slick-next {
    left: -30px;
  }
}
.projects .projects-carousel .slick-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -70px;
}
@media only screen and (max-width: 1280px) {
  .projects .projects-carousel .slick-next {
    right: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .projects .projects-carousel .slick-next {
    right: -30px;
  }
}
.projects .projects-carousel .slick-prev:hover,
.projects .projects-carousel .slick-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.projects .projects-carousel .slick-prev:before,
.projects .projects-carousel .slick-next:before {
  display: none;
}
.projects .projects-carousel a {
  display: block;
  margin: 0 2px;
  position: relative;
}
.projects .projects-carousel a .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8) url("../img/latest-projects-hover.png") center center no-repeat;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.projects .projects-carousel a img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #fff;
}
@media only screen and (max-width: 978px) {
  .projects .projects-carousel a img {
    border-width: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .projects .projects-carousel a img {
    border-width: 2px;
  }
}
.projects .projects-carousel a:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.latest {
  padding: 40px 0 50px;
  background: #ddead0;
}
@media only screen and (max-width: 978px) {
  .latest {
    padding: 30px 0;
  }
}
.latest h2 {
  color: #346302;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .latest h2 {
    margin: 0 0 20px;
  }
}
.latest h2 img {
  display: inline;
  margin: 0 15px 0 0;
}
.latest h2 span {
  position: relative;
  top: -9px;
}
.latest .latest-carousel {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .latest .latest-carousel {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .latest .latest-carousel {
    margin: 0 20px;
  }
}
.latest .latest-carousel .slick-prev,
.latest .latest-carousel .slick-next {
  width: 22px;
  height: 38px;
  margin-top: -19px;
  background: url("../img/features-nav.png");
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  left: -70px;
}
@media only screen and (max-width: 1280px) {
  .latest .latest-carousel .slick-prev,
  .latest .latest-carousel .slick-next {
    left: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .latest .latest-carousel .slick-prev,
  .latest .latest-carousel .slick-next {
    width: 11px;
    height: 19px;
    background: url("../img/features-nav.png");
    -webkit-background-size: 11px 19px;
    -moz-background-size: 11px 19px;
    background-size: 11px 19px;
  }
}
@media only screen and (max-width: 600px) {
  .latest .latest-carousel .slick-prev,
  .latest .latest-carousel .slick-next {
    left: -30px;
  }
}
.latest .latest-carousel .slick-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -70px;
}
@media only screen and (max-width: 1280px) {
  .latest .latest-carousel .slick-next {
    right: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .latest .latest-carousel .slick-next {
    right: -30px;
  }
}
.latest .latest-carousel .slick-prev:hover,
.latest .latest-carousel .slick-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.latest .latest-carousel .slick-prev:before,
.latest .latest-carousel .slick-next:before {
  display: none;
}
.latest .latest-carousel a {
  display: block;
  padding: 0 3px 70px 0;
  background: url("../img/arrow.png") center bottom no-repeat;
  -webkit-background-size: 42px 42px;
  -moz-background-size: 42px 42px;
  background-size: 42px 42px;
}
@media only screen and (max-width: 600px) {
  .latest .latest-carousel a {
    background: url("../img/arrow.png") center bottom no-repeat;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    padding: 0 3px 45px 0;
  }
}
.latest .latest-carousel a img {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  height: auto;
}
.latest .latest-carousel a .text {
  padding: 0 40px 0 0;
}
.latest .latest-carousel a .text h3 {
  color: #363638;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.latest .latest-carousel a .text p {
  color: #363638;
  font-size: 14px;
  line-height: 1.285714286;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.latest .latest-carousel a:hover h3,
.latest .latest-carousel a:hover p {
  color: #5bb400;
}
.sitemap {
  background: #346302;
  padding: 26px 0;
  border-top: 4px solid #3b6d06;
  *zoom: 1;
}
.sitemap:before,
.sitemap:after {
  content: '';
  display: table;
}
.sitemap:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .sitemap {
    border-width: 3px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap {
    border-width: 2px;
  }
}
.sitemap .sitemap-phone {
  margin: 26px 0 0;
  float: left;
  color: #f7dd2b;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 44px;
  padding: 0 0 0 45px;
  background: url("../img/phone.png") left center no-repeat;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-phone {
    margin: 0;
  }
}
@media only screen and (max-width: 660px) {
  .sitemap .sitemap-phone {
    float: none;
    display: block;
    width: 260px;
    margin: 0 auto;
  }
}
.sitemap .sitemap-button {
  margin: 37px 0 0 25px;
  float: left;
  display: block;
  color: #306100;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 9px 20px;
  background: -webkit-linear-gradient(top, #f5db2b, #b4a021);
  background: -moz-linear-gradient(top, #f5db2b, #b4a021);
  background: -o-linear-gradient(top, #f5db2b, #b4a021);
  background: -ms-linear-gradient(top, #f5db2b, #b4a021);
  background: linear-gradient(to bottom, #f5db2b, #b4a021);
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-button {
    margin: 11px 0 0 20px;
  }
}
@media only screen and (max-width: 660px) {
  .sitemap .sitemap-button {
    float: none;
    display: block;
    width: 146px;
    margin: 20px 0;
    margin: 20px auto;
  }
}
.sitemap .sitemap-button:hover {
  color: #000;
}
.sitemap .sitemap-social {
  float: left;
  margin: 28px 0 0 110px;
}
@media only screen and (max-width: 1050px) {
  .sitemap .sitemap-social {
    margin: 28px 0 0 25px;
  }
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-social {
    float: right;
    margin: 2px 0 0;
  }
}
@media only screen and (max-width: 660px) {
  .sitemap .sitemap-social {
    float: none;
  }
}
@media only screen and (max-width: 660px) {
  .sitemap .sitemap-social ul {
    display: inline-block;
    vertical-align: top;
  }
}
.sitemap .sitemap-social ul li {
  float: left;
  margin: 0 10px 0 0;
}
.sitemap .sitemap-logo {
  float: right;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-logo {
    float: none;
    clear: both;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 660px) {
  .sitemap .sitemap-logo {
    padding: 10px 0 0;
  }
}
footer {
  padding: 20px 0;
  background: #1e3b00;
  text-align: center;
}
footer p {
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  color: #77e700;
  text-transform: uppercase;
}
footer p a {
  color: #fff;
  font-weight: 900;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 650px) {
  footer p a {
    display: block;
  }
}
footer p a:hover {
  color: #77e700;
}
.post-main {
  float: left;
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .post-main {
    float: none;
    width: 100%;
  }
}
.post-sidebar {
  float: right;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .post-sidebar {
    float: none;
    width: 100%;
  }
}
.post-sidebar img {
  margin: 0 0 30px;
  width: 100%;
}
.post-sidebar h3 {
  font-family: 'Lato', 'Arial', sans-serif;
  line-height: 1;
  color: #346302;
  font-size: 24px;
  padding: 0 0 5px;
  border-bottom: 2px solid #346302;
  margin: 0 0 15px;
}
.post-sidebar ul li a {
  display: block;
  font-family: Lato;
  line-height: 1.6;
  color: #5bb400;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.post-sidebar ul li a:hover {
  color: #346302;
}
.gallery {
  *zoom: 1;
}
.gallery:before,
.gallery:after {
  content: '';
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery dl.gallery-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.gallery dl.gallery-item:before,
.gallery dl.gallery-item:after {
  content: '';
  display: table;
}
.gallery dl.gallery-item:after {
  clear: both;
}
.gallery dl.gallery-item:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
.gallery dl.gallery-item:nth-child(5n+1) {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .gallery dl.gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .gallery dl.gallery-item:before,
  .gallery dl.gallery-item:after {
    content: '';
    display: table;
  }
  .gallery dl.gallery-item:after {
    clear: both;
  }
  .gallery dl.gallery-item:nth-child(5n) {
    margin-right: 3%;
    float: left;
  }
  .gallery dl.gallery-item:nth-child(5n+1) {
    clear: none;
  }
  .gallery dl.gallery-item:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  .gallery dl.gallery-item:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .gallery dl.gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .gallery dl.gallery-item:before,
  .gallery dl.gallery-item:after {
    content: '';
    display: table;
  }
  .gallery dl.gallery-item:after {
    clear: both;
  }
  .gallery dl.gallery-item:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .gallery dl.gallery-item:nth-child(4n+1) {
    clear: none;
  }
  .gallery dl.gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .gallery dl.gallery-item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .gallery dl.gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .gallery dl.gallery-item:before,
  .gallery dl.gallery-item:after {
    content: '';
    display: table;
  }
  .gallery dl.gallery-item:after {
    clear: both;
  }
  .gallery dl.gallery-item:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .gallery dl.gallery-item:nth-child(3n+1) {
    clear: none;
  }
  .gallery dl.gallery-item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .gallery dl.gallery-item:nth-child(2n+1) {
    clear: both;
  }
}
.gallery dl.gallery-item dt {
  margin: 0 0 20px;
}
.gallery dl.gallery-item dt a {
  -webkit-box-shadow: 0 1px 7px rgba(1,1,1,0.45);
  box-shadow: 0 1px 7px rgba(1,1,1,0.45);
  display: block;
  padding: 5px;
  position: relative;
}
.gallery dl.gallery-item dt a span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(52,99,2,0.9) url("../img/view.png") center center no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery dl.gallery-item dt a img {
  width: 100%;
  display: block;
}
.gallery dl.gallery-item dt a:hover span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery dl.gallery-item dd {
  display: none;
}
.fancybox-close {
  background: url("../img/close.png");
  width: 31px;
  height: 30px;
  right: -31px;
  top: -30px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 1140px) {
  .fancybox-close {
    right: 5px;
    top: 5px;
  }
}
.fancybox-close:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
