@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic&subset=latin,cyrillic-ext);

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

#wrapper {
    width: 100%;
    height: auto;
    float: left;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    outline: none;
    overflow-x: hidden;
}

/* stylesheet */
h1 {
    font-family: "Oswald", sans-serif;
    color: #4A4A4A;
    font-weight: 400;
    font-size: 47px;
    line-height: 66px;
}
h2 {
    font-family: "Oswald", sans-serif;
    color: #6ab143;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
}
h3 {
    font-family: "Oswald", sans-serif;
    color: #6ab143;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom:10px;
}
h4 {
    font-family: "Oswald", sans-serif;
    color: #6ab143;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
}
h5 {
    font-family: "Lato", sans-serif;
    color: #888;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}
h5 {
    font-family: "Lato", sans-serif;
    color: #888;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
p {
    font-family: "Lato", sans-serif;
    color: #414141;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}
hr {
    height: 30px;
    background: url(../images/hr_bg.png) top center no-repeat;
    border: none;
    width: 100%;
    float: left;
}
img {
    margin: 0 0 20px;
    border: none;
}
img.left {
    margin: 0 20px 20px 0;
    float: left;
}
img.right {
    margin: 0 0 20px 20px;
    float: right;
}
pre {
    font-size: 16px;
    color: #414141;
    font-weight: 300;
}

ul {
    margin-bottom: 25px;
}
ul li {
    background: url("../images/ul_li.png") no-repeat scroll 9px center rgba(0, 0, 0, 0);
    font-family: "Lato",sans-serif;
    color: #414141;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 40px;
    list-style: none;
}
ol {
    margin-bottom: 25px;
    padding-left: 40px;
}
ol li {
    font-family: "Lato", sans-serif;
    color: #414141;
    font-weight: 300;
    line-height: 24px;
    font-size: 17px;
}
blockquote:before {
    content: "\201C";
    left: 0;
    position: absolute;
    top: -42px;

}
blockquote:after {
    content: "\201E";
    position: absolute;
    right: 0;
    bottom: 21px;
}
blockquote:before, blockquote:after {
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 115px;
    font-weight: 300;
}
blockquote {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 50px;
    position: relative;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
a {
    color: #6ab143;
    text-decoration: none;
}
a {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
}
table, table td {
    border: 1px solid #3f3027;
}
table th {
    border: none;
}
table th {
    background: #6ab143;
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    height: 50px;
    font-weight: 700;
    width: 160px;
}
table td {
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 16px; 
    height: 50px;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px;
}

table.cart {
    width: 100%;
}

table.cart .cart-options {
    width: 40px;
    text-align: center;
}

.cart-page .product_read_more {
    padding: 10px 20px;
    line-height: inherit;
    height: inherit;
}

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

.container {
    width: 960px;
    margin: 0 auto;
    min-width: 960px;
}

.container .float {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* header */
#header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;
}
#header .main-site-menu,
#header .top {
    width: 100%;
    float: left;
}
#header .main-site-menu .float {
    position: relative;
}
#header .main-logo {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}
#header .main-logo a {
    float: left;
    width: auto;
}
#header .main-logo img {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 10px 0 0;
}
#header .top-text-block {
    width: 617px;
    height: auto;
    float: right;
    background: #eb4f4f;
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
}
#header .top-text-block p {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 39px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
#header .contacts-and-cart {
    width: auto;
    float: right;
}
.contacts-and-cart .block-icons {
    width: auto;
    float: left;
    height: 60px;
    padding: 0 15px 0;
    margin-top: 1px;
}
.contacts-and-cart .block-icons:first-child {
    margin-left: 0;
}
.contacts-and-cart .block-icons p {
    margin-top: 16px;
    line-height: 28px;
    color: #5a5a5a;
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.contacts-and-cart .block-icons.phone p,
.contacts-and-cart .block-icons.mobile p {
    padding-left: 35px;
}
.contacts-and-cart .block-icons.phone p {
    background: url(../images/icon-phone.png) left center no-repeat;
}
.contacts-and-cart .block-icons.mobile p {
    background: url(../images/icon-mobile.png) left center no-repeat;
}
.contacts-and-cart .block-icons.cart {
    padding-left: 13px;
    padding-right: 9px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    min-width: 100px;
    position: relative;
    cursor: pointer;
}
.contacts-and-cart .block-icons.cart span.cart-icon {
    height: 28px;
    width: 27px;
    margin-top: 16px;
    margin-right: 10px;
    float: left;
    background: url(../images/icon-cart.png) top left no-repeat;
}
.contacts-and-cart .block-icons.cart p {
    float: left;
}
.contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
    height: 9px;
    width: 12px;
    margin-top: 28px;
    margin-left: 1px;
    float: right;
    background: url(../images/icon-cart-dropdown.png) top left no-repeat;
}

#header .main-site-menu {
    height: 60px;
    background: #6ab143;
    position: relative;
}
#header .main-site-menu ul {
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
}
#header .main-site-menu ul li .sub-menu {
    position: absolute;
    top: 60px;
    width: auto;
    background: #6ab143;
    max-width: 285px;
}
#header .main-site-menu #hidden-menu ul li .sub-menu {
    margin: 0 auto;
    position: static;
    width: 80%;
}
#header .main-site-menu ul li {
    background: none;
    padding: 0 24px;
    margin: 0;
    float: left;
}
#header .main-site-menu ul li a {
    display: block;
    width: auto;
    line-height: 60px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    float: left;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
#header .main-site-menu ul li:last-child {
    padding-right: 20px;
}
#header .main-site-menu ul li.current a,
#header .main-site-menu ul li a:hover,
#header .main-site-menu ul li .sub-menu a:hover,
#header .main-site-menu ul li .sub-menu li.current a{
    color: #355c1f;
}
#header .main-site-menu ul li .sub-menu li {
    padding: 0;
    width: 100%;
    border-top: solid 1px #95c87a;
}
#header .main-site-menu ul li .sub-menu a {
    color: #fff;
    line-height: 40px;
    padding-left: 10%;
    padding-right: 5%;
    width: 85%;
}
.popup_cart {
    background: none repeat scroll 0 0 #fff;
    border-color: #d1d1d1 #d1d1d1 #d1d1d1;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 1px;
    display: block;
    margin: 0;
    padding: 0 0 3px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 500px;
    z-index: 9999;
}
.cart_ribon {
  background: url("../images/cart_ribon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 9px;
  left: 418px;
  position: relative;
  top: -14px;
  width: 12px;
  z-index: 9;
}
.pop_cart_wrap {
    display: block;
    padding: 10px;
}
.your_cart {
  font-family: "Oswald",sans-serif;
  color: #414141;
  float: left;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.top_subtotal {
    font-family: "Oswald",sans-serif;
  color: #6ab143;
  float: right;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pop_cart_product {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.pop_cart_product img {
    border: 1px solid #d1d1d1;
    float: left;
    margin-bottom: 0px;
}
.pop_product_detail {
    height: 66px;
}
.contacts-and-cart .block-icons .pop_product_detail p {
    color: #6a6a6a;
    display: block;
    float: left !important;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 12px;
    padding-left: 10px;
    text-align: left;
    width: 157px;
}

span.pop_qty {
  font-family: "Lato",sans-serif;
  border: 1px solid #d1d1d1;
  color: #6a6a6a;
  display: block;
  float: left;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 73px;
}
span.pop_price {
    font-family: "Lato",sans-serif;
  border-color: #d1d1d1 #d1d1d1 #d1d1d1 -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  color: #6ab143;
  display: block;
  float: left;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 64px;
}
a.pop_remove {
  background: url("../images/cart_remove.png") no-repeat;
  display: block;
  float: left;
  height: 22px;
  margin-left: 10px;
  position: relative;
  top: 20px;
  width: 22px;
  transition: all 0.5s;
}
a.pop_remove:hover {
  opacity: 0.7;
}

/* footer */
#footer {
    width: 100%;
    float: left;
}
#footer .bottom {
    width: 100%;
    float: left;
    margin-bottom: 57px;
}
#footer .bottom p.copyrights {
    width: auto;
    float: left;
    margin: 16px 0 0;
    padding: 0;
    line-height: 32px;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}
#footer .bottom .solution {
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
}
#footer .bottom .solution a {
    float: left;
}
#footer .bottom .solution a img {
    width: auto;
    max-width: 100%;
    margin: 0;
    float: left;
}
#footer .bottom-menu {
    width: 100%;
    float: left;
    height: 44px;
    background: #6ab143;
}
#footer .bottom-menu ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center
}
#footer .bottom-menu ul li {
    width: auto;
    display: inline-block;
    background: none;
    height: 44px;
    margin: 0 17px;
    padding: 0;
}
#footer .bottom-menu ul li a {
    display: block;
    line-height: 15px;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    text-decoration: none;
}
#footer .bottom-menu ul li.sep {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: 15px;
    height: 15px;
}
#footer .bottom-menu ul li.sep:last-child {
    display: none;
}

