.mainButton
{
	width:100%;
	text-align:center;
	padding:14px 0 14px 0;
	background:#F2CD6E;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
	transition: all 0.3s ease 0s;
	cursor:pointer;
	-webkit-appearance: none;
	border:none;
}
.mainButton.small
{
	float:none;
	width:300px;
	margin:20px auto 0 auto;
	clear:both;
} 
.frontpage 
{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.frontpage .centralWrapper
{
	overflow:hidden;
}
.frontpage .billboard {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	text-align:center;
}
.frontpage .billboard.banner-top {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin-top: 0;
	max-width:1920px;
	float: none;
 	margin: auto auto;
}
.frontpage .billboard.banner-top > a.item {
	display: none;
}
.frontpage .billboard.banner-top > a.item:first-child {
	display: block;
}
.frontpage .billboard a {
	text-decoration: none;
}
.frontpage .billboard .item {
	position: relative;
	float:left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.frontpage .billboard > a .item {
	display: none;
}
.frontpage .billboard > a:first-child .item {
	display: block;
}
.frontpage .billboard img {
	height: auto;
	width: 100%;
	max-width:1920px;
}
.frontpage .billboard .button {
	margin: 0 auto;
	display: table;
	margin-top: 24px;
	padding: 0 30px;
}
.frontpage .billboard .slick-dots {
	list-style-type: none;
	margin: 0 auto;
	display: table !important;
	position: absolute;
	top: unset;
	bottom: -20px;
	padding-left: 0;
	left: 0;
	right: 0;
}

.frontpage .billboard .next-button, .frontpage .billboard .previous-button 
{
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 30px;
	padding: 10px;
	text-align: center;
	z-index: 9;
	top:50%;
	left: 0px;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: 0.4s;
	margin-top:-30px;
}
.frontpage .billboard .next-button 
{
	left: auto;
	right: 0px;
}
.frontpage .billboard .slick-dots li {
	display: inline;
}
.frontpage .billboard .slick-dots li button {
	font-size: 0;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	border: none;
	margin: 0 5px;
	background: #504E4F;
}
.frontpage .billboard .slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 0.6);
	height: 32px;
	width: 32px;
	position: relative;
}
.frontpage .billboard .slick-dots li.slick-active button:after {
	width: 20px;
	height: 20px;
	background: #B4B099;
	display: block;
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	border-radius: 100%;
}
.frontpage .billboard .slick-dots > li:only-child {
	display: none;
}
.frontpage .billboard .cta {
	right: 0;
	left: 0;
	margin: 0 auto;
	display: table;
	background-color: rgba(250, 250, 250, 0.9);
	width: 700px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 650px;
	line-height: 57px;
	padding: 40px;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
	position: absolute;
}
.frontpage .billboard .cta h2 {
	text-align: center;
	font-weight: lighter;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 10px;
	padding:0 0 10px 0;
	color: #504e4e;
	white-space: nowrap;
}
.frontpage .billboard .cta h3 {
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	font-weight: 500;
	color: #484647;
	margin: 0 0 10px 0;
}
.frontpage .billboard .cta .button
{
	background:#40692A;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	margin:10px auto 0 auto;
	font-weight:bold;
}
.frontpage .billboard + .content {
	margin-top: 0;
}
.frontpage .grey {
	background-color: #EFEEEA;
	float: left;
	width: 100%;
	clear: both;
}
.frontpage .grey .content {
	margin: 0;
	padding: 50px 0;
}
.frontpage .content {
	clear:both;
	margin:20px 0 20px 0;
	float: left;
	width: 100%;
}
.frontpage .content h2 {
	float:left;
	width:100%;
	font-size: 40px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 12px;
	letter-spacing: 1.2px;
	color:#444444;
}
.frontpage .content h3 {
	float:left;
	width:100%;
	text-align: center;
	font-size: 18px;
	line-height:22px;
	color: #444444;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 20px 0;
}
.frontpage .content p {
	text-align: center;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color: #444444;
	width:70%;
	padding:0 15% 0 15%;
	margin: 0 auto 10px auto;
}
.frontpage .content p i {
	font-weight: 300;
}
.frontpage .content .button {
	margin: 0 auto;
	display: table;
}
.frontpage .content + .grey {
	margin-top: 50px;
}
.frontpage .content .video-wrapper
{
	float:left;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.frontpage .content .video-wrapper .video-wrapper-inner
{
	float:none;
	margin:auto auto;
	width:80%;
}
.frontpage .content .video-wrapper.fixed
{
	position:fixed;
	bottom:0px;
	right:0px;
	width:500px;
	height:auto;
	z-index:999999999999;
}
.frontpage .content .video-wrapper.fixed .video-wrapper-inner
{
	width:100%;
}
.video-bottom.fixed
{
	height:600px;
}

.embed-container 
{ 
	margin:20px 0 0 0;
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed 
{ 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
}

.frontpage .category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	grid-gap: 10px 8px;
	background-color: #EFEEEA;
}
.frontpage .category-grid .item {
	position: relative;
}
.frontpage .category-grid .item img {
	width: 100%;
	height: auto;
}
.frontpage .category-grid .item h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(180, 176, 153, 0.7);
	padding: 17px 0;
	font-family: "Raleway", sans-serif;
	font-size: 19px;
	color: white;
	text-decoration: none;
}
.frontpage .category-grid + .content {
	margin-top: 0;
}
.frontpage .category-grid + .content > .button {
	margin: 5px auto;
}

