/*
Theme Name: Webfacts Theme
Version: 1.0
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

/***************************
          GENERAL
***************************/

body {
	width: 100%;
	font-family: 'Overpass', sans-serif;
	color: #4e4e4e;
}

html {
	font-size: 100%;
	width: 100%;
}

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

a {
	color: #008faf;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #00cb48;
	text-decoration: none;
}

.togglecookies {
	color: #008faf;
	text-decoration: underline;
	transition: all 0.3s ease;
	cursor: pointer;
}

.togglecookies:hover {
	color: #00cb48;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	line-height: 150%;
	font-size: 17px;
}

strong, b {
	font-weight: bold;
	color: #002b42;
}

li {
	font-size: 17px;
	line-height: 150%;
}

.btn, .button, .inline-btn a {
	border: 0px solid;
	background-color: #EF8D21;
	background-position: right 20px center, 100% 0;
	background-size: 9px 16px, 300% 100%;
	background-repeat: no-repeat;
	background-image: url('./assets/images/arrow-right.svg'), linear-gradient(to right, #00bd9b, #00cb47, #00cb47, #00bd9b);
	color: #fff;
	display: inline-block;
	padding: 11px 45px 10px 25px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	transition: all .4s ease-in-out;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:hover, .btn:focus, .button:hover, .button:focus, .inline-btn a:hover, .inline-btn a:focus {
	background-position: right 15px center, 0 0;
	background-image:  url('./assets/images/arrow-right.svg'), linear-gradient(to right, #00bd9b, #00cb47, #00cb47, #00bd9b);
	transition: all .4s ease-in-out;
	color: #fff;
	text-decoration: none;
	outline: none;
}

#gdprc_bar .container .gdprc_actions .gdprc_button {
	padding: 9px 20px 8px;	
}

.secondary {
	border: 2px solid #fff;
	background-image: url('./assets/images/arrow-right.svg');
	background-color: transparent;
	padding: 9px 45px 8px 25px;
}

.secondary:hover,
.secondary:focus {
	background-color: #fff;
	color: #00cb47;
	background-image: url('./assets/images/arrow-right.svg');
}

input, textarea {
    padding: 15px 25px;	
    font-family: 'Overpass', sans-serif;
    border: 0px solid #000;
    color: #4e4e4e;
    border-radius: 25px;
    width: 100%;
   	outline: none;
}

input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
}

select {
	-webkit-appearance: none;
	background-image: url('./assets/images/updown.svg');
	background-repeat: no-repeat;
	background-size: 12px 16px;
	background-position: right 15px center;
	background-color: #fff;
	font-family: 'Overpass', sans-serif;
	border: 0px solid;
	border-radius: 25px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
	width: 100%;
	padding: 15px 25px;	
	color: #4e4e4e;
	outline: none;
}

[type="checkbox"], [type="radio"] {
	width: auto;
}

::placeholder {
  color: #B5B5B5;
  opacity: 1; 
}

:-ms-input-placeholder {
  color: #B5B5B5;
}

::-ms-input-placeholder { 
  color: #B5B5B5;
}

table {
	width: 100%;
}

table td {
	padding: 5px 20px 5px 0;
}

.container {
	max-width: 75em;
	margin: 0 auto;
    padding: 0 20px;	
}

.container.small {
	max-width: 42em;
}

@media only screen and (min-width:768px) {
	
	.container {
		padding: 0 35px;
	}
	
	p {
		font-size: 18px;
	}
	
	li {
		font-size: 18px;
	}
	
}

/* stop stacking issues */
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #002b42;
}

.alt {
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

@media only screen and (min-width:768px) {
	
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 20px;
	} 
	
	
}

@media only screen and (min-width:1024px) {
	
	
	h1 {
		font-size: 44px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 22px;
	} 
	
	
}

/***************************
		   COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.small-1-2 {
	width: 50%;
}

@media only screen and (min-width:768px) { 
	
	.medium-1-5 {
		width: 20%;
	}
	
	.medium-1-4 {
		width: 25%;
	}

	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-35 {
		width: 35%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-45 {
		width: 45%;
	}
	
	.medium-55 {
		width: 55%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}

}

@media only screen and (min-width:1024px) { 
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}
	
	.large-3-10 {
		width: 30%;
	}
	
	.large-1-3 {
		width: 33.33334%; 
	}

	.large-1-2 {
		width: 50%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}

}

@media only screen and (min-width:1440px) {
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-3-10 {
		width: 30%;
	}
	
}


/***************************
    HEADER & NAVIGATION
***************************/

.header {
	position: relative;
	padding: 15px 0 20px;
	height: 100px;
}

.header:before {
	content: '';
	display: block;
	background-image: url('./assets/images/menu-bg.svg');
	background-size: 130px 109px;
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 130px;
	height: 109px;
	position: absolute;
	top: 0;
	left: 0;
}

.header-logo {
	width: 220px;
	margin: 0 0 0 80px;
	display: block;
	position: relative;
	z-index: 9;
}

.toggle-nav {
	background-image: url('./assets/images/menuicon.svg');
	background-size: 36px 27px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 95px;
	border: 0px;
	font-size: 12px;
	text-align: center;
    padding: 30px 0 0;
    margin: 5px 3px 0 0;
	color: #fff; 
	text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: 0;
    cursor: pointer;
}

.toggle-nav:focus {
	outline: none;
}

