@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
/*colors*/
/* Mixins dddd*/
.relative {
  position: relative;
}
.top-50 {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left-50 {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-50 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mb-90px {
  margin-bottom: 90px !important;
}
html {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  position: relative;
}
body {
  overflow-x: hidden;
  font: 14px 'Exo 2', sans-serif;
  line-height: 1.4;
  width: 100%;
  background: #fff;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
  outline: none !important;
}

.mb-80px { margin-bottom: 80px; }
.mb-75px { margin-bottom: 75px !important; }
.mb-70px { margin-bottom: 70px !important; }
.mb-65px { margin-bottom: 65px !important; }
.mb-60px { margin-bottom: 60px !important; }
.mb-55px { margin-bottom: 55px !important; }
.mb-50px { margin-bottom: 50px !important; }
.mb-45px { margin-bottom: 45px !important; }
.mb-40px { margin-bottom: 40px !important; }
.mb-35px { margin-bottom: 35px !important; }
.mb-30px { margin-bottom: 30px !important; }
.mb-25px { margin-bottom: 25px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-15px { margin-bottom: 15px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-5px { margin-bottom: 5px !important; }

/*CSS*/
a {
  color: #64a70c;
  text-decoration: underline;
}
a.silver {
  color: #5c6c79;
}
a.brown {
  color: #866256;
}
a.white {
  color: #fff;
}
a:hover,
a:focus {
  color: #64a70c;
  text-decoration: none;
}
h1, .h1 {
  margin: 0px 0 20px;
  margin-bottom: 20px ;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #292a2d;
}
h2, .h2 {
  margin: 0px 0 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #292a2d;
}
h3, .h3 {
  margin: 30px 0 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #292a2d;
}
h4, .h4 {
  margin: 0px 0 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #292a2d;
}
h5, .h5 {
  margin: 0px 0 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #292a2d;
}
p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #292a2d;
}
p.white {
  color: #fff;
}
.fs-16px {
  font-size: 16px;
}
.fs-18px {
  font-size: 18px;
}
.fs-20px {
  font-size: 20px;
}
.fs-24px {
  font-size: 24px;
}
ul {
  list-style: none !important;
  margin-bottom: 20px;
  padding-left: 0;
}
ul li {
  line-height: 1.4;
  padding-left: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  color: #5c6c79;
}
ul li:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #008c3d;
}
ul.hyphen {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.hyphen li {
  text-decoration: none;
  background-image: url('../images/hyphen.jpg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #85939f;
}
ul.check {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.check li {
  background-image: url('../images/check-list.png');
  background-position: 0 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #5c6c79;
}
ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
ol li {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #5c6c79;
  padding-left: 10px;
}
ul.list-unstyled {
  list-style: none !important;
}
ul.list-unstyled li {
  padding-left: 0 !important;
  background: none !important;
}
ul.list-unstyled li:before {
  display: none;
}
.btn-default {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  color: #fff;
  padding: 9px 25px 11px;
  background: #008c3d;
}
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-decoration: none;
  background: #da6a09;
}
.btn-green {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #008c3d;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 5px;
  line-height: 1.4;
  border: 0;
  transform: translateZ(0);
}
.btn-green:hover,
.btn-green:focus {
  opacity: 0.9;
  outline: none;
  border: 0;
  color: #fff;
  transform: translateZ(0);
  padding: 10px 35px;
}
.btn-primary {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 24px;
  border-radius: 4px;
  line-height: 1;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #bb0023;
  display: inline-block;
  color: #fff;
  padding: 5px 25px 7px;
  background: #e4002b;
  white-space: normal;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  text-decoration: none;
  background: #bb0023;
  border-color: #bb0023;
}
.btn-orange {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 12px;
  background: #fff;
  color: #ef7600;
  border-radius: 5px;
  border: 1px solid #ef7600;
  padding: 9px 35px 10px;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  background: #ef7600;
}
.btn-yellow {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  line-height: 18px;
  border-radius: 6px;
  padding: 10px 20px 5px;
}
.btn-yellow:hover,
.btn-yellow:focus {
  color: #fff;
}
.btn-blue {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: #003d5e;
  color: #fff;
  padding: 11px 30px 13px;
  border-radius: 4px;
  display: inline-block;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background: #278cc2 ;
}
.btn-violet {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  line-height: 18px;
  border-radius: 6px;
  padding: 10px 20px 5px;
}
.btn-violet:hover,
.btn-violet:focus {
  color: #fff;
}
.btn-white {
  border-radius: 6px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #fff;
  line-height: 18px;
  padding: 10px 20px 5px;
}
.btn-white:hover,
.btn-white:focus {
  opacity: 1;
}
.btn-lg {
  font-size: 22px !important;
  line-height: 25px !important;
  padding: 14px 25px 10px;
}
.btn-md {
  font-size: 17px !important;
  line-height: 20px !important;
  padding: 12px 20px 8px;
}
.btn-sm {
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 8px 20px 4px;
}
.small-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a05f26;
  text-transform: uppercase;
}
.page-title {
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  line-height: 56px;
  text-transform: capitalize;
}
#header {
  background: url('../images/bg1.jpg') 0 0 no-repeat;
  background-size: cover;
  z-index: 50;
  width: 100%;
  min-height: 474px;
  background-color: #009842;
  position: relative;
}
.slider-container {
  background: #008c3d ;
}
.title-slider {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
.text-slider {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.text-slider p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.title-pages {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 40px;
  background: -moz-linear-gradient(top, rgba(182, 13, 29, 0) 1%, rgba(182, 13, 29, 0) 2%, rgba(182, 13, 29, 0.27) 33%, rgba(182, 13, 29, 0.4) 48%, rgba(182, 13, 29, 0.63) 90%, rgba(182, 13, 29, 0.63) 100%);
  background: -webkit-linear-gradient(top, rgba(182, 13, 29, 0) 1%, rgba(182, 13, 29, 0) 2%, rgba(182, 13, 29, 0.27) 33%, rgba(182, 13, 29, 0.4) 48%, rgba(182, 13, 29, 0.63) 90%, rgba(182, 13, 29, 0.63) 100%);
  background: linear-gradient(to bottom, rgba(182, 13, 29, 0) 1%, rgba(182, 13, 29, 0) 2%, rgba(182, 13, 29, 0.27) 33%, rgba(182, 13, 29, 0.4) 48%, rgba(182, 13, 29, 0.63) 90%, rgba(182, 13, 29, 0.63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b60d1d', endColorstr='#a1b60d1d', GradientType=0);
}
.home #content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.home #header {
  background: none !important;
}
.home #header .header-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#content {
  position: relative;
}
#content:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url('../images/content-before.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.header-nav {
  padding-top: 40px;
  padding-bottom: 35px;
  background: -moz-linear-gradient(top, #008c3d 1%, #008c3d 57%, rgba(0, 140, 61, 0.56) 85%, rgba(0, 140, 61, 0.48) 90%, rgba(0, 140, 61, 0) 100%);
  background: -webkit-linear-gradient(top, #008c3d 1%, #008c3d 57%, rgba(0, 140, 61, 0.56) 85%, rgba(0, 140, 61, 0.48) 90%, rgba(0, 140, 61, 0) 100%);
  background: linear-gradient(to bottom, #008c3d 1%, #008c3d 57%, rgba(0, 140, 61, 0.56) 85%, rgba(0, 140, 61, 0.48) 90%, rgba(0, 140, 61, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008c3d', endColorstr='#00008c3d', GradientType=0);
  position: relative;
  z-index:2;
}
.header-nav .navbar {
  padding: 0;
  background: transparent !important;
}
.header-nav ul li {
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  text-align: left;
  vertical-align: middle;
  margin-right: 15px;
}
.header-nav ul li:hover .sub-menu,
.header-nav ul li:focus .sub-menu {
  display: block;
  background: rgba(0, 140, 61, 0.8);
  padding: 10px;
  margin-left: -10px;
}
.header-nav ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  color: #feffff;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}
.header-nav ul li a:hover,
.header-nav ul li a:focus {
  background: transparent !important;
}
.header-nav ul li a:hover:before,
.header-nav ul li a:focus:before {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0%;
  border-bottom: 2px solid #fff;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  min-width: 200px;
  padding-top: 10px;
}
.sub-menu li {
  white-space: nowrap;
  margin-bottom: 10px !important;
  display: block;
}
#menu-left-menu {
  border-bottom-left-radius: 6px;
}
#menu-left-menu li:first-child {
  border-bottom-left-radius: 6px;
}
#menu-right-menu {
  border-bottom-right-radius: 6px;
}
#menu-right-menu li:last-child {
  border-bottom-right-radius: 6px;
}
#footer {
  background: #008c3d;
  border-top: 7px solid #f34355;
  padding-bottom: 20px;
}
.footer-menu {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #009842;
}
.footer-menu ul {
  margin: 0;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
}
.footer-menu ul li a {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em;
}
.fs-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7d7d7d;
}
.fs-list {
  text-align: center;
}
.fs-link {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin: 0 5px;
}
.fs-link img {
  width: 100%;
}
.fs-link:hover,
.fs-link:focus {
  opacity: 0.8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.company-history {
  background: #f9f9f9;
  padding: 20px;
}
.ch-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #e4002b;
}
.subtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #e4002b;
}
.alignleft {
  float: left !important;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
}
.alignright {
  float: right !important;
  margin-left: 30px !important;
  margin-bottom: 30px !important;
}
.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
}
.gallery-container {
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.gallery-container .gallery-item a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.gallery-container .gallery-item a:hover img,
.gallery-container .gallery-item a:focus img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-container .gallery-item a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-news-block:hover .single-image img,
.single-news-block:focus .single-image img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-news-block .single-image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-news-block .single-image img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-news-block p {
  margin-bottom: 5px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #5c6c79;
}
.single-news-block h3,
.single-news-block .h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #292a2d;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.single-news-block h3 a,
.single-news-block .h3 a {
  text-decoration: underline;
  color: #008c3d;
}
.single-news-block h3 a:hover,
.single-news-block .h3 a:hover,
.single-news-block h3 a:focus,
.single-news-block .h3 a:focus {
  text-decoration: none;
}
.date-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #85939f;
  text-transform: uppercase;
}
.left-sidebar ul li {
  background: none !important;
  padding-left: 0;
  text-align: right;
}
.left-sidebar ul li.current-cat a {
  text-decoration: none;
  color: #000;
}
.left-sidebar ul li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #008c3d;
}
.left-sidebar ul li a:hover,
.left-sidebar ul li a:focus {
  color: #292a2d;
  text-decoration: none;
}
.top-image img {
  width: 100%;
}
.top-image-block .row {
  display: table;
}
.top-image-block .row .col-sm-8,
.top-image-block .row .col-sm-3 {
  float: none !important;
  display: inline-block;
}
.post-caption {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #85939f;
}
.single-full-news-block h2,
.single-full-news-block .h2 {
  margin-bottom: 5px;
}
.contacts-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #292a2d;
}
.contact-address {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #017ba8;
}
.contact-phone a {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #017ba8;
  text-decoration: none;
}
.contact-phone a:hover,
.contact-phone a:focus {
  text-decoration: none;
}
.contact-web {
  margin-top: 5px;
}
.contact-web a {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #017ba8;
  text-decoration: none;
}
.contact-web a:hover,
.contact-web a:focus {
  text-decoration: underline;
}
.ss-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #292a2d;
}
.single-service a {
  text-decoration: none;
}
.go-to {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.search-form .form-control {
  height: 43px;
  width: 50%;
  float: left;
  margin-right: 10px;
}
.contacts-404 {
  font-size: 16px;
}
.contacts-404 .contact-phone {
  font-size: 16px;
}
.contacts-404 .contact-phone a {
  font-size: 16px;
  color: #333;
}
.owl-carousel .owl-item {
  -webkit-transform: translateZ(0px) !important;
}
.top-carousel {
  position: relative;
  z-index: 1;
  background: #008c3d ;
}
.top-carousel:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(182, 13, 29, 0) 1%, rgba(182, 13, 29, 0) 2%, rgba(182, 13, 29, 0.27) 33%, rgba(182, 13, 29, 0.4) 48%, rgba(182, 13, 29, 0.63) 90%, rgba(182, 13, 29, 0.63) 100%);
  background: -webkit-linear-gradient(top, rgba(182, 13, 29, 0) 1%, rgba(182, 13, 29, 0) 2%, rgba(182, 13, 29, 0.27) 33%, rgba(182, 13, 29, 0.4) 48%, rgba(182, 13, 29, 0.63) 90%, rgba(182, 13, 29, 0.63) 100%);
  background: linear-gradient(to bottom, rgba(182, 13, 29, 0) 1%, rgba(182, 13, 29, 0) 2%, rgba(182, 13, 29, 0.27) 33%, rgba(182, 13, 29, 0.4) 48%, rgba(182, 13, 29, 0.63) 90%, rgba(182, 13, 29, 0.63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b60d1d', endColorstr='#a1b60d1d', GradientType=0);
  width: 100%;
  height: 200px;
  z-index: 3;
}
.top-carousel .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 22%;
    z-index: 3;
}