#footer .bottom-menu ul li a:hover,
#footer .bottom-menu ul li.current a {
    color: #355c1f;
}

/* content */
#content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

/* home page */
.home-page-layout .top-main-slider {
    width: 100%;
    float: left;
}
.home-page-layout .after-slider-container {
    width: 100%;
    float: left;
}
.after-slider-container .color-blocks {
    width: 100%;
    float: left;
}
.after-slider-container .color-blocks .block {
    width: 25%;
    height: 316px;
    float: left;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.after-slider-container .color-blocks .block .bg {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}
.after-slider-container .color-blocks .block .bg .img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}
.after-slider-container .color-blocks .block .bg .img img {
    margin: 0;
    width: auto;
    max-width: 100%;
}
.after-slider-container .color-blocks .block .bg .over-the-top-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .title {
    width: 100%;
    padding: 39px 19px 0;
    margin: 0;
    float: left;
    box-sizing: border-box;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
    width: 39px;
    height: 39px;
    background: url(../images/color-white-circle.png) top left no-repeat;
    position: absolute;
    top: 185px;
    left: 101px;
    z-index: 4;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.after-slider-container .color-blocks .block:hover .bg .over-the-top-text .circle {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
    margin: 0;
    padding:0;
    width: 100%;
    max-width: 100%;
    float: left;
}
.after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .body {
    width: 100%;
    float: left;
    height: 30px;
    background: #fff;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}
.after-slider-container .color-blocks .block:hover .bg .over-the-top-text .bottom-white .body {
    height: 0;
}
.home-page-layout .left-simple-text-block {
    width: 48.95%;
    float: left;
    margin-top: 22px;
    margin-bottom: 22px;
}
.home-page-layout .right-side-blog-block {
    width: 48.95%;
    float: right;
    margin-top: 22px;
    margin-bottom: 22px;
}
.home-page-layout .right-side-blog-block .block-title {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 22px;
    height: 56px;
    background: #eb4f4f;
    box-sizing: border-box;
}
.home-page-layout .right-side-blog-block .block-title__link{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.home-page-layout .right-side-blog-block .block-title__link:hover,.home-page-layout .right-side-blog-block .block-title__link:focus{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.home-page-layout .left-simple-text-block .block-title {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 22px;
    height: 56px;
    background: #6ab143;
    box-sizing: border-box;
}
.home-page-layout .right-side-blog-block .block-title h2,
.home-page-layout .left-simple-text-block .block-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 56px;
}
.home-page-layout .right-side-blog-block .blogs,
.home-page-layout .left-simple-text-block .text-content {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.home-page-layout .right-side-blog-block .blogs {
    background: #6ab143;
    margin-top: 20px;
}
.home-page-layout .right-side-blog-block .blogs .post {
    width: 100%;
    height: 56px;
    line-height: 56px;
}
.home-page-layout .right-side-blog-block .blogs .post a {
    color: #fff;
    text-decoration: none;
    line-height: 56px;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    float: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #95c87a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-page-layout .right-side-blog-block .blogs .post a:hover {
    color: #355c1f;
}
.home-page-layout .right-side-blog-block .blogs .post:last-child a {
    border:none;
}
.home-page-layout .logos-container {
    width: 100%;
    float: left;
    padding: 23px 0;
    background: #f1f1f1;
    margin: 0 0 23px;
}
.logo-slider-ct {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.home-page-layout .logos-container ul li {
    padding: 0;
    margin-right: 0;
    background: none;
}


.home-page-layout .logos-container .logo-container {
    width: 100%;
    float: left;
    height: 87px;
    text-align: center;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.home-page-layout .logos-container .logo-container a {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.home-page-layout .logos-container .logo-container .img-over {
    width: 180px;
    height: 81px;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.home-page-layout .logos-container .logo-container .img-over img.img1 {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 2px solid #f1f1f1 inset;
}
.home-page-layout .logos-container .logo-container .img-over img.img2 {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 0;
    position: absolute;
    top: -81px;
    left: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-page-layout .logos-container .logo-container:hover .img-over img.img2 {
    opacity: 1;
}


.bottom-page-images {
    width: 100%;
    float: left;
}
.bottom-page-images .bottom-image {
    width: 25%;
    float: left;
    height: 250px;
    overflow: hidden;
}
.bottom-page-images .bottom-image a {
    display: block;
    margin: 0;
}
.bottom-page-images .bottom-image img {
    width: 100%;
    max-width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.testimonial-row {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0;
}
.testimonial-row .block-title {
    width: 100%;
    height: 56px;
    float: left;
    margin: 0 0 20px;
    background: #f2b400;
    padding: 0 20px;
    box-sizing: border-box;
}
.testimonial-row .block-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 56px;
}
.testimonial-row .testimonial-slider {
    width: 100%;
    float: left;
}
.testimonial-row .testislider {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 50px;
}
.testimonial-row .testislider ul li {
    padding: 0;
    background: 0;
    margin: 0;
}
.testimonial-row .testislider .test-content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #fff8e3;
}
.testimonial-row .testislider .test-content .youtube,
.testimonial-row .testislider .test-content .image {
    width: 320px;
    height: 232px;
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.testimonial-row .testislider .test-content .youtube img,
.testimonial-row .testislider .test-content .image img {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.testimonial-row .testislider .test-content .youtube .youtube-img,
.product_video_wrapper .youtube .youtube-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/youtube-play.png) 50% 50% no-repeat;
}
.testimonial-row .testislider .test-content .text-part {
    width: 640px;
    float: left;
    margin: 0;
    padding: 15px 20px;
    box-sizing: border-box;
}
.testimonial-row .testislider .test-content .text-part.full-width {
    width: 100%;
}
.testimonial-row .testislider .test-content .text-part h3.author {
    width: 100%;
    float: left;
    margin: 35px 0 0;
    padding: 0;
    line-height: 1;
    color: #414141;
    font-size: 20px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-style: italic;
} 
.testimonial-row .testislider .test-content .text-part h3.position {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    line-height: 1;
    color: #ce9900;
    font-size: 17px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
} 
.testimonial-row .testislider .flex-control-nav {
    bottom: 17px;
}
.testimonial-row .testislider .flex-control-paging li a {
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background: #e5dfcc;
    text-indent: -9999px;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.testimonial-row .testislider .flex-control-paging li {
    margin: 0;
}
.testimonial-row .testislider .flex-control-paging li a:hover,
.testimonial-row .testislider .flex-control-paging li a.flex-active {
    background: #3b3b3b;
}

#content .top-page-image {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 294px;
    position: relative;
}
.top-page-image .black-line-bg {
    width: 100%;
    /*height: 80px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(25, 25, 25, 0.8);
}
.top-page-image .black-line-bg h1 {
    color: #fff;
    font-size: 47px;
    font-family: "Oswald", sans-serif;
    line-height: 66px;
    margin: 10px 0 10px 16px;
    padding: 0;
    text-transform: uppercase;
}

#content .page-headline {
    width: 100%;
    float: left;
    padding: 25px 0 10px;
    background: #f1f1f1;
}
#content .page-headline p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #414141;
    margin-left:20px;
}
#content .blog-posts {
    width: 100%;
    float: left;
    padding: 0 0 25px;
    margin: 0 0 0 20px;
}
#content .blog-posts .posts {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
#content .blog-posts .posts .post {
    width: 300px;
    min-height: 539px;
    border: 1px solid #999999;
    float: left;
    margin: 30px 13px 30px 14px;
}
#content .blog-posts .posts .post .img {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 17px;
    background: url(../images/blog-holder-shadow.png) bottom center no-repeat;
}
#content .blog-posts .posts .post .img img {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 0;
}
#content .blog-posts .posts .post .text-fields {
    width: 100%;
    float: left;
    padding: 21px 20px;
    box-sizing: border-box;
}
#content .blog-posts .posts .post .text-fields h2.title {
    width: 100%;
    float: left;
    margin: 0 0 22px;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #6ab143;
    line-height: 1;
}
#content .blog-posts .posts .post .readmore {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
#content .blog-posts .posts .post .readmore a {
    background: #6ab043;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    display: block;
}
#content .blog-posts .posts .post .readmore a:hover {
    background: #355c1f;
}
#content .blog-posts .posts .post.post-0 {
    margin-right: 0;
}
#content .blog-posts .posts .post.post-1 {
    margin-left: 0;
}
.blog-posts .pagination {
    width: 100%;
    float: left;
    text-align: left;
}
.blog-posts .pagination a.page {
    border: 1px solid #babbbb;
    color: #1a1d1f;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    padding: 5px 10px 6px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.blog-posts .pagination a.page:hover, .blog-posts .pagination a.active {
    background: #6ab043;
    color: #fff;
}
hr.blog-inserts {
    width: 100%;
    float: left;
}
.blog-inner .blog-data {
    width: 100%;
    float: left;
}
.blog-inner .top-data {
    width: 100%;
    float: left;
}
.blog-inner .top-data .mini-block {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    height: 52px;
}
.blog-inner .top-data .mini-block span {
    width: auto;
    float: left;
    height: 52px;
    line-height: 52px;
    color: #202422;
    font-size: 12px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}
.blog-inner .top-data .mini-block span.icon-user {
    width: 13px;
    background: url(../images/blog-post-user-icon.png) center left no-repeat;
    margin-right: 5px;
}
.blog-inner .top-data .mini-block span.icon-clock {
    width: 13px;
    background: url(../images/blog-post-clock-icon.png) center left no-repeat;
    margin-right: 5px;
}
.blog-inner .top-data .title {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
.blog-inner .top-data .title h2 {
    margin: 0;
    padding: 0;
}
.blog-inner .left-content {
    width: 64%;
    float: left;
    margin-bottom: 50px;
}
.blog-inner .left-content .data-content,
.blog-inner .left-content .secondary,
.blog-inner .left-content .image {
    width: 100%;
    float: left;
}
.blog-inner .left-content .image img {
    width: auto;
    max-width: 100%;
    float: left;
    margin: 0;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}
.blog-inner .left-content .secondary {
    margin: 30px 0;
}
.blog-inner .left-content .secondary h3 {
    color: #6ab143;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}
.blog-inner .right-side {
    width: 31%;
    float: right;
}
.blog-inner .right-side .side-title {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.blog-inner .right-side .side-post {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #b3b3b3;
}
.blog-inner .right-side .side-post .img {
    width: 40%;
    height: 80px;
    float: left;
    margin: 0 7% 0 0;
}
.blog-inner .right-side .side-post .img img {
    width: auto;
    max-width: 100%;
    float: left;
}
.blog-inner .right-side .side-post .excerpt {
    width: 53%;
    float: right;
    margin: 0;
    padding: 0;
}
.blog-inner .right-side .side-post a {
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.contact-inner .blog-data {
    width: 100%;
    float: left;
    margin: 25px 0;
}
.contact-inner .contact-details {
    width: 31%;
    float: left;
    margin-top: 40px;
}
.contact-inner .contact-details h3.title {
    width: 100%;
    float: left;
    margin: 0 0 29px;
    padding: 0;
    text-transform: uppercase;
}
.contact-inner .contact-details .data-row {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.contact-inner .contact-details .data-row p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    color: #414141;
    font-size: 17px;
}
.contact-inner .contact-details .data-row.phone p {
    background: url(../images/contact-phone.png) center left no-repeat;
}
.contact-inner .contact-details .data-row.mobile p {
    background: url(../images/contact-mobile.png) center left no-repeat;
}
.contact-inner .contact-details .data-row.email p {
    background: url(../images/contact-email.png) center left no-repeat;
}
.contact-inner .contact-details .data-row p a {
    text-decoration: none;
}
.contact-inner .form-part {
    width: 66%;
    float: right;
    margin-top: 40px;
}
.contact-inner .form-part h3 {
    width: 100%;
    float: left;
    margin: 0 0 29px;
    padding: 0;
    text-transform: uppercase;
}
form {
    width: 100%;
    float: left;
}
form fieldset {
    width: 100%;
    float: left;
    border: none;
}
form div.field {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
form div.field.left {
    width: 48%;
    float: left;
}
form div.field.right {
    width: 48%;
    float: right;
}
form div.field.full {
    width: 100%;
    float: left;
}
form div.field label {
    width: 100%;
    float: left;
    margin: 0 0 8px;
    padding: 0;
    font-size: 17px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    color: #414141;
    line-height: 18px;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea {
    width: 100%;
    float: left;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 17px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    color: #414141;
    line-height: 18px;
    box-sizing: border-box;
}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
    line-height: 34px;
    height: 34px;
    padding: 0 5px;
}
.field.radio input {
    float: left;
}
.field.radio label {
    width: auto;
    padding-left: 5px;
}


form textarea {
    padding: 5px;
    min-height: 159px;
}
form .required {
    color: #FF0000;
    font-size: 16px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}
form input[type="text"].required,
form input[type="password"].required,
form input[type="email"].required,
form textarea.required {
    border-color: #FF0000;
    -webkit-appearance: none;
}
form input[type="submit"],
form input.btn-green,
input.btn-green,
a.btn-green {
    width: auto;
    float: left;
    padding: 0 13px;
    margin: 0;
    line-height: 32px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #6ab043;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}
.btn-green:hover,
form input[type="submit"]:hover,
form input.btn-green:hover,
input.btn-green:hover,
a.btn-green:hover {
    background: #355c1f;
}
.btn-green.btn-small{
    line-height: 23px;
    margin: 19px 0 0;
    padding: 0 8px;
    font-size: 13px;
}
.simple-page .page-content {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}
#MemberLoginForm_LoginForm {
    width: 50%;
    float: left;
}
#Remember label {
    float: left;
    width: auto;
}
#Remember input {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
form .Actions #ForgotPassword {
    width: auto;
    margin-left: 15px;
    float: left;
    line-height: 28px;
}
form .Actions #ForgotPassword a {
    text-decoration:none;
}
.mobile-menu-container {
    width: 60px;
    height: 60px;
    float: right;
}
a#mobile-switcher {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    background: url(../images/mobile_menu_icon.png) center center no-repeat;
    cursor: pointer;
}
#hidden-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    display: none;
    background: #6ab143;
}
#header #hidden-menu ul {
    width: 100%;
    float: right;
}
#header #hidden-menu ul li {
    width: 100%;
    margin: 0;
    padding: 0 14px;
    box-sizing: border-box;
}
#header #hidden-menu ul li a {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 60px;
    position: relative;
    padding: 0;
}
#header #hidden-menu ul li a span.mobile_plus {
    background: url("../images/plus-minus.png") no-repeat;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0;
    top: 22px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
#header #hidden-menu ul li li:last-child {
    border-bottom: 1px solid #95c87a;
}
#header #hidden-menu ul li a span.mobile_plus.active {
    background-position: 0px -25px;
}
.inner_wrapper {
    padding-left: 16px;
}
.product_title {
    padding-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.product_Breadcrumbs {
    color: #969696;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 15px;
}
.product_Breadcrumbs span.bread_separator {
    padding-left: 2px;
    padding-right: 2px;
}
.product_Breadcrumbs a {
    color: #414141;
    text-decoration: none;
    transition: all 0.5s;
}
.product_Breadcrumbs a:hover {
    color: #6ab143;
}
.product_left_block {
    float: left;
    margin-right: 2.5%;
    width: 36%;
}
.product_left_block.category{
    width: 74%;
}
.product_slider_wrapper {
    margin-bottom: 15px;
}
.product_video_wrapper h3 {
    text-transform: uppercase;
    padding-bottom: 15px;
}
.product_video_wrapper .youtube a {
    position: relative;
    display: block;
}
.product_video_wrapper .youtube a img{
    margin-bottom: 0;
}
.flexslider.productslider {
    border: 1px solid #969696;
}
.product_middle_block {
    float: left;
    margin-right: 2.5%;
    width: 36%;
}
.quantity_block {
    border-bottom: 1px solid #e1e1e1;
    color: #414141;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 13px;
}
.quantity_block .product_price {
    font-size: 35px;
    color: #6ab143;
    padding-bottom: 14px;
}
.quantity_block .quantity_inner {
    background: #f1f1f1;
    float: left;
    height: 40px;
    line-height: 37px;
    margin-right: 26px;
    padding-left: 9px;
    padding-right: 12px;
    margin-bottom: 10px;
}
.quantity_block .quantity_label {
    float: left;
    padding-right: 11px;
}
.quantity_block a.quantity_plus {
    background: url(../images/product_plus.png) no-repeat;
    width: 19px;
    height: 18px;
    display: block;
    margin-top: 11px;
    float: left;
    transition: all 0.5s;
}
.quantity_block a.quantity_minus {
    background: url(../images/product_minus.png) no-repeat;
    display: block;
    float: left;
    height: 18px;
    margin-top: 11px;
    width: 19px;
    transition: all 0.5s;
}
.quantity_block a.quantity_plus:hover,
.quantity_block a.quantity_minus:hover {
    opacity: 0.7;
}
.quantity_block .quantity_value{
    background: none;
    border: medium none;
    height: 21px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 28px;
    line-height: normal;
}
.quantity_block input[type="submit"] {
    height: 40px;
    margin-bottom: 10px;
}
.product_content_wrapper {
    clear: both;
}
.product_right_block {
    float: right;
    width: 23%;
}
.product_right_block .search_form {
    margin-top: 5px;
}
.product_right_block .search_headding {
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.product_right_block .search_form form {
    position: relative;
    margin-bottom: 15px;
}
.product_right_block .search_form input[type="text"] {
    height: 32px;
    line-height: normal;
}
.product_right_block .search_form input[type="submit"] {
    position: absolute;
    right: 0;
    background: url(../images/product_search.png) no-repeat;
    text-indent: -9999px;
    width: 33px;
    height: 32px;
    transition: all 0.5s;
}
.product_right_block .search_form input[type="submit"]:hover {
    opacity: 0.7;
}
.categories_wrapper {
    clear: both;
    background: #f9f9f9;
}
.categories_headding {
    background: #6ab043;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-top: 6px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    line-height: 25px;
    height: 25px;
}
.categories_headding span {
    background: url('../images/categories_arrow.png') no-repeat;
    height: 11px;
    position: absolute;
    right: 18px;
    top: 15px;
    width: 18px;
}
.categories_headding span.active {
    background-position: 0px -11px;
    top: 14px;
}
.categories_wrapper > ul {
    padding-top: 5px;
}
.categories_wrapper > ul > li {
    background: none;
    line-height: 27px;
    margin-left: 7px;
    margin-right: 18px;
    min-height: 29px;
    padding-left: 0;
    position: relative;
    border-bottom: 1px solid #dedede;
}
.categories_wrapper > ul > li:last-child {
    border-bottom: none;
}
.categories_wrapper > ul > li > a {
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s;
    margin-left:-6px;
    margin-right:14px;
    margin-bottom: 2%;
    width: 89%;
    display: inline-block;
    line-height: 20px;
    padding:1.5%;
}
.categories_wrapper > ul > li.active > a,
.categories_wrapper > ul > li > a.section,
.categories_wrapper > ul > li > a.current,
.categories_wrapper ul.subCategories li a.current{
    color: #6ab143;
}
.categories_wrapper > ul li a:hover {
    color: #6ab143;
}
.categories_wrapper > ul > li > span {
    background: url(../images/product_plus.png) no-repeat;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 19px;
    cursor: pointer;
    transition: all 0.5s;
}
.categories_wrapper > ul > li.active > span,
.categories_wrapper > ul > li > span.minus{
    background: url(../images/grey_minus.png) no-repeat;
}
.categories_wrapper > ul > li > span:hover {
    opacity: 0.7;
}
.categories_wrapper ul.subCategories {
    border-top: 1px solid #dedede;
    margin-top: 1px;
    margin-bottom: 0;
}
.categories_wrapper ul.subCategories li {
    background: none;
    border-bottom: 1px solid #dedede;
    padding-left: 17px;
    position: relative;
}
.categories_wrapper ul.subCategories li:last-child {
    border-bottom: none;
}
.categories_wrapper ul.subCategories li a {
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s;
}
.categories_wrapper ul.subCategories li a:hover,
.categories_wrapper ul.subCategories li.active a,
.categories_wrapper ul.subCategories li a.section{
    color: #6ab143;
}
.product_secription_heading {
    text-transform: uppercase;
    padding-bottom: 13px;
}
.product_read_more{
    background: #6ab043;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: auto;
    float: right;
    margin-top: 19px;
}
.product_read_more:hover {
    background: #355c1f;
}
.product_recomend_wrapper {
    clear: both;
    padding-top: 7px;
}
.product_recomend_wrapper h3 {
    padding-bottom: 16px;
    text-transform: uppercase;
    line-height: 30px;
}
.flexslider.productsrecomend {
    
}
.flexslider.productsrecomend .slides li {
    margin-left: 0px;
    margin-right: 26px;
    max-width: 214px;
}
.flexslider.productsrecomend .slides li img {
    width: 100%;
    max-height: 211px;
    max-width: 213px;
    border: 1px solid #b1b1b1;
}
.product_list_wrapper {
    clear: both;
    padding-top: 15px;
}
.product_list_item {
    background: none;
    border: 1px solid #a0a0a0;
    float: left;
    margin-bottom: 21px;
    margin-right: 3.5%;
    padding: 0;
    width: 30.7%;
}
.product_list_item.third {
    margin-right: 0;
}
.product_image_block {
    position: relative;
    box-shadow: 0 5px 8px 0 #ddd;
}
.product_image_block img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
}
.product_image_block .imagehover {
    background: url(../images/product_hover.png) no-repeat center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.product_image_block:hover .imagehover {
    opacity: 1;
}
.product_description_block {
    padding: 22px 12px 16px;
    text-align: center;
}
.product_description_block h3 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
}
.product_description_block .product_excerpt {
    line-height: 21px;
}
.product_description_block .price {
    color: #6ab143;
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 7px;
}
.product_description_block .product_read_more {
    display: block;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 9px 0;
    width: 100%;
}
.product_navigation {
    clear: both;
}
.results_number_block {
    color: #414141;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    font-size: 16px;
    float: left;
}
.products_list_pagination {
    float: right;
}
.products_list_pagination a {
    float: left;
    height: 19px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 13px;
    color: #414141;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}
.products_list_pagination a.active,
.products_list_pagination a:hover {
    color: #6ab043;
}
.products_list_pagination a span {
    
}
.products_list_pagination a.left {
    background: url(../images/navigation_left_grey.png) no-repeat;
    width: 19px;
    margin-right: 3px;
}
.products_list_pagination a.right {
    background: url(../images/navigation_right_grey.png) no-repeat;
    width: 19px;
    margin-left: 3px;
}
.products_list_pagination a.left:hover,
.products_list_pagination a.right:hover {
    opacity: 0.7;
}
.category .product_title {
    padding-bottom: 15px;
}
.search .product_title {
    padding-bottom: 15px;
    font-size: 19px;
}
.search .product_title span {
    font-size: 16px;
    color: #414141;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    text-transform: none;
}

@media (min-width: 320px) {
    
    .popup_cart {
        max-width: 500px;
        width: 100%;
    }
    
    .cart_ribon {
        left: 50%;
    }
    
    .after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
        font-size: 18px;
    }
    .contact-inner .contact-details {
        float: left;
        margin-top: 40px;
        width: 100%;
    }
    .contact-inner .form-part {
        float: right;
        margin-top: 40px;
        width: 100%;
    }
    #content .blog-posts .posts .post .img img {
        width: 100%;
    }
    hr.blog-inserts {
        display: none;
    }
    #content .blog-posts .posts .post {
        border: 1px solid #999999;
        float: left;
        margin: 30px 1% 30px 1%;
        min-height: 539px;
        width: 98%;
    }
    #content .blog-posts .posts .post.post-1 {
        margin-left: 1%;
    }
    #content .blog-posts .posts .post.post-0 {
        margin-right: 1%;
    }
    #footer .bottom-menu ul li.sep {
        display: none;
    }
    #footer .bottom-menu {
        height: auto;
    }
    #footer .bottom-menu ul li {
        margin: 0;
        width: 100%;
    }
    #footer .bottom-menu ul li a {
        font-size: 14px;
    }
    #footer .bottom p.copyrights {
        width: 100%;
        text-align: center;
    }
    #footer .bottom .solution {
        float: right;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #footer .bottom .solution a {
        float: left;
        text-align: center;
        width: 100%;
    }
    #footer .bottom .solution a img {
        float: none;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube img, .testimonial-row .testislider .test-content .image img {
        float: none;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
        display: inline-block;
    }
    .testimonial-row .testislider .test-content .youtube, .testimonial-row .testislider .test-content .image {
        float: left;
        width: 100%;
        text-align: center;
    }
    .testimonial-row .testislider .test-content .text-part {
        width: 100%;
    }
    .contacts-and-cart .block-icons {
        float: left;
        height: 60px;
        margin-top: 1px;
        padding: 0 0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .contacts-and-cart .block-icons p {
        width: auto;
        float: none;
        display: inline-block;
    }
    .contacts-and-cart .block-icons.cart {
        border-left: none;
        border-right: none;
        min-width: 100px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    .contacts-and-cart .block-icons.cart span.cart-icon {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    .contacts-and-cart .block-icons.cart p {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    .contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    #header .contacts-and-cart {
        float: right;
        width: 100%;
        text-align: center;
    }
    #header .top-text-block {
        background: none repeat scroll 0 0 #eb4f4f;
        border-radius: 0 0 0 10px;
        float: right;
        height: auto;
        width: 100%;
    }
    #header .main-logo img {
        float: none;
        display: inline-block;
        margin: 10px 0 10px;
        max-width: 100%;
        width: auto;
    }
    #header .main-logo a {
        float: left;
        width: 100%;
        text-align: center;
    }
    #header .main-logo {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .home-page-layout .top-main-slider {
        display: none;
    }
    .home-page-layout .right-side-blog-block,
    .home-page-layout .left-simple-text-block {
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
        float: left;
        margin: 0;
        max-width: 999px;
        padding: 0;
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
        left: 40%;
    }
    .after-slider-container .color-blocks .block .bg .img img {
        margin: 0;
        max-width: 999px;
        width: auto;
    }
    .after-slider-container .color-blocks .block {
        float: left;
        height: 250px;
        width: 50%;
    }
    .bottom-page-images .bottom-image {
        float: left;
        height: 250px;
        overflow: hidden;
        width: 50%;
    }
    .bottom-page-images .bottom-image img {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .bottom-page-images .bottom-image img {
        width: auto;
        max-width: 999px;
        float: left;
        margin: 0;
        padding: 0;
        height: 250px;
    }
    .mobile-menu-container {
        display: block;
    }
    #main-site-menu {
        display: none;
    }
    .container {
        width: 300px;
        margin: 0 auto;
        min-width: 300px;
        padding: 0 10px;
    }
    .blog-inner .right-side,
    .blog-inner .left-content {
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: none;
    }
}
@media (min-width: 400px) {
    .after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
        font-size: 20px;
    }
    .blog-inner .right-side {
        width: 31%;
    }
    .blog-inner .left-content {
        width: 64%;
    }
    .blog-inner .right-side .side-post .img {
        width: 100%;
        height: 80px;
        float: left;
        margin: 0 0 0 0;
    }
    .blog-inner .right-side .side-post .excerpt {
        width: 100%;
        float: right;
        margin: 10% 0 0 0;
        padding: 0;
    }
    .contact-inner .contact-details {
        float: left;
        margin-top: 40px;
        width: 100%;
    }
    .contact-inner .form-part {
        float: right;
        margin-top: 40px;
        width: 100%;
    }
    #content .blog-posts .posts .post .img img {
        width: 100%;
    }
    hr.blog-inserts {
        display: none;
    }
    #content .blog-posts .posts .post {
        border: 1px solid #999999;
        float: left;
        margin: 30px 1% 30px 1%;
        min-height: 539px;
        width: 98%;
    }
    #content .blog-posts .posts .post.post-1 {
        margin-left: 1%;
    }
    #content .blog-posts .posts .post.post-0 {
        margin-right: 1%;
    }
    #footer .bottom-menu ul li.sep {
        display: none;
    }
    #footer .bottom-menu {
        height: auto;
    }
    #footer .bottom-menu ul li {
        margin: 0;
        width: 100%;
    }
    #footer .bottom-menu ul li a {
        font-size: 14px;
    }
    #footer .bottom p.copyrights {
        width: 100%;
        text-align: center;
    }
    #footer .bottom .solution {
        float: right;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #footer .bottom .solution a {
        float: left;
        text-align: center;
        width: 100%;
    }
    #footer .bottom .solution a img {
        float: none;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube img, .testimonial-row .testislider .test-content .image img {
        float: none;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
        display: inline-block;
    }
    .testimonial-row .testislider .test-content .youtube, .testimonial-row .testislider .test-content .image {
        float: left;
        width: 100%;
        text-align: center;
    }
    .testimonial-row .testislider .test-content .text-part {
        width: 100%;
    }
    .contacts-and-cart .block-icons {
        float: left;
        height: 60px;
        margin-top: 1px;
        padding: 0 0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .contacts-and-cart .block-icons p {
        width: auto;
        float: none;
        display: inline-block;
    }
    .contacts-and-cart .block-icons.cart {
        border-left: none;
        border-right: none;
        min-width: 100px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    .contacts-and-cart .block-icons.cart span.cart-icon {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    .contacts-and-cart .block-icons.cart p {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    .contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    #header .contacts-and-cart {
        float: right;
        width: 100%;
        text-align: center;
    }
    #header .top-text-block {
        background: none repeat scroll 0 0 #eb4f4f;
        border-radius: 0 0 0 10px;
        float: right;
        height: auto;
        width: 100%;
    }
    #header .main-logo img {
        float: none;
        display: inline-block;
        margin: 10px 0;
        max-width: 100%;
        width: auto;
    }
    #header .main-logo a {
        float: left;
        width: 100%;
        text-align: center;
    }
    #header .main-logo {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .home-page-layout .top-main-slider {
        display: none;
    }
    .home-page-layout .right-side-blog-block,
    .home-page-layout .left-simple-text-block {
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
        float: left;
        margin: 0;
        max-width: 999px;
        padding: 0;
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
        left: 45%;
    }
    .after-slider-container .color-blocks .block .bg .img img {
        margin: 0;
        max-width: 999px;
        width: auto;
    }
    .after-slider-container .color-blocks .block {
        float: left;
        height: 316px;
        width: 50%;
    }
    .bottom-page-images .bottom-image {
        float: left;
        height: 250px;
        overflow: hidden;
        width: 50%;
    }
    .bottom-page-images .bottom-image img {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .bottom-page-images .bottom-image img {
        width: auto;
        max-width: 999px;
        float: left;
        margin: 0;
        padding: 0;
        height: 250px;
    }
    .mobile-menu-container {
        display: block;
    }
    #main-site-menu {
        display: none;
    }
    .container {
        width: 380px;
        margin: 0 auto;
        min-width: 380px;
        padding: 0 10px;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: none;
    }
}
@media (min-width: 496px) {
    .after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
        font-size: 20px;
    }
    .blog-inner .right-side {
        width: 31%;
    }
    .blog-inner .left-content {
        width: 64%;
    }
    .blog-inner .right-side .side-post .img {
        width: 100%;
        height: 80px;
        float: left;
        margin: 0 0 0 0;
    }
    .blog-inner .right-side .side-post .excerpt {
        width: 100%;
        float: right;
        margin: 10% 0 0 0;
        padding: 0;
    }
    .contact-inner .contact-details {
        float: left;
        margin-top: 40px;
        width: 100%;
    }
    .contact-inner .form-part {
        float: right;
        margin-top: 40px;
        width: 100%;
    }
    hr.blog-inserts {
        display: none;
    }
    #content .blog-posts .posts .post {
        border: 1px solid #999999;
        float: left;
        margin: 30px 1% 30px 1%;
        min-height: 539px;
        width: 47%;
    }
    #content .blog-posts .posts .post.post-1 {
        margin-left: 1%;
    }
    #content .blog-posts .posts .post.post-0 {
        margin-right: 1%;
    }
    #footer .bottom-menu ul li.sep {
        display: none;
    }
    #footer .bottom-menu {
        height: auto;
    }
    #footer .bottom-menu ul li {
        margin: 0;
        width: 100%;
    }
    #footer .bottom-menu ul li a {
        font-size: 14px;
    }
    #footer .bottom p.copyrights {
        width: 100%;
        text-align: center;
    }
    #footer .bottom .solution {
        float: right;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #footer .bottom .solution a {
        float: left;
        text-align: center;
        width: 100%;
    }
    #footer .bottom .solution a img {
        float: none;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube img, .testimonial-row .testislider .test-content .image img {
        float: none;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
        display: inline-block;
    }
    .testimonial-row .testislider .test-content .youtube, .testimonial-row .testislider .test-content .image {
        float: left;
        width: 100%;
        text-align: center;
    }
    .testimonial-row .testislider .test-content .text-part {
        width: 100%;
    }
    .contacts-and-cart .block-icons {
        float: left;
        height: 60px;
        margin-top: 1px;
        padding: 0 0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .contacts-and-cart .block-icons p {
        width: auto;
        float: none;
        display: inline-block;
    }
     
    .contacts-and-cart .block-icons.cart {
        border-left: none;
        border-right: none;
        min-width: 100px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    .contacts-and-cart .block-icons.cart span.cart-icon {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    .contacts-and-cart .block-icons.cart p {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    .contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
        float: none;
        display: inline-block;
        vertical-align:top;
    }
    #header .contacts-and-cart {
        float: right;
        width: 100%;
        text-align: center;
    }
    #header .top-text-block {
        background: none repeat scroll 0 0 #eb4f4f;
        border-radius: 0 0 0 10px;
        float: right;
        height: auto;
        width: 100%;
    }
    #header .main-logo img {
        float: none;
        display: inline-block;
        margin: 10px 0;
        max-width: 100%;
        width: auto;
    }
    #header .main-logo a {
        float: left;
        width: 100%;
        text-align: center;
    }
    #header .main-logo {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .home-page-layout .top-main-slider {
        display: none;
    }
    .home-page-layout .right-side-blog-block,
    .home-page-layout .left-simple-text-block {
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
        float: left;
        margin: 0;
        max-width: 999px;
        padding: 0;
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
        left: 45%;
    }
    .after-slider-container .color-blocks .block .bg .img img {
        margin: 0;
        max-width: 999px;
        width: 100%;
    }
    .after-slider-container .color-blocks .block {
        float: left;
        height: 316px;
        width: 50%;
    }
    .bottom-page-images .bottom-image {
        float: left;
        height: 250px;
        overflow: hidden;
        width: 50%;
    }
    .bottom-page-images .bottom-image img {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .bottom-page-images .bottom-image img {
        width: auto;
        max-width: 999px;
        float: left;
        margin: 0;
        padding: 0;
        height: 250px;
    }
    .mobile-menu-container {
        display: block;
    }
    #main-site-menu {
        display: none;
    }
    .container {
        width: 476px;
        margin: 0 auto;
        min-width: 476px;
        padding: 0 10px;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: none;
    }
}
@media (min-width: 640px) {
    
    .pop_product_detail {
        float: right;
    }
    .contacts-and-cart .block-icons .pop_product_detail p {
        width: 197px;
    }
    .popup_cart {
        width: 500px;
    }
    .cart_ribon {
        left: 418px;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
        font-size: 30px;
    }
    .blog-inner .right-side {
        width: 31%;
    }
    .blog-inner .left-content {
        width: 64%;
    }
    .blog-inner .right-side .side-post .img {
        width: 100%;
        height: 80px;
        float: left;
        margin: 0 0 0 0;
    }
    .blog-inner .right-side .side-post .excerpt {
        width: 100%;
        float: right;
        margin: 10% 0 0 0;
        padding: 0;
    }
    .contact-inner .contact-details {
        float: left;
        margin-top: 40px;
        width: 100%;
    }
    .contact-inner .form-part {
        float: right;
        margin-top: 40px;
        width: 100%;
    }
    hr.blog-inserts {
        display: none;
    }
    #content .blog-posts .posts .post {
        border: 1px solid #999999;
        float: left;
        margin: 30px 1% 30px 1%;
        min-height: 539px;
        width: 47%;
    }
    #content .blog-posts .posts .post.post-1 {
        margin-left: 1%;
    }
    #content .blog-posts .posts .post.post-0 {
        margin-right: 1%;
    }
    #footer .bottom-menu ul li.sep {
        display: inline-block;
    }
    #footer .bottom-menu {
        height: 44px;
    }
    #footer .bottom-menu ul li {
        margin: 0 5px;
        width: auto;
    }
    #footer .bottom-menu ul li a {
        font-size: 14px;
    }
    #footer .bottom p.copyrights {
        width: 100%;
        text-align: center;
    }
    #footer .bottom .solution {
        float: right;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #footer .bottom .solution a {
        float: left;
        text-align: center;
        width: 100%;
    }
    #footer .bottom .solution a img {
        float: none;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube img, .testimonial-row .testislider .test-content .image img {
        float: left;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube, .testimonial-row .testislider .test-content .image {
        float: right;
        width: 320px;
    }
    .testimonial-row .testislider .test-content .text-part {
        width: 300px;
    }
    .contacts-and-cart .block-icons {
        float: left;
        height: 60px;
        margin-top: 1px;
        padding: 0 15px;
        width: auto;
        display: inline-block;
    }
    .contacts-and-cart .block-icons p {
        width: auto;
    }
    .contacts-and-cart .block-icons.cart {
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        min-width: 100px;
        padding-left: 13px;
        padding-right: 9px;
        position: relative;
        cursor: pointer;
    }
    #header .contacts-and-cart {
        float: right;
        width: 100%;
        text-align: center;
    }
    .contacts-and-cart .block-icons.cart span.cart-icon {
        float: left;
    }
    .contacts-and-cart .block-icons.cart p {
        float: left;
    }
    .contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
        float: right;
    }
    #header .top-text-block {
        background: none repeat scroll 0 0 #eb4f4f;
        border-radius: 0 0 0 10px;
        float: right;
        height: auto;
        width: 100%;
    }
    #header .main-logo img {
        float: none;
        display: inline-block;
        margin: 10px 0;
        max-width: 100%;
        width: auto;
    }
    #header .main-logo a {
        float: left;
        width: 100%;
        text-align: center;
    }
    #header .main-logo {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .home-page-layout .top-main-slider {
        display: none;
    }
    .home-page-layout .right-side-blog-block,
    .home-page-layout .left-simple-text-block {
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
        float: left;
        margin: 0;
        max-width: 999px;
        padding: 0;
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: block;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
        left: 45%;
    }
    .after-slider-container .color-blocks .block .bg .img img {
        margin: 0;
        max-width: 999px;
        width: 100%;
    }
    .after-slider-container .color-blocks .block {
        float: left;
        height: 316px;
        width: 50%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: none;
    }
    .bottom-page-images .bottom-image {
        float: left;
        height: 250px;
        overflow: hidden;
        width: 50%;
    }
    .bottom-page-images .bottom-image img {
        width: auto;
        max-width: 999px;
        float: left;
        margin: 0;
        padding: 0;
        height: 250px;
    }
    .mobile-menu-container {
        display: block;
    }
    #main-site-menu {
        display: none;
    }
    .container {
        width: 620px;
        margin: 0 auto;
        min-width: 620px;
        padding: 0 10px;
    }
}
@media (min-width: 768px) {

    .after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
        font-size: 30px;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: block;
    }
    .blog-inner .right-side {
        width: 31%;
    }
    .blog-inner .left-content {
        width: 64%;
    }
    .blog-inner .right-side .side-post .img {
        width: 100%;
        height: 80px;
        float: left;
        margin: 0 0 0 0;
    }
    .blog-inner .right-side .side-post .excerpt {
        width: 100%;
        float: right;
        margin: 10% 0 0 0;
        padding: 0;
    }
    .contact-inner .contact-details {
        float: left;
        margin-top: 40px;
        width: 31%;
    }
    .contact-inner .form-part {
        float: right;
        margin-top: 40px;
        width: 66%;
    }
    hr.blog-inserts {
        display: block;
    }
    #content .blog-posts .posts .post {
        border: 1px solid #999999;
        float: left;
        margin: 30px 13px 30px 14px;
        min-height: 539px;
        width: 229px;
    }
    #content .blog-posts .posts .post.post-1 {
        margin-left: 0;
    }
    #content .blog-posts .posts .post.post-0 {
        margin-right: 0;
    }
    #footer .bottom-menu ul li.sep {
        display: inline-block;
    }
    #footer .bottom-menu {
        height: 44px;
    }
    #footer .bottom-menu ul li {
        margin: 0 5px;
        width: auto;
    }
    #footer .bottom-menu ul li a {
        font-size: 16px;
    }
    #footer .bottom p.copyrights {
        width: 100%;
        text-align: center;
    }
    #footer .bottom .solution {
        float: right;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #footer .bottom .solution a {
        float: left;
        text-align: center;
        width: 100%;
    }
    #footer .bottom .solution a img {
        float: none;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube img, .testimonial-row .testislider .test-content .image img {
        float: left;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube, .testimonial-row .testislider .test-content .image {
        float: right;
        width: 320px;
    }
    .testimonial-row .testislider .test-content .text-part {
        width: 428px;
    }
    .contacts-and-cart .block-icons {
        float: left;
        height: 60px;
        margin-top: 1px;
        padding: 0 15px;
        width: auto;
        display: inline-block;
    }
    .contacts-and-cart .block-icons p {
        width: auto;
    }
    .contacts-and-cart .block-icons.cart {
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        min-width: 100px;
        padding-left: 13px;
        padding-right: 9px;
        cursor: pointer;
    }
    .contacts-and-cart .block-icons.cart span.cart-icon {
        float: left;
    }
    .contacts-and-cart .block-icons.cart p {
        float: left;
    }
    .contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
        float: right;
    }
    #header .contacts-and-cart {
        float: right;
        width: 100%;
        text-align: center;
    }
    #header .top-text-block {
        background: none repeat scroll 0 0 #eb4f4f;
        border-radius: 0 0 0 10px;
        float: right;
        height: auto;
        width: 100%;
    }
    #header .main-logo img {
        float: none;
        display: inline-block;
        margin: 10px 0;
        max-width: 100%;
        width: auto;
    }
    #header .main-logo a {
        float: left;
        width: 100%;
        text-align: center;
    }
    #header .main-logo {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .home-page-layout .top-main-slider {
        display: block;
    }
    .home-page-layout .right-side-blog-block,
    .home-page-layout .left-simple-text-block {
        width: 48.95%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
        float: left;
        margin: 0;
        max-width: 999px;
        padding: 0;
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
        left: 40%;
    }
    .after-slider-container .color-blocks .block .bg .img img {
        margin: 0;
        max-width: 999px;
        width: auto;
    }
    .after-slider-container .color-blocks .block {
        float: left;
        height: 316px;
        width: 25%;
    }
    .bottom-page-images .bottom-image {
        float: left;
        height: 250px;
        overflow: hidden;
        width: 50%;
    }
    .bottom-page-images .bottom-image img {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .mobile-menu-container {
        display: block;
    }
    #main-site-menu {
        display: none;
    }
    .container {
        width: 748px;
        margin: 0 auto;
        min-width: 748px;
        padding: 0 10px;
    }
}
@media (min-width: 960px) {
    
    .after-slider-container .color-blocks .block .bg .over-the-top-text .title h2 {
        font-size: 30px;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white {
        display: block;
    }
    .blog-inner .right-side {
        width: 31%;
    }
    .blog-inner .left-content {
        width: 64%;
    }
    .blog-inner .right-side .side-post .img {
        width: 40%;
        height: 80px;
        float: left;
        margin: 0 7% 0 0;
    }
    .blog-inner .right-side .side-post .excerpt {
        width: 53%;
        float: right;
        margin: 0;
        padding: 0;
    }
    .contact-inner .contact-details {
        float: left;
        margin-top: 40px;
        width: 31%;
    }
    .contact-inner .form-part {
        float: right;
        margin-top: 40px;
        width: 66%;
    }
    hr.blog-inserts {
        display: block;
    }
    #content .blog-posts .posts .post {
        border: 1px solid #999999;
        float: left;
        margin: 30px 13px 30px 14px;
        min-height: 539px;
        width: 300px;
    }
    #content .blog-posts .posts .post.post-1 {
        margin-left: 0;
    }
    #content .blog-posts .posts .post.post-0 {
        margin-right: 0;
    }
    #footer .bottom-menu ul li.sep {
        display: inline-block;
    }
    #footer .bottom-menu {
        height: 44px;
    }
    #footer .bottom-menu ul li {
        margin: 0 17px;
        width: auto;
    }
    #footer .bottom-menu ul li a {
        font-size: 16px;
    }
    #footer .bottom p.copyrights {
        width: auto;
    }
    #footer .bottom .solution {
        float: right;
        margin: 0;
        padding: 0;
        width: auto;
    }
    #footer .bottom .solution a {
        float: left;
    }
    #footer .bottom .solution a img {
        float: left;
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube img, .testimonial-row .testislider .test-content .image img {
        float: left;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }
    .testimonial-row .testislider .test-content .youtube, .testimonial-row .testislider .test-content .image {
        float: right;
        width: 320px;
    }
    .testimonial-row .testislider .test-content .text-part {
        width: 640px;
    }
    .contacts-and-cart .block-icons {
        float: left;
        height: 60px;
        margin-top: 1px;
        padding: 0 15px;
        width: auto;
        display: block;
    }
    .contacts-and-cart .block-icons p {
        width: auto;
    }
    .contacts-and-cart .block-icons.cart {
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        min-width: 100px;
        padding-left: 13px;
        padding-right: 9px;
        position: relative;
        cursor: pointer;
    }
    .contacts-and-cart .block-icons.cart span.cart-icon {
        float: left;
    }
    .contacts-and-cart .block-icons.cart p {
        float: left;
    }
    .contacts-and-cart .block-icons.cart span.cart-dropdown-icon {
        float: right;
    }
    #header .contacts-and-cart {
        float: right;
        width: auto;
    }
    #header .top-text-block {
        background: none repeat scroll 0 0 #eb4f4f;
        border-radius: 0 0 0 10px;
        float: right;
        height: auto;
        width: 617px;
    }
    #header .main-logo img {
        float: left;
        margin: 10px 0 0;
        max-width: 100%;
        width: auto;
    }
    #header .main-logo a {
        float: left;
        width: auto;
    }
    #header .main-logo {
        float: left;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .home-page-layout .top-main-slider {
        display: block;
    }
    .home-page-layout .right-side-blog-block,
    .home-page-layout .left-simple-text-block {
        width: 48.95%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .bottom-white .nose img {
        float: left;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .after-slider-container .color-blocks .block .bg .over-the-top-text .circle {
        left: 101px;
    }
    .after-slider-container .color-blocks .block .bg .img img {
        margin: 0;
        max-width: 100%;
        width: auto;
    }
    .after-slider-container .color-blocks .block {
        float: left;
        height: 316px;
        width: 25%;
    }
    .bottom-page-images .bottom-image {
        float: left;
        height: 250px;
        overflow: hidden;
        width: 25%;
    }
    .bottom-page-images .bottom-image img {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .mobile-menu-container {
        display: none;
    }
    #main-site-menu {
        display: block;
    }
    .container {
        width: 960px;
        margin: 0 auto;
        min-width: 960px;
        padding: 0;
    }
}

@media (max-width: 960px) {
    .product_list_item {
        width: 30.6%;
    }
    .categories_headding {
        font-size: 18px;
    }
    
}

@media (max-width: 769px) {
    
    .categories_headding {
        font-size: 14px;
    }
    .product_list_item.third {
        margin-right: 5%;
    }
    .product_list_item.even {
        margin-right: 0;
    }
    .product_list_item {
        width: 47%;
        margin-right: 5%;
    }
    .product_left_block {
        width: 48%;
        margin-right: 0;
    }
    .product_middle_block{
        margin-right: 0;
        width: 48%;
        float: right;
    }
    .product.product_right_block {
        float: left;
        clear: both;
        width: 219px;
        margin-bottom: 20px;
    }
    .product .categories_headding{
        font-size: 25px;
    }
    
}

@media (max-width: 640px) {

    .top-page-image .black-line-bg h1{
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .product_Breadcrumbs {
        float: left;
        margin-bottom: 15px;
    }
    .category .product_title {
        width: 100%;
    }
    .product_left_block {
        width: 100%;
        margin-right: 0;
    }
    .product_middle_block{
        margin-right: 0;
        width: 100%;
        float: right;
    }
    .categories_headding {
        font-size: 25px;
    }
    .product_list_item {
        width: 90%;
    }
    .category .product_list_item{
        width: 47%;
        margin-right: 5%;
     }
     .category .product_list_item.even{
        margin-right: 0;
     }
    .product_left_block.category {
        width: 100%;
        clear: both;
        float: left;
     }
    .product_right_block {
        float: left;
        clear: both;
        width: 219px;
        margin-bottom: 20px;
    }
    .product_navigation.top {
        display: none;
    }
}


@media (max-width: 500px) {
    .category .product_list_item{
        width: 100%;
        margin-right: 0%;
     }
     .category .product_list_item.even{
        margin-right: 0;
     }
    
}

.flashmessage {
    padding: 8px 10px;
    color: black;
    margin-bottom: 10px;
}

.flashmessage-error {
    border: 1px solid #ffbdb5;
    background-color: #ffeae4;
}

.flashmessage-success {
    border: 1px solid #69CF78;
    background-color: #E9FDED;
}