.header-nav {
	float: left;
}

.header-nav .site-menu {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	background: #01ba9b; /* Old browsers */
	background: -moz-linear-gradient(left,  #01ba9b 0%, #00a5bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #01ba9b 0%,#00a5bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #01ba9b 0%,#00a5bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ba9b', endColorstr='#00a5bb',GradientType=1 ); /* IE6-9 */
	padding: 60px 15px 60px;
	box-sizing: border-box;
	z-index: 999;
	text-align: left;
	transition: all 0.5s ease;
	transform: scale(1,1) translate(0, -105%);
}

.show-nav .site-menu {
	right: 0;
	transform: scale(1,1) translate(0,0);
}

.header-nav .site-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-nav .site-menu ul li {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 40px 0 0;
}

.header-nav .site-menu ul li .submenu-button {
	position: absolute;
	top: 8px;
	right: 5px;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	text-align: center;
	transform: rotate(90deg);
}

.header-nav .site-menu ul li .submenu-button.active {
	transform: rotate(-90deg);
}

.header-nav .site-menu ul li a {
	padding: 10px 30px;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.header-nav .site-menu .off-canvas-close {
	position: absolute;
	top: 30px;
	right: 30px;
	background-image: url('./assets/images/close.svg');
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	z-index: 99;
	cursor: pointer;
}

.header-nav .site-menu .cta {
	padding: 30px 30px 0;
}

.header-nav .site-menu .cta a {
	font-weight: bold;
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 20px;
	font-size: 22px;
	color: #fff;
	background: #00cb47; /* Old browsers */
	background: -moz-linear-gradient(left,  #00cb47 0%, #00bca1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00cb47 0%,#00bca1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00cb47 0%,#00bca1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cb47', endColorstr='#00bca1',GradientType=1 ); /* IE6-9 */
}

.header-nav .site-menu .cta a:hover {
	transform: scale(1.05);
}

@media only screen and (min-width:768px) {
	
	.header {
		padding: 15px 0 25px;
		height: 105px;
	}
	
	.header:before {
		background-size: 230px 193px;
		width: 230px;
		height: 193px;
	}

	.header-logo {
		width: 260px;
		margin: 0 auto;
	}


}

@media only screen and (min-width:1024px) { 

	.header {
		padding: 10px 0 25px;
	}
	
	.header-logo {
		z-index: 999;
	}
	
	.header:before {
		background-size: 360px 302px;
		width: 360px;
		height: 302px;
	}
	
	.toggle-nav {
		display: none;
	}
	
	.header-nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	
	.header-nav .site-menu,
	.show-nav .header-nav .site-menu { 
		background: transparent;
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		right: auto;
		left: auto;
		top: auto;
		z-index: 9;
		padding: 32px 0 0;
		transform: none;
	}

	.header-nav .site-menu ul {
		list-style: none;
		margin: 0;
		padding: 0 0 0 35px;
		font-size: 0px;
		display: inline-block;
	}

	.header-nav .site-menu ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 10px;
		margin: 0;
		width: auto;
	}

	.header-nav .site-menu ul li a {
		color: #fff;
		padding: 10px 0;
		margin: 0 0 0 18px;
		display: inline-block;
		position: relative;
		line-height: 100%;
		font-size: 18px;
	}
	
	.header-nav .site-menu ul li:first-child a {
		margin: 0;
	}
	
	.header-nav .site-menu ul li a:before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: #00cb47;
		border-radius: 2px;
		transform: translate(0,500%);
		transition: all 0.3s ease;
		opacity: 0;	
	}
	
	.header-nav .site-menu ul li.current-menu-item a:before,
	.header-nav .site-menu ul li.current-menu-parent a:before,
	.header-nav .site-menu ul .current-page-ancestor a:before,
	.header-nav .site-menu ul li > a:hover:before,
	.header-nav .site-menu ul li > a:focus:before {
		height: 4px;
		transform: translate(0,0);
		opacity: 1;
	}
	
	.header-nav .site-menu ul li.current-menu-item a,
	.header-nav .site-menu ul .current-menu-parent a,
	.header-nav .site-menu ul .current-menu-ancestor a,
	.header-nav .site-menu ul li > a:hover,
	.header-nav .site-menu ul li > a:focus {
		color: #fff;
	}
	
	.header-nav .site-menu .off-canvas-close {
		display: none;
	}
	
	.header-nav .site-menu .cta {
		position: absolute;
		top: 30px;
		right: 35px;
		padding: 0;
	}
	
	.header-nav .site-menu .cta a {
		padding: 8px 25px;
		font-size: 19px;
	}

}

@media only screen and (min-width:1280px) { 

	.header:before {
		background-size: 460px 386px;
		width: 460px;
		height: 386px;
	}	
	
	.header-nav .site-menu ul li a {
		font-size: 19px;
		margin: 0 0 0 35px;
	}
	
	.header-nav .site-menu ul li:first-child a {
		margin: 0;
	}
	
}

@media only screen and (min-width:1440px) { 

	.header:before {
		background-size: 550px 462px;
		width: 550px;
		height: 462px;
	}	
	
}


/***************************
       HOME CONTENT
***************************/

.home-top {
	margin: 0 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-top .block {
	text-align: center;
	background-color: #fff;
	padding: 40px 20px 25px;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.home-top .block .inner {
	max-width: 450px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 2;
}

.home-top .block h2 {
	color: #008faf;
	font-size: 24px;
	margin: 0 0 25px 0;
}

.home-top .block h2 span {
	color: #002b42;
	display: block;
	font-size: 32px;
}

.home-top .block h2:after {
    content: '';
    display: block;
    width: 75px;
    height: 4px;
    border-radius: 2px;
    background-color: #00cb47;
    margin: 15px auto 0;
}

.home-top .block p {
	margin: 0 0 30px;
}

.home-top .block-2 {
	background-color: #00bb9d;
}

.home-top .block-2 .image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.home-top .block-2 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-top .block-2:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00bca1;
	background: -moz-linear-gradient(-45deg,  #00bca1 0%, #008fad 100%);
	background: -webkit-linear-gradient(-45deg,  #00bca1 0%,#008fad 100%);
	background: linear-gradient(135deg,  #00bca1 0%,#008fad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bca1', endColorstr='#008fad',GradientType=1 );
	opacity: 0.85;	
}

.home-top .block-2 h2 {
	color: #002b42;
}

.home-top .block-2 h2 span {
	color: #fff;
}

.home-top .block-2 h2:after {
	background-color: #80d1cc;
}

.home-top .block-2 p {
	color: #2e2e2e;
}

.home-cta {
	padding: 40px 0 25px;
	text-align: center;
}

.home-cta h1 {
	color: #002b42;
	font-size: 28px;
}

.home-cta .email,
.home-cta .phone {
	background-color: #e5f4f7;
	background-image: url('./assets/images/mail.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	text-decoration: none;
	padding: 15px 30px 13px 50px;
	display: inline-block;
	line-height: 100%;
	margin: 0 5px 10px;
	border-radius: 25px;
	color: #008faf;
}

.home-cta .phone {
	background-color: #e5faec;
	background-image: url('./assets/images/phone.svg');
	color: #00cb48;
}

.home-cta .email:hover,
.home-cta .phone:hover {
	transform: scale(1.05);
}

.home-brands {
	padding: 10px 0 30px;
}

.home-brands img {
	width: 100%;
	max-width: 250px;
	display: block;
	padding: 0 10px;
	margin: 0 auto 30px;
}

.home-brands .logo-slider {
	padding: 0;
}

.home-brands .logo-slider .slick-track {
	display: flex;
	align-items: center;
}

.home-brands .logo-slider li {
	outline: none;
	display: block;
	width: 100%;
}

.home-brands .logo-slider li img {
	width: 100%;
	max-width: 250px;
	display: block;
	padding: 0 10px;
	margin: 0 auto 30px;
	filter: grayscale(100%);
	opacity: .5;	
	transition: all 0.3s ease;
}

.home-brands .logo-slider li:hover img,
.home-brands .logo-slider li:focus img {
	filter: none;
	opacity: 1;
}

@media only screen and (min-width:768px) {
	
	.home-top {
		margin: 0 35px;
	}
	
	.home-top .block {
		width: 50%;
		float: left;
		padding: 40px 40px 25px;
	}
	
	.home-top .block h2 {
		font-size: 26px;
	}
	
	.home-top .block h2 span {
		font-size: 40px;
	}
	
	.home-cta {
		padding: 60px 0 15px;
	}
	
	.home-cta h1 {
		font-size: 36px;
		margin: 0 0 25px;
	}
	
	.home-cta p {
		margin: 0 0 30px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.home-top .block {
		padding: 60px 40px 45px;
	}
	
	.home-top .block h2 span {
		font-size: 50px;
	}
	
	.home-top .block p {
		font-size: 20px;
	}
	
	.home-cta {
		padding: 80px 0 35px;
	}
	
	.home-brands {
		padding: 10px 0 70px;
	}
	
	.home-brands img {
		max-width: 100%;
	}
	
}

@media only screen and (min-width:1220px) {
	
	.home-top {
		margin: 0 70px;
	}	

	.home-top .block h2 span {
		font-size: 55px;
	}
	
}

@media only screen and (min-width:1500px) {
	
	.home-top .block {
		padding: 100px 40px 85px;
	}	
	
}

/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: 500px;
	overflow: hidden;
}

.page-top {
	margin: 0 20px;
	position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.page-top .block {
	padding: 30px 20px 15px;
    background: #00bca1;
    background: -moz-linear-gradient(-45deg, #00bca1 0%, #008fad 100%);
    background: -webkit-linear-gradient(-45deg, #00bca1 0%,#008fad 100%);
    background: linear-gradient(135deg, #00bca1 0%,#008fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bca1', endColorstr='#008fad',GradientType=1 );	
}

.page-top h1 {
	margin: 0 0 5px;
	font-size: 34px;
	color: #fff;
}

.page-top h2 {
	font-size: 20px;
}

.page-top h2:after {
	content: '';
    display: block;
    width: 150px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0.5;
    margin: 15px auto 0;
}

.page-top p {
	color: #002b42;
}

.page-top .block .inner {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.page-top-blocks {
	margin: 0 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-top-blocks .block {
    background-color: #fff;
    padding: 30px 20px 15px;
    display: block;
    float: left;
    width: 100%;
    position: relative;	
}

.page-top-blocks .block-content {
    background: #00bca1;
    background: -moz-linear-gradient(-45deg, #00bca1 0%, #008fad 100%);
    background: -webkit-linear-gradient(-45deg, #00bca1 0%,#008fad 100%);
    background: linear-gradient(135deg, #00bca1 0%,#008fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bca1', endColorstr='#008fad',GradientType=1 );	
}

.page-top-blocks .block .inner {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.page-top-blocks h1 {
	margin: 0 0 15px;
	font-size: 34px;
}

.page-top-blocks h1 span {
	display: block;
	color: #0090ac;
	font-size: 0.5em;
	padding: 5px 0 0;
}

.page-top-blocks h1:after {
    content: '';
    display: block;
    width: 75px;
    height: 4px;
    border-radius: 2px;
    background-color: #00cb47;
    margin: 10px 0 0;
}

.page-top-blocks .tagline {
	color: #0090ac;
	font-size: 22px;
}

.page-top-blocks .block-content p {
	color: #002b42;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;	
}

.page-top-blocks .block-content p a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;	
}

.page-top-blocks .block-content p a:hover {
	text-decoration: underline;
}

.page-top-blocks .contact p a {
	color: #fff;
	text-decoration: none;
	font-size: 28px;
}

.page-top-blocks .contact .sub {
	color: #fff;
	opacity: 0.5;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	display: block;
}

.page-top-blocks .info {
	line-height: 120%;
}


.page-top-blocks .price .amount {
    font-size: 70px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding: 0;	
    color: #fff;
}

.page-top-blocks .price .amount .prefix {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 36px;
    line-height: 100%;
    display: block;	
    color: #002b42;
    display: none;
}

.page-top-blocks .price .sub {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: block;
}

.page-top-blocks .info span {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.page-content {
	padding: 30px 0 0;
	position: relative;
}

.page-content ul {
	list-style-type: none;
	padding: 0;
}

.page-content ul li {
	position: relative;
	padding: 0 0 5px 35px;
}

.page-content ul li:before {
	content: '';
	position: absolute;
	background-image: url('./assets/images/check.svg');
	background-repeat: no-repeat;
	background-size: 24px 18px;
	background-position: center center;
	display: block;
	width: 24px;
	height: 18px;
	top: 5px;
	left: 0;
}

.page-content ul li h3 {
	color: #0090ac;
	font-size: 20px;
	display: block;
	padding: 0 0 5px;
	margin: 0;
}

.page-content .inline-btn {
	margin: 0 0 5px;
}

.page-content .inline-btn a {
	margin: 0 10px 10px 0;
}

.page-content .block {
	margin: 0 0 30px;
}

.page-content .block h2 + h3 {
	color: #0090ac;
	margin-top: -10px;
	line-height: 150%;
}

.page-content .block-image-text .text {
	position: relative;
}

.page-content .block-image-text img {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	width: 100%;
	display: block;
	margin: 0 0 25px;
}

.page-content .block-background .inline-btn a:nth-child(1) {
	background-image: url('./assets/images/arrow-right-light.svg'), linear-gradient(to right, #0090ac, #00bca1, #00bca1, #0090ac);	
}

.page-content .block-background .inline-btn a:nth-child(1):hover,
.page-content .block-background .inline-btn a:nth-child(1):focus {
	background-image:  url('./assets/images/arrow-right-light.svg'), linear-gradient(to right, #0090ac, #00bca1, #00bca1, #0090ac);	
}

.page-content .block-background {
	margin: 0 0 50px;
}
	
.page-content .block-background .text {
	padding-left: 30px;
	padding-right: 30px;
}

.page-content .block-background .text:before {
	content: '';
	display: block;
	width: 100%;
	width: calc(100% - 20px);
	height: 100%;
	height: calc(100% + 60px);
	position: absolute;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	border-radius: 10px;
	top: -50px;
	right: 10px;
	z-index: -1;
}

.page-content .block-background.block-gradient .text {
	color: #fff;
}

.page-content .block-background.block-gradient h2,
.page-content .block-background.block-gradient h3,
.page-content .block-background.block-gradient p,
.page-content .block-background.block-gradient li,
.page-content .block-background.block-gradient a {
	color: #fff;
}

.page-content .block-background.block-gradient .validation_error, 
.page-content .block-background.block-gradient .validation_message {
	color: #002c41;	
}

.page-content .block-background.block-gradient .text:before {
	background: #00bca1;
    background: -moz-linear-gradient(-45deg, #00bca1 0%, #008fad 100%);
    background: -webkit-linear-gradient(-45deg, #00bca1 0%,#008fad 100%);
    background: linear-gradient(135deg, #00bca1 0%,#008fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bca1', endColorstr='#008fad',GradientType=1 );		
}


.page-content .block-icons {
    background: #00bca1;
    background: -moz-linear-gradient(-45deg, #00bca1 0%, #008fad 100%);
    background: -webkit-linear-gradient(-45deg, #00bca1 0%,#008fad 100%);
    background: linear-gradient(135deg, #00bca1 0%,#008fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bca1', endColorstr='#008fad',GradientType=1 );
    margin: 0;
    padding: 30px 0 15px;
    text-align: center;
}

.page-content .block-icons .icon {
	display: block;
	height: 60px;
}

.page-content .block-icons .icon svg {
	width: 60px;
	height: 60px;
	fill: #fff;
}

.page-content .block-icons p {
	color: #fff;
}

.page-content .block-icons + .block {
	margin: 30px 0;
}

.page-content .block-references .column {
	position: relative;
}

.page-content .block-references img {
	position: absolute;
	top: 0;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.page-content .block-references h3.photo {
	padding-left: 60px;
	min-height: 50px;
}

.page-content .block-references h3 span {
	display: block;
	padding: 5px 0 0;
	color: #0090ac;
    font-size: 0.9em;
}

.page-content .block-references p {
	margin: 0 0 30px;
}

.page-content .block-prices {
	overflow: hidden;
	padding: 50px 0 50px;
	position: relative;
}

.page-content .block-prices:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
    background: #00bca1;
    background: -moz-linear-gradient(-45deg, #00bca1 0%, #008fad 100%);
    background: -webkit-linear-gradient(-45deg, #00bca1 0%,#008fad 100%);
    background: linear-gradient(135deg, #00bca1 0%,#008fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bca1', endColorstr='#008fad',GradientType=1 );
}

.page-content .block-prices .container {
	padding: 0;
}

.page-content .block-prices .prices-slider .slick-track {
    display: flex;
}

.page-content .block-prices .prices-slider .slick-list {
	overflow: initial;
}

.page-content .block-prices .prices-slider .slick-slide {
	padding: 0;
	outline: none;
	height: inherit;
}

.page-content .block-prices .prices-slider .slick-slide:hover {
	cursor: pointer;
}

.page-content .block-prices .prices-slider .inner {
	background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    text-align: center;
    padding: 30px 20px 5px;
    filter: blur(1px);
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}

.page-content .block-prices .prices-slider .inner:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.6);
}

.page-content .block-prices .prices-slider .inner:hover .btn {
	transform: scale(1.1);
}

.page-content .block-prices .prices-slider .slick-center .inner {
	transform: scale(1.1);
	opacity: 1;
	filter: inherit;
	z-index: 999;
}

.page-content .block-prices .prices-slider .inner h2 {
	color: #008faf;
	font-size: 32px;
}

.page-content .block-prices .prices-slider .inner h2:after {
	content: '';
    display: block;
    width: 75px;
    height: 4px;
    border-radius: 2px;
    background-color: #00cb47;
    margin: 15px auto 0;	
}

.page-content .block-prices .prices-slider .inner p {
	color: #002b42;
	margin: 0 0 25px;
}

.page-content .block-prices .prices-slider .inner .price {
	margin: 0 0 5px;
}

.page-content .block-prices .prices-slider .inner .price .amount {
	font-size: 70px;
	line-height: 100%;
	position: relative;
	display: inline-block;
	padding: 0;
}

.page-content .block-prices .prices-slider .inner .price .amount .prefix {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
	line-height: 100%;
	display: none;
}

.page-content .block-prices .prices-slider .inner .sub {
	color: #888888;
	font-size: 14px;
}

.page-content .block-prices .prices-slider .inner li {
	text-align: center;
	padding: 0 35px 5px 35px;
}

.page-content .block-prices .prices-slider .inner li.unchecked:before {
	content: '';
	background-image: url('./assets/images/uncheck.svg');
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.page-content .block-cta {
	text-align: center;
}

.page-content .block-cta h2 {
	color: #002b42;
	font-size: 28px;
}

.page-content .block-cta p {
	color: #0090ac;
	font-size: 20px;
}

.page-content .block-cta .email,
.page-content .block-cta .phone {
	background-color: #e5f4f7;
	background-image: url('./assets/images/mail.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	text-decoration: none;
	padding: 10px 30px 10px 50px;
	display: inline-block;
	margin: 0 5px 10px;
	border-radius: 25px;
	color: #008faf;
	font-size: 17px;
}

.page-content .block-cta .phone {
	background-color: #e5faec;
	background-image: url('./assets/images/phone.svg');
	color: #00cb48;
}

.page-content .block-cta .email:hover,
.page-content .block-cta .phone:hover {
	transform: scale(1.05);
}

.page-content .block-logos {
	text-align: center;
}

.page-content .block-logos h2 {
	color: #002b42;
	font-size: 28px;
}

.page-content .block-logos p {
	color: #0090ac;
	font-size: 20px;
}

.page-content .block-logos .logo-slider {
	margin: 0 0 15px;
	padding: 0;
}


.page-content .block-logos .logo-slider li {
	outline: none;
	padding: 20px 20px 30px;
}

.page-content .block-logos .logo-slider li:before {
	display: none;
}

.page-content .block-logos .logo-slider li img {
	padding: 0 20px;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	width: 100%;
}

@media only screen and (min-width:768px) {
	
	.page-top {
		margin: 0 0 0 35px;
		border-radius: 10px 0 0 10px;
	}
	
	.page-top .block {
	    padding: 40px 75px 25px 40px;	
	}
	
	.page-top h1 {
		margin: 0 0 15px;
		font-size: 40px;
	}
	
	.page-top h2 {
		font-size: 24px;
	}
	
	.page-top h2:after {
	    width: 220px;
	}
	
	.page-top-blocks {
		margin: 0 0 0 35px;
		border-radius: 10px 0 0 10px;
	}
	
	.page-top-blocks .block {
	    width: 50%;
	    width: calc(50% - 16px);
	    float: left;
	    padding: 40px 40px 25px;		
	}
	
	.page-top-blocks .block-content {
		 width: 50%;
		 width: calc(50% + 16px);
	}
	
	.page-top-blocks .block .inner {
		margin: 0 0 0 auto;
	}
	
	.page-top-blocks .block-content .inner {
		margin: 0;
	}
	
	.page-top-blocks h1 {
		font-size: 40px;
	}
	
	.page-content {
		padding: 50px 0 0;
	}

	.page-content .block {
		margin: 0 0 50px;
	}
	
	.page-content .block-image-right .image {
		order: 2;
	}
	
	.page-content .block-image-right .text {
		order: 1;
	}
	
	.page-content .block-image-text .text {
		padding-top: 20px;
		position: relative;
	}
	
	.page-content .block-background {
		margin: 0 0 100px;
	}
	
	.page-content .block-background .text {
		padding-left: 10px;
		padding-right: 80px;
	}

	.page-content .block-background .text:before {
		width: 100%;
		width: calc(100% + 80px);
		height: 100%;
		height: calc(100% + 60px);
		top: -30px;
		right: 30px;
	}
	
	.page-content .block-background.block-image-right .text {
		padding-left: 80px;
		padding-right: 10px;
	}
	
	.page-content .block-background.block-image-right .text:before {
		right: auto;
		left: 30px;
	}
	
	.page-content .block-icons {
		margin: 0;
		padding: 50px 0 35px;
	}
	
	.page-content .block-icons + .block {
		margin: 50px 0;
	}
	
	.page-content .block-prices {
		padding: 70px 0 70px;
	}
	
	.page-content .block-prices .container {
		padding: 0 25px;
	}
	
	.page-content .block-prices .prices-slider .inner {
	    padding: 50px 30px 5px;
	    filter: inherit;
	}
	
	.page-content .block-cta h2 {
		font-size: 36px;
		margin: 0 0 25px;
	}
	
	.page-content .block-cta p {
		margin: 0 0 30px;
	}
	
	.page-content .block-logos h2 {
		font-size: 36px;
		margin: 0 0 25px;
	}
}

@media only screen and (min-width:1024px) {
	
	.page-top .block {
	    padding: 60px 115px 35px 80px;	
	}
	
	.page-top h1 {
		font-size: 50px;
	}
	
	.page-top h2 {
		margin: 0 0 30px;
	}
	
	.page-top h2:after {
		margin: 30px auto 0;
	}
	
	.page-top p {
		font-size: 20px;
		margin: 0 0 30px;
	}
	
	.page-top-blocks .block {
		padding: 60px 80px 45px;
	}
	
	.page-top-blocks h1 {
		font-size: 50px;
	}
		
	.page-top-blocks .tagline {
		font-size: 26px;
	}
	
	.page-top-blocks .block-content p {
		font-size: 24px;
	}
	
	.page-top-blocks .contact p a {
		color: #fff;
		font-size: 36px;
	}
	
	.page-top-blocks .contact .sub {
		font-size: 18px;
	}
	
	.page-content {
		padding: 70px 0 0;
	}

	.page-content .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.page-content .column {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page-content .block {
		margin: 0 0 70px;
	}
	
	.page-content .block-background {
		margin: 0 0 100px;
	}
	
	.page-content .block-icons {
		margin: 0;
		padding: 70px 0 55px;
	}
	
	.page-content .block-icons + .block {
		margin: 70px 0;
	}
	
	.page-content .block-references img {
		left: 30px;
		width: 70px;
		height: 70px;
	}
	
	.page-content .block-references h3 {
		padding-top: 10px;
		margin: 0 0 25px;
	}
	
	.page-content .block-references h3.photo {
		padding-left: 90px;
		min-height: 70px;
	}
	
	.page-content .block-references h3 span {
		display: block;
		padding: 5px 0 0;
		color: #0090ac;
	    font-size: 0.9em;
	}
	
	.page-content .block-references p {
		margin: 0 0 30px;
	}
	
	.page-content .block-prices .prices-slider {
		margin: 0 -20px;
	}
	
	.page-content .block-prices .prices-slider .slick-track {
		transform: translate(-33.33334%,0) !important;
	}	
	
	.page-content .block-prices .prices-slider .slick-slide {
		padding: 0 20px;
	}
	
	.page-content .block-prices .prices-slider .inner {
	    padding: 50px 30px 25px;		
	}
	
	.page-content .block-prices .prices-slider .inner h2 {
		font-size: 40px;
	}
			
}

@media only screen and (min-width:1220px) {
	
	.page-top {
		margin: 0 0 0 70px;
	}
	
	.page-top .block {
	    padding: 60px 150px 35px 80px;	
	    min-height: 300px;
	}
	
	.page-top-blocks {
		margin: 0 0 0 70px;
	}
	
	.page-top-blocks .block {
	    width: 50%;
	    width: calc(50% - 35px);	
	}
	
	.page-top-blocks .block-content {
		 width: 50%;
		 width: calc(50% + 35px);
	}
	
	.page-content .block-prices .prices-slider .inner {
	    padding: 50px 50px 25px;		
	}
	
}

@media only screen and (min-width:1500px) {

	.page-top .block {
		padding: 60px 150px 25px 80px;	
	}
	
	.page-top-blocks .block {
		padding: 100px 80px 85px;
	}
	
}

/***************************
       CONTACT CONTENT
***************************/

.contact-form {
	padding: 40px 0 25px;
	text-align: center;
}

.contact-location {
	padding: 30px 0 0;
	position: relative;
}

.contact-location .maps {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
	background-color: #f1f1f1;
	margin: 30px 0 0 auto;
	z-index: 1;
}

.contact-location .maps > div > div > div:first-child:before {
	content: '';
	display: block;
	width: 102%;
	height: 102%;
	background-image: url('./assets/images/map-overlay.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 9;
	left: -1%;
	top: -1%;
}

.contact-location .maps > div > div > div:nth-child(3) {
	display: none;
}

.contact-location .inner .address {
	background-image: url('./assets/images/location-pin.svg');
	background-size: 20px 28px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #0090ac;
	padding: 5px 0 5px 30px;
	position: relative; 
	font-size: 20px;
}

.contact-location strong {
	color: #002b42;
}

@media only screen and (min-width:768px) {
	
	.contact-form {
		padding: 60px 0 45px;
	}
	
	.contact-location {
		padding: 40px 0 70px;
	}
	
	.contact-location .inner {
		max-width: 45%;
	}
	
	.contact-location .inner h2 {
		font-size: 40px;
	}
	
	.contact-location .maps {
		position: absolute !important;
		bottom: 0;
		right: 0;
		margin: 0;
		width: 370px;
		height: 370px;
	}
	
	.contact-location .maps:before {
		width: 102%;
		height: 102%;
		left: -2%;
		top: -2%;		
	}
	
}

@media only screen and (min-width:1024px) {
	
	.contact-form {
		padding: 80px 0 65px;
	}

	.contact-form form {
		padding: 0 40px;
		position: relative;
		z-index: 2;
	}
	
	.contact-location {
		padding: 20px 0 80px;	
	}
	
	.contact-location .maps {
		width: 500px;
		height: 500px;
	}
	
}

@media only screen and (min-width:1440px) {
	
	
	.contact-location .maps {
		width: 600px;
		height: 600px;
	}
	
}


@media only screen and (min-width:1600px) {
	
	.contact-location {
		padding: 50px 0 150px;	
	}
	
	.contact-location .maps {
		width: 700px;
		height: 700px;
	}
	
}

/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 30px 0 25px 0;
}

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gfield_label {
	display: none;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield,
.gform_body .gform_fields .gfield {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	width: 100%;
	border: 0px;
}

.gform_body .gform_fields .gfield_checkbox .gchoice,
.gfield_checkbox .gchoice, 
.gfield_radio .gchoice {
	position: relative;
    padding: 5px 0 5px 22px;
	line-height: 120%;
}


.gfield_checkbox .gchoice [type="checkbox"], 
.gfield_radio .gchoice [type="radio"] {
	position: absolute;
	left: 0;
	top: 7px;
}

.gfield_checkbox label {
	text-align: left;
	display: block;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_checkbox, .gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.gform_required_legend {
	display: none;
}


.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: bold;
	color: #e03333;
	padding: 10px 0;
	margin: 0px 0 -10px;
    display: block;
    width: 100%;
    text-align: left;
}

.validation_error {
	font-size: 18px;
	margin: 0 0 30px;
}

h2.gform_submission_error {
	font-size: 18px;
	margin: 0 0 30px;	
	font-weight: bold;
	color: #e03333;
}

.gform_confirmation_message {
    background: #38da0f;
    color: #fff;
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;	
}
@media only screen and (min-width:768px) {
	
	#gform_wrapper_1 {
		margin: 50px 0 25px 0;
	}
	
}

/***************************
          COOKIES
***************************/

.cookie-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 4, 13, 0.75);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.cookie-popup.visible {
	visibility: visible;
	opacity: 1;
}

.cookie-popup .inner {
	background-color: #fff;
	padding: 15px 15px 5px;
	width: 100%;
	max-height: calc(100% - 100px);
    max-width: calc(100% - 20px);
    overflow: auto;
    border-radius: 20px;
}

.cookie-popup .inner .tab {
	display: block;
}

.cookie-popup .inner .tab.hidden {
	display: none;
}

.cookie-popup .inner h2 {
	margin: 0 0 5px;
	font-size: 20px;
}

.cookie-popup .inner p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 10px;
}

.cookie-popup .inner .btn {
	width: auto;
	margin: 0 5px 0 0;
}

.cookie-popup .inner #acceptcookies {
	float: right;
}

.cookie-popup .inner .settings-btn {
	color: #008faf;
	text-decoration: none;
	border: 0px;
	margin: 0;
	padding: 5px 0;
	background-position: right 0 center;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}

.cookie-popup .inner .settings-btn:hover,
.cookie-popup .inner .settings-btn:focus {
	color: #00cb47;
}

.cookie-popup .inner .settings {
	margin: 0 0 20px;
}

.cookie-popup .inner .settings .item {
	position: relative;
	padding: 0 0 0 20px;
}

.cookie-popup .inner .settings .item input[type="radio"] {
	position: absolute;
	top: 6px;
	left: 0;
}

.cookie-popup .inner .settings .item label {
	font-size: 20px;
	display: block;
	margin: 0 0 3px;
}

.cookie-popup .inner .settings .item ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}

.cookie-popup .inner .settings .item ul li {
	line-height: 130%;
	font-size: 15px;
}

.cookie-popup .inner .settings .remark p {
	font-size: 15px;
}

@media only screen and (min-width:360px) {

	.cookie-popup .inner {
		padding: 20px 20px 10px;
	}
	
}

@media only screen and (min-width:768px) {
	
	.cookie-popup .inner {
		padding: 40px 40px 30px;
		max-height: calc(100% - 40px);
		width: 700px;
	}
	
	.cookie-popup .inner h2 {
		font-size: 24px;
	}
	
	.cookie-popup .inner p {
		font-size: 15px;
	}
	
	.cookie-popup .inner .btn {
		min-width: 200px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.cookie-popup .inner {
		width: 800px;
	}
	
}

/***************************
          FOOTER
***************************/

.footer-main {
	background: #002b42; /* Old browsers */
	background: -moz-linear-gradient(left,  #002b42 0%, #004361 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #002b42 0%,#004361 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #002b42 0%,#004361 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b42', endColorstr='#004361',GradientType=1 ); /* IE6-9 */
	padding: 40px 0 25px;
	position: relative;
}

.footer-main:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./assets/images/footer-icon.svg');
	background-size: 199px 150px;
	background-position: left center;
	width: 150px;
	height: 150px;
	bottom: -20px;
	right: 0;
}

.footer-main p {
	color: #859199;
}

.footer-main h3 {
	color: #fff;
	margin: 10px 0 20px;
}

.footer-main h3:after {
	content: '';
	display: block;
	width: 75px;
	height: 4px;
	border-radius: 2px;
	background-color: #00cb47;
	margin: 15px 0 0;
}

.footer-main ul {
	list-style-type: none;
	padding: 0;
}

.footer-main ul li {
	padding: 0 0 5px 0;
}

.footer-main ul li a {
	display: block;
	padding: 5px 0;
}

.footer-main a {
	color: #859199;
	text-decoration: none;
}

.footer-main a:hover {
	color: #fff;
}

.footer-main .logo {
	width: 190px;
	display: block;
	margin: 0 0 30px;
}

.footer-main .social {
	margin: 30px 0 0;
}

.footer-main .social a {
	display: block;
	color: #859199;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0 5px 36px;
	margin: 0 0 10px;
	position: relative;
}

.footer-main .social a span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 23px;
	height: 23px;
}

.footer-main .social a span svg {
	fill: #008faf;
	width: 24px;
	height: 24px;
	transition: all 0.3s ease;
}

.footer-main .social a:hover {
	color: #fff;
}

.footer-main .social a:hover span svg {
	fill: #00cb47;
}

.footer-bottom {
	padding: 20px 0;
}

.footer-bottom p {
	color: #888888;
	line-height: 120%;
	font-size: 14px;
	margin: 0;
}

.footer-bottom p a {
	color: #888888;
	text-decoration: none;
}

.footer-bottom p a:hover {
	text-decoration: underline;
}

.footer-bottom .privacy a,
.footer-bottom .privacy span {
	display: inline-block;
	margin: 0 20px 0 0;
}

.footer-bottom .privacy .togglecookies {
	color: #888888;
	text-decoration: none;
}

.footer-bottom .privacy .togglecookies:hover {
	text-decoration: underline;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }
@-moz-keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }
@keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }

.footer-whatsapp {
	opacity: 0;
	transform: scale(0,0);
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.footer-whatsapp,
.footer-whatsapp:focus {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-image: url('./assets/images/whatsapp.svg');
	background-size: 100%;
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    border-radius: 100%;	
}

.footer-whatsapp span,
.footer-whatsapp:focus span {
	position: absolute;
	bottom: 50%;
	right: 70px;
	transform: translate(0,50%) scale(0,0);
	font-size: 12px;
	transition: all 0.3s ease;
	background: #002b42;
	color: #fff;
	width: 90px;
	padding: 4px 5px;
	text-align: center;
	border-radius: 4px;
	line-height: 100%;
	display: block;
	opacity: 0;
}

.footer-whatsapp span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #002b42;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;	
}

.footer-whatsapp:hover {
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.footer-whatsapp:hover span {
	display: block;
	transform: translate(0,50%) scale(1,1);
	opacity: 1;
}

@media only screen and (min-width:768px) {
	
	.footer-main {
		padding: 60px 0 45px;
	}	
	
	.footer-main .social a {
		display: inline-block;
		margin: 0 25px 0 0;
	}
	
	.footer-bottom .privacy {
		text-align: right;
	}
	
	.footer-bottom .privacy a,
	.footer-bottom .privacy span {
		margin: 0 0 0 20px;
	}

}

@media only screen and (min-width:1024px) {
	
	.footer-main {
		padding: 70px 0 65px;
	}
	
	.footer-main:before {
		background-size: 330px 249px;
		width: 220px;
		height: 249px;
	}
	
	.footer-main .logo {
		margin: 0 0 40px;
	}	
	
	.footer-main .social {
		margin: 75px 0 0;
	}
	
	.footer-main .social a {
		display: block;
		margin: 0;
	}
	
	.footer-bottom {
		padding: 30px 0;
	}
	
	.footer-bottom p {
		font-size: 16px;
	}
	
	.footer-whatsapp span {
		font-size: 14px;
		padding: 7px;
		width: 110px;
	}

}

@media only screen and (min-width:1440px) {
	
	.footer-main:before {
		background-size: 437px 330px;
		width: 230px;
		height: 330px;
	}	
	
}

@media only screen and (min-width:1540px) {
	
	.footer-main:before {
		width: 300px;
	}	
	
}
