@import "header.css";
@import "lp.css";
@import "about.css";
@import "products.css";
@import "product.css";
@import "distributors.css";
@import "news.css";
@import "contacts.css";
@import "footer.css";
@import "media.css";

#products-list .img-responsive{
    height: 325px;
    width: 100%;
    object-fit: cover;
}
.social a{
    padding: 15px .5rem;
    font-size: 10px;
}
.social{
    display: inline-block;
}

/* TABLET */
@media (min-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (min-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* LARGE DISPLAY'S */
@media (min-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 767px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

html,
body {
	font-family: 'Lato', sans-serif;
	background-color: #EEEEED;
	overflow-x: hidden;
}

a,
button {
	transition: all ease 500ms;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus,
a:visited {
	transition: all ease 500ms;
	text-decoration: none;
	outline: 0;
}

button:hover,
button:focus {
	transition: all ease 500ms;
	text-decoration: none;
	outline: 0;
}

img {
	max-width: 100%;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.noPad {
	padding: 0;
}

.btn-agui-success {
	border-radius: 0;
	color: #fff;
	font-weight: 700;
    border-radius: 0;
    border: 1px solid #00A8AB;
    background-color: #00A8AB;
	outline: 0 !important;
}

.btn-agui-success:hover,
.btn-agui-success:focus {
	background-color: #fff;
    color: #00A8AB;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1440px) {
	.home .changedFull {
	    width: calc(100vw - 75px) !important;
	}
	.home .changedInner {
		width: calc(100vw - 215px) !important;
	}
}
.bgWhite {
	background: #fff;
}


.slick-prev:before, .slick-next:before{
    color: #00a8ab;
}