@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}



h2 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
}


.innerBox {
	padding: 0px 15px;
}


@media (max-width:940px) {
	.innerBoxSmallScreen {
		padding-left: 15px;
		padding-right: 15px; 
	}
}






/*--------------------HEADER------------------*/

.headerContacts {
	background-color: #f2f2f2;
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 30px;
	height: 40px;
}


.headerContacts a {
	color: #79cb39;
	text-decoration: underline;
	float: right;
	margin-right: 20px;
}

.headerContacts ul {
	list-style: none;
}

.headerContacts ul li {
	float: left;
	padding-right: 15px;
	font-weight: bold;
	font-size: 13px;
}

@media (max-width: 1000px) {
  .headerContacts {
  	display: none;
  }
}



/*-------------------------NAVBAR-----------------------------------*/

.navbar {
	position: absolute;
}

.navbar-brand {
	margin-top: 10px;
}

.navbar-brand img {
	margin-top: 10px;
}

@media (max-width: 1000px) {
  .navbar-brand {
  	margin-top: -5px;
  }
  .navbar-brand img{
  	width: 150px;
  }  
}


.navbar-default {
  background-color: #fff;
  border-top: 2px solid #000;
  border-bottom: none;
  border-radius: 0px;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}

.navbar-nav {
	
}

.menuBox {
	border-bottom: 6px solid #79cb39;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #79cb39;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #79cb39;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-top: 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #79cb39;
      height: 4px;
    width: 34px;
    margin-bottom: 5px;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}






/*----------------BANNER---------------------*/

.bannerBox {

	width: 100%;
	background-color: #ccc;
	color: #000;
	margin-top: 90px;
}

@media (max-width: 1000px) {
  .bannerBox {
  	margin-top: 40px;
  }
}


.my-slider {

}

.unslider-nav {
	display: none;
}
/*remove slider navigation*/