.owl-stage {
    min-height: 660px;
}

.owl-stage .img-responsive {
    min-height: 660px;
    width: auto !important;
    max-height: 800px;
}

.top-carousel .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  color: #fff;
  font-size: 30px;
}
.top-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  color: #fff;
  font-size: 30px;
}
.top-carousel .owl-dot {
  display: inline-block;
}
.top-carousel .owl-dot span {
  width: 18px;
  height: 18px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
.top-carousel .owl-dot.active span {
  background: #009b6d;
}
.top-carousel .item {
  position: relative;
}
.top-carousel .item .text-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 20;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  width: 100%;
}
.video-container {
  position: relative;
}
.video-container:hover .play img,
.video-container:focus .play img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-container a {
  display: block;
  position: relative;
}
.video-container .play {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.video-container .play img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.right-button .btn {
  min-height: 64px;
  line-height: 48px;
  width: 100%;
}
.main-search {
  background: #fff;
  border-radius: 4px;
}
.main-search .form-control {
  width: 85%;
  margin-right: 0;
  border: 0;
  box-shadow: none;
  height: 34px;
}
.main-search button {
  height: 34px;
  background: none !important;
  border: 0;
  color: #64a70c;
  line-height: 36px;
}
.left-map {
  float: left;
  position: relative;
}
.left-map img {
  margin-left: 10px;
  margin-top: 16%;
}
.left-map h4,
.left-map .h4 {
  position: absolute;
  top: 0;
  left: 0;
}
.right-map {
  float: right;
}
.right-map img {
  margin-top: 10%;
}
.top-block-container {
  position: relative;
  margin-top: -130px;
  z-index: 20;
}
.search-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.single-news-main-block {
  background: #e4002b;
  min-height: 248px;
  border-radius: 5px;
  position: relative;
  z-index: 60;
}
.single-news-main-block .news-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.single-news-main-block .news-link img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-news-main-block .date-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}
.single-news-main-block img {
  border-radius: 5px 5px 0 0;
}
.single-news-main-block:hover .news-link img,
.single-news-main-block:focus .news-link img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list h4,
.news-list .h4 {
  display: inline-block;
  position: relative;
  z-index: 60;
}
.news-list .news-archive {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0072bc;
  text-transform: uppercase;
  margin-left: 30px;
  position: relative;
  z-index: 60;
}
.news-list .row > div:nth-child(even) .single-news-main-block {
  background: #02a2df;
}
.ns-block {
  padding: 7px;
}
.ns-block a {
  display: inline-block;
}
.sn-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.sn-title:hover,
.sn-title:focus {
  color: #fff;
}
.top-relative-block {
  position: relative;
}
.futured-news {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 33.33333333%;
  z-index: 50;
  margin-left: 33.33333333%;
  padding: 0 15px;
  border-radius: 5px;
}
.fn-block {
  min-height: 956px;
  background: #64a70c;
}
.left-button,
.right-button {
  position: relative;
  z-index: 60;
}
.fn-text {
  padding: 30px 15px;
}
.fn-text .date-text {
  color: #fff;
  margin-bottom: 5px;
}
.fn-text p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.fn-image {
  position: relative;
  border-radius: 5px 5px 0 0;
}
.fn-image img {
  border-radius: 5px 5px 0 0;
}
.fn-title {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.fn-title h4,
.fn-title .h4 {
  margin: 0;
}
.fn-title a {
  color: #fff;
}
.fn-block {
  border-radius: 5px;
}
.isotope {
  position: relative;
  margin: 0 auto;
}
.isotope .item {
  width: 31.3%;
  height: auto;
  float: left;
  overflow: hidden;
}
.isotope .item img {
  max-width: 100%;
}
.grid-sizer {
  width: 34%;
}
.gutter-sizer {
  width: 3%;
}
.banner-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.banner-block img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-block:hover img,
.banner-block:focus img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.left-banner-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.auction-block {
  position: relative;
  background: #f2f2f2;
  padding: 11px 20px;
  min-height: 463px;
}
.auc-ratio {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #292a2d;
  padding-left: 80px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.auc-ratio.sink:before {
  content: "\e093";
  position: absolute;
  left: 0;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  color: green;
}
.auc-ratio.grow:before {
  content: "\e094";
  position: absolute;
  left: 0;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  color: red;
}
.auc-ratio span {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.auction-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #292a2d;
  margin-bottom: 5px;
}
.auction-block {
  position: relative;
}
.auction-block .btn {
  text-decoration: none;
}
.auc-abs {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.w25 {
  width: 14.1% !important;
}
.post-date {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #85939f;
  display: block;
  text-transform: uppercase;
}
.breadcrumbs {
  margin-bottom: 15px;
}
.form-azpetro .form-control {
  border: 1px solid #008c3d;
  border-bottom: 4px solid #008c3d;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 10px;
  height: auto;
}
.single-image {
  display: block;
  border: 3px solid #008c3d;
}
.single-image img {
  width: 100%;
  height: auto;
}
.gallery-item__video {
  position: relative;
  display: inline-block;
}
.b-gallery-post .ms-you {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.b-gallery-post .ms-you:hover .ivc-play img,
.b-gallery-post .ms-you:focus .ivc-play img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.b-gallery-post h3,
.b-gallery-post .h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-top: 10px;
}
.ivc-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ivc-play img {
  width: 45px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-mobile {
  background: #e4002b;
  border-radius: 4px;
  border-bottom: 4px solid #bb0023;
  margin-bottom: 30px;
}
.pagination {
  background: none;
}
.pagination li {
  border: 0 !important;
  padding: 6px 12px;
}
.pagination li span {
  border: 0 !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.pagination li span:hover,
.pagination li span:focus {
  background: none !important;
}
.pagination li span.current {
  color: #292a2d;
}
.pagination li a {
  border: 0 !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #008c3d;
  text-decoration: underline;
  display: inline-block;
}
.pagination li a.next,
.pagination li a.prev {
  text-decoration: none;
}
.pagination li a.next i,
.pagination li a.prev i {
  color: #008c3d;
}
.pagination li a:hover,
.pagination li a:focus {
  background: none !important;
  text-decoration: none;
}
.YouTubePopUp-Close {
  display: none !important;
}
.hilite {
  background: none !important;
  color: #008c3d ;
}
.lb-data .lb-close {
  width: 40px;
  height: 40px;
}
.read-more {
  color: #fff;
}
.read-more:hover,
.read-more:focus {
  text-decoration: none;
  color: #fff;
}
.tbs-container a {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tbs-container img {
  max-width: 100%;
}
.map-big-link {
  position: absolute;
  bottom: -6.5%;
  right: 0;
  z-index: 1000;
}
.news-archive {
  font-size: 14px;
  color: #0072bc;
  text-transform: uppercase;
  margin-left: 30px;
  position: relative;
  z-index: 60;
  font-weight: 700;
}
.main-map a img {
  transition: all 0.2s ease-in-out;
}
.main-map a:hover img {
  transform: scale(1.1);
}
.footer-email {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.copyright {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.footer-design {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.footer-design a {
  color: #fff;
}
.bottom-blocks {
  background: #f3f0e4;
  padding: 10px 0 40px;
}
.bb-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #292a2d;
  margin-bottom: 5px;
  text-align: center;
}
.bb-title span {
  font-size: 16px;
}
.bb-button .btn-white {
    width: auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #292a2d;
    text-decoration: none;
    text-transform: none;
    padding: 5px 0;
    margin-bottom: 50px !important;
    margin-top: 0px;
    border: none;
}

.presentation-dnld img {
    display: block;
    margin: 0 auto 10px !important;
}

.btn.btn-green.presentation-dnld {
    border-radius: 7px;
    transform: skew(-5deg);
    width: 205px;
    padding: 20px !important;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-image: url('../images/tab3.jpg') !important;
}

.btn.btn-green.presentation-dnld {
    border-radius: 6px;
    transform: skew(-5deg);
}

.presentation-dnld-inner {
    transform: skew(5deg);
}


.bb-button .btn-white img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    transition: all ease-in-out .2s;
    bottom: 0;
}
.bb-button .btn-white:hover img {
    bottom: 8px;
}
.bb-button .btn-white:hover,
.bb-button .btn-white:focus {
  opacity: 0.8;
}
.single-date {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #8f8f8f;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.single-car {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #008c3d;
  vertical-align: middle;
}
.header-search {
  background: #fff;
  border-radius: 4px;
  min-width: 45vw;
  margin: 50px;
}
.header-search .form-inline{
  justify-content: space-between;
}
.header-search .form-control {
  width: 76%;
  float: left;
  margin-right: 0;
  border: 0;
}
.fan{
  color:#fff;
  font-size: 20px;
}
.header-search .form-control:hover,
.header-search .form-control:focus {
  box-shadow: none;
  outline: none;
}
.header-search .btn {
  margin-right: 10px;
  width: 30px;
  padding: 0;
  background: none;
  color: #008c3d;
}
.header-search .btn:hover,
.header-search .btn:focus {
  box-shadow: none;
  outline: none;
}
.gallery-cat {
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.gallery-s-b h3 a,
.gallery-s-b .h3 a {
  text-transform: uppercase;
}
.gallery-s-b h3 span,
.gallery-s-b .h3 span {
  font-size: 14px;
}
.gallery-item a {
  width: 100%;
  display: inline-block;
}
.top-page-image {
  background: #ccc;
  padding: 0px 0;
}
.top-page-image img {
  max-width: 100%;
  height: auto;
}
.text-after {
  margin-bottom: 70px;
  padding-bottom: 15px;
  position: relative;
}
.text-after p {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #292a2d;
}
.text-after:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #b7c5d2;
  width: 70px;
}
.ti-link {
  border: 3px solid #008c3d;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ti-link img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ti-link:hover img,
.ti-link:focus img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.with-border {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.with-border:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 70px;
  border-bottom: 6px solid #b7c5d2;
}
.content-page p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #5c6c79;
}
.content-page iframe {
  padding: 5px;
  border: 1px solid #009842;
  margin-bottom: 20px;
}
.latest-news-block .single-date {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.lt-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #008c3d;
}
.latest-news {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #e8fcf1;
}
.latest-news h2,
.latest-news .h2 {
  display: inline-block;
}
.cat-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #008c3d;
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.small-latest {
  position: relative;
}
.small-latest:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  border-left: 1px solid #c7e8d6;
  height: 102%;
}
.four-abs {
  position: relative;
  height: 46.6vw;
  background-size: contain;
  background-image: url('../images/four-bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.four-abs.sec {
  background-image: url('../images/four2-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.four-blocks {
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: 100% 100% !important;
}
.four-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 27px;
  margin-bottom: 25px;
  position: relative;
}
.four-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  border-bottom: 6px solid #008c3d;
}
.four-text p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
}
.four-relative {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.youtube-bordered-image {
  padding: 5px;
  border: 2px solid #64a70c;
}
.four-blocks {
  background-size: cover !important;
}

.b-gallery-post h3 a {
  font-size: 17px;
  text-decoration: none;
}

.b-gallery-post:hover h3 a {
  text-decoration: underline;
}

.tfb {
  display: inline-block;
  width: 205px;
  height: 138px;
  background: #00a15f;
  border-radius: 6px;
  transform: skew(-5deg);
  -webkit-transform: skew(-5deg);
  -moz-transform: skew(-5deg);
  -ms-transform: skew(-5deg);
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}
.tfb:hover .green-full,
.tfb:focus .green-full {
  opacity: 0;
}
.tfb img {
    margin-left: -6px;
    filter: blur(5px);
}
.tfb:nth-child(2) .green-full {
  background-image: url('../images/tab2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tfb:nth-child(3) .green-full {
  background-image: url('../images/tab3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tfb:nth-child(4) .green-full {
  background-image: url('../images/tab4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tfb-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 6;
}
.tfb-minus {
  -webkit-transform: skew(5deg);
  -moz-transform: skew(5deg);
  -ms-transform: skew(5deg);
  height: 100%;
}
.top-fours-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.green-opacity {
  position: absolute;
  top: 0;
  left: -6px;
  width: 105%;
  height: 105%;
  background: rgba(0, 140, 61, 0.5);
}
.green-full {
  position: absolute;
  top: -5px;
  left: -12px;
  width: 110%;
  height: 110%;
  background-image: url('../images/tab1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 5;
  transition: all 0.1s ease-in-out;
}
.tfb:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    filter: blur(0);
}
.partner-block {
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
}
.partner-block:hover img,
.partner-block:focus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.2s;
}
.partner-block img {
  transition: all 0.2s;
  max-height: 100px;
  max-width: 120px;
  margin: 10px 0;
}
.hb a {
  font-size: 18px !important;
  border-radius: 50px;
  text-transform: none !important;
  width: 100%;
  padding: 12px 0;
}
.hb a.btn-green {
  background-image: url('../images/green-button.jpg') !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  padding: 12px 0 !important;
  background-size: cover;
}
.hb a.btn-green:hover,
.hb a.btn-green:focus {
  color: #fff;
  opacity: 0.8;
}
.hb a:first-child {
  margin-bottom: 25px;
}
.hb a img {
  margin-right: 8px;
}
.popup {
  display: none;
}
.fancybox-close {
  width: 26px;
  height: 27px;
  top: -28px;
  right: -25px;
}
.fancybox-skin {
  padding: 0 !important;
}
.top-about {
  margin-bottom: 30px;

}
.top-about .tfb {
  margin-right: 5px;
}
.tfb-subtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.tfb-50 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  padding: 0 25px;
  z-index: 5;
}
.tfb-newtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.par {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.par img {
  position: absolute;
  left: 0px;
  width: 100%;
}
.left-block {
  position: relative;
}
button#responsive-menu-button {
  background: transparent !important;
  top: 0 !important;
  left: 0;
  border: 1px solid #fff !important;
  border-radius: 8px;
}
#responsive-menu-container {
  z-index: 1000000 !important;
  border-right: 1px solid #fff;
}
#responsive-menu-container ul li:before {
  display: none !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-bottom: 30px;
}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link:hover {
  border-color: #008c3d !important;
}
.about-drill {
  text-align: center;
}
.about-drill .with-border:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-drill .b-gallery-post__image {
  width: 100%;
}
.about-drill p{
  margin-bottom: 0;
  line-height: 18px;
}
.about-drill .b-gallery-post__image img {
  width: 100%;
}
.lang-cont a:first-child{
  display: none;
}
.lang-cont{
  display: inline-block;
  margin-left: 10px;
}
.lang-cont a{
  color:#fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.top-fours-block .tfb{
  width: 15%;
  height: 130px;
}
.top-fours-block .green-full {
  left: -7px;
}
.b-gallery-post__image.ms-you .ivc-play {
  width: 45px;
  position: absolute;
  height: 45px;
  transition: all ease-in-out .2s;
  opacity: 1;
  z-index: 10;
}

.b-gallery-post__image.ms-you:hover .ivc-play {
  width: 90px;
  height: 90px;
}


.b-gallery-post__image.ms-you:hover .main-video-cover {
  opacity: .75;
}

.b-gallery-post__image.ms-you .main-video-cover {
  opacity: 1;
  transition: all ease-in-out .2s;
}

.b-gallery-post__image.ms-you {
  background-color: black;
}

.main-center-button {
    position: absolute;
    width: 100%;
    height: 0px;
    text-align: center;
}

.main-center-button a {
    position: relative;
    bottom: 160px;
    display: inline-block;
    padding: 45px 20px 45px 15px;
    background: url('../images/tab1.jpg');
    color: white !important;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    transition: all ease-in-out .2s;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    transform: skew(-5deg);
    overflow: hidden;
    left: -11px;
}

.main-center-button a img {
    margin: 0 10px 0 0;
    height: 45px;
    width: auto;
}

.main-center-button-inner {
    transform: skew(5deg);
    z-index: 20;
    position: relative;
}

.main-center-button-overlay {
    width: 250px !important;
    height: auto !important;
    position: absolute;
    left: -5px;
    bottom: -3px;
    z-index: 16;
    transition: all ease-in-out .2s;
    filter: blur(5px);
    opacity: 0;
    transform: scale(.9);
}

.main-center-button a:hover .main-center-button-overlay {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
}

.bb-button.hb {
    text-align: center;
}



.main-center-button .fa.fa-angle-right {
    font-weight: 900;
}

.main-center-map-image {
    width: 100%;
    margin: 60px 0 20px;
    transform: scale(1.27);
}

.main-center-button a:hover {
    background-color: #005e29;
}
.products-content{
  margin-top: 40px;
  margin-bottom: 40px;
}
.products-left ul li {

      font-size: 14px;
    }
