@charset "utf-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Sarina|Roboto:400,100,700,300,900,900italic,300italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #979797;
  color: #7c7c7c;
  font: 300 14px/18px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  position: relative;
  font-family: 'Sarina', cursive;
  color: #64a70b;
  font-size: 32px;
  line-height: 46px; }

h2 {
  font-size: 53px;
  line-height: 60px;
  font-weight: 900;
  color: #fff; }

h3 {
  font-size: 36px;
  line-height: 36px; }
  h3.mod1 {
    color: #333; }

h4 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700; }

h5 {
  font-weight: 900;
  line-height: 16px;
  color: #333;
  text-transform: uppercase; }

h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 300; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #64a70b; }

p a:hover, .marked-list2 a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list2 .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
	overflow: hidden;
	min-height: 500px;
	color: #999;
}
  .lt-ie9 .page {
    min-width: 1200px; }

.container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h3 + * {
  margin-top: 45px; }

.mod1 + * {
  margin-top: 20px; }

h4 + * {
  margin-top: 15px; }

h5 + * {
  margin-top: 20px; }

p + h5 {
  margin-top: 40px; }

h6 + * {
  margin-top: 35px; }

.row + .row {
  margin-top: 30px; }

.container + .container {
  margin-top: 85px; }

p + .btn {
  margin-top: 20px; }