/* strip banner*/
.frontpage .strip-banner
{
	width:100%;
	padding:20px 0 0 0;
	clear:both;
}
.frontpage .strip-banner img
{
	width:100%;
	height:auto;
}

/* promotional blocks */
.frontpage .promotional-wrapper
{
	width:100%;
	padding:20px 0 0 0;
	clear:both;
}
.frontpage .promotional-wrapper .item
{
	position:relative;
}
.frontpage .promotional-wrapper h2
{
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#444444;
	padding:10px 0 20px 0;
	font-weight:bold;
}
.frontpage .promotional-wrapper .promotional-blocks
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap:28px;
	width: 100%;
	margin-top:0;
	clear:both;
	grid-auto-rows: 1fr;
}
.frontpage .promotional-wrapper .promotional-blocks.two
{
	grid-template-columns: repeat(2, 1fr);
}
.frontpage .promotional-wrapper .promotional-blocks.three
{
	grid-template-columns: repeat(3, 1fr);
}
.frontpage .promotional-wrapper .promotional-blocks.five
{ 
	float:left;
	width:100%;
	display:block;
	position:relative;
	margin:0 0 30px 0;
}
.frontpage .promotional-wrapper .promotional-blocks.five .item
{
	float:left;
	width:19%;
	margin:0 0.5% 0 0.5%;
}
.frontpage .promotional-wrapper .promotional-blocks.five .slick-prev, .frontpage .promotional-wrapper .promotional-blocks.five .slick-next 
{
	position: absolute;
	left:2px;
	top:21%;
	z-index:99;
	background:rgba(255,255,255,0.8);
	padding:14px;
	font-size:20px;
	border: none;
	cursor: pointer;
}
.frontpage .promotional-wrapper .promotional-blocks.five .slick-next 
{
	left:auto;
	right:2px;
} 
.frontpage .promotional-blocks a 
{
	text-decoration: none;
}
.frontpage .promotional-wrapper .promotional-blocks .item img 
{
	width: 100%;
	height: auto;
	transition:0.6s;
	display:block;
	margin:0px;
}
.frontpage .promotional-wrapper .promotional-blocks .item:hover img
{
	opacity:0.2;
}
.frontpage .promotional-wrapper .promotional-blocks .item .inner 
{ 
	width: 100%;
	margin: 0 auto;
	background: white;
	z-index: 0;
	position: relative;
	padding:0;
}
.frontpage .promotional-wrapper .promotional-blocks.img-only-row .item .inner 
{
	display:none;
}
.frontpage .promotional-wrapper .promotional-blocks .item .inner h3 
{
	color: #444444;
	text-align: center;
	font-size:16px;
	line-height:20px;
	min-height:40px;
	font-weight:600;
	margin:14px 0 10px 0;
	padding:0 0 0 0;
}
.frontpage .promotional-wrapper .promotional-blocks .item .inner p 
{
	width:96%;
	color: #666666;
	text-align: center;
	margin:0 0 20px 0;
	padding:0 2% 0 2%;
	font-size:14px;
	line-height:20px;
}
.frontpage .promotional-wrapper .promotional-blocks .overlay
{
	position:absolute;
	top:40%;
	left:0;
	width:100%;
	opacity:0;
	transition:0.6s;
}
.frontpage .promotional-wrapper .promotional-blocks .overlay h3 
{
	width:96%;
	padding:0 2% 0 2%;
	color: #000000;
	text-align: center;
	font-size:22px;
	line-height:20px;
	font-weight:600;
	margin:0 0 10px 0;
}
.frontpage .promotional-wrapper .promotional-blocks .item .overlay p 
{
	width:92%;
	color: #222222;
	text-align: center;
	margin:0 0 10px 0;
	padding:0 4% 0 4%;
	font-size:18px;
	line-height:1.2em;
	line-height:20px;
	font-weight:300;
}
.frontpage .promotional-wrapper .promotional-blocks .item:hover .overlay
{
	opacity:1;
}