.firstSlide {
	background-image: url(../img/banner1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
    overflow: hidden;
}

.secondSlide {
	background-image: url(../img/banner2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
    overflow: hidden;
}

.slideContent {
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;

}

.slideContent h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.slideContent2 {
	color: #000;
	padding-top: 100px;
	font-weight: bold;
	padding-bottom: 50px;
}

.banImgDrum img {
	margin: 0 auto;
}

@media (max-width: 980px) {
  .banImgDrum {
  	display: none;
  }
}

.slideContent2 h1 {
	color: #000;
	font-size: 44px;
	font-weight: bold;
}

.bannerTextBox {
	padding-top: 40px;
}

.slidePreTitle {
	font-size: 20px;
}

.slideHr {
	margin-top: 25px;
	margin-bottom: 25px;
  border: 0;
  border-top: 3px solid #79cb39;	
}




/*--------------------ADVANTAGES BLOCK----------------------------*/

.advantagesBox {
	background: #79cb39;
	outline: 1px #79cb39 solid;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

.advantages-row {
	background: #79cb39;
    padding: 15px 7px 15px;
    margin: 20px 0px; 
    color: #ffffff;
}

.advantages-row h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.advantages-row img {
	float: left; 
	margin-right: 10px;
	height: 55px;
}

.delivery_adv {
	width: 210px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.cooper_adv {
	width: 280px;
}

.advantages-row p {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #fff;
}

.direct_import {
	padding-right: 30px;
	padding-left: 60px;
}


@media (max-width:1200px) {
	.cooper_adv {
		display: none;
	}
	.delivery_adv {
		display: none;
	}
}

@media (max-width:1200px) {
	.direct_import {
		text-align: center;
		padding: 0px;
	}
	.direct_import img{
		display: none;
	}
}



/*---------------------------BIG TYPES MENU-----------------------*/

.bigTypeMenu {
	margin: 30px 0px;
}

.bigTypeContainer {
	padding: 0px;
}

.bigTypeImg {
	margin-bottom: 4px;
}

.smallTypeImg {
	margin-bottom: 4px;
}

.bigTypeImg img {
	padding-bottom: 6px;
	overflow: hidden;
}

.boxWithoutPadding {
	padding: 0px;
}

.boxWithoutPadding img {
	padding-bottom: 6px;
}



/*----------------------------STANLEY BLOCK------------------------*/

.stanleyBoxGreen {
	background-color: #79cb39 !important;
	margin-bottom: 4px;
}

.stanleyBoxGreen h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

.stanleyBoxGreen span {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.stanleyAdvant {
	padding-left: 20px;
}

.stanleyAdvant ul {
	margin-top: 20px;
	list-style-image: url('../img/dropIcon.png');
	padding-left: 20px;

}

.stanleyAdvant ul li {
	font-size: 15px;
	color: #000;
	 line-height: 1.9em;
}


.stanleyBoxCanister img {
	margin: 0 auto;
	margin-top: 20px;
}

.stanleyCertIcon {
	background-color: #000;
	position: absolute;
	margin-top: 10px;
}

@media (max-width: 768px) {
  .stanleyCertIcon {
  	display: none;
  }
}

@media (max-width: 992px) {
  .stanleyCertIcon {
  	margin-top: -4px;
  }
}


.stanleyCertIcon img {
	margin-top: 0px;
}

.stanleyAbout {
	background-color: #000;
	padding-bottom: 20px;
}

.stanleyAbout h2 {
	color: #79cb39;
	font-size: 30px;
	font-weight: bold;
}

.stanleyAbout span {
	color: #fff;
	font-size: 15px;
}



/*-------------------------ABOUT UNION----------------------*/

.homeAboutUnion {
	margin-top: 45px;
	background-image: url(../img/roadBack.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
    padding: 30px 0px;
}

.homeAboutUnion h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.divHr {
	width: 70px;
}

.commonHr {
	margin-top: 25px;
	margin-bottom: 25px;
  border: 0;
  border-top: 3px solid #79cb39;	
}

.homeMapBox img {
	margin-top: -45px;
}

@media (max-width: 992px) {
	.homeMapBox {
		display: none;
	}
}

.homeMapBox {
	background-color: #79cb39 !important;
}

.homeMapBox a {
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
}

.homeMapLink {
	padding: 10px 25px;
}

.flaticon-location {
	font-size: 40px;
	color: #000;
	display: inline;
	float: left;
	line-height: 1;
	margin-right: 10px;
}


/*-------------------------HOMENEWS-------------------------*/
.homeBigNewsCol {
	margin-bottom: -5px;
}

@-moz-document url-prefix() {
 .homeBigNewsCol {margin-bottom: 4px;}
}

.homeBigNewsBox {
	background-color: #79cb39;
	min-height: 180px;
}

.homeBigNewsBox img {
	float: left;
	margin-right: 25px;
}

@media (max-width: 992px) {
	.homeBigNewsBox img {
		display: none;
	}
	.homeBigNewsBox p {
		padding-bottom: 15px;
	}	
}

.homeNewsBigLink {
	padding-top: 20px;
	margin-bottom: 10px;
}

.homeNewsSmallLink {
	position: absolute;
	z-index: 100;
	top: 15%;
	padding-left: 25px;
}

.homeNewsSmallLink a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.homeNewsSmallLink a:hover {
	text-decoration: underline;
}


.homeNewsBigLink a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.homeNewsBigLink a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.homeSmallNewsBox {
		display: none;
	}
}


/*-----------------------NEWLETTER-------------------*/

.homeMailbox {
	height: 362px;
	background-color: #79cb39;
	background-image: url(../img/newsBack.png);
	background-repeat: no-repeat;
    background-position: bottom;
}

@media (max-width: 1170px) {
	.homeMailbox {
		display: none;
	}
}


.homeMailboxTitle {
	background-color: #000;
	padding: 5px 25px; 
}

.homeMailboxTitle h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

.homeMailboxTitle img {
	width: 60px;
	margin: 0 auto;
	padding-top: 35px;
	margin-left: 15px;
}

.homeFormBox {
	padding: 20px 30px;
}

.homeFormBox .form-group {
	padding-top: 10px;
}


/*-----------------------FOOTER----------------------------*/

footer {
	background-color: #000;
}

.footerText {
	color: #fff;
	font-size: 12px;	
	margin-top: 10px;
}

.footerContainer {
	padding-left: -2px;
	padding-right: -2px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
}

.footerBorder hr {
	margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #79cb39;		
}


.footerMenu ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 15px;
}

.footerMenu h4 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.footerLogo {
	margin-top: 25px;
	margin-bottom: 20px;
}
 

.footerMenu ul li a {
	color: #79cb39;
	line-height: 1.9;
	font-size: 12px;
}

.copyright {
	background-color: #292929;
	padding: 10px 0px;
	color: #79cb39;
}







/*---------------------------------------CATALOG PAGE------------------------------------*/

.catalogContent p {
	font-size: 12px;
}

.catalogContent ul li {
	font-size: 12px;
	color: #000;
}


.bannerImg {
	margin-top: 90px;
	background-image: url(../img/catMainImg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;		
    text-align: center;
    padding: 70px 0px;
    margin-bottom: 40px;
}

.stanley {
		background-image: url(../img/stanMainImg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.news {
		background-image: url(../img/newsMainImg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


@media (max-width: 1000px) {
  .bannerImg {
  	margin-top: 40px;
  }
}



.bannerImg h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}



/*---------------------------LEFT MENU RESPONSIVE-----------*/

.catLeftMenu {
	margin-bottom: 30px;
}

.catLeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	border-top: 3px solid #79cb39;
}

.catLeftMenu ul li a {
	line-height: 1.3;
	display: block;
	font-weight: bold;
	padding: 15px 15px;
	font-size: 15px;
	border-bottom: 1px solid #fff;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.catLeftMenu ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #79cb39;
}


.nav-side-menu {
  overflow: auto;
  font-size: 12px;
  top: 0px;
  height: 100%;
  color: #fff;
}
.nav-side-menu .brand {
  background-color: #79cb39;
  line-height: 50px;
  display: block;
  font-size: 18px;
  padding-left: 15px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: #79cb39;
  color: #fff;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #fff !important;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
}
.nav-side-menu li a {
	display: block;
	color:#000;
	font-weight: bold;
	padding: 10px 15px;
	font-size: 15px;
	border-bottom: 1px solid #fff;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-side-menu li:hover {
	text-decoration: none !important;
	color: #fff;
	background-color: #79cb39;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1170px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 1170px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}



/*--------------------------CATALOG CONTENT----------------*/

.catContentBox {
	padding: 0px 15px;
}

.catContentBox h2 {
	padding: 0px;
	margin: 0px;
}

.catContentBox hr {
	border: 0;
	border-top: 3px solid #000;
	margin-bottom: 30px;
}

.catProdBox {
	margin-bottom: 30px;
	 min-height: 200px;
}

.catProdBox img {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.catProdBox h3 {
	color: #79cb39;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

.catProdBox span {
	font-weight: bold;
}

.prodVyaz {
	color: #79cb39; 
	padding-left: 5px;
	
}

.require {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.prodRequire {
	color: #79cb39; 
}

.catProdTitle {
	height: 50px;
}


/*--------------------------PRODUCT PAGE-----------------------*/

.productImgBox img {
	margin: 0 auto;
}

.discountImg {
	position: absolute;
	top:60%;
	left: 20%;
	
}


.product_content h1 {
	color: #79CB39;
}

.product_content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}

.product_description {
	margin-bottom: 20px;
}

.prodCharacter {
	font-size: 18px;
	color: #79CB39;
}


@media (max-width: 500px) {
	.main_prod_img {
		margin: 0 auto;
		float: none;
	}
}

.litres p {
	padding-top: 10px;
}

.litres img {
	float: left;
}

.litres_figure {
	font-size: 2.2em;
	font-weight: bold;
	color: #adadad;
}





.send_popup {
	width: 100%;
	float: none;
}

.form-control {
	width: 100%;
}


.send_order_but {
	background: #79CB39;
    color: #ffffff;
    padding: 10px 15px;
    border: 1px #ffffff solid;
    outline: 1px #bce59c solid;
    text-transform: uppercase;
    min-width: 140px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.send_order_but:hover {
	background: #E45E4C;
    outline: 1px #f3b6ae solid;
    color: #ffffff;
}

.close_ic {
	width: 12px;
	height: 11px;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
	float: right;
	cursor: pointer;
}

textarea.prod_title_order {
	resize:none;
	font-size: 1.6em;
	font-weight: bold;
	border: none;
	background: #fff;
}

.prod_title_order > textarea:focus {
	outline: none;
}


@media (min-width: 980px) {
	.back_call_text {
		padding-top: 30px;
	}
}



.productDescript {
	padding: 10px 25px;
	background-color: #f2f2f2;
	margin: 15px 0px;
}

.productDescript h3 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}

.productSpec {
	padding: 10px 25px;
	background-color: #000;	
	margin: 15px 0px;
}

.productSpec h3 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #fff;
}


.productText {
	padding: 15px 10px;
}



/*-----------------------------BLOG NEWS-------------------------*/



.blogNewsBox {
	background-color: #f2f2f2;
	padding-right: 15px;
	height: 180px;
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.blogNewsBox {
		height: auto;
	}	
}

.blogNewsBox:hover {
		background-color: #79cb39;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.blogNewsBox:hover a {
		color: #fff;
}

.blogNewsBox a {
	color: #000;
}

.blogNewsBox img {
	float: left;
	margin-right: 25px;
}

@media (max-width: 992px) {
	.blogNewsBox img {
		display: none;
	}
	.blogNewsBox p {
		padding-bottom: 15px;
	}	
}

.blogNewsListRight ul {
	list-style: none;
	padding-top: 30px;
}

.blogNewsListRight ul li {
	margin-bottom: 20px;
}


.blogNewsListRight ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.articleBox {
	width: 70px;
	margin-top: 25px;
	margin-bottom: 25px;
  border: 0;
  border-top: 3px solid #79cb39;

}


/*--------------------------------STANLEY---------------------*/

.singleContentBox {
	padding-right: 15px;
}

.stanleyCertificate {
	background-color: #79cb39;
	padding: 15px 15px;
}

.stanleyCertificate img {

}

.stanleyCertificate h3 {
	color: #fff;
	margin-top: 20px;

}

.geographSupply {
	padding-left: 4px;
}

@media (max-width: 1170px) {
	.geographSupply {
		display: none;
	}	
}


/*-----------------------------MODAL----------------------*/

#myModal  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border-radius: 0px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} 

#myModal .modal-header {
    min-height: 180px;
    padding: 15px;
	background-image: url(../img/callBack.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	    
}

#myModal  .modal-body {
	text-align: center;
	background-color: #79cb39;
	border-top: none;
}

#myModal  .modal-body h4 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

#myModal .modal-footer {
	text-align: center;
}

#myModal .formContainer {
	width: 70%;
	margin: 0 auto
}

#myModal  .form-control {
	border-radius: 0px;
	border: none;
	margin-top: 30px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}

.form-control {
	border-radius: 0px;
	border: none;
	margin-top: 15px;
	height: 40px;
	font-size: 16px;
}




#myModalOrder  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border-radius: 0px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} 

#myModalOrder .modal-header {
    padding: 15px;
    background-color: #000;
    text-align: center;
}

#myModalOrder .modal-header h4 {
	color: #fff;
}

#myModalOrder  .modal-body {
	text-align: center;
	background-color: #79cb39;
	border-top: none;
}

#myModalOrder  .modal-body h4 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

#myModalOrder .modal-footer {
	text-align: center;
}

#myModalOrder .formContainer {
	width: 70%;
	margin: 0 auto
}

