/*******************************
BOOTSTRAP NAVBAR CONVERTED TO LESS
*********************************/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav li {
  position: relative;
  display: block;
}
.nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-black-wrap {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nav-black-wrap.wrapped {
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-top {
  /*position:relative;
		left:890px;
		bottom:13px;*/
  float: right;
  font-size: 14px;
  font-weight: 300;
  color: lightgray;
}
.nav-top a {
  color: lightgray;
}
.nav-top a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .nav > li > a {
    /*padding: 10px 25px;*/
  }
  .nav-conteiner {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-top {
    /*position:relative;
			left:690px;
			bottom:13px;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-top {
    /*position:relative;
			left:475px;
			top:-13px;*/
  }
  .nav > li > a {
    padding: 10px 10px;
  }
  .top-nav-collapse li > a {
    padding: 25px 10px!important;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  z-index: 4;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  float: right;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
  overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  width: 50px;
  height: 50px;
  background: url(img/logo.png) no-repeat;
  display: block;
  margin-top: 0px;
  /*margin-left: -25px;*/
}
@media (max-width: 768px) {
  /*.navbar-brand {display:none;}*/
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-brand:focus {
  outline: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #FFF;
  border-bottom: 1px solid #C0C0C0;
  font-weight: 300;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #FFF;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active,
.navbar-custom .nav li.active a {
  background-color: transparent;
  text-decoration: underline;
  outline: 0;
}
/***********************************
CSS CONVERTED END, START UNIQUE STYLES
************************************/
.top-nav-collapse .nav li a:hover,
.top-nav-collapse .nav li a:focus,
.top-nav-collapse .nav li.active,
.top-nav-collapse .nav li.active a {
  color: #5d9731 !important;
  text-decoration: none;
}
.navbar-toggle {
  color: #5d9731;
  padding: 12px;
  font-size: 16px;
  z-index: 1000;
}
.navbar-main-collapse {
  background: black;
}
.container > .navbar-header,
.container > .navbar-collapse.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}
@media (min-width: 767px) {
  .navbar-main-collapse {
    background: none;
  }
  .navbar-brand {
    display: block;
    font-weight: 300;
    width: 80px;
    height: 80px;
    background: url(img/logo.png) no-repeat;
    background-size: contain;
    padding: 0;
  }
  .navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #FFF;
  }
  .navbar {
    padding: 15px 0 0 0;
    border-bottom: 0;
    /*letter-spacing: 1px;*/
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color: #FFF;
  }
  .top-nav-collapse a {
    color: #677081 !important;
  }
  .top-nav-collapse li > a {
    padding: 25px 15px;
  }
  .top-nav-collapse .navbar-header .navbar-brand {
    width: 54px;
    height: 50px;
    background: url(img/logo.png) no-repeat;
    background-size: contain;
    display: block;
    margin-top: 14px;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .nav-black-wrap {
    display: none;
  }
  .navbar {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 0px;
    position: absolute;
    z-index: 100000;
  }
  .navbar .container {
    padding: 0;
    /*overflow:hidden;*/
  }
  .navbar .navbar-brand {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    /*width:60px;
		height:60px;*/
    background-size: contain;
    margin-top: 10px;
  }
  .navbar .navbar-main-collapse {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .navbar .navbar-main-collapse .navbar-nav {
    display: inline-block;
    margin: 0;
  }
  .navbar .navbar-main-collapse .navbar-nav li {
    display: inline-block;
    float: left;
  }
  .navbar .navbar-header {
    float: left;
  }
  .navbar .nav-top {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.container > .navbar-header {
  overflow: hidden;
}
.clear-fix-right {
  clear: right;
}
/******************
latest styles, from WP
*******************/
.menu {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.menu li {
  float: left;
  padding: 0 15px 10px;
  color: white;
}
.menu li a {
  color: white;
}
@media screen and (max-width: 767px) {
  .container .collapse {
    display: block;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .collapse.navbar-collapse {
    height: auto;
  }
  .menu {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .menu li {
    padding: 0px;
  }
  .menu li a {
    position: relative;
    display: block;
    padding: 10px 55px;
  }
}
@media screen and (min-width: 768px) {
  .top-nav-collapse li {
    margin-top: 20px;
  }
}
.product-description {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
/*End menu styles*/
/****************************
	STUFF BELOW -- ADD TO LESS!!!
******************************/
@media screen and (max-width: 767px) {
  .menu {
    padding: 0;
  }
  .menu li {
    padding: 0;
  }
  .menu li a {
    padding: 10px;
  }
  footer .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu-long-name {
    display: none;
  }
}
nav.navbar.navbar-custom.navbar-fixed-top.navbar-opacity .all-news-container,
.single-new-container,
.single-product-container {
  padding-top: 75px;
}
.menu li {
  position: relative;
  overflow: visible;
}
.menu li ul.sub-menu {
  display: none;
  left: 0;
  top: 25px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 230px;
}
.menu li ul.sub-menu li {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  list-style: none;
  width: 100%;
}
.menu li:hover ul.sub-menu {
  display: block;
}
.menu-menu-container {
  overflow: visible;
}
.navbar-fixed-top .navbar-collapse {
  overflow: visible !important;
}
.nav-conteiner {
  overflow: visible;
}
.language-selector {
  float: right;
  margin: 0;
  list-style: none;
  padding: 0 0 0 15px;
}
.language-selector li {
  float: left;
  padding-left: 7px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav.navbar.navbar-custom.navbar-fixed-top.navbar-opacity .all-news-container,
  .single-new-container,
  .single-product-container {
    padding-top: 0;
  }
  .menu ul {
    margin-top: 8px;
  }
  .menu li {
    position: relative;
    overflow: visible;
  }
  .menu li ul.sub-menu {
    display: none;
    left: 0;
    top: 25px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 250px;
    margin-left: -50%;
  }
  .menu li ul.sub-menu li {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.75);
    list-style: none;
    width: 100%;
  }
  .menu li:hover ul.sub-menu {
    display: block;
  }
}
button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.sureko-btn {
  background-color: transparent;
  border: 3px solid #5d9731;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #5d9731;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sureko-btn:hover {
  color: #4c4c4c;
  border-color: #5d9731;
  background-color: #5d9731;
  text-decoration: none;
}
.sureko-btn-white {
  background-color: transparent;
  border: 3px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sureko-btn-white:hover {
  color: #4c4c4c;
  border-color: #5d9731;
  background-color: #5d9731;
  text-decoration: none;
}
/*@media (min-width: 1200px) {
	
	.sureko-btn{
		padding-top:20px!important;
		padding-bottom:20px!important;
	}
	
	.sureko-btn-white{
		padding-top:20px!important;
		padding-bottom:20px!important;
	}

}*/
.intro {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  color: #fff;
  background: url(img/background.jpg) no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.intro-body {
  text-align: center;
}
.brand-heading {
  font-size: 44px;
  padding-bottom: 30px;
  padding-top: 0;
  font-weight: 400;
  margin: 0;
}
.intro-text {
  font-size: 34px;
  color: white;
  font-weight: 400;
}
.intro-phone {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 7px;
  text-transform: uppercase;
}
.intro-phone:hover {
  color: white;
  text-decoration: underline;
}
.intro-bottom {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .brand-heading {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    /*margin-bottom:2%;*/
  }
  .intro {
    height: 80%;
    padding: 0;
    min-height: 500px;
  }
  .intro-body {
    padding-top: 40%;
  }
  .intro-text {
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .intro-body {
    padding-top: 30%;
  }
}
@media (min-width: 450px) {
  .intro-text {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 767px) {
  .intro-body {
    padding-top: 33%;
    text-align: center;
  }
  .intro {
    height: 80%;
    padding: 0;
    min-height: 700px;
  }
  .intro-text {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .intro-body {
    padding-top: 15%;
    text-align: center;
  }
  .intro {
    height: 80%;
    padding: 0;
    min-height: 530px;
  }
}
@media (min-width: 1200px) {
  .intro-body {
    padding-top: 20%;
    text-align: center;
  }
  .intro {
    height: 80%;
    padding: 0;
    min-height: 768px;
  }
}
.arrow-down {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: 48%;
  width: 4%;
}
@media (min-width: 1440px) {
  .arrow-down {
    left: 49%;
    width: 2%;
  }
}
@media (min-width: 2000px) {
  .intro-body {
    padding-top: 10%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  color: #4c4c4c;
}
body {
  background-image: url("img/pattern/satinweave.png");
}
.leveling-wrap {
  margin: 0 -15px;
}
h2 {
  color: #5d9731 !important;
  font-size: 225%;
  font-weight: 300;
}
h3,
h4 {
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 320px) {
  footer section {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .big-section {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .big-section {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .new-img-wrap {
    height: 200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.homepage-container .advantages,
.homepage-container .sets,
.homepage-container .products,
.homepage-container .news {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.homepage-container .advantages:before,
.homepage-container .sets:before,
.homepage-container .products:before,
.homepage-container .news:before,
.homepage-container .advantages:after,
.homepage-container .sets:after,
.homepage-container .products:after,
.homepage-container .news:after {
  content: " ";
  display: table;
}
.homepage-container .advantages:after,
.homepage-container .sets:after,
.homepage-container .products:after,
.homepage-container .news:after {
  clear: both;
}
.homepage-container .advantages h2,
.homepage-container .sets h2,
.homepage-container .products h2,
.homepage-container .news h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 30px;
  width: 770px;
}
.homepage-container .section-description {
  width: 850px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.homepage-container .advantages .sureko-btn {
  clear: both;
  display: inline-block;
  magin: 0 auto;
  letter-spacing: 0.05em;
}
.homepage-container .advantage {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .homepage-container .advantage {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .homepage-container .advantage {
    float: left;
    width: 33.33333333%;
  }
}
.homepage-container .advantage h5 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px auto;
}
.homepage-container .advantage p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  width: 250px;
  margin: 0px auto;
}
.homepage-container .sets article,
.homepage-container .products article {
  float: left;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .homepage-container .sets article:nth-child(odd),
  .homepage-container .products article:nth-child(odd) {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .homepage-container .sets article:nth-child(odd),
  .homepage-container .products article:nth-child(odd) {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .homepage-container .sets article:nth-child(odd),
  .homepage-container .products article:nth-child(odd) {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .homepage-container .sets article,
  .homepage-container .products article {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .homepage-container .sets article,
  .homepage-container .products article {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .homepage-container .sets article,
  .homepage-container .products article {
    float: left;
    width: 25%;
  }
}
.homepage-container .set {
  background-color: rgba(151, 131, 49, 0.8);
  background-image: url("img/set.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 0;
  overflow: hidden;
}
.homepage-container .set .full {
  background-color: rgba(151, 131, 49, 0.8);
  padding: 15px 0;
}
.homepage-container .set .quantity-label {
  background-color: white;
  color: #5d9731;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
}
.homepage-container .set .quantity-value {
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.homepage-container .set h4 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 24px auto;
  text-transform: uppercase;
}
.homepage-container .set p {
  margin: 25px auto 50px ;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  width: 210px;
}
.homepage-container .set .sureko-btn-white {
  margin: 0 auto;
  width: 160px;
  padding: 13px 50px;
  font-size: 16px;
  margin-bottom: 20px;
}
.homepage-container .set .green {
  background-color: rgba(93, 151, 49, 0.8);
}
.homepage-container .set .red {
  background-color: rgba(151, 83, 49, 0.8);
}
.homepage-container .set .yellow {
  background-color: rgba(151, 131, 49, 0.8);
}
.homepage-container .set .blue {
  background-color: rgba(49, 90, 151, 0.8);
}
.homepage-container .start {
  background-image: url("img/start.jpg");
}
.homepage-container .basic {
  background-image: url("img/basic.jpg");
}
.homepage-container .pro {
  background-image: url("img/pro.jpg");
}
.homepage-container .expert {
  background-image: url("img/expert.jpg");
}
.homepage-container .center-text {
  text-align: center;
  float: left;
  width: 100%;
}
.homepage-container .center-button {
  text-align: center;
  width: 100%;
}
.homepage-container .product {
  background-image: url("img/product1.jpg");
  background-size: cover;
  height: 230px;
  overflow: hidden;
}
.homepage-container .product img {
  width: 100%;
}
.homepage-container .product .full {
  background-color: rgba(93, 151, 49, 0.8);
  color: white;
  display: block;
  padding: 15px 20px;
  height: 230px;
}
.homepage-container .product .full:hover {
  text-decoration: none;
  overflow: hidden;
}
.homepage-container .product .full h4 {
  margin-top: 5px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  height: 70px;
}
.homepage-container .product .full p {
  font-size: 14px;
  font-weight: 400;
}
.homepage-container .product .full h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}
.homepage-container .product .green {
  background-color: rgba(93, 151, 49, 0.8);
}
.homepage-container .product .blue {
  background-color: rgba(49, 114, 151, 0.8);
}
.homepage-container .product .yellow {
  background-color: rgba(151, 140, 49, 0.8);
}
.homepage-container .product .purple {
  background-color: rgba(135, 49, 151, 0.8);
}
.homepage-container .product .magenta {
  background-color: rgba(151, 49, 61, 0.8);
}
.homepage-container .product .brown {
  background-color: rgba(151, 114, 49, 0.8);
}
.homepage-container .product .pink {
  background-color: rgba(151, 49, 85, 0.8);
}
.homepage-container .product .darkgreen {
  background-color: rgba(49, 151, 11, 0.8);
}
.homepage-container .product .yellowgreen {
  background-color: rgba(119, 151, 49, 0.8);
}
.homepage-container .product .cyan {
  background-color: rgba(51, 153, 153, 0.8);
}
.homepage-container .resins {
  background-image: url("img/categories/resins.png");
}
.homepage-container .plasters {
  background-image: url("img/categories/plasters.png");
}
.homepage-container .dispensers {
  background-image: url("img/categories/dispensers.png");
}
.homepage-container .compressors {
  background-image: url("img/categories/compressors.jpg");
}
.homepage-container .slab {
  background-image: url("img/categories/slab.jpg");
}
.homepage-container .accessories {
  background-image: url("img/categories/accessories.jpg");
}
.homepage-container .glues {
  background-image: url("img/categories/glues.jpg");
}
.homepage-container .news h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  text-decoration: underline;
}
.homepage-container .news h2 a:hover {
  text-decoration: none;
}
.homepage-container .new {
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*img + .new-content{
            .make-xs-column(6);
            float:none;
            width:100%;
        }
        */
  overflow: hidden;
}
.homepage-container .new a {
  color: #555555;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
.homepage-container .new a:hover {
  text-decoration: underline;
}
.homepage-container .new a span {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .homepage-container .new {
    float: left;
    width: 50%;
  }
}
.homepage-container .new .new-img-wrap + .new-content {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  width: 100%;
}
.homepage-container .new .new-img-wrap {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 15px;
  background-size: cover;
  overflow: hidden;
  padding: 0;
}
.homepage-container .new .new-content {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.homepage-container .new .new-content p:first-child {
  margin-top: 0;
}
.homepage-container .new .new-content a {
  float: right;
}
.homepage-container .new p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 767) and (max-width: 991px) {
  .homepage-container .clearfix-xs {
    clear: both;
  }
  .homepage-container .section-description {
    width: 100%!important;
  }
}
@media screen and (min-width: 992px) {
  .homepage-container .clearfix-lg {
    clear: both;
  }
}
@media (max-width: 991px) {
  .homepage-container .section-description {
    width: 90%;
  }
  .homepage-container .advantages h2,
  .homepage-container .sets h2,
  .homepage-container .products h2,
  .homepage-container .news h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-container .advantages,
  .homepage-container .sets,
  .homepage-container .products,
  .homepage-container .news {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .homepage-container .sets article,
  .homepage-container .products article {
    margin-left: 8.33333333%;
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .homepage-container .sets article,
  .homepage-container .products article {
    margin-left: 16.66666667%;
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .homepage-container .sets article,
  .homepage-container .products article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (min-width: 320px) {
  .new-img-wrap {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .new-img-wrap {
    height: 200px;
  }
}
.clear-float {
  clear: both;
}
@media (max-width: 991px) {
  .clearfix-sm {
    clear: both;
  }
}
footer {
  background-color: #4c4c4c;
  padding: 15px 0 40px;
  overflow: hidden;
}
footer img {
  display: block;
  margin: 10px auto 20px;
  width: 70px;
}
footer .row {
  margin-left: -40px;
  margin-right: -40px;
}
footer section {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  footer section {
    float: left;
    width: 16.66666667%;
  }
}
footer section .heading {
  color: lightgrey;
  font-size: 150%;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer section .links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
footer section li,
footer section a {
  color: white;
  display: block;
  text-align: left;
  text-decoration: none;
}
footer section li:hover,
footer section a:hover,
footer section li:focus,
footer section a:focus {
  color: white;
  text-decoration: underline;
}
footer section li:hover {
  text-decoration: none;
}
footer section.big-section .links {
  width: 50%;
}
.scrolloff {
  pointer-events: none;
}
.menu {
  list-style: none;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .top-nav-collapse li {
    margin-top: 20px;
  }
}
.product-description {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.not-found {
  font-size: 20px;
  margin-top: 120px;
  margin-bottom: 30px;
  text-align: center;
}
.not-found h2 {
  font-size: 86px;
  margin: 45px 0;
}
.not-found a {
  color: #5d9731;
  text-decoration: underline;
}
.not-found a:hover {
  text-decoration: none;
}
.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. */
}
.breadcrumb table td {
  border: 1px solid;
  padding: 5px;
}
a:focus {
  outline: none;
  color: inherit;
}
.link {
  padding-left: 0;
}
.big-section ul li {
  width: 50%;
  float: left;
}
@media (max-width: 499px) {
  .big-section ul li {
    width: 100%;
    float: left;
  }
}
@media (max-width: 991px) {
  footer ul {
    padding-left: 15px;
  }
  footer ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  footer .link {
    padding-left: 15px;
  }
  footer .heading {
    padding-left: 15px;
  }
}
#cookie-notice .button {
  background-color: #5d9731;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  transition: 0.5s;
}
#cookie-notice .button:focus {
  text-decoration: none;
}
#cookie-notice .button:hover {
  color: white;
  background-color: #006400;
  text-decoration: none;
}
#wpadminbar {
  bottom: 0;
  top: auto!important;
  position: fixed!important;
}
.clear-fix {
  clear: both;
}
.single-product-container .breadcrumb {
  padding: 10px 15px 20px 15px;
  background-color: transparent;
}
.single-product-container .breadcrumb img {
  max-width: 100%;
}
.single-product-container .product {
  padding: 80px 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.single-product-container .product:before,
.single-product-container .product:after {
  content: " ";
  display: table;
}
.single-product-container .product:after {
  clear: both;
}
.single-product-container .product a {
  color: #5d9731;
  text-decoration: none;
}
.single-product-container .product h1 {
  margin: 0 0 10px;
}
.single-product-container .product h2 {
  color: #4c4c4c;
  margin: 0;
}
.single-product-container .product .product-images {
  float: left;
  width: 100%;
  /*margin:10px 0 0px;*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 0;
}
.single-product-container .product .product-images .product-images-icons {
  margin: 0 -15px;
}
.single-product-container .product .product-images .product-images-icons img {
  margin: 0 0 30px 0;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-product-container .product .product-images .product-images-icons img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .single-product-container .product .product-images .product-images-icons img {
    float: left;
    width: 25%;
  }
}
.single-product-container .product .product-images .product-images-icons img:first-of-type {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}
@media (min-width: 768px) {
  .single-product-container .product .product-images .product-images-icons img:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .single-product-container .product .product-images .product-images-icons img:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .single-product-container .product .product-images {
    float: left;
    width: 100%;
  }
}
.single-product-container .product .product-images img {
  margin: 0px 0 30px;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-product-container .product .product-images img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .single-product-container .product .product-images img {
    float: left;
    width: 25%;
  }
}
.single-product-container .product .product-images img:first-of-type {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0 30px;
  padding: 0;
}
.single-product-container .product .product-content {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-product-container .product .product-content h1 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.single-product-container .product .product-content h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
.single-product-container .product .product-content p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 992px) {
  .single-product-container .product .product-content {
    float: left;
    width: 66.66666667%;
  }
}
.single-product-container .product .product-content ul {
  padding-left: 20px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.single-product-container .product .product-content b {
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.single-product-container .product .product-content .sureko-btn {
  background-color: transparent;
  border-color: #4c4c4c;
  color: #4c4c4c;
  padding: 20px 20px;
  margin: 0 auto;
  width: auto;
}
.single-product-container .product .product-content .sureko-btn:hover {
  color: #5d9731;
  border-color: #5d9731;
  background-color: transparent;
  text-decoration: none;
}
.clear-float {
  clear: both;
}
.pagination-wrapper {
  margin-bottom: 45px;
}
.big-letters {
  text-transform: uppercase;
}
.single-new-container .breadcrumb {
  padding: 50px 15px 20px;
  background-color: transparent;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-new-container .breadcrumb a:hover {
  text-decoration: underline;
}
.single-new-container .new {
  /*padding:80px 0px;*/
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
}
.single-new-container .new:before,
.single-new-container .new:after {
  content: " ";
  display: table;
}
.single-new-container .new:after {
  clear: both;
}
.single-new-container .new a {
  color: #5d9731;
  text-decoration: none;
}
.single-new-container .new p {
  font-size: 16px;
  font-weight: 400;
}
.single-new-container .new .new-images {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 10px 0 0px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 0;
}
.single-new-container .new .new-images .new-images-icons {
  /*margin: 0 -15px;*/
}
.single-new-container .new .new-images .new-images-icons .thumnails-wrap {
  background-image: url('img/new1.jpg');
  background-size: cover;
  background-position: center;
  margin: 0 0 30px 0;
  cursor: pointer;
  /*.make-xs-column(6, 30px);
			.make-sm-column(3, 30px);
			.make-md-column(3, 30px);*/
  padding-right: 0!important;
  padding-left: 0!important;
  height: 85px;
  width: 131px;
  float: left;
  margin-left: 30px;
}
.single-new-container .new .new-images .new-images-icons .thumnails-wrap:first-of-type {
  /*.make-xs-column(6, 30px);
				.make-sm-column(3);
				.make-md-column(3, 30px);
				margin:0px;*/
  margin-left: 0;
}
@media (min-width: 992px) {
  .single-new-container .new .new-images {
    float: left;
    width: 100%;
  }
}
.single-new-container .new .new-images img {
  max-width: 100%;
  margin: 0px 0 30px;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-new-container .new .new-images img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .new-images img {
    float: left;
    width: 25%;
  }
}
.single-new-container .new .new-images img:first-of-type {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0 30px;
  padding: 0;
}
.single-new-container .new .new-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*float:right !important;*/
  text-align: center;
}
@media (min-width: 768px) {
  .single-new-container .new .new-content {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .single-new-container .new .new-content {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .new-content {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .new-content {
    float: left;
    width: 66.66666667%;
  }
}
.single-new-container .new .new-content h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
}
.single-new-container .new .new-content h1 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
}
.single-new-container .new .new-content h2 {
  text-align: left;
}
.single-new-container .new .new-content p {
  text-align: left;
}
.single-new-container .new .product-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-new-container .new .product-content {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .single-new-container .new .product-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .product-content {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .product-content {
    float: left;
    width: 66.66666667%;
  }
}
.single-new-container .new .page-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*float:right !important;*/
  text-align: left;
}
@media (min-width: 992px) {
  .single-new-container .new .page-content {
    float: left;
    width: 66.66666667%;
  }
}
.single-new-container .new .page-content h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}
.single-new-container .new .page-content h1 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
}
.single-new-container .new .page-content h2 {
  text-align: left;
  margin-top: 0;
}
.single-new-container .new .page-content p {
  text-align: left;
}
.single-new-container .new .leveling-wrap {
  margin: auto -15px;
}
.single-new-container .new .main-img {
  /*width:100%;*/
  overflow: hidden;
  background-size: cover;
  margin: 0 15px;
  margin-bottom: 30px;
  background-position: center;
}
.single-new-container .new .prod-btn {
  margin-top: 15px;
}
.single-new-container .new .prod-btn:hover {
  color: #4c4c4c;
}
.single-new-container .new .open_cont {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-new-container .new .open_cont {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .open_cont {
    float: left;
    width: 50%;
  }
}
.single-new-container .new .contact-form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-new-container .new .contact-form {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .single-new-container .new .contact-form {
    float: left;
    width: 50%;
  }
}
.single-new-container .new .contact-form input {
  width: 100%;
}
.single-new-container .new .contact-form h2 {
  margin-top: 0;
}
.single-new-container .new .contact-form textarea {
  border-radius: 5px;
  width: 100%;
}
.single-new-container .new .contact-form .wpcf7-submit {
  background-color: transparent;
  border: 3px solid #5d9731;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #5d9731;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-new-container .new .contact-form .wpcf7-submit:hover {
  color: #4c4c4c;
  border-color: #5d9731;
  background-color: #5d9731;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-new-container .breadcrumb {
    padding: 35px 15px 30px;
  }
  .single-new-container .new {
    padding: 120px 0 0 0px;
  }
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    width: 45%;
    height: 65px;
  }
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap:nth-child(odd) {
    margin-left: 0;
  }
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap:nth-child(even) {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    width: 165px;
    height: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    height: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    width: 157.5px;
    height: 80px;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    height: 95px;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    height: 115px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap {
    width: 22%;
    height: 65px;
  }
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap:nth-child(odd) {
    margin-left: 4%;
  }
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap:nth-child(even) {
    margin-left: 4%;
  }
  .single-new-container .new .new-images .new-images-icons .thumnails-wrap:first-of-type {
    margin-left: 0%;
  }
}
.item-description {
  text-align: left!important;
  font-size: 16px;
  line-height: 24px;
}
.item-description table,
.item-description td {
  border: 1px solid #4c4c4c;
  padding: 5px;
}
.all-news-container .breadcrumb {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 45px 15px 20px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .all-news-container .breadcrumb {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .all-news-container .breadcrumb {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .all-news-container .breadcrumb {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .all-news-container .breadcrumb {
    float: left;
    width: 66.66666667%;
  }
}
.all-news-container .news {
  padding: 80px 0 0 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.all-news-container .news:before,
.all-news-container .news:after {
  content: " ";
  display: table;
}
.all-news-container .news:after {
  clear: both;
}
.all-news-container .news a {
  color: #5d9731;
  text-decoration: none;
}
.all-news-container .news h2 {
  margin-bottom: 10px;
  padding: 0 15px;
}
.all-news-container .news .date {
  display: block;
  margin-bottom: 20px;
  padding: 0 15px;
}
.all-news-container .news p {
  font-size: 14px;
  font-weight: 400;
}
.all-news-container .news .post-link {
  float: none;
  color: #4c4c4c;
}
.all-news-container .news .post-link h2 {
  color: #4c4c4c;
}
.all-news-container .new {
  margin-bottom: 45px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .all-news-container .new {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .all-news-container .new {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .all-news-container .new {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .all-news-container .new {
    float: left;
    width: 66.66666667%;
  }
}
.all-news-container .new img {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.all-news-container .new h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
}
.all-news-container .new h2 span {
  font-size: 14px;
  font-weight: 300;
}
.all-news-container .new a {
  float: right;
}
.all-news-container .new a:hover {
  text-decoration: underline;
}
.all-news-container .new .main-img {
  /*width:100%;*/
  overflow: hidden;
  background-size: cover;
  margin: 0 15px;
  margin-bottom: 30px;
}
.all-news-container .leveling-wrap {
  margin: auto -15px;
}
.all-news-container .pagination-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .all-news-container .pagination-wrapper {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .all-news-container .pagination-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .all-news-container .pagination-wrapper {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .all-news-container .pagination-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
.all-news-container .pagination-wrapper a {
  float: none;
}
@media only screen and (min-width: 1200px) {
  .main-img {
    height: 375px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-img {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-img {
    height: 360px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-img {
    height: 150px;
  }
  .all-news-container .breadcrumb {
    padding: 35px 15px 30px;
  }
  .all-news-container .news {
    padding: 120px 0 0 0px;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  .main-img {
    height: 200px;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .main-img {
    height: 250px;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .main-img {
    height: 300px;
  }
}
@media screen and (min-width: 701px) and (max-width: 767px) {
  .main-img {
    height: 350px;
  }
}
.category-container {
  padding-top: 75px;
}
.category-container .breadcrumb {
  padding: 50px 15px 10px 0px;
  background-color: transparent;
  max-width: 800px;
  margin-bottom: 50px;
}
.category-container .breadcrumb span {
  color: #5d9731;
}
.category-container .breadcrumb ul {
  overflow: hidden;
  list-style-position: inside;
}
.category-container .products {
  margin-left: -15px;
  margin-right: -15px;
  /*.product:nth-child(4n+6) {
            clear:both; 
            
        }*/
}
.category-container .products:before,
.category-container .products:after {
  content: " ";
  display: table;
}
.category-container .products:after {
  clear: both;
}
.category-container .products .products-items {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*.make-md-column(8);*/
}
.category-container .products a {
  color: #5d9731;
  text-decoration: none;
}
.category-container .products h1 {
  margin: 0 0 10px;
}
.category-container .products h2 {
  color: #4c4c4c;
  margin: 0;
}
.category-container .products h3 {
  text-align: left;
}
.category-container .products .product {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 90px;
  /*.product-filling
		{
			padding: 15px;
		}*/
}
@media (min-width: 768px) {
  .category-container .products .product {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .category-container .products .product {
    float: left;
    width: 25%;
  }
}
.category-container .products .product img {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
.category-container .products .product .sureko-btn {
  background-color: #5d9731;
  border-color: #5d9731;
  color: #4c4c4c;
  padding: 10px;
  margin: 0 auto;
  width: 100%!important;
  width: auto;
}
.category-container .products .product .sureko-btn:hover {
  color: #5d9731;
  border-color: #5d9731;
  background-color: transparent;
  text-decoration: none;
}
.category-container .products .product h2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  min-height: 55px;
  display: block;
}
.category-container .products .product p {
  text-align: left;
  overflow: hidden;
  margin: 0;
  height: 170px;
}
.category-container .products .product .prod-img-wrap {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
}
.category-container .products .product .prod-text-wrap {
  min-height: 140px;
  overflow: hidden;
  margin: 20px 0;
}
.category-container .products .leveling-wrap-categories {
  margin: auto -30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .category-container .product .prod-img-wrap {
    height: 100px!important;
  }
  .category-container .product .prod-text-wrap {
    min-height: 200px!important;
  }
  .category-container .products .product p {
    min-height: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-container .product .prod-img-wrap {
    height: 125px!important;
  }
  .category-container .product .prod-text-wrap {
    min-height: 140px!important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .category-container {
    padding: 120px 0 0 0px;
  }
  .category-container .breadcrumb {
    padding: 35px 15px 30px;
  }
  .category-container .product .prod-img-wrap {
    height: 160px!important;
  }
  .category-container .product .prod-text-wrap {
    min-height: 120px!important;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .category-container {
    /* .product:nth-child(2n+4) {
            clear:both; 
            
        }*/
  }
  .category-container .product {
    position: relative !important;
    float: left !important;
    width: 50% !important;
    min-height: 1px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .category-container .product .prod-img-wrap {
    height: 160px!important;
  }
  .category-container .product .prod-text-wrap {
    min-height: 120px!important;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .category-container .product {
    position: relative !important;
    float: left !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.no-items-category {
  font-size: 36px;
  width: 100%;
  text-align: center;
  padding: 70px 0;
}
.description-title {
  cursor: pointer;
}
.description-title::after {
  content: '  ▼';
  font-size: 60%;
  float: right;
}
.open::after {
  content: '  ▲';
}
#description {
  display: none;
}
#description a {
  text-decoration: underline;
}
#description a:hover {
  text-decoration: none;
}
.owl-carousel-item-imgtitle {
  display: none;
}