.frontpage .promotional-wrapper .promotional-blocks .item .inner span 
{
	display: table;
	margin: 0 auto;
}
.frontpage .promotional-wrapper .promotional-blocks .item .inner .mainButton
{
	width:100%;
	padding:14px 0 14px 0;
}
.frontpage .promotional-wrapper .promotional-blocks .item .inner .mainButton:hover
{
	border:none;
}
.frontpage .promotional-wrapper .price
{
	float:left;
	width:100%;
	height:30px;
	font-weight:bold;
	color:#000000;
	font-size:16px;
	text-align:center;
}
.frontpage .product-carousel-wrapper {
	margin: 50px auto 0;
	clear: both;
	display: block;
	width: 90%;
	padding: 0 10px;
}
.frontpage .product-carousel-wrapper + .content {
	margin-top: 0;
}
.frontpage .product-carousel-wrapper .product-carousel {
	padding-top: 40px;
	margin-bottom: 30px;
}
.frontpage .product-carousel-wrapper .product-carousel > .item {
	width: 0%;
	display: none;
}
.frontpage .product-carousel-wrapper .product-carousel > .item:nth-child(1),
.frontpage .product-carousel-wrapper .product-carousel > .item:nth-child(2),
.frontpage .product-carousel-wrapper .product-carousel > .item:nth-child(3),
.frontpage .product-carousel-wrapper .product-carousel > .item:nth-child(4) {
	width: calc(25% - 10px);
	display: inline-block;
	margin: 0 3px;
}
.frontpage .product-carousel-wrapper .product-carousel .item {
	margin: 0 5px;
	height: auto;
}
.frontpage .product-carousel-wrapper .product-carousel .item img {
	width: 100%;
	height: auto;
}
.frontpage .product-carousel-wrapper .product-carousel .item a {
	text-decoration: none;
}
.frontpage .product-carousel-wrapper .product-carousel .item h3 {
	text-align: center;
	font-weight: 300;
	font-size: 22px;
	font-family: "Raleway", sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	color: black;
	min-height: 60px;
}
.frontpage .product-carousel-wrapper .product-carousel .item p {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #484647;
	font-size: 22px;
	text-align: center;
}
.frontpage .product-carousel-wrapper .product-carousel .slick-prev {
	position: absolute;
	left: -50px;
	top: 40%;
	background: none;
	border: none;
	cursor: pointer;
}
.frontpage .product-carousel-wrapper .product-carousel .slick-next {
	position: absolute;
	right: -50px;
	top: 40%;
	background: none;
	border: none;
	cursor: pointer;
}
.frontpage .product-carousel-wrapper .product-carousel .slick-dots {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	display: table;
}
.frontpage .product-carousel-wrapper .product-carousel .slick-dots li {
	display: inline;
}
.frontpage .product-carousel-wrapper .product-carousel .slick-dots li.slick-active button {
	background: #504E4F;
}
.frontpage .product-carousel-wrapper .product-carousel .slick-dots li button {
	background: #B4B099;
	height: 12px;
	width: 12px;
	border: none;
	font-size: 0;
	border-radius: 100%;
	margin: 0 5px;
}
.frontpage .info-box {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.frontpage .info-box.grey {
	background: #EFEEEA;
	clear: both;
	padding: 0 0 40px;
}
.frontpage .info-box.white .content {
	background: #EFEEEA;
}
.frontpage .info-box.white .content .inner {
	background: white;
}
.frontpage .info-box.white img {
	border: 30px solid #EFEEEA;
	border-right: 25px solid #EFEEEA;
	border-left: 25px solid #EFEEEA;
}
.frontpage .info-box .container {
	margin: 0 auto;
	position: relative;
	display: table;
	width: 100%;
}
.frontpage .info-box .content {
	position: absolute;
	top: 50px;
	background: white;
	margin-top: 0;
	width: 70%;
	padding: 0;
}
.frontpage .info-box .content .inner {
	height: 100%;
	border: 23px solid #B4B099;
	margin: 20px 25px;
	padding: 70px 18px;
}
.frontpage .info-box .content p {
	width: 100%;
	margin-bottom: 10px;
}
.frontpage .info-box .content .button {
	margin-top: 35px;
}
.frontpage .info-box.left-img .content {
	right: 0;
}
.frontpage .info-box.left-img img {
	float: left;
}
.frontpage .info-box.right-img .content {
	left: 0;
}
.frontpage .info-box.right-img img {
	float: right;
}
.frontpage .info-box img {
	width: 840px;
	border: 30px solid white;
	border-right: 25px solid white;
	border-left: 25px solid white;
	height: auto;
}
.frontpage .testimonials-container {
	float: left;
	position: relative;
	margin-top: 75px;
	height: 780px;
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	position: relative;
}
.frontpage .testimonials-container .container {
	margin: 0 auto;
}
.frontpage .testimonials-container .container > div {
	margin-left: 60px;
	top: 50%;
	width: 550px;
	position: absolute;
	transform: translateY(-50%);
	position: absolute;
}
.frontpage .testimonials-container h2 {
	font-size: 70px;
	font-weight: lighter;
	margin-bottom: 0;
}
.frontpage .testimonials-container h3 {
	font-size: 48px;
	font-style: italic;
	color: #484647;
	font-weight: lighter;
	margin-bottom: 40px;
}
.frontpage .testimonials-container .testimonials-slider > .item {
	display: none;
}
.frontpage .testimonials-container .testimonials-slider > .item:nth-child(1) {
	display: block;
}
.frontpage .testimonials-container .testimonials-slider .item {
	height: auto;
}
.frontpage .testimonials-container .testimonials-slider .item strong {
	font-size: 20px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 600;
	float: left;
}
.frontpage .testimonials-container .testimonials-slider .item p {
	font-style: italic;
	font-size: 20px;
	float: left;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
}
.frontpage .testimonials-container .testimonials-slider .slick-prev {
	position: absolute;
	left: -65px;
	top: 50%;
	background: none;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
}
.frontpage .testimonials-container .testimonials-slider .slick-next {
	position: absolute;
	right: -65px;
	top: 50%;
	background: none;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
}
.frontpage .testimonials-container .testimonials-slider .slick-dots {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	margin-top: 40px;
	display: table;
}
.frontpage .testimonials-container .testimonials-slider .slick-dots li {
	display: inline;
}
.frontpage .testimonials-container .testimonials-slider .slick-dots li.slick-active button {
	background: #504E4F;
}
.frontpage .testimonials-container .testimonials-slider .slick-dots li button {
	background: #B4B099;
	height: 12px;
	width: 12px;
	border: none;
	font-size: 0;
	border-radius: 100%;
	margin: 0 5px;
}
.frontpage .guarantee-wrapper {
	background-color: #EFEEEA;
	margin-bottom: 50px;
	padding: 50px 0;
	float: left;
	width: 100%;
}
.frontpage .guarantee-wrapper .row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.frontpage .guarantee-wrapper .row .item {
	position: relative;
}
.frontpage .guarantee-wrapper .row .item span {
	position: absolute;
	right: 0;
	left: -7px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	top: 53px;
	font-style: italic;
	font-size: 35px;
	font-family: "Forum";
}
.frontpage .guarantee-wrapper .row .item h2 {
	color: #504E4F;
	font-family: #2d2f2d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.frontpage .guarantee-wrapper .row .item p {
	text-align: center;
	font-size: 18px;
	width: 75%;
	color: #504e4e;
	margin: 0 auto;
	line-height: 1.6;
	font-weight: 400;
}
.frontpage .guarantee-wrapper .row .item img {
	width: 84px;
	margin: 0 auto;
	display: table;
	margin-bottom: 30px;
	height: auto;
}
.frontpage .guarantee-wrapper .row .item:last-child img {
	width: 101px;
}

/**** NOSTO BLOCKS ****/
.nosto_element
{
	margin:20px auto 0 auto !important;
}
.nosto_element h1
{
	font-size:24px;
}


.Embed .Header {display:none !important;}

/********************************************************************/
@media only screen and (max-width: 1200px)  
{
	/**** WELCOME TEXT ****/
	.frontpage .content h2 
	{
		font-size:30px;
		letter-spacing:0.8px;
	}
	.frontpage .content h3 
	{
		width:96%;
		padding:0 2% 0 2%;
		font-size:16px;
	}
	.frontpage .content p 
	{
		width:96%;
		padding:0 2% 0 2%;
		font-size:13px;
	}
	/**** PROMOTIONAL BLOCKS ****/
	.frontpage .promotional-wrapper .promotional-blocks .item .inner h3 
	{
		font-size:15px;
	}
	/**** FIXED VIDEO ****/
	.frontpage .content .video-wrapper.fixed
	{
		width:400px;
	}
}
/********************************************************************/
@media only screen and (max-width: 1000px)  
{
	/**** PROMOTIONAL BLOCKS ****/
	.frontpage .promotional-wrapper .promotional-blocks.two
	{
		grid-template-columns: repeat(2, 1fr);
	}
	.frontpage .promotional-wrapper .promotional-blocks .item .inner h3 
	{
		font-size:14px;
	}
	.frontpage .content .video-wrapper .video-wrapper-inner
	{
		width:100%;
	}
	.nosto_element h1
	{
		font-size:20px;
		margin:0 0 10px 0;
	}
}
/********************************************************************/
@media only screen and (max-width: 800px) 
{
	/* video section */
	.frontpage .content .video-wrapper.fixed
	{
		display:none;
	}
	.frontpage .promotional-wrapper .item 
	{
		float:left;
		width:100%;
	}
	.frontpage .promotional-wrapper .item .img-wrapper
	{
		float:left;
		width:100%;
		overflow:hidden;
	}
	.frontpage .promotional-wrapper .promotional-blocks .overlay 
	{
		float:left;
		position:relative;
		top:auto;
		left:auto;
		width:4%;
		padding:8% 0 0 0;
		opacity:1;
		display:none;
	}
	.frontpage .promotional-wrapper .promotional-blocks.two, .frontpage .promotional-wrapper .promotional-blocks.four
	{
		grid-template-columns: repeat(2, 1fr);
		grid-gap:10px;
	}
	.frontpage .promotional-wrapper .promotional-blocks .static-box
	{
		float:left;
		width:100%;
		overflow:hidden;
		background:#F2F2F2;
		height:auto;
	}
	.frontpage .promotional-wrapper .promotional-blocks .static-box .overlay h3
	{
		font-size:18px;
	}
	.frontpage .promotional-wrapper .promotional-blocks .static-box .overlay p 
	{
		font-size:14px;
		height:auto !important;
	}
	.frontpage .promotional-wrapper .promotional-blocks .overlay 
	{
		padding: 0 0 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		display: none;
		height:auto;
	}
	.frontpage .promotional-wrapper .promotional-blocks.two .static-box .img-wrapper img
	{
		height:auto;
	}
	.frontpage .promotional-wrapper .promotional-blocks.two .static-box
	{
		height:auto;
	}
	.frontpage .promotional-wrapper .promotional-blocks.two .overlay 
	{
		height:auto;
	}
}
/********************************************************************/
@media only screen and (max-width: 700px) 
{
	/***** MAIN BANNER ****/
	.frontpage .billboard img {
		height: auto;
		width: 100%;
	}
	.frontpage .billboard .cta 
	{
		line-height: initial;
		bottom: auto;
		top: auto;
		position: relative;
		transform: none;
		max-width: none;
		padding:14px 2% 20px 2%;
		width:96%;
		background-color:#F2F2ED;
	}
	.frontpage .billboard .cta h2 
	{
		font-size: 40px;
		margin-bottom: 15px;
		line-height: initial;
	}
	.frontpage .billboard .cta .button 
	{
		padding: 15px 30px;
	}
	.frontpage .billboard .next-button, .frontpage .billboard .previous-button 
	{
		position: absolute;
		width: 18px;
		height: 16px;
		font-size: 18px;
		padding:10px 2px 10px 5px;
		text-align: center;
		z-index: 9;
		top:50%;
		left:-4px;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		transition: 0.4s;
		margin-top:-26px;
	}
	.frontpage .billboard .next-button 
	{
		left: auto;
		right:-3px;
	}
	/**** PROMOTIONAL BLOCKS ****/
	.frontpage .promotional-wrapper .promotional-blocks.three
	{
		grid-gap:12px;
	}
	.frontpage .promotional-wrapper .promotional-blocks.five
	{
		grid-template-columns: repeat(2, 1fr);
		grid-gap:14px;
	}
	.frontpage .promotional-wrapper .promotional-blocks.five .slick-prev, .frontpage .promotional-wrapper .promotional-blocks.five .slick-next 
	{
		top:18%;
	}
}
/********************************************************************/
@media only screen and (max-width: 600px) 
{
	/**** PROMOTIONAL BLOCKS ****/
	.frontpage .promotional-wrapper .promotional-blocks.two
	{
		grid-template-columns: repeat(1, 1fr);
		grid-gap:10px;
	}
	.frontpage .promotional-wrapper .promotional-blocks.five .slick-prev, .frontpage .promotional-wrapper .promotional-blocks.five .slick-next 
	{
		top:22%;
	}
}
/********************************************************************/
@media only screen and (max-width: 500px) 
{
	/***** MAIN BANNER ****/
	.frontpage .billboard .cta h2 
	{
		font-size:24px;
		white-space: normal;
		margin:0 0 0 0;
	}
	.frontpage .billboard .cta h3 
	{
		line-height: 22px;
		font-size: 15px;
		font-weight: 500;
	}
	.frontpage .billboard .cta .button 
	{
		padding: 12px 30px;
		font-size: 14px;
		font-weight: 500;
	}
	/**** WELCOME TEXT ****/
	.frontpage .content h2 
	{
		font-size:24px;
		letter-spacing:0.6px;
		margin:0 0 4px 0;
	}
	.frontpage .content h3 
	{
		font-size:14px;
		line-height:20px;
	}
	/**** PROMOTIONAL BLOCKS ****/
	.frontpage .promotional-wrapper .promotional-blocks.two .static-box .img-wrapper img
	{
		height:auto;
	}
	.frontpage .promotional-wrapper .promotional-blocks.three .item p, .frontpage .promotional-wrapper .promotional-blocks.four .item p
	{
		height:auto;
	}
	.frontpage .promotional-wrapper .promotional-blocks.five .slick-prev, .frontpage .promotional-wrapper .promotional-blocks.five .slick-next 
	{
		top:29%;
	}
	.frontpage .promotional-wrapper .promotional-blocks .static-box .overlay h3 
	{
		font-size:15px;
	}
	.frontpage .promotional-wrapper .promotional-blocks .overlay p 
	{
		font-size:13px;
	}
	.frontpage .promotional-wrapper .promotional-blocks .static-box .img-wrapper img
	{
		height:auto;
	}
}
/********************************************************************/
@media only screen and (max-width: 400px) 
{
	/**** PROMOTIONAL BLOCKS ****/
	.frontpage .promotional-wrapper .promotional-blocks.five
	{
		grid-template-columns: repeat(1, 1fr);
		grid-gap:10px;
	}
}