/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  RESPONSIVE MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/


@font-face {
  font-family: 'FontAwesome';
  src: url('../vendors/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../vendors/font-awesome-4.5.0/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../vendors/font-awesome-4.5.0/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../vendors/font-awesome-4.5.0/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../vendors/font-awesome-4.5.0/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../vendors/font-awesome-4.5.0/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'black_jackregular';
    src: url('../fonts/blackjack-webfont.eot');
    src: url('../fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blackjack-webfont.woff2') format('woff2'),
         url('../fonts/blackjack-webfont.woff') format('woff'),
         url('../fonts/blackjack-webfont.ttf') format('truetype'),
         url('../fonts/blackjack-webfont.svg#black_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-webfont.woff2") format("woff2"), url("../fonts/muli-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-bold-webfont.woff2") format("woff2"), url("../fonts/muli-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-bolditalic-webfont.woff2") format("woff2"), url("../fonts/muli-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-extralight-webfont.woff2") format("woff2"), url("../fonts/muli-extralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-extralightitalic-webfont.woff2") format("woff2"), url("../fonts/muli-extralightitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-italic-webfont.woff2") format("woff2"), url("../fonts/muli-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-light-webfont.woff2") format("woff2"), url("../fonts/muli-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-lightitalic-webfont.woff2") format("woff2"), url("../fonts/muli-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-semibold-webfont.woff2") format("woff2"), url("../fonts/muli-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/muli-semi-bolditalic-webfont.woff2") format("woff2"), url("../fonts/muli-semi-bolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

/* Declare site wide typography style here */
body {
  color: #4e4d4d;
  font-size: 14px;
  line-height: 24px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px; }
  @media (min-width: 480px) {
    body {
      font-size: 12px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  line-height: normal;
  font-weight: normal; }

h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #55ba47; }
  h1 a {
    color: #55ba47; }

h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #1e1e1e; }
  h2 a {
    color: #55ba47; }

h3 {
  font-size: 15.6px; }

h4 {
  font-size: 14.36px;
  font-weight: 600;
  color: #55ba47;
  text-transform: uppercase;
  letter-spacing: 0.29px; }
  h4 a {
    color: #55ba47; }

h6 {
  font-size: 12px;
  color: #1e1e1e;
  letter-spacing: 0.42px;
  font-weight: 600; }

a {
  color: #55ba47;
  text-decoration: none; }

p {
  margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

ul {
  padding: 0 0 0 20px; }

strong {
  font-family: "Muli";
  font-weight: 700; }

html {
  height: 100%; }

html, body {
  min-height: 100%;
  margin: 0; }

body {
  min-width: 375px;
  position: relative;
  padding: 0;
  background: #1e1e1e; }
  @media (min-width: 480px) {
    body {
      min-width: 960px;
      background: #ffffff; } }

.site {
  background: #ffffff; }
  @media (min-width: 480px) {
    .site {
      padding: 120px 21px 21px; } }

.container {
  width: auto;
  margin: 0 auto;
  max-width: 690px;
  padding: 0 20px; }
  @media (min-width: 480px) {
    .container {
      padding: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after,
.container:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix,
.container {
  *zoom: 1; }

html.no-touch .grayscale img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }
html.no-touch .grayscale:hover img {
  filter: none;
  -webkit-filter: grayscale(0%); }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #e8e8e8;
  padding: 6px 10px;
  width: 100%;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #000000;
  background-color: transparent;
  margin: 0;
  font-size: 16px; }

textarea {
  height: 220px;
  outline: none;
  display: block; }

input[type="submit"],
button {
  outline: none;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  text-align: center; }

::-webkit-input-placeholder {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 700; }

:-moz-placeholder {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 700; }

::-moz-placeholder {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 700; }

:-ms-input-placeholder {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 700; }

input[type="radio"] {
  display: none; }

input[type="radio"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -4px 4px 0 0;
  cursor: pointer;
  position: relative;
  font-family: FontAwesome; }
  input[type="radio"] + span:after {
    content: "f10c";
    color: #cb5161; }

input[type="radio"]:checked + span {
  background-position: left bottom; }
  input[type="radio"]:checked + span:after {
    content: "f192"; }

.btn {
  outline: none;
  border: 2px solid #55ba47;
  margin: 0 auto;
  background: #ffffff;
  color: #55ba47;
  display: inline-block;
  border-radius: 0;
  line-height: 55px;
  font-size: 20px;
  font-family: "Muli", sans-serif;
  padding: 0 23px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  min-width: 215px;
  font-weight: 700;
  text-align: center; }
  .btn.btn-white {
    background: #ffffff;
    color: #cb5161; }

.site-header {
  background: #1e1e1e;
  width: 100%;
  z-index: 1000;
  margin: 0 0 109px; }
  @media (min-width: 480px) {
    .site-header {
      background: #ffffff;
      position: absolute;
      left: 0;
      top: 0;
      position: fixed;
      padding: 0 21px;
      height: auto; } }
  .site-header .container {
    width: auto;
    max-width: inherit;
    padding: 0;
    position: relative; }
  .site-header .logo {
    display: block;
    width: 200px;
    background: url("../images/logo-mobile.png") no-repeat center;
    height: 180px;
    margin: 0 auto; }
	@media (max-width: 480px) {
		.site-header .logo{
			margin:0 auto !important;
		}
	}
	
    @media (min-width: 480px) {
      .site-header .logo {
        margin: 0;
        float: left;
        background-image: url("../images/logo.jpg");
        width: 260px;
        height: 120px; } }
    @media (min-width: 1280px) {
      .site-header .logo {
        margin: 25px 30px 0;
        width: 300px; } }

.site-footer {
  padding: 0; }
  @media (max-width: 479px) {
    .site-footer {
      text-align: center; } }
  .site-footer .site-footer1 {
    background: url("../images/bg-footer.jpg") no-repeat center center;
    background-size: cover;
    text-transform: uppercase;
    padding: 60px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px; }
    .site-footer .site-footer1 a {
      color: #ffffff; }
    .site-footer .site-footer1 .logo {
      display: block;
      width: 330px;
      height: 200px;
      background: url("../images/logo-footer.png") no-repeat center center;
      padding: 0;
      margin: 0 auto; }
      @media (min-width: 480px) {
        .site-footer .site-footer1 .logo {
          float: left; } }
    .site-footer .site-footer1 .contacts {
      padding: 30px 0 0; }
      @media (min-width: 480px) {
        .site-footer .site-footer1 .contacts {
          margin-left: 360px; } }
      .site-footer .site-footer1 .contacts address {
        font-style: normal;
        font-weight: 200; }
  .site-footer .site-footer2 {
    background: #1e1e1e;
    font-size: 15.6px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1.2px;
    padding: 12px 0;
    text-align: center;
    font-weight: 400;
    line-height: 26px; }
    .site-footer .site-footer2 a {
      color: #55ba47; }

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .menu .menu-item {
    float: left; }
    .menu .menu-item a {
      text-decoration: none; }

.top-nav {
  text-align: right;
  margin: 0;
  z-index: 500; }
  @media (max-width: 479px) {
#top-slogan {
    display: block;
    position: relative;
    right: 0 !important;;
    text-align: center;
    top: 41px !important;;
float:none !important;
}
    .top-nav {
      position: absolute;
      left: 0;
      top: 250px;
      width: 100%; } }
  @media (min-width: 480px) {
    .top-nav {
      position: absolute;
      right: 40px;
      top: 0; } }
  .top-nav .menu-item {
    float: left; }
    @media (max-width: 479px) {
      .top-nav .menu-item {
        width: 50%;
        text-align: center;
        margin: 0 0 2px;
        -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.48);
        box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.48); }
        .top-nav .menu-item:first-of-type {
          border-right: 1px solid transparent; }
        .top-nav .menu-item:last-of-type {
          border-left: 1px solid transparent; } }
    @media (min-width: 480px) {
      .top-nav .menu-item {
        margin: 0 0 0 1px; } }
    .top-nav .menu-item a {
      display: block;
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      position: relative;
      line-height: 60px;
      padding: 0 10px;
      background: #62bf56;
      font-weight: 600;
      letter-spacing: 0.23px; }
      @media (min-width: 480px) {
        .top-nav .menu-item a {
          padding: 0 28px;
          font-size: 11.5px;
          line-height: 50px; } }
    .top-nav .menu-item.featured a {
      background: #000000;
      color: #ffffff;
      font-size: 13px; }
  @media (max-width: 479px) {
    .top-nav.sticky {
      position: fixed;
      top: 0;
      width: 100%; } }

.main-nav {
  display: none;
  margin: 60px 0 0 290px; }
  @media (min-width: 480px) {
    .main-nav {
      display: block; } }
  @media (min-width: 1280px) {
    .main-nav {
      margin: 70px 0 0 0px; float:left; } }
  .main-nav .main-menu {
    position: relative;
    padding: 0;
    margin: 0; }
    .main-nav .main-menu > .menu-item {
      display: block;
      float: left;
      margin: 0; }
      .main-nav .main-menu > .menu-item > a {
        display: block;
        text-transform: uppercase;
        color: #1e1e1e;
        position: relative;
        font-size: 14px;
        min-height: 50px;
        line-height: 50px;
        padding: 0 20px;
        text-align: left;
        font-weight: 600; }
        @media (min-width: 1280px) {
          .main-nav .main-menu > .menu-item > a {
            padding: 0 37px; } }
      .main-nav .main-menu > .menu-item > .sub-menu {
        display: none;
        list-style-type: none;
        position: absolute;
        top: 29px;
        z-index: 70;
        left: -6px;
        padding: 0; }
        .main-nav .main-menu > .menu-item > .sub-menu > .menu-item {
          position: relative;
          float: none;
          margin: 0 20px 0 0; }
          @media (min-width: 1280px) {
            .main-nav .main-menu > .menu-item > .sub-menu > .menu-item {
              display: inline-block; } }
          .main-nav .main-menu > .menu-item > .sub-menu > .menu-item > a {
            font-size: 16px;
            color: #000000;
            text-decoration: none;
            padding: 0 14px;
            letter-spacing: 0.8px; }
            @media (min-width: 768px) and (max-width: 1279px) {
              .main-nav .main-menu > .menu-item > .sub-menu > .menu-item > a {
                display: block; } }
            @media (min-width: 1280px) {
              .main-nav .main-menu > .menu-item > .sub-menu > .menu-item > a {
                text-align: center;
                line-height: 42px;
                padding: 0 8px; } }
      .main-nav .main-menu > .menu-item.active a, .main-nav .main-menu > .menu-item.current-menu-item a, .main-nav .main-menu > .menu-item.current-menu-parent a {
        color: #55ba47; }

.mobile-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4000;
  float: none;
  background: #1e1e1e;
  width: 100%;
  padding: 70px 25px 0; }
  .mobile-nav .nav-title {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .mobile-nav .mobile-menu {
    padding: 0; }
    .mobile-nav .mobile-menu > .menu-item {
      float: none;
      padding: 10px 0;
      margin: 0; }
      .mobile-nav .mobile-menu > .menu-item > a {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        border-bottom: none;
        padding: 10px 0;
        font-weight: 400;
        text-transform: uppercase; }
      .mobile-nav .mobile-menu > .menu-item.active > a, .mobile-nav .mobile-menu > .menu-item.current-menu-item > a, .mobile-nav .mobile-menu > .menu-item.current-menu-parent > a {
        color: #7cb951;
        padding-left: 18px; }
        .mobile-nav .mobile-menu > .menu-item.active > a:before, .mobile-nav .mobile-menu > .menu-item.current-menu-item > a:before, .mobile-nav .mobile-menu > .menu-item.current-menu-parent > a:before {
          content: "";
          display: block;
          height: 16px;
          position: absolute;
          left: 0;
          top: 50%;
          width: 3px;
          background: #7cb951;
          margin-top: -6px; }
      .mobile-nav .mobile-menu > .menu-item > .sub-menu {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .mobile-nav .mobile-menu > .menu-item > .sub-menu > .menu-item {
          position: relative;
          z-index: 80;
          float: none;
          padding: 20px 0 0;
          min-height: auto;
          border: none; }
          .mobile-nav .mobile-menu > .menu-item > .sub-menu > .menu-item > a {
            display: inline-block;
            text-decoration: none;
            font-size: 16px;
            color: #ffffff;
            line-height: 38px;
            padding: 10px 18px;
            text-transform: uppercase; }
    .mobile-nav .mobile-menu .menu-item-has-children > i {
      display: inline-block;
      color: #ffffff;
      width: 44px;
      height: 44px;
      text-align: center;
      vertical-align: bottom;
      font-family: FontAwesome, sans-serif;
      font-style: normal;
      line-height: 44px;
      font-size: 26px;
      margin: 0 0 0 5px; }
      .mobile-nav .mobile-menu .menu-item-has-children > i:after {
        content: ""; }
    .mobile-nav .mobile-menu .menu-item-has-children.expanded > i:after {
      content: ""; }

.nav-burger {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 15px;
  z-index: 5000; }
  .nav-burger span {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    margin: 6px 0;
    background: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0; }
    .nav-burger span:before, .nav-burger span:after {
      content: '';
      display: block;
      width: 30px;
      height: 3px;
      background: #ffffff;
      position: absolute;
      z-index: -1;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 0; }
    .nav-burger span:before {
      top: -9px; }
    .nav-burger span:after {
      top: 9px; }
  .nav-burger.open span {
    background: none; }
    .nav-burger.open span:before {
      top: 0 !important;
      background: #fff !important;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav-burger.open span:after {
      top: 0 !important;
      background: #fff !important;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  @media (min-width: 480px) {
    .nav-burger {
      display: none !important; } }

.nav-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1e1e1e;
  z-index: 3000; }

body.nav-shown .site-content {
  display: none; }


  
.comments {
  margin: 0 0 10px; }
  @media (min-width: 480px) {
    .comments h5 {
      margin: 0 0 30px; } }
  .comments ul {
    list-style-type: none; }

.section-comment-form {
  padding: 20px 20px;
  background: #f6f6f6;
  border: 2px solid #d1eff4;
  border-radius: 8px;
  margin: 30px 0 0;
  text-align: left; }
  @media (min-width: 480px) {
    .section-comment-form {
      padding: 40px; } }
  .section-comment-form .title {
    color: #000000; }
  .section-comment-form .note {
    color: #8f8f8f; }
  .section-comment-form .comment-form .form-group {
    margin-bottom: 17px; }
    .section-comment-form .comment-form .form-group label {
      padding: 10px 0 0; }
      @media (min-width: 768px) {
        .section-comment-form .comment-form .form-group label {
          float: left;
          max-width: 100px; } }
    @media (min-width: 768px) {
      .section-comment-form .comment-form .form-group .field-wrap {
        margin-left: 130px; } }
    .section-comment-form .comment-form .form-group .error {
      color: #d83f21;
      font-size: 16px;
      line-height: normal; }
  .section-comment-form .comment-form .btn {
    margin: 0 auto;
    border: 2px solid #c0e3e9;
    background: transparent;
    color: #55c7d9;
    max-width: 220px; }
    @media (min-width: 480px) {
      .section-comment-form .comment-form .btn {
        margin: 0; } }
    .section-comment-form .comment-form .btn:hover {
      background: #ff664b;
      color: #ffffff; }

.section-comments {
  margin: 30px 0 0; }
  .section-comments .comments-list {
    padding: 0;
    margin: 0; }
    .section-comments .comments-list .comment {
      margin: 0 0 35px;
      text-align: left; }
      .section-comments .comments-list .comment .avatar {
        border-radius: 100%; }
      .section-comments .comments-list .comment .comment-wrap {
        margin: 0 0 0 130px; }
        .section-comments .comments-list .comment .comment-wrap .comment-header {
          line-height: 24px;
          margin: 0 0 5px; }
          .section-comments .comments-list .comment .comment-wrap .comment-header .comment-author {
            text-transform: uppercase;
            font-size: 18px;
            margin: 0; }
          .section-comments .comments-list .comment .comment-wrap .comment-header .comment-date {
            font-size: 14px;
            color: #56c7da; }

.section-content {
  background: no-repeat center;
  background-size: cover;
  padding: 40px 0; }
  @media (max-width: 479px) {
    .section-content {
      text-align: center; } }

@media (min-width: 960px) {
  .widget {
    padding: 0 65px; } }
@media (min-width: 960px) {
  .widget.widget_archive {
    padding-top: 120px;
    background: url("../images/icon-blog.png") no-repeat center top; } }
@media (min-width: 960px) {
  .widget.widget_archive h3 {
    display: block;
    border-bottom: 1px solid #ff654a;
    padding: 0 0 15px;
    line-height: 25px; } }
.widget.widget_archive ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .widget.widget_archive ul li {
    color: #000000;
    margin: 0 0 15px; }
    .widget.widget_archive ul li:hover {
      color: #ff654a; }
.widget.widget_archive a {
  color: #000000; }
  .widget.widget_archive a:hover {
    color: #ff654a; }
@media (max-width: 959px) {
  .widget.widget_archive:nth-of-type(1) {
    display: none; } }
.widget.widget_archive:nth-of-type(2) {
  margin: 0 0 20px;
  background: #f1f1f1;
  border-radius: 8px;
  position: relative; }
  @media (min-width: 960px) {
    .widget.widget_archive:nth-of-type(2) {
      display: none; } }
  .widget.widget_archive:nth-of-type(2) h3 {
    color: #fe6f58;
    line-height: 45px;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left; }
  .widget.widget_archive:nth-of-type(2) select {
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    background: transparent;
    border: none;
    height: 45px;
    border-radius: 0;
    width: 180px;
    padding-right: 60px;
    z-index: 10;
    color: #000000; }
  .widget.widget_archive:nth-of-type(2):after {
    position: absolute;
    right: 20px;
    top: 50%;
    content: "";
    border: 10px solid transparent;
    border-top-color: #48bcd0;
    margin-top: -5px; }

.post-teaser {
  margin: 0 0 40px; }
  @media (min-width: 480px) {
    .post-teaser {
      margin: 0 0 60px; } }
  .post-teaser .image {
    display: block;
    height: 230px;
    background-size: cover; }
    @media (max-width: 479px) {
      .post-teaser .image {
        margin: 0 -20px; } }
    @media (min-width: 480px) {
      .post-teaser .image {
        width: 320px;
        height: 210px; } }
  .post-teaser .content {
    padding: 30px 0 0; }
    @media (min-width: 480px) {
      .post-teaser .content {
        padding: 20px 0 0; } }
    .post-teaser .content a {
      color: #55ba47; }
    .post-teaser .content h3 {
      text-transform: uppercase;
      color: #55ba47;
      margin: 0 0 5px; }
      @media (max-width: 479px) {
        .post-teaser .content h3 {
          font-size: 20px;
          margin: 0 0 10px; } }
    .post-teaser .content .date {
      color: #1e1e1e; }
      @media (max-width: 479px) {
        .post-teaser .content .date {
          font-size: 12px; } }
    .post-teaser .content .excerpt {
      margin: 15px 0;
      color: #4e4d4d; }
    .post-teaser .content .lnk-more {
      text-transform: uppercase;
      font-weight: 700; }
  @media (min-width: 480px) {
    .post-teaser:nth-of-type(2n+1) .image {
      float: left; }
    .post-teaser:nth-of-type(2n+1) .content {
      margin-left: 365px; }
    .post-teaser:nth-of-type(2n) .image {
      float: right; }
    .post-teaser:nth-of-type(2n) .content {
      margin-right: 365px;
      text-align: right; } }
  .post-teaser:last-of-type {
    margin-bottom: 0; }

body.single-post .section-default {
  color: #1e1e1e; }
  body.single-post .section-default .date {
    display: block;
    margin: 0 0 20px;
    font-size: 15.64px;
    font-weight: 200; }
  body.single-post .section-default .nav-links {
    border-top: 2px solid #e8e8e8;
    margin: 30px 0 0;
    padding: 30px 0 0;
    text-transform: uppercase;
    font-size: 14.36px;
    text-align: center; }
    @media (max-width: 479px) {
      body.single-post .section-default .nav-links {
        padding: 30px 20px 0;
        font-size: 12px; } }
    body.single-post .section-default .nav-links .container {
      position: relative; }
    body.single-post .section-default .nav-links .lnk-news {
      display: inline-block; }
    body.single-post .section-default .nav-links .lnk-prev,
    body.single-post .section-default .nav-links .lnk-next {
      position: absolute;
      top: 0; }
      body.single-post .section-default .nav-links .lnk-prev .fa,
      body.single-post .section-default .nav-links .lnk-next .fa {
        font-weight: 700;
        font-size: 30px;
        vertical-align: middle;
        margin-top: -5px; }
    body.single-post .section-default .nav-links .lnk-next {
      left: 0; }
      body.single-post .section-default .nav-links .lnk-next .fa {
        margin-right: 5px; }
    body.single-post .section-default .nav-links .lnk-prev {
      right: 0; }
      body.single-post .section-default .nav-links .lnk-prev .fa {
        margin-left: 5px; }

body.page-template-template-home .section-default {
  text-align: center; }
  body.page-template-template-home .section-default .logo {
    display: none; }
    @media (min-width: 480px) {
      body.page-template-template-home .section-default .logo {
        display: inline;
        max-width: 310px; } }
  @media (min-width: 480px) {
    body.page-template-template-home .section-default .text {
      margin: 20px 0 0; } }
  body.page-template-template-home .section-default .buttons {
    margin: 40px 0 0; }
    body.page-template-template-home .section-default .buttons .btn {
      font-weight: 600;
      font-size: 14px;
      width: 320px; }
      @media (max-width: 479px) {
        body.page-template-template-home .section-default .buttons .btn {
          margin: 0 auto; } }
      @media (min-width: 480px) {
        body.page-template-template-home .section-default .buttons .btn {
          font-size: 11px; } }
      body.page-template-template-home .section-default .buttons .btn:first-child {
        margin: 0 0 30px; }
        @media (min-width: 480px) {
          body.page-template-template-home .section-default .buttons .btn:first-child {
            margin: 0 45px 0 0; } }
  body.page-template-template-home .section-default .blocks {
    text-align: left;
    margin: 50px 0 0; }
    body.page-template-template-home .section-default .blocks .title {
      text-align: left;
      color: #1e1e1e;
      margin: 0 0 40px; }
    body.page-template-template-home .section-default .blocks .block {
      margin: 0 0 60px 0; }
      @media (min-width: 480px) {
        body.page-template-template-home .section-default .blocks .block {
          width: 320px;
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 480px) {
        body.page-template-template-home .section-default .blocks .block:nth-of-type(2n + 1) {
          margin-right: 45px; } }
      body.page-template-template-home .section-default .blocks .block .block-image {
        margin: 0 -20px 25px; }
        @media (min-width: 480px) {
          body.page-template-template-home .section-default .blocks .block .block-image {
            margin: 0 0 25px; } }
        body.page-template-template-home .section-default .blocks .block .block-image img {
          width: 100%; }
      body.page-template-template-home .section-default .blocks .block .block-title {
        font-size: 15.6px;
        text-transform: uppercase; }
body.page-template-template-home .section-testimonials {
  background: url("../images/bg-testimonials.jpg") no-repeat center top;
  background-size: cover;
  color: #ffffff;
  padding: 45px 0 100px; }
  @media (max-width: 479px) {
    body.page-template-template-home .section-testimonials {
      text-align: center; } }
  @media (min-width: 480px) {
    body.page-template-template-home .section-testimonials {
      padding: 55px 0; } }
  body.page-template-template-home .section-testimonials .title {
    color: #ffffff;
    margin: 0 0 30px; }
    @media (min-width: 480px) {
      body.page-template-template-home .section-testimonials .title {
        text-align: left; } }
  body.page-template-template-home .section-testimonials .testimonials {
    position: relative; }
    body.page-template-template-home .section-testimonials .testimonials .testimonial .name {
      text-transform: uppercase;
      font-weight: 200;
      font-size: 15.6px;
      line-height: 26px;
      letter-spacing: 1.25px;
      margin: 30px 0 0; }
    body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next,
    body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
      position: absolute; }
      @media (max-width: 479px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next,
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
          text-transform: uppercase;
          font-size: 15.6px;
          font-weight: 200;
          line-height: 60px;
          width: 150px;
          bottom: -80px; } }
      @media (min-width: 480px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next,
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
          margin-top: -70px;
          top: 50%;
          width: 100px;
          height: 100px;
          background: no-repeat center;
          text-indent: -9999px; } }
      body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next i,
      body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev i {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 6px;
        vertical-align: middle; }
    body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
      left: 0; }
      @media (max-width: 479px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
          text-align: left; } }
      @media (min-width: 480px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
          background-image: url("../images/carousel-left.png");
          left: -100px; } }
      @media (min-width: 1280px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-prev {
          left: -250px; } }
    body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next {
      right: 0; }
      @media (max-width: 479px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next {
          text-align: right; } }
      @media (min-width: 480px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next {
          background-image: url("../images/carousel-right.png");
          right: -100px; } }
      @media (min-width: 1280px) {
        body.page-template-template-home .section-testimonials .testimonials .owl-controls .owl-next {
          right: -250px; } }
body.page-template-template-home .section-request {
  display: none;
  position: relative;
  margin: 70px 0 10px; }
  @media (min-width: 480px) {
    body.page-template-template-home .section-request {
      display: block; } }
  body.page-template-template-home .section-request .line {
    background: #f0f1f1;
    border: none;
    height: 3px;
    margin: 28px 0; }
    body.page-template-template-home .section-request .line.line-left {
      position: absolute;
      left: 0;
      top: 0;
      right: 50%;
      margin-right: 210px; }
    body.page-template-template-home .section-request .line.line-right {
      position: absolute;
      right: 0;
      top: 0;
      left: 50%;
      margin-left: 210px; }
  body.page-template-template-home .section-request .btn {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -150px;
    width: 300px;
    z-index: 1;
    text-align: center; }
    body.page-template-template-home .section-request .btn i {
      font-weight: 700;
      font-size: 22px;
      margin-left: 5px; }
body.page-template-template-home .section-news .title {
  color: #1e1e1e;
  margin: 10px 0 40px; }
  @media (min-width: 480px) {
    body.page-template-template-home .section-news .title {
      margin: 0 0 30px;
      text-align: left; } }
body.page-template-template-home .section-news .post-teaser .post-thumb {
  text-align: center; }
  @media (max-width: 479px) {
    body.page-template-template-home .section-news .post-teaser .post-thumb {
      margin: 0 -20px 20px;
      float: none; } }
  @media (min-width: 480px) {
    body.page-template-template-home .section-news .post-teaser .post-thumb {
      height: 200px;
      width: 320px;
      float: left;
      margin: 0 0 20px 0; } }
  body.page-template-template-home .section-news .post-teaser .post-thumb img {
    float: left;
    width: auto; }
    @media (max-width: 479px) {
      body.page-template-template-home .section-news .post-teaser .post-thumb img {
        width: 100%; } }
@media (max-width: 479px) {
  body.page-template-template-home .section-news .post-teaser .post-text {
    text-align: center; } }
body.page-template-template-home .section-news .post-teaser .post-text .post-title {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 400; }
body.page-template-template-home .section-news .post-teaser .post-text .published {
  font-weight: 400; }
body.page-template-template-home .section-news .post-teaser .post-text .text {
  margin: 20px 0 0;
  font-weight: 700; }
body.page-template-template-home .section-news .post-teaser .post-text .lnk {
  display: inline-block;
  line-height: 18px;
  letter-spacing: 1px;
  color: #62bf56;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-weight: 700; }
@media (min-width: 480px) {
  body.page-template-template-home .section-news .post-teaser .has-thumb .post-text {
    margin-left: 360px; } }

.page-template-template-about .section-associations {
  border-top: 2px solid #e8e8e8; }
  .page-template-template-about .section-associations .logos {
    text-align: center;
    padding: 10px 0 0; }
    .page-template-template-about .section-associations .logos .item {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      height: 100px;
      padding: 0 14px; }
      @media (max-width: 479px) {
        .page-template-template-about .section-associations .logos .item {
          width: 100%;
          margin: 0 0 10px; } }
      .page-template-template-about .section-associations .logos .item .link {
        display: inline-block;
        vertical-align: middle;
        border: none; }
      .page-template-template-about .section-associations .logos .item .logo {
        display: inline-block;
        width: auto;
        max-width: 180px;
        max-height: 100px;
        vertical-align: middle; }
      .page-template-template-about .section-associations .logos .item .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
.page-template-template-about .section-certifications {
  border-bottom: 2px solid #e8e8e8; }
  .page-template-template-about .section-certifications .certs {
    text-align: center;
    padding: 0 0 10px; }
    @media (min-width: 480px) {
      .page-template-template-about .section-certifications .certs {
        padding: 20px 0 10px; } }
    .page-template-template-about .section-certifications .certs .item {
      text-align: center;
      text-transform: uppercase;
      padding: 0 25px;
      margin: 0 0 10px; }
      @media (min-width: 480px) {
        .page-template-template-about .section-certifications .certs .item {
          display: inline-block; } }
.page-template-template-about .section-health {
  text-align: center; }
  .page-template-template-about .section-health h2 {
    margin: 0 0 35px; }
  .page-template-template-about .section-health .extended {
    display: none; }
  .page-template-template-about .section-health .btn {
    display: block;
    width: 300px;
    margin: 40px auto 0; }

@media (max-width: 479px) {
  .page-template-template-services .section-default {
    padding-bottom: 0; } }
@media (min-width: 480px) {
  .page-template-template-services .section-default {
    border-bottom: 2px solid #e8e8e8; } }
.page-template-template-services .section-default .tabs {
  display: block;
  position: relative; }
  @media (max-width: 479px) {
    .page-template-template-services .section-default .tabs {
      margin: 25px 0 0;
      padding: 0 20px; } }
.page-template-template-services .section-default .tabs-nav {
  display: none; }
  @media (min-width: 480px) {
    .page-template-template-services .section-default .tabs-nav {
      display: block !important;
      border-bottom: 2px solid #e8e8e8;
      margin: 0 0 35px; } }
@media (max-width: 479px) {
  .page-template-template-services .section-default .tabs-content {
    border-top: 2px solid #a7a7a7; } }
.page-template-template-services .section-default .tabs-content .tab-header {
  border-bottom: 2px solid #a7a7a7;
  letter-spacing: 0.6px;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 480px) {
    .page-template-template-services .section-default .tabs-content .tab-header {
      display: none; } }
  .page-template-template-services .section-default .tabs-content .tab-header span {
    display: inline-block; }
    .page-template-template-services .section-default .tabs-content .tab-header span:after {
      content: "f107";
      font-family: FontAwesome, sans-serif;
      font-weight: 700;
      font-size: 24px;
      margin-left: 13px;
      line-height: 22px; }
  .page-template-template-services .section-default .tabs-content .tab-header.opened span:after {
    content: "f106"; }
@media (max-width: 479px) {
  .page-template-template-services .section-default .tabs-content .container {
    display: none;
    border-bottom: 2px solid #a7a7a7;
    padding: 0 0 30px; } }
@media (min-width: 480px) {
  .page-template-template-services .section-default .tabs-content .container {
    display: block !important; } }
@media (max-width: 479px) {
  .page-template-template-services .section-default .tabs-content .container h1 {
    font-size: 14px; } }
.page-template-template-services .section-default .tabs-content .container h1:nth-child(n + 1) {
  margin-top: 35px; }
.page-template-template-services .section-default .ui-tabs-nav {
  list-style-type: none; }
  .page-template-template-services .section-default .ui-tabs-nav li {
    width: 50%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.28px;
    outline: none; }
    .page-template-template-services .section-default .ui-tabs-nav li a {
      padding: 20px 0;
      display: block;
      outline: none;
      color: #1e1e1e; }
    .page-template-template-services .section-default .ui-tabs-nav li.ui-state-active a {
      color: #55ba47; }
.page-template-template-services .section-default .btn {
  display: none;
  width: 300px;
  margin: 40px auto 0;
  position: relative; }
  @media (min-width: 480px) {
    .page-template-template-services .section-default .btn {
      display: block; } }
  .page-template-template-services .section-default .btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    font-weight: 700;
    margin-top: -14px;
    font-size: 26px; }
.page-template-template-services .section-default .tab-prev,
.page-template-template-services .section-default .tab-next {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 300px;
  background: no-repeat center;
  cursor: pointer; }
  @media (min-width: 480px) {
    .page-template-template-services .section-default .tab-prev,
    .page-template-template-services .section-default .tab-next {
      display: block; } }
.page-template-template-services .section-default .tab-prev {
  background-image: url("../images/tabs-left.png");
  left: 50%;
  margin-left: -470px; }
  @media (min-width: 1280px) {
    .page-template-template-services .section-default .tab-prev {
      margin-left: -600px; } }
.page-template-template-services .section-default .tab-next {
  background-image: url("../images/tabs-right.png");
  right: 50%;
  margin-right: -470px; }
  @media (min-width: 1280px) {
    .page-template-template-services .section-default .tab-next {
      margin-right: -600px; } }
@media (max-width: 479px) {
  .page-template-template-services .section-services {
    padding-top: 0; } }
@media (min-width: 480px) {
  .page-template-template-services .section-services {
    padding-bottom: 0; } }
@media (max-width: 479px) {
  .page-template-template-services .section-services h1 {
    border-bottom: 2px solid #a7a7a7;
    padding: 20px 0;
    margin: 0; } }
.page-template-template-services .section-services .blocks .block {
  display: block; }
  @media (min-width: 480px) {
    .page-template-template-services .section-services .blocks .block {
      width: 49.5%;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 30px; } }
  @media (max-width: 479px) {
    .page-template-template-services .section-services .blocks .block h4 {
      border-bottom: 2px solid #e9e9e9;
      padding: 20px 0;
      margin: 0; }
      .page-template-template-services .section-services .blocks .block h4 span {
        display: inline-block; }
        .page-template-template-services .section-services .blocks .block h4 span:after {
          content: "f107";
          font-family: FontAwesome, sans-serif;
          font-weight: 700;
          font-size: 24px;
          margin-left: 13px;
          vertical-align: bottom;
          line-height: 22px; }
      .page-template-template-services .section-services .blocks .block h4.opened span:after {
        content: "f106"; } }
  .page-template-template-services .section-services .blocks .block .cols {
    display: none; }
    @media (max-width: 479px) {
      .page-template-template-services .section-services .blocks .block .cols {
        padding: 20px 0;
        border-bottom: 2px solid #e9e9e9; } }
    @media (min-width: 480px) {
      .page-template-template-services .section-services .blocks .block .cols {
        display: block !important; } }
    @media (min-width: 480px) {
      .page-template-template-services .section-services .blocks .block .cols .col {
        padding-right: 20px;
        float: left;
        width: 50%; } }
    .page-template-template-services .section-services .blocks .block .cols .col ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .page-template-template-services .section-services .blocks .block .cols .col ul li {
        line-height: 16px;
        margin: 0 0 15px;
        color: #1e1e1e; }
        @media (max-width: 479px) {
          .page-template-template-services .section-services .blocks .block .cols .col ul li {
            font-size: 16px; } }
.page-template-template-services .section-request {
  display: none;
  position: relative;
  margin: 0 0 30px; }
  @media (min-width: 480px) {
    .page-template-template-services .section-request {
      display: block; } }
  .page-template-template-services .section-request .line {
    background: #f0f1f1;
    border: none;
    height: 3px;
    margin: 28px 0; }
    .page-template-template-services .section-request .line.line-left {
      position: absolute;
      left: 0;
      top: 0;
      right: 50%;
      margin-right: 210px; }
    .page-template-template-services .section-request .line.line-right {
      position: absolute;
      right: 0;
      top: 0;
      left: 50%;
      margin-left: 210px; }
  .page-template-template-services .section-request .btn {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -150px;
    width: 300px;
    z-index: 1;
    text-align: center; }
    .page-template-template-services .section-request .btn i {
      font-weight: 700;
      font-size: 22px;
      margin-left: 5px; }

.page-template-template-products .section-default .tabs {
  position: relative; }
  @media (max-width: 479px) {
    .page-template-template-products .section-default .tabs {
      margin: 25px 0 0;
      padding: 0 20px; } }
.page-template-template-products .section-default .tabs-nav {
  display: none; }
  @media (min-width: 480px) {
    .page-template-template-products .section-default .tabs-nav {
      display: block !important;
      border-bottom: 2px solid #e8e8e8;
      margin: 0 0 35px; } }
@media (max-width: 479px) {
  .page-template-template-products .section-default .tabs-content {
    border-top: 2px solid #a7a7a7; } }
@media (max-width: 479px) {
  .page-template-template-products .section-default .tabs-content .container {
    padding: 0; } }
.page-template-template-products .section-default .tabs-content h1:nth-child(n + 1) {
  margin-top: 35px; }
@media (max-width: 479px) {
  .page-template-template-products .section-default .tabs-content h2 {
    color: #84be5e;
    border-bottom: 2px solid #a7a7a7;
    padding: 20px 0;
    margin: 0; }
    .page-template-template-products .section-default .tabs-content h2 span {
      display: inline-block; }
      .page-template-template-products .section-default .tabs-content h2 span:after {
        content: "f107";
        font-family: FontAwesome, sans-serif;
        font-weight: 700;
        font-size: 24px;
        margin-left: 13px;
        line-height: 22px; }
    .page-template-template-products .section-default .tabs-content h2.opened span:after {
      content: "f106"; } }
.page-template-template-products .section-default .tabs-content .table-wrap {
  display: none; }
  @media (max-width: 479px) {
    .page-template-template-products .section-default .tabs-content .table-wrap {
      border-bottom: 2px solid #a7a7a7; } }
  @media (min-width: 480px) {
    .page-template-template-products .section-default .tabs-content .table-wrap {
      display: block !important;    margin: 0 auto;
    width: 99%; } }
.page-template-template-products .section-default .tabs-content table {
  width: 100%;
  border-collapse: collapse;empty-cells: hide; border-spacing:0; }
  .page-template-template-products .section-default .tabs-content table tr td {
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative !important;
    text-align: center; }
	
	
	 .page-template-template-products .section-default .tabs-content table tr td:empty {
  visibility: hidden;
}
    @media (max-width: 479px) {
      .page-template-template-products .section-default .tabs-content table tr td {
        display: block;
        width: 100%;
        border-bottom: 2px solid #e9e9e9;
		position:relative;
		} 
		.page-template-template-products .section-default .tabs-content table tr td img{
			top:25px;
		}
		.logo-title{
			top:7px !important;
		}
		}
    @media (min-width: 480px) {
      .page-template-template-products .section-default .tabs-content table tr td {
		  border:1px solid #e8e8e8;
		  position:relative;
         } }
    .page-template-template-products .section-default .tabs-content table tr td a {
      font-size: 13px;
      font-style: italic;
      font-weight: 700;
      text-decoration: none;
      color: #2e2e2e;
      letter-spacing: 1px; }
	  
	 @-moz-document url-prefix() {
    .page-template-template-products .section-default .tabs-content table tr td img { 
        top: 0 !important;
		}
	} 
	  
    .page-template-template-products .section-default .tabs-content table tr td img {
position:relative;
top:25px;
      max-width: 130px;
      max-height: 40px;
      vertical-align: middle; }
      @media (max-width: 479px) {
        .page-template-template-products .section-default .tabs-content table tr td img {
          display: inline-block; } }
    .page-template-template-products .section-default .tabs-content table tr td .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  @media (max-width: 479px) {
    .page-template-template-products .section-default .tabs-content table tr:last-of-type td:last-of-type {
      border-bottom: none; } }
.page-template-template-products .section-default .ui-tabs-nav {
  list-style-type: none; }
  .page-template-template-products .section-default .ui-tabs-nav li {
    width: 25%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.28px;
    outline: none; }
    .page-template-template-products .section-default .ui-tabs-nav li a {
      padding: 20px 0;
      display: block;
      outline: none;
      color: #1e1e1e; }
    .page-template-template-products .section-default .ui-tabs-nav li.ui-state-active a {
      color: #55ba47; }
.page-template-template-products .section-default .btn {
  display: block;
  width: 300px;
  margin: 40px auto 0;
  position: relative; }
  .page-template-template-products .section-default .btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    font-weight: 700;
    margin-top: -14px;
    font-size: 26px; }
.page-template-template-products .section-default .tab-prev,
.page-template-template-products .section-default .tab-next {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 250px;
  background: no-repeat center;
  cursor: pointer; }
  @media (min-width: 480px) {
    .page-template-template-products .section-default .tab-prev,
    .page-template-template-products .section-default .tab-next {
      display: block; } }
.page-template-template-products .section-default .tab-prev {
  background-image: url("../images/tabs-left.png");
  left: 50%;
  margin-left: -470px; }
  @media (min-width: 1280px) {
    .page-template-template-products .section-default .tab-prev {
      margin-left: -600px; } }
.page-template-template-products .section-default .tab-next {
  background-image: url("../images/tabs-right.png");
  right: 50%;
  margin-right: -470px; }
  @media (min-width: 1280px) {
    .page-template-template-products .section-default .tab-next {
      margin-right: -600px; } }
.page-template-template-products .section-services {
  padding-bottom: 0; }
  .page-template-template-products .section-services .blocks .block {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin: 0 0 30px; }
    .page-template-template-products .section-services .blocks .block .col {
      float: left;
      width: 50%;
      padding-right: 20px; }
      .page-template-template-products .section-services .blocks .block .col ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .page-template-template-products .section-services .blocks .block .col ul li {
          line-height: 16px;
          margin: 0 0 15px; }
.page-template-template-products .section-request {
  display: none;
  position: relative;
  margin: 0 0 30px; }
  @media (min-width: 480px) {
    .page-template-template-products .section-request {
      display: block; } }
  .page-template-template-products .section-request .line {
    background: #f0f1f1;
    border: none;
    height: 3px;
    margin: 28px 0; }
    .page-template-template-products .section-request .line.line-left {
      position: absolute;
      left: 0;
      top: 0;
      right: 50%;
      margin-right: 210px; }
    .page-template-template-products .section-request .line.line-right {
      position: absolute;
      right: 0;
      top: 0;
      left: 50%;
      margin-left: 210px; }
  .page-template-template-products .section-request .btn {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -150px;
    width: 300px;
    z-index: 1;
    text-align: center; }
    .page-template-template-products .section-request .btn i {
      font-weight: 700;
      font-size: 22px;
      margin-left: 5px; }

.page-template-template-contact .section-hero {
  position: relative; }
  @media (max-width: 479px) {
    .page-template-template-contact .section-hero {
      height: auto; } }
  @media (max-width: 479px) {
    .page-template-template-contact .section-hero .map-wrap {
      height: 310px; } }
  @media (min-width: 480px) {
    .page-template-template-contact .section-hero .map-wrap {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; } }
  .page-template-template-contact .section-hero .map-wrap .map {
    height: 100%; }
  .page-template-template-contact .section-hero .content {
    background: rgba(0, 0, 0, 0.76);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15.6px;
    line-height: 30px; }
    @media (max-width: 479px) {
      .page-template-template-contact .section-hero .content {
        text-align: center;
        padding: 20px; } }
    @media (min-width: 480px) {
      .page-template-template-contact .section-hero .content {
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding: 50px 30px 30px; } }
    .page-template-template-contact .section-hero .content a {
      color: #ffffff; }
    .page-template-template-contact .section-hero .content h2 {
      color: #ffffff;
      margin: 0; }
    .page-template-template-contact .section-hero .content address {
      font-style: normal;
      font-weight: 200; }
  .page-template-template-contact .section-hero .map-marker-label {
    position: absolute;
    color: #960600;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0 3px #ffffff;
    line-height: 14px;
    width: 140px; }
    .page-template-template-contact .section-hero .map-marker-label .label {
      font-size: 13px;
      font-weight: bold;
      margin-left: 12px;
      margin-top: -8px; }
.page-template-template-contact .section-default {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 0; }
  .page-template-template-contact .section-default h1 {
    margin: 30px 0 20px; }
    @media (min-width: 480px) {
      .page-template-template-contact .section-default h1 {
        margin: 30px 0 35px; } }
  .page-template-template-contact .section-default .block {
    margin: 0 0 20px;
    color: #4e4d4d; }
    @media (min-width: 480px) {
      .page-template-template-contact .section-default .block {
        display: inline-block;
        width: 310px;
        vertical-align: top;
        margin: 0 0 40px; }
        .page-template-template-contact .section-default .block:nth-of-type(2n + 1) {
          margin-right: 60px; } }
    .page-template-template-contact .section-default .block a {
      color: #4e4d4d; }
    .page-template-template-contact .section-default .block h3 {
      text-transform: uppercase;
      color: #55ba47;
      margin: 0;
      line-height: 26px; }
    .page-template-template-contact .section-default .block label {
      font-weight: 700; }
    .page-template-template-contact .section-default .block .note {
      font-style: italic;
      font-weight: 200;
      color: #4e4d4d; }
    .page-template-template-contact .section-default .block .position {
      font-weight: 700;
      font-style: italic; }
.page-template-template-contact .section-form .row-wrap {
  position: relative;
  margin: 0 0 15px; }
  @media (min-width: 480px) {
    .page-template-template-contact .section-form .row-wrap {
      margin: 0 0 30px; } }
  .page-template-template-contact .section-form .row-wrap .field-wrap {
    margin: 0 0 15px; }
    .page-template-template-contact .section-form .row-wrap .field-wrap:last-child {
      margin: 0; }
    @media (min-width: 480px) {
      .page-template-template-contact .section-form .row-wrap .field-wrap {
        width: 48%;
        float: left;
        margin: 0 4% 0 0; }
        .page-template-template-contact .section-form .row-wrap .field-wrap:last-child {
          margin-right: 0; } }
  .page-template-template-contact .section-form .row-wrap.row-buttons {
    position: relative; }
    .page-template-template-contact .section-form .row-wrap.row-buttons .ajax-loader {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px; }
  .page-template-template-contact .section-form .row-wrap label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 38px;
    padding: 0 0 0 10px;
    width: 90px; }
  .page-template-template-contact .section-form .row-wrap .field-subject {
    padding-left: 85px; }
  .page-template-template-contact .section-form .row-wrap textarea {
    height: 450px; }
  .page-template-template-contact .section-form .row-wrap .btn {
    width: 290px; }

.page-template-template-news .section-hero {
  position: relative; }
  @media (max-width: 479px) {
    .page-template-template-news .section-hero {
      height: 230px; } }
@media (min-width: 480px) {
  .page-template-template-news .section-default {
    padding-top: 0; } }
.page-template-template-news .section-default h2 {
  margin: 0 0 40px; }
  @media (min-width: 480px) {
    .page-template-template-news .section-default h2 {
      display: none; } }
@media (max-width: 479px) {
  .page-template-template-news .section-default .post-teaser:first-of-type .image {
    background-position: center; } }
@media (min-width: 480px) {
  .page-template-template-news .section-default .post-teaser:first-of-type {
    height: 300px;
    position: relative; }
    .page-template-template-news .section-default .post-teaser:first-of-type .container {
      width: auto;
      max-width: none; }
    .page-template-template-news .section-default .post-teaser:first-of-type .image {
      width: 100%;
      height: 300px; }
    .page-template-template-news .section-default .post-teaser:first-of-type .content {
      font-size: 15.6px;
      line-height: 30px;
      position: absolute;
      left: 50%;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.76);
      z-index: 10;
      color: #ffffff;
      padding: 50px 30px 30px;
      margin: 0; }
      .page-template-template-news .section-default .post-teaser:first-of-type .content a {
        color: #ffffff; }
      .page-template-template-news .section-default .post-teaser:first-of-type .content h3 {
        color: #ffffff;
        margin: 0; }
      .page-template-template-news .section-default .post-teaser:first-of-type .content .date {
        display: block;
        font-weight: 200;
        margin: 10px 0;
        color: #ffffff; }
      .page-template-template-news .section-default .post-teaser:first-of-type .content .excerpt {
        max-width: 300px;
        font-size: 12px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #ffffff;
        margin: 0; }
      .page-template-template-news .section-default .post-teaser:first-of-type .content .lnk {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-indent: -9999px; } }

.section-hero {
  background: no-repeat center center;
  background-size: cover;
  height: 310px; }
  @media (min-width: 480px) {
    .section-hero {
      height: 300px; } }

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible; }

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red; }
.wpcf7 .wpcf7-response-output {
  text-align: center;
  margin: 0;
  font-size: 18px; }
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none; }
.wpcf7 div.wpcf7-validation-errors {
  color: red; }

/*# sourceMappingURL=main.css.map */

#top-slogan{
   color: #62bf56;
    float: right;
    font-family: "black_jackregular";
    font-size: 21px;
    position: relative;
    right: 93px;
    top: 83px;
}

.logo-title{
    top: 70px;
    position: absolute;
    left: 0;
    right: 0;
}
@media (max-width: 1450px) {  
	.site-header .logo{
		margin-left:0;
	}
	.main-nav .main-menu > .menu-item > a{
		padding: 0 23px;
	}
}
@media (max-width: 1280px) {  
	#top-slogan{
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 17px;
	}
}

@media (max-width: 480px) {
	#top-slogan{
		display:block;
		position:relative;
  }  
}