#myModalOrder  .form-control {
	border-radius: 0px;
	border: none;
	margin-top: 30px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}



/*------------------------BUTTONS--------------------------*/

.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sliderButton {
	background: #79CB39;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 35px;
    border: 1px #ffffff solid;
    outline: 1px #bce59c solid;
    text-transform: uppercase;
    min-width: 140px;
    margin-top: 50px;
}

.sliderButton:hover {
	background: #6CB335;
    outline: 1px #f3b6ae solid;
    color: #ffffff;
}

.homeButton {
	background: #79CB39;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 25px;
    border: 1px #ffffff solid;
    outline: 1px #bce59c solid;
    text-transform: uppercase;
    min-width: 140px;
    margin-top: 20px;
}

@-moz-document url-prefix() {
 .homeButton {margin-top: 23px;}
}

.homeButton:hover {
	background: #6CB335;
    outline: 1px #f3b6ae solid;
    color: #ffffff;
}


.newsButton {
	background: #000;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 25px;
    border: 1px #ffffff solid;
    outline: 1px #000 solid;
    text-transform: uppercase;
    min-width: 140px;
    margin-top: 15px;
    margin-bottom: 38px;
}

.newsButton:hover {
	background: #404040;
    outline: 1px #f3b6ae solid;
    color: #ffffff;
}

.catOpenButton {
	background: #79CB39;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 25px;
    border: 1px #ffffff solid;
    outline: 1px #bce59c solid;
    text-transform: uppercase;
    min-width: 140px;
    margin-top: 20px;
}

.catOpenButton:hover {
	background: #6CB335;
    outline: 1px #f3b6ae solid;
    color: #ffffff;
}


.make_order_but {
	background: #79CB39;
    color: #ffffff;
    padding: 10px 15px;
    border: 1px #ffffff solid;
    outline: 1px #bce59c solid;
    text-transform: uppercase;
    min-width: 140px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.make_order_but:hover {
	background: #6CB335;
    outline: 1px #f3b6ae solid;
    color: #ffffff;
}


/*------------------------------SEND CALL-------------------------*/

#sendmail {
	margin-top: 25px;
}



/*-----------------------------TABLES-------------------------*/

.productText td {
	padding-left: 10px;
}


/*--------------------GOOGLE------------------*/
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}