@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #222;
  color: #777777;
  font: 300 15px/25px "Lato", Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 45px;
  margin-left: 26px;
  float: left;
}
h1 img {
  max-width: inherit;
}
.box-4 h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 45px;
  margin-bottom: 14px;
  margin-left: 0;
  float: none;
}
h2 {
  font: bold 61px/61px 'Lato', Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
  margin-top: 90px;
  letter-spacing: -1px;
}
h3 {
  font: 100 41px/44px 'Lato', Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
  margin-top: 0px;
}
h4 {
  font: 700 25px/30px 'Lato', Arial, sans-serif;
  color: #65b32e;
/*  margin-top: 27px;*/
  text-transform: uppercase;
}
.top_section {
  position: relative;
  background: #ededed;
  overflow: hidden;
  padding: 10px 0 12px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
  /*overflow: hidden;*/
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0px;
  float: right;
  margin-right: 15px;
}
.rd-navbar {
  float: right;
}
.rd-navbar > li {
  float: left;
  position: relative;
  margin: 0 0 0 1px;
}
.rd-navbar > li > a {
  display: inline-block;
  padding: 0px 15px;
  font: bold 20px/126px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 1;
  /* rollover line =============================================*/
}
.rd-navbar > li > a:hover {
  color: #ffffff;
  background: @menu-bg-hover-color;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-navbar > li.current > a {
  color: #ffffff;
  background: @menu-bg-hover-color;
}
.rd-navbar > li.current > a strong {
  width: 100%;
  opacity: 1;
}
/*.rd-navbar > li.sfHover > a {*/
/*  color: #ffffff;*/
/*  background: @menu-bg-hover-color;*/
/*}*/
.rd-navbar > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.rd-navbar a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-navbar a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.rd-navbar ul {
  position: absolute;
  top: 126px;
  left: 0px;
  background: #262626;
  padding: 25px 30px 10px;
  width: 195px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rd-navbar ul li {
  position: relative;
  text-align: left;
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3d3a3a;
}
.rd-navbar ul li:last-child {
  border-bottom: none;
}
.rd-navbar ul li a {
  font: 15px/16px 'Lato', Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
}
.rd-navbar ul li a:hover {
  color: #65b32e;
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #65b32e;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
a.link2:hover {
  color: #65b32e;
}
a.link3:hover {
  color: #000;
}
a.link4 {
  color: #242424;
}
a.link4:hover {
  color: #65b32e;
}
a.link5 {
  text-decoration: underline;
  color: #65b32e;
}
a.link5:hover {
  color: #000;
  text-decoration: underline;
}
a.link6 {
  color: #65b32e;
}
a.link6:hover {
  color: #000;
}
.link_arr:hover {
  color: #000;
}
.banner1.v3 .link_arr:hover .icon2 {
  color: #000 !important;
}
.lh20 {
  line-height: 20px;
}
.txt1 {
  color: #888888;
  line-height: 34px;
  margin-top: 10px;
}
.txt2 {
  color: #fff;
  font: bold 20px/24px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 40px;
}
.txt3 {
  max-width: 540px;
}
.txt4 {
  color: #fff;
  width: 100%;
  font: 900 25px/30px 'Lato', Arial, sans-serif;
  padding: 10px 10px 16px 17px;
  text-transform: uppercase;
  background: #242424;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.txt5 {
  color: #fff;
  width: 100%;
  font: bold 72px/72px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0px;
  letter-spacing: -1px;
}
.txt6 {
  color: #fff;
  width: 100%;
  font: 100 60px/60px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: -5px;
}
.bd_top {
  border-top: 1px solid #c0c0c0;
  margin-top: 34px;
  padding-top: 8px;
}
.txt7 {
  color: #fff;
  font: 18px/20px 'Lato', Arial, sans-serif;
  padding: 11px 21px;
  text-transform: uppercase;
  margin-top: 12px;
  background: #65b32e;
  font-style: italic;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 19px;
}
.txt8 {
  display: inline-block;
  color: #333;
  font: bold 18px/20px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 23px;
}
.txt_section1 {
  text-align: right;
}
.txt_section2 {
  width: 100%;
  padding: 10px 10px 44px 19px;
  margin-top: 5px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.color1 {
  color: #65b32e;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #333;
}
.box {
  overflow: hidden;
}
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marRight1 {
  margin-right: 30px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 0px;
}
.marTop2 {
  margin-top: 53px;
  margin-bottom: -20px;
}
.marTop3 {
  margin-top: 13px;
}
.marTop4 {
  margin-top: 13px;
}
.marTop5 {
  margin-top: 19px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 8px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 30px;
}
.img2 {
  margin-top: 34px;
  float: left;
  margin-right: 26px;
}
.img3 {
  margin-top: 50px;
}
.img4 {
  margin-top: 21px;
  float: left;
  margin-right: 32px;
}
blockquote {
  padding-left: 68px;
  padding-right: 0;
  background: url(../images/quote_sign.png) 0 7px no-repeat;
  margin-top: 21px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
blockquote h4 {
  margin-top: 16px;
}
.num_section {
  font: 300 52px/52px 'Lato', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Lato', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Lato', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 19px;
  padding-left: 0;
}
.listWithMarker li {
  display: block;
  padding-left: 23px;
  background: url(../images/list_marker.png) 0px 4px no-repeat;
  margin-bottom: 0;
  padding-bottom: 7px;
}
.listWithMarker li a {
  text-decoration: none;
  font: 300 15px/20px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #65b32e;
}
.list2 {
  margin: 0;
  margin-top: 38px;
  padding-left: 0;
}
.list2 li {
  display: block;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.list2 li:last-child {
  border-bottom: none;
}
.list2 li a {
  color: #65b32e;
  text-decoration: none;
  font: bold 20px/24px "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.list_num {
  color: #d0cfcf;
  font: bold 40px/40px "Lato", Arial, sans-serif;
  margin-top: -15px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.list2 li a:hover,
.listWithMarker li.current a {
  color: #000;
}
.list2 li a:hover .list_num,
.listWithMarker li.current a .list_num {
  color: #65b32e;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 3px;
  padding: 10px 19px 11px;
  text-decoration: none;
  font: 15px/20px "Lato", Arial, sans-serif;
  color: #fff;
  background: #65b32e;
  border-radius: 5px;
  margin-left: 7px;
}
.more_btn.v2 {
  color: #333;
  background: #dadada;
}
.more_btn:hover {
  color: #65b32e;
  background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 26px;
  text-decoration: none;
  padding: 19px 30px;
  font: bold 20px/22px "Lato", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #65b32e;
}
.more_btn2.v2 {
  margin-top: 23px;
  padding: 17px 19px;
}
.more_btn2:hover {
  color: #65b32e;
  background: #000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
.lightbox-video {
  position: relative;
  display: inline-block;
  margin-top: 13px;
}
.lightbox-video span.video_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video_arrow.png) no-repeat 50% 50%;
  z-index: 1;
  opacity: 1;
}
.opacity1 {
  opacity: 0;
}
.lightbox-video span.video_title {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #474747;
  color: #fff;
  padding: 4px 10px;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
}
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 4px;
  white-space: nowrap;
  text-align: left;
  float: left;
  margin-left: 23px;
  padding-left: 0;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #bbbbbb;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 27px/44px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #65b32e;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0px 0;
  background: #f0f0f0;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 100px !important;
}
.box-2 {
  position: relative;
  background: #fff;
  margin-top: 0;
  padding: 0px 0 101px;
}
.box-2.v2 {
  padding-bottom: 97px;
}
.box-2.v3 {
  margin-top: 85px;
}
.box-3 {
  position: relative;
  background: url(../images/bg1.jpg) 50% 53% no-repeat #f2f2f2;
  margin-top: 0;
  padding: 10px 0 95px;
  text-align: right;
}
.box-4 {
  position: relative;
  background: #262626;
  margin-top: 0;
  padding: 45px 0 94px;
}
.box-5 {
  position: relative;
  background: url(../images/bg2.jpg) 50% 50% no-repeat #716754;
  margin-top: 75px;
  padding: 67px 0 76px;
}
.banners-main {
  position: relative;
  z-index: 101;
  margin-top: -250px;
}
.banner1 {
  float: left;
  margin-top: 0;
  margin-right: 0;
  width: 25%;
  background: url(../images/banner_bg1.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 39px 20px 26px 40px;
  color: #fff;
}
.banner1.v2 {
  background: url(../images/banner_bg2.png);
}
.banner1.v3 {
  background: url(../images/banner_bg3.png);
  color: #333;
}
.banner1.v3 .banner_txt3 {
  color: #777;
}
.banner1.v3 .icon1,
.banner1.v3 .icon2 {
  color: #65b32e;
}
.icon1 {
  font: normal normal 90px/90px 'FontAwesome';
  float: left;
  text-align: left;
  width: 102px;
  margin-right: 0;
}
.icon2 {
  font: normal normal 40px/40px 'FontAwesome';
  display: inline-block;
  margin-top: -7px;
  margin-left: 4px;
}
.icon3 {
  width: 130px;
  height: 130px;
  font: normal normal 70px/130px 'FontAwesome';
  float: left;
  text-align: center;
  margin-right: 21px;
  color: #fff;
  background: #65b32e;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.icon3 i {
  line-height: inherit;
}
.icon3:hover {
  background: #242424;
}
.icon4 {
  font: normal normal 55px/55px 'FontAwesome';
  color: #242424;
  display: inline-block;
  margin-top: -10px;
  width: 63px;
}
.icon5 {
  font: normal normal 53px/53px 'FontAwesome';
  color: #65b32e;
  margin-top: 31px;
  width: 69px;
  float: left;
}
.banner_txt1 {
  font: 700 61px/61px 'Lato', Arial, sans-serif;
  margin-top: -3px;
  text-transform: uppercase;
}
.banner_txt2 {
  font: 100 41px/41px 'Lato', Arial, sans-serif;
  margin-top: -5px;
  text-transform: uppercase;
}
.banner_txt3 {
  margin-top: 8px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 17px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 374px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 20px;
  display: block;
}
.address1 dt {
  font: bold 25px/30px 'Lato', Arial, sans-serif;
  color: #65b32e;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.address1 dd span {
  min-width: 80px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0px 0 17px;
  color: #777;
  overflow: hidden;
}
.txt_priv {
  margin-top: 17px;
  font: 300 15px/22px 'Lato', Arial, sans-serif;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #000;
  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: #65b32e;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1899px) {
  .banners-main {
    margin-top: 0;
  }
  .banner1 {
    padding: 39px 10px 26px 10px;
  }
}
@media only screen and (max-width: 1699px) {
  .banner_txt1 {
    font: 700 41px/41px 'Lato', Arial, sans-serif;
    margin-top: 3px;
  }
  .banner_txt2 {
    font: 100 31px/31px 'Lato', Arial, sans-serif;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner1 {
    width: 50%;
    margin-bottom: 1px;
    padding: 39px 20px 26px 40px;
  }
  .txt1 {
    line-height: 26px;
  }
  .txt2 {
    font: bold 15px/20px 'Lato', Arial, sans-serif;
  }
}
@media only screen and (max-width: 979px) {
  .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;
  }
  h1 img {
    max-width: 189px;
    margin-top: 15px;
    margin-bottom: 15px
  }
  .banner_txt1 {
    font: 700 28px/30px 'Lato', Arial, sans-serif;
  }
  .banner_txt2 {
    font: 100 29px/31px 'Lato', Arial, sans-serif;
  }
  .img_big {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  figure a {
    width: 100%;
  }
  figure a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  h1 {
    float: none;
    margin-top: 10px;
  }
  .banner1 {
    width: 100%;
    margin-bottom: 1px;
  }
  .txt_section1 {
    text-align: left;
  }
  .box2 {
    overflow: visible;
  }
  .icon3 {
    width: 110px;
    height: 110px;
    font: normal normal 60px/110px 'FontAwesome';
    float: left;
    text-align: center;
    margin-right: 11px;
    color: #fff;
    background: #65b32e;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
  h2 {
    font: bold 51px/51px 'Lato', Arial, sans-serif;
  }
  h3 {
    font: 100 31px/34px 'Lato', Arial, sans-serif;
  }
  .txt5 {
    font: bold 42px/42px 'Lato', Arial, sans-serif;
  }
  .txt6 {
    font: 100 30px/30px 'Lato', Arial, sans-serif;
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font: bold 31px/31px 'Lato', Arial, sans-serif;
  }
  /*h1 {width: 100%; margin-left: 0; margin-bottom: 10px; float: none;}
	h1 img{width: 100%;}*/
  h4 {
    font: 700 17px/26px 'Lato', Arial, sans-serif;
  }
}
/*Core variables and mixins*/
.top_section ul {
	margin-bottom: 0;
}
.rd-navbar{
	margin-bottom: 0;
	list-style: none;
}
#primary li{
	list-style: none;
}
#primary li:hover{
    background: #242424;
}
#primary.sf-menu > li:before{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    box-shadow: inset 0 -10px 0 0 #65b32e;
    opacity: 0;
}
#primary li:hover:before{
	opacity: 1;
}
#primary li:hover a {
	color: #fff;
}
.wpcf7-form-control-wrap textarea {
	width: 100%;
}
.wpcf7 input.wpcf7-submit{
	float: right;
}
.custom-post-grid .jet-posts .post-thumbnail{
	float: left;
	margin-right: 26px;
}
.custom-post-grid .jet-posts__inner-content{
	display: flex;
	flex-direction: column;
}
.custom-post-grid .jet-posts__inner-content .entry-title{
 order: 2
}

.custom-post-grid .jet-posts__inner-content .post-meta{
 order: 1
}

.custom-post-grid .jet-posts__inner-content .entry-excerpt{
 order: 3
}
.custom-post-grid-bordered .entry-excerpt{
	border-bottom: 1px solid #c0c0c0;
}
#footer-text {
	padding: 10px 0;
}
 .content_sidebar{
	padding: 90px 0 90px 0;
}
form.search{
	margin-bottom: 30px;
}
form.search input{
    font: 100 20px/25px 'Lato', Arial, sans-serif;
    padding: 7px 0 7px 5px;
} 
form.search a.btn{
	display: inline-block;
    padding: 10px 7px 11px;
    text-decoration: none;
    font: 15px/20px "Lato", Arial, sans-serif;
    color: #fff;
    background: #65b32e;
    text-transform: uppercase;
    vertical-align: top;
}
form.search a.btn:hover{
	color: #65b32e;
    background: #000;
}
#sidebar h3{
    font: 700 25px/30px 'Lato', Arial, sans-serif;
    color: #333333;
}
@media only screen and (max-width: 600px) {
	.wpcf7-form-control-wrap input {
		width: 100%;
	}
	.custom-post-grid .jet-posts .post-thumbnail {
		float: none;
		margin-right: 0;
	}
	.top_section ul{
		padding-left: 0;
	}
}

.error-page{
	padding: 90px 0;
	background: #f0f0f0;
}
#comments{
	margin-top: 40px;
}
#comments .submit {
	display: inline-block;
    padding: 10px 7px 11px;
    text-decoration: none;
    font: 15px/20px "Lato", Arial, sans-serif;
    color: #fff;
    background: #65b32e;
    text-transform: uppercase;
    vertical-align: top;
    border: none;
}
#comments .submit:hover{
	color: #65b32e;
    background: #000;
}
.post .entry-title{
	font: 700 25px/30px 'Lato', Arial, sans-serif;
}
/* Do not edit main.css edit styles.css or main.scss insted */
/* RD Navbar */
.rd-mobilemenu {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 9999;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.rd-mobilemenu_ul {
  position: absolute;
  padding: 4rem 0 5rem;
  margin: 0;
  width: 240px;
  height: auto;
  bottom: 0;
  left: 0;
  top: 0;
  color: #ffffff;
  background: #666666;
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  font-family: "Arial", sans-serif;
}

.rd-mobilemenu_ul a:hover {
  background: #ffffff;
  color: #333333;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #666666;
  color: #ffffff;
}

.rd-mobilemenu_ul a.active {
  background: #333333;
  color: #ffffff;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 2.5rem;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 3rem;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: "Arial", sans-serif;
  z-index: 9999;
}

.rd-mobilepanel_title {
  color: #ffffff;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  font-size: 1.5rem;
  line-height: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1rem;
  overflow: hidden;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  height: 48px;
  width: 48px;
  left: 8px;
  top: 4px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  -webkit-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  -webkit-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before {
  top: 0;
  width: 15px;
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (min-width: 480px) {
  .rd-navbar-brand__name {
    font-size: 90px;
  }
  .rd-navbar-brand__name span {
    font-size: 160px;
    margin-top: -31px;
  }
}

@media (min-width: 768px) {
  .rd-navbar-brand__name {
    font-size: 160px;
  }
  .rd-navbar-brand__name span {
    margin-top: -41px;
    font-size: 250px;
    margin-left: 16px;
  }
  .rd-navbar-brand__slogan {
    font-size: 18px;
    margin-top: 79px;
  }
}

@media (min-width: 992px) {
  .rd-navbar-brand__name {
    letter-spacing: 16.7px;
  }
  .rd-navbar-brand__slogan {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
.blog .post {
	margin-bottom: 40px;
}
.entry-title{
	margin:10px 0;
}
#comments textarea{
	width: 100%;
}