img + * {
  margin-top: 35px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name span {
    display: block;
    background: #64a70b;
    color: #fff;
    font: 700 12px/16px "Roboto", sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #f0f0f0; }

.bg2 {
  background: #00a1f1; }

.bg3 {
	background-color: #64a70b;
}

.bg4 {
  background: #7cbb00; }

.bg5 {
  background: #64a70b; }

/*==================    Buttons    ======================*/
.btn, .btn2 {
	display: inline-block;
	padding: 12px 25px;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	background-color: #64A70B;
}
  .btn:hover, .btn2:hover {
    background: #a9a9a9; }
  .btn:active, .btn2:active {
    background: #8f8f8f; }
  .btn + .btn, .btn2 + .btn, .btn + .btn2, .btn2 + .btn2 {
    margin-left: 10px; }
  .mt1.btn, .mt1.btn2 {
    margin-top: 20px; }

.btn2 {
  padding: 17px 30px;
  font-size: 26px;
  margin-bottom: 10px; }

/*==================      Box      ======================*/
.box {
	position: relative;
	border-radius: 10px;
	padding: 30px 35px 30px 40px;
	/* [disabled]color: #fff; */
}
  .box:before, .box:after {
    display: table;
    content: "";
    line-height: 0; }
  .box:after {
    clear: both; }
  .box P {
    font-style: italic; }
  .box .link2 {
    float: right;
    margin-top: 15px; }
  .box_cnt {
	position: relative;
	z-index: 2;
	color: #FFF;
}
    .box_cnt:before, .box_cnt:after {
      display: table;
      content: "";
      line-height: 0; }
    .box_cnt:after {
      clear: both; }

.box2:before, .box2:after {
  display: table;
  content: "";
  line-height: 0; }
.box2:after {
  clear: both; }
.box2_aside {
  float: left;
  margin-right: 25px; }
  @media (max-width: 479px) {
    .box2_aside {
      float: none;
      text-align: center;
      margin: 0; } }
.box2_cnt__no-flow {
  overflow: hidden;
  padding-top: 10px; }
.box2 h5 {
  color: #7cbb00; }
  .box2 h5 + p {
    margin-top: 10px; }

.box3_top:before, .box3_top:after {
  display: table;
  content: "";
  line-height: 0; }
.box3_top:after {
  clear: both; }
.box3_top_aside {
  float: left;
  margin-right: 25px; }
  @media (max-width: 979px) {
    .box3_top_aside {
      float: none;
      text-align: center;
      margin: 0; } }
.box3_top_cnt {
  padding-top: 25px;
  overflow: hidden; }
.box3_top + * {
  margin-top: 25px; }
.box3 h5 {
  color: #00a1f1; }
.box3 h5 + * {
  margin-top: 10px; }
.box3_aside {
  float: left;
  margin-right: 25px; }
  @media (max-width: 479px) {
    .box3_aside {
      float: none;
      text-align: center;
      margin: 0; } }
.box3_cnt__no-flow {
  overflow: hidden; }
  @media (max-width: 479px) {
    .box3_cnt__no-flow {
      padding-top: 20px; } }

.box4:before, .box4:after {
  display: table;
  content: "";
  line-height: 0; }
.box4:after {
  clear: both; }
.box4_aside {
  float: left;
  margin-right: 25px; }
  @media (max-width: 979px) {
    .box4_aside {
      float: none;
      margin: 0 0 30px 0;
      text-align: center; } }
.box4_cnt__no-flow {
  overflow: hidden; }
.box4 * + .btn {
  margin-top: 35px; }

/*==================      Lists      ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .flex-list li {
    display: table-cell;
    text-align: center; }
  @media (max-width: 767px) {
    .flex-list {
      display: block; }
      .flex-list li {
        display: block; }
        .flex-list li + li {
          margin-top: 10px; } }
  .flex-list a:hover {
    opacity: 0.7; }
    .lt-ie9 .flex-list a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
      filter: alpha(opacity=70); }

.social-list {
  display: inline-block; }
  .social-list li {
    display: inline-block; }
    .social-list li a {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      color: #333;
      font-size: 22px;
      line-height: 45px; }
      .social-list li a:hover {
        background: #404040;
        color: #b2b2b2; }
    .social-list li + li {
      margin-left: 5px; }
    @media (max-width: 979px) and (min-width: 768px) {
      .social-list li + li {
        margin-left: 0; }
      .social-list li a {
        width: 40px;
        height: 40px;
        line-height: 40px; } }

.marked-list li {
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
  color: #7cbb00;
  font-weight: 900; }
  .marked-list li:before {
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0;
    font: 400 14px "FontAwesome";
    line-height: inherit; }
  .marked-list li + li {
    margin-top: 18px; }

.marked-list2 li {
  position: relative;
  padding-left: 35px; }
  .marked-list2 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7cbb00; }
  .marked-list2 li + li {
    margin-top: 12px; }

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 75px; }
.addr_main {
  font-weight: 900;
  color: #333; }
  .addr_main + * {
    margin-top: 20px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  position: relative;
  top: -4px;
  text-align: left; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
  .sf-menu a {
    display: block;
    text-align: left; }

.sf-menu > li > a {
	color: #7c7c7c;
	font-size: 16px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 30px 18px;
	border-top: 4px solid transparent;
	letter-spacing: 1px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #FFF!important;
  background: #64a70b;
  border-color: #64a70b; }
.sf-menu > li.active > a {
  color: #64a70b; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 235px;
  margin-top: 0;
  padding: 20px 0 15px;
  background: #323232;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    color: #FFF;
    padding: 9px 35px 9px 30px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FFF;
    background: #00a1f1; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 150px;
  margin-top: 0;
  padding: 10px 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF;
  padding: 9px 35px 9px 30px; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #00a1f1; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 18px/16px "FontAwesome"; }

.sf-menu ul .sf-with-ul {
  position: relative; }
  .sf-menu ul .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    content: "";
    font: 400 18px/16px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #323232;
      color: #FFF; }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #dddddd;
  border-top: 4px solid #64a70b; }
  .isStuck .sf-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px; }
  .isStuck .brand {
    margin-top: 15px;
    margin-bottom: 10px; }
  .isStuck .search-form_toggle {
    margin-top: 20px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 33px;
  height: 33px;
  font-size: 26px;
  line-height: 33px;
  color: #fff;
  background: #64a70b;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #666666;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    padding: 90px 0; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
    margin: 0;
    padding: 0; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  border-top: 4px solid #64a70b; }
  header .brand {
    float: left;
    margin-top: 25px;
    margin-bottom: 20px; }
  header .header_right {
    float: right;
    text-align: right; }
  header .nav {
    margin-bottom: -4px;
    display: inline-block; }
  header .search-form_toggle {
    margin-left: 30px;
    margin-top: 30px; }
    @media (max-width: 1199px) {
      header .search-form_toggle {
        margin-left: 10px; } }
  @media (max-width: 979px) {
    header {
      text-align: center; }
      header .brand, header .header_right {
        float: none;
        text-align: center; } }
  @media (min-width: 1200px) {
    header .container {
	margin-left: 55px;
	margin-right: 150px;
	width: auto;
} }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.tr {
  text-align: right; }
  @media (max-width: 767px) {
    .tr {
      text-align: center; } }

.tc {
  text-align: center; }

.circle {
  display: inline-block;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: #7cbb00;
  text-align: center;
  color: #fff; }
  .circle .fa {
    font-size: 30px;
    line-height: 77px; }
  .circle .linecons {
    font-size: 30px;
    line-height: 77px; }

.date {
  font-weight: 100;
  color: #7f7f7f;
  font-size: 30px; }
  .date + * {
    margin-top: 15px; }

.bb {
  border-bottom: 1px solid #dddddd; }

.link1 {
  color: #333;
  font-weight: 900; }

.link2 {
  display: inline-block;
  font-size: 26px;
  line-height: 30px;
  color: #fff; }
  .link2:hover {
    color: #7c7c7c; }
  .link2:active {
    color: #494949; }

.mt1 {
  margin-top: 15px; }

.mt2 {
  margin-top: 3px; }

.row.mt {
  margin-top: 50px; }

.btn.mt3 {
  margin-top: 35px; }

.mt4 {
  margin-top: 40px; }

.bg-icon {
  position: absolute;
  bottom: 0;
  left: 0; }

.bg-icon2 {
  position: absolute;
  bottom: 16px;
  left: 21px; }
  .bg-icon2.fa {
    font-size: 100px;
    line-height: 100px;
    opacity: 0.2;
    color: #fff; }
    .lt-ie9 .bg-icon2.fa {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
      filter: alpha(opacity=20); }

h5.color3 {
  color: #333; }

h5.color2 {
  color: #7cbb00; }

/*==================      Well     ======================*/
.well {
  padding-top: 85px;
  padding-bottom: 90px; }

.well2 {
  padding-top: 95px;
  padding-bottom: 95px; }

.well3 {
  padding-top: 60px;
  padding-bottom: 75px; }

.well4 {
  padding-top: 85px;
  padding-bottom: 155px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background-image: url('../images/eggs-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #543b3b;
  opacity: 0.8;
  color: #fff;
  font-weight: 400;
  line-height: 16px; }
  footer h5 {
    color: #fff;
  }
footer .copy {
  color: #fff;
  margin-top: 90px; }
  footer .copy_brand {
    text-transform: uppercase; }
  footer .copy a {
    white-space: nowrap; }
footer .btn {
  background: #333333;
  padding-left: 50px;
  padding-right: 50px; }

.footer-nav li a {
  color: #fff; }
  .footer-nav li a:hover {
    color: #fff; }
.footer-nav li + li {
  margin-top: 15px; }
