@charset "UTF-8";

/**
*** Table Of Contents
*
*Resets
*preloader
*To Top
*Header styles
** - Sub-menu
** - Mobile menu
*Intro section
*Sections
** - Cookies table
*Contact us
*Subscribe
*Footer
*Cookie popup
*Display classes
*Fonts, lists
*Section elements
*Buttons and colors
*Parallax
*Icons
*Paddings
*Margins
*Font sizes and line heights
*/
/*NOTES: 
- @media queries are written after the general rules for the the different sections
- There is heavy use on cascading and use of multiple classes to override styles in some of the mobile versions
*/
/*Breakpoints:
1430px;
1200px;
991px;
768px;
600px - this is odd one and not used much, only if something is breaking between breakpoints
550px;
460px;
*/

@import url("../fonts/stylesheet.css");
@import url("animations.css?ver=2");
/*
Montserrat ExtraLight
font-family: montserrat, sans-serif;
font-weight: 200;
font-style: normal;

Montserrat Light
font-family: montserrat, sans-serif;
font-weight: 300;
font-style: normal;

Montserrat Regular
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;

Montserrat Medium
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: normal;

Montserrat SemiBold
font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;

Montserrat Bold
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;*/

::-moz-selection {
	color: #ffffff;
	background-color: rgba(94,182,250,1);
}
::-moz-selection {
	color: #ffffff;
	background-color: rgba(94,182,250,1);
}
::selection {
    color: #ffffff;
    background-color: rgba(94,182,250,1);
}
@supports (-webkit-overflow-scrolling: touch) {
	html,
	body{
		-webkit-overflow-scrolling: touch;
		overflow: scroll;
	}
}
/*Resets*/
body {
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.62;
    color: #4a4a4a;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'montserrat',sans-serif;
   	font-weight: 700;
   	margin: 0;
}
p{
	margin: 0;
}
a:focus, a:hover{
	text-decoration: none;
}
ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
blockquote{
	border: none;
	margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-font-family: 'montserrat',sans-serif;
    -webkit-text-font-size: 16px;
}/*
.col-sm-6,
.col-sm-3{
	padding: 0;
}
@media (min-width: 1430px){
	.container {
	    width: 1400px;
	}
}
@media (max-width: 991px){
	.col-sm-6 {
	    width: 100%;
	}
}*/
/*IE fices for flex box*/
@media all and (-ms-high-contrast:none) {
    h1, h2, h3, h4, h5, p, 
    .custom-list, 
    .custom-list li, .row{
     	width: 100%;
     }
    .row{
     	padding-left: 15px;
     	padding-right: 15px;
    }
    .mystery-shopping-row div:last-child{
     	width: 100%;
     }
	.popup-overlay .container,
	.popup-overlay .flex-containe,
	.popup-overlay .flex-container div:first-child{
		width: 100%;
	}
	.excellence-grid .col-sm-12 .col-xs-4{
		width: 32%;
	}
	.surveo-grid .align-center{
		margin-right: 5px;
		height: 100%;
	}
}
@media (max-width: 991px) and (-ms-high-contrast:none) {
	.excellence-grid .col-sm-12 .col-xs-4{
		width: 49%;
	}
}
@media (max-width: 769px) and (-ms-high-contrast:none) {
	.excellence-grid .col-sm-12 .col-xs-4{
		width: 100%;
	}
}
@media (max-width: 500px) and (-ms-high-contrast:none) {
	.action-managmant-solutions .align-flex-start{
		width: 100%;
	}
}
/*preloader*/
#preloader {
	width: 100%;
	height: 100%;
	z-index: 3001;
	background: #ffffff;
	position: fixed;
	overflow: hidden;
    top: 0;
}
#spinners {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 20px;
	right: 0;
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(84,130,53);
	-webkit-animation: sk-foldCubeAngle 2.4s infinite ease both;
	animation: sk-foldCubeAngle 2.4s infinite ease both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
/*To Top*/
.toTop{
	background: #466228; /* Old browsers */
	background: -moz-linear-gradient(60deg, #466228 0%, #79c549 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(60deg, #466228 0%, #79c549 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(60deg, #466228 0%, #79c549 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282b61', endColorstr='#497cc5',GradientType=1 ); /* IE6-9 */
	/*position: fixed;	*/
    background-size: 150% 150%;
	/*bottom: 20px;
	right: 20px;
    z-index: 5;*/
    margin: 0 20px 20px auto;
    position: relative;
    transition: opacity 0.4s ease-in-out 0s;
    opacity: 0;
	border-radius: 50%;
	display: inline-block;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.toTop:before{
	content: '';
	display: inline-block;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	width: 15px;
	height: 15px;
    position: absolute;
    top: 20px;
    left: 18px;
    transform: rotate(-45deg);
}
.toTop.cd-top--is-visible{
	opacity: 1;
    width: 50px;
    height: 50px;
    z-index: 4;
}
.toTop.cd-top--is-visible:hover{
	background: linear-gradient(to right, #7abc32 0%, #79c549 80%);
    background-size: 150% 150%;
    transition: opacity 0.2s ease;
    -webkit-animation: gradient 2s ease infinite;
    -moz-animation: gradient 2s ease infinite;
    animation: gradient 2s ease infinite;
    box-shadow: 2px 4px 9px 0px rgba(58, 74, 144, 0.3);
}
@media (max-width: 991px){
	.toTop:hover{
		-webkit-animation: none;
	    -moz-animation: none;
	    animation: none;
	}
}
/*Header styles*/
.page_header *{
    transition: all 0.2s ease-in-out 0s;
}
.page_header{
	width: 100%;
    z-index: 5;
	background: rgba(84, 130, 53, 0);
    background: -moz-linear-gradient(left, rgba(84, 130, 53, 0) 0%, rgba(185, 208, 171, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(84, 130, 53, 0) 0%, rgba(185, 208, 171, 0) 100%);
    background: linear-gradient(to right, rgba(84, 130, 53, 0) 0%, rgba(185, 208, 171, 0) 100%);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.2s ease;
}
.animate .page_header{
	-webkit-animation: gradientLighten 0.2s ease;
	-moz-animation: gradientLighten 0.2s ease;
	animation: gradientLighten 0.2s ease;
  	transform-origin: 50% 50%;
}
.page_header.affix{
	background: rgba(84, 130, 53, 0.8);
    background: -moz-linear-gradient(left, rgba(84, 130, 53, 0.98) 0%, rgba(185, 208, 171, 0.98) 100%);
    background: -webkit-linear-gradient(left, rgba(84, 130, 53, 0.98) 0%, rgba(185, 208, 171, 0.98) 100%);
    background: linear-gradient(to right, rgba(84, 130, 53, 0.98) 0%, rgba(185, 208, 171, 0.98) 100%);
    background-size: 100% 100%;
	-webkit-animation: gradientDarken 0.2s ease;
	-moz-animation: gradientDarken 0.2s ease;
	animation: gradientDarken 0.2s ease;
  	transform-origin: 50% 50%;
    position: fixed;
    z-index: 5;
}
.page_header .container{
    transition: all 0.2s linear 0s, padding-bottom 0.2s linear 0s;
	padding-top: 10px;
    padding-bottom: 10px;
}
.page_header.affix .container {
    transition: all 0.2s linear 0s, padding-bottom 0.2s linear 0s;
    padding-top: 0px;
    padding-bottom: 0px;
}
.page_header .display_table_cell{
	vertical-align: middle;
}
.page_header .flex-container{
	flex-direction: row;
    justify-content: flex-end;
}
.mainmenu li{
	list-style-type: none;
	display: inline-block;
    position: relative;
}
.mainmenu{
	display: inline-block;
}
.mainmenu li a{
    font-size: 15px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    font-weight: 500;
    color: rgb(84,130,53);
    padding: 0;
}
.mainmenu li a:focus,
.mainmenu li a:hover{
	background-color: transparent;
}
.affix .mainmenu li a{
	color: #fff;
}
.sf-menu > li {
    padding: 20px 22px;
	/*text-transform: uppercase;*/
	line-height: 30px;
}
@media (max-width: 1430px){
	.page_header .container{
		padding-bottom: 0px;
		padding-top: 0px;
	}
}
@media (max-width: 1200px){
	/*header{
		min-height: 67px;
	}*/
	.logo{
		font-size: 22px;
	}
	.sf-menu > li{
	    padding: 20px 14px;
	}
	.desktop_header_button .theme_button.inverse{
		font-size: 13px;
	}
	.mainmenu li a{
	 	color: rgb(84,130,53);
	}
	.affix .mainmenu li a{
	 	color: #fff;
	}
}
/**Mobile menu**/
@media (max-width: 991px){
	.page_header.affix{
	   background: rgba(84, 130, 53, 0);
    background: -moz-linear-gradient(left, rgba(84, 130, 53, 0) 0%, rgba(185, 208, 171, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(84, 130, 53, 0) 0%, rgba(185, 208, 171, 0) 100%);
    background: linear-gradient(to right, rgba(84, 130, 53, 0) 0%, rgba(185, 208, 171, 0) 100%);
	}
	.page_header{
		-moz-animation: none;
		animation: none;
	}
	.page_header.affix{		
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	.animate .page_header{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	.page_header.mobile-active{
		background-color: #fff;
	}
	.page_header.affix-top .container{
		padding: 0 25px;
		width: 100%;
	}
	.page_header.affix .container{
		width: 100%;
		padding: 0 25px;
	}
	.page_header .flex-container{
	    height: 67px;
	}
	.mainmenu_wrapper {
	    position: fixed;
	    visibility: hidden;
	    z-index: 10;
	    top: 67px;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background-color: transparent;
	    opacity: 0;
	    transition: all 0.3s ease 0s;
	}
	.sf-menu {
	    background-color: #fff;
	    padding: 0px 20px 20px 10px;
	    top: 0px;
	    left: 0px;
	    bottom: 0px;
	    right: 100%;
	    text-transform: uppercase;
	    word-wrap: break-word;
	    text-align: left;
	    transition: all 0.4s ease-out 0s;
	    opacity: 0;
	    width: 100%;
	}
	.sf-arrows .sf-with-ul {
	    padding-right: 3.5em;
	}
	.page_header .mobile_login_button{
		display: table-cell;
	}
	.header_left_logo{
	    position: absolute;
	    left: 50%;
	    margin-left: -60px;
	    height: 100%;
        padding-top: 16px;
	}
	.page_header.mobile-active {
	    z-index: 1002;
	}
	.mobile-active .mainmenu_wrapper {
	    visibility: visible;
	    opacity: 1;
	    background-color: #fff;
        height: calc(100vh - 67px);
	}
	.mobile-active .sf-menu {
	    opacity: 1;
	    right: 15px;
	}
	.mobile-active .sf-menu > li{
		padding: 15px;
	}
	.mobile-active .sub-sf-menu {
	    background: #212121;
	    border-left: none;
	}
	.sf-menu > li > .menu-link, .sf-menu .menu-link {
	    color: #ffffff;
	}
	.sf-menu > li > .menu-link:hover, 
	.sf-menu .menu-link:hover {
	    color: #ffffff;
	}
	.sf-arrows .sf-with-ul:after {
	    content: '';
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    right: 3px;
	    border-bottom: solid 2px #ffffff;
	    border-right: solid 2px #ffffff;
	    transform: rotate(45deg);
	}
	.mainmenu li{
		display: block;
		border-bottom: 1px solid #e3e3e3;
	}
	.mainmenu li.no-border{
		border-bottom: none;
	}
	.mainmenu li .menu-link {
	    color: rgb(84,130,53);
	    font-size: 21px;
	    background-color: transparent;
	    text-transform: none;
	    position: relative;
	}
	.affix .mainmenu li a{
		color: rgb(84,130,53);
	}
	.mainmenu li .menu-link:focus, 
	.mainmenu li .menu-link:hover {
	    background-color: transparent;
	    color: rgb(122, 188, 50);
	}
	.mainmenu li .menu-link:before{
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #818181;
		border-top: 2px solid #818181;
		transform: rotate(45deg);
		position: absolute;
	    right: 0;
    	top: 9px;
	}
	.mainmenu li .menu-link:hover:before{		
		border-right-color: rgb(122, 188, 50);
		border-top-color: rgb(122, 188, 50);
	}
	.mainmenu li:hover > ul, 
	.mainmenu li:focus > ul {
	    display: inline-block;
	}
	.mainmenu li > ul {
	    position: relative;
	    background-color: #212121;
	    box-shadow: none;
        top: 0;
        margin: 0;
        padding: 0;
	}	
	.mainmenu li:focus-within ul{
		display: inline-block;
	    position: relative;
	    background-color: #212121;
	    box-shadow: none;
        top: 0;
        margin: 0;
        padding: 0;
	}
	.sub-sf-menu li{
		padding: 0;
	}
	.mainmenu li .sub-sf-menu{
		width: 100%;
		margin-top: 0;
	}
	.sub-sf-menu:before{
		content: '';
	    width: 10px;
	    height: 10px;
	    position: absolute;
        right: -13px;
        top: -25px;
	    border-bottom: solid 2px #ffffff;
	    border-right: solid 2px #ffffff;
	    transform: rotate(45deg);
	}
	.mainmenu .sub-sf-menu .menu-link{		
	    color: #a0a0a0;
	    text-transform: none;
	    font-weight: 300;
	    font-size: 14px;
	    display: block;
	}
	.mainmenu .sub-sf-menu a:hover{		
	    color: #a0a0a0;
	}
	.mainmenu li .sub-sf-menu,
	.mainmenu li:hover .sub-sf-menu,
	.mainmenu li:focus .sub-sf-menu{
		margin-top: 0;
	}
	.mainmenu li .sub-sf-menu li,
	.mainmenu li:hover .sub-sf-menu li,
	.mainmenu li:focus .sub-sf-menu li{
		padding: 10px 0;
	}
	.mainmenu li .sub-sf-menu li:first-child,
	.mainmenu li:hover .sub-sf-menu li:first-child,
	.mainmenu li:focus .sub-sf-menu li:first-child{
		padding-top: 20px;
	}
	.mainmenu li .sub-sf-menu li:last-child,
	.mainmenu li:hover .sub-sf-menu li:last-child,
	.mainmenu li:focus .sub-sf-menu li:last-child{
		padding-bottom: 0px;
	}
	.mainmenu li .sub-sf-menu,
	.mainmenu li:hover .sub-sf-menu,
	.mainmenu li:focus .sub-sf-menu,
	.mainmenu a:hover .sub-sf-menu,
	.mainmenu a:focus .sub-sf-menu{
	    padding: 0;
        height: 200px;
	}
	.mainmenu .sub-sf-menu li .menu-link:focus::after, 
	.mainmenu .sub-sf-menu li .menu-link:hover::after{
		width: 0px;
	}
	.sub-sf-menu>li.active>.menu-link{
		color: #5a5a5a;		
	}
	.sub-sf-menu>li.active>.menu-link::after{
		width: 0;
	}
	.mainmenu li .sub-sf-menu li{
	    transition: opacity 0.5s ease-in-out 0s;
	    opacity: 1;
	}
	.call-to-action-btn a{
		display: none;
	}
	.mobile-active .call-to-action-btn{
	    display: flex;
    	justify-content: center;
	}
	.mobile-active .call-to-action-btn a{
		display: inline-block;
	    font-size: 15px;
	    padding: 17px 35px 17px 20px;
        font-weight: 700;
	}
}
/*End hesder*/
/*Display classes*/
.flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-justify-end{
	justify-content: flex-end;
}
.flex-space-around{
	justify-content: space-around;
}
.flex-center{
	justify-content: center;
}
.flex-container .align-center{
    align-self: center;
}
.flex-container .align-flex-start{
    align-self: flex-start;
}
.flex-container .align-flex-end{
    align-self: flex-end;
}
.row-reverse{
    flex-direction: row-reverse;
}
.flex-direction-column{
	flex-direction: column;
}
.flex-container:before,
.flex-container:after{
	display: none;
}
.font-italic{
	font-style: italic;
}
@media (max-width: 1200px){
	.flex-container{
	    flex-direction: column;
	}
}
.desctop{
	display: block;
}
.mobile {
    display: none;
}
@media (max-width: 1200px){
	.img-container.desctop{
	    display: none;
	}
	.img-container.mobile {
		display: block;
		padding-bottom: 50px;
	}
}
@media (max-width: 991px){
	.desctop{
	    display: none;
	}
	.mobile {
		display: block;
	}
}
/*Intro section*/
.header-bg-img{
	background: linear-gradient(to right, rgba(245, 247, 242, 0.6) 0%, rgba(230, 238, 223, 0.6) 130%),url(../images/home/header-image.jpg), linear-gradient(to right, #f5f7f2 0%, #e6eedf 130%);
	/*background: url(../images/home/header-image.png);*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.multyline-title span{
	display: block;
}
.intro-layer{
	color: #fff;
	padding: 0;
}
#home_slide{
	justify-content: center;
    align-items: center;
}
#home_slide img{
	max-width: 200px;
    margin-bottom: -20px;
}
#home_slide h1{
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 10px;
    /*text-shadow: 1px 1px 13px rgba(84,130,53,0.6);*/
    color: rgb(84,130,53);
    text-transform: uppercase;
    text-align: left;
    margin-left: 20px;
}
#home_slide h1 span{
	display: block;
	font-size: 40px;
	line-height: 50px;
}
.header-button-container{
	margin-top: 50px;
	align-content: center;
	justify-content: center;
	font-weight: 300;
	color: rgb(84,130,53);
}
.header-button-container a + div{
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #385723;
}
.header-button-container > div:first-child{
	margin-right: 40px;
}
#home_slide p{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 32px;
	text-shadow: 1px 1px 13px rgba(30, 33, 107, 0.3);
}
.home_paragraph{
	font-size: 34px;
    line-height: 44px;
    color: #fff;
	font-weight: 700;
}
#overlay.active{
	display: flex;
}
#overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 5;
	background-color: rgba(22, 23, 45, 0.7);
}
@media (max-width: 1430px){
	#home_slide h1{
		font-size: 60px;
		margin-bottom: 0px;	
	}
	#home_slide h1 span{
	    font-size: 30px;
	    line-height: 40px;
	}
	#home_slide p{
		margin-top: 25px;
		margin-bottom: 15px;
	    font-size: 20px;
    	line-height: 28px;
	}
	#home_slide.platform-title p{
		margin-bottom: 0px;
	} 
	.intro_section h1{
		font-size: 60px;
		line-height: 70px;	
	}
}
@media (max-width: 1200px){
	#home_slide h1{
		font-size: 60px;
		line-height: 70px;	
	}
	.video-image{
		display: none;
	}
	.header-bg-img .flex-container{
		flex-direction: row;
	}
}

@media (max-width: 991px){
	.home_paragraph{
		font-size: 28px;
	    line-height: 38px;
	}
	.header-bg-img .flex-container:not(.header-button-container){
		flex-direction: column;
	}	
	.header-bg-img .header-button-container > div:first-child{
		margin-right: 10px;
	}
	.header-bg-img .header-button-container .theme_button{
		font-size: 14px;
	}
	.header-bg-img .header-button-container a + div{
		font-size: 12px;
	}
}
@media (max-width: 769px){
	#sm_vnext_slide h1{
		font-size: 45px;
		line-height: 55px;
	}
	#home_slide h1{
		font-size: 42px;
		line-height: 52px;
		/*text-shadow: 0 0 4px rgb(84,130,53);*/
	}
	#home_slide h1 span{
		font-size: 21px;
		line-height: 31px;
	}
	.intro_section .header-button-container{
		margin-top: 15px;
	}
	#home_slide h2{
		font-size: 22px;
    	line-height: 27px;
		text-shadow: 0 0 4px #353ea2;
	}
	#home_slide p{
	    font-size: 16px;
    	line-height: 21px; 
    	text-shadow: 0 0 4px #353ea2;
    	margin-top: 15px;
	}
	.intro_section h1{
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 600px){	
	.intro_section h1{
		width: 70%;
	}
	.header-bg-img h1{
		width: 100%;
	}
}
@media (max-width: 645px){
	#home_slide h2{
		font-size: 20px;
		line-height: 24px;
	}
	#home_slide p{
	    font-size: 16px;
    	line-height: 20px;
    	font-weight: 400;
    	text-shadow: 0 0 4px #353ea2;
    	margin-bottom: 10px;
	}
}
@media (max-width: 550px){
	#home_slide h1{
		font-size: 25px;
	    line-height: 32px;
        text-align: center;
    	margin-left: 0;
	}
	#home_slide h1 span{
		font-size: 19px;
	    line-height: 29px;
	}
	.header-bg-img .header-button-container{
		flex-direction: column;
	}
	.header-bg-img .header-button-container a + div{
		margin-top: 5px;
	}
	.header-bg-img .header-button-container{
		text-align: center;
	}
	.header-bg-img .header-button-container > div:first-child{
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px){	
	#home_slide h1{
		font-size: 22px;
	    line-height: 32px;
        text-align: center;
    	margin-left: 0;
	}
	#home_slide h1 span{
		font-size: 15px;
	    line-height: 26px;
	}
	.home_paragraph{
	    font-size: 24px;
	    line-height: 34px;
	}
	#home_slide p{
		margin-bottom: 5px;
		margin-top: 5px;
		font-style: 14px;
	}	
	#home_slide .video-button{
		height: 60px;
		width: 82px;
	}
}
/*Sections*/
.ls{
	background-color: #fff;
}
.gs{
	background-color: #f2f2f2;
}
.green-s{
	background-color: rgb(84,130,53);
}
.ls,
.gs{
	font-weight: 400;
}
.ls img,
.gs img,
.green-s img{
	max-width: 100%;
}
.vertical-gradient{
	background: #548235;
	background: -moz-linear-gradient(bottom,  #548235 0%, #B9D0AB 100%);
	background: -webkit-linear-gradient(bottom,  #548235 0%, #B9D0AB 100%);
	background: linear-gradient(to top,  #548235 0%, #B9D0AB 100%);
	color: #fff;
}
h2.section-title{
	padding-bottom: 0px;
	margin: 0;
    color: rgb(84,130,53);
}
.start-today .container{
	padding-left: 50px;
	padding-right: 50px;
}
.start-today h2{
	font-size: 46px;
	font-size: 600;
	text-transform: uppercase;
}
.start-today p{
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.with_top_border{
	border-top: 1px solid #e6e6e6;
}
.separator {
    height: 3px;
    background-color: rgb(122, 188, 50);
    margin-bottom: 20px;
	margin-top: 20px;
}
.anchor{
	display: block;
    height: 80px;
    margin-top: -80px;
}
.steps .custom-ordered-list > li:not(:last-child){
	margin-bottom: 20px;
}
.steps .align-image img{
    object-fit: contain;
}
.steps .align-image{
	top: 33px;
}/*
.section_social .side-by-side{
	min-height: 400px;
    justify-content: flex-start;
}*/
.section_social .side-by-side .align-left{
	width: 50%;
}
.section_social .side-by-side .align-right{
	width: 50%;
}
.section_social .align-image img{
	max-height: 390px;
	max-width: 190px;
	margin: auto;
}
/*Fix for object-fit*/
@supports (object-fit: contain) {		
	.section_social .align-image img{
		max-width: 100%;
		object-fit: contain;
		object-position: top;
	}
}
.section_external .align-image img{
	max-height: 610px;
}
@supports not (object-fit: contain) {
	.section_external .align-image img{
		max-width: 416px;
		margin: auto;
	}
}
.service-excelence-steps{
	display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.service-excelence-steps div{
    background-color: rgb(122, 188, 50);
    width: 50%;
    max-width: 270px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}
.excelence-first{
	margin-right: 40px;
	position: relative;
}
.excelence-first span{
	display: block;
}
.excelence-first:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -55px;
	border: 35px solid transparent;
	border-left: 20px solid rgb(122, 188, 50);
}
.section_actions img{
	max-width: 1086px;
	width: 100%;
	margin: auto;
}
.section_checklist .custom-list{
	text-indent: 0px;
    padding-left: 0;
}
.section_checklist .custom-list .bullet-title{
	font-weight: 700;
}
.section_checklist .custom-list .nested{
	padding-left: 20px;
}
.custom-list.nested li:before{
	border-radius: 0;
    background-color: transparent;
    border: 1px solid #4a4a4a;
    width: 10px;
    height: 10px;
    box-shadow: 1px 1px 1px 0px #111;
}
/*Fix arrow for Firefox*/
@supports (-moz-appearance:none) {
  .excelence-first::after{
  	right: -56px;
	border: 36px solid transparent;
	border-left: 20px solid rgb(122, 188, 50);
  }
}
.steps .align-left.align-image,
.section_customer .align-right.align-image,
.section_checklist .align-right.align-image{
    top: 50%;
    transform: translate(0,-50%);
}
.section_banner .side-by-side .align-left, 
.section_banner .side-by-side .align-right{
	width: 50%;
	padding: 40px;
}
.section_banner .align-right.flex-container,
.section_banner .align-left.flex-container{
    justify-content: center;
    align-items: center;
}
.section_banner .align-left img,
.section_banner .align-right img{
	max-width: 120px;
}
.section_banner .green-s{
	color: #fff
}
.section_banner .ls{
	color: rgb(84,130,53)
}
.section_banner .banner-text{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-top: -20px;
}
.section_banner .green-s .banner-text{
	margin-left: 20px;
}
.section_banner .banner-text span{
	display: block;
	font-size: 20px;
	line-height: 30px;
}
.section_partner .flex-container{
	flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}
#regions-filter{
	margin-bottom: 20px;
    border: none;
    background-color: #f2f2f2;
    outline: none;
    color: #385723;
    max-width: 100%;
    text-overflow: ellipsis;
}
.section_partner .company_opacity{
	align-self: center;
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .25s ease;
    /*margin: 20px 40px;*/
    margin: 20px 30px;
}
.section_partner .flter-container .company_opacity{
	margin: 20px 50px;
}
.section_partner .company_opacity:empty{
	display: none;
}
.section_partner .company_opacity img{
	max-height: 110px;
	max-width: 270px;
}
.section_partner .company_opacity:hover{
	opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .25s ease;
}
.section_partner .company_opacity img[src$=".svg"] {
    width: 100%;
    height: 100%
}
.section_partner .company_opacity img.small-height{
	max-height: 90px;
}
.section_partner .company_opacity.custom-opacity{
	opacity: .8;
}
/*I hate myself buuuuut this monster sets up the flex wit max 4 rows, aligns them at the beginning and allow space between them to be even*//*
.section_partner .company_opacity:first-child,
.section_partner .company_opacity:nth-child(4n + 1){
	margin-left: 0px;
}
.section_partner .company_opacity:nth-child(4n){
	margin-right: 0px;
}
.section_partner .company_opacity:last-child{
	margin-right: 0px;
}*/
/*end on monster*/
.company_opacity.hidden{
	display: none;
}
/*I am probably shooting myself in the foot but those are custom styles that align elements properly*/
.section_partner .company_opacity.end-of-line{
	margin-right: 0px;
}
.section_partner .company_opacity.beginning-of-line{
	margin-left: 0px;
}
.section_partner .end-of-line + .beginning-of-line{
	margin-right: 50px;
}
/**/
.overlaping-content .align-left,
.overlaping-content .align-right{
	width: 60%;	
}
.overlaping-content .align-right,
.side-by-side .align-right{
    align-self: flex-end;
	z-index: 2;
}
.overlaping-content .align-left,
.side-by-side .align-left{
    align-self: flex-start;
	z-index: 2;
}
.overlaping-content .position-video,
.overlaping-content .align-image,
.side-by-side .align-image{
	position: absolute;
	top: 0;
	z-index: 1;
}
.side-by-side .align-right.align-image{
	right: 0;
}
.side-by-side .align-left.align-image{
	left: 0;
}
.side-by-side .align-left,
.side-by-side .align-right{
	width: 47%;
}
.align-left img,
.align-right img{
	width: auto;
	max-width: 100%;
    object-fit: contain;
}
/*end table*/
@media (min-width: 1430px){
	.start-today .container{
		padding-left: 300px;
		padding-right: 300px;
	}	
	.section_customer .side-by-side{
		min-height: 320px;
	}
	.section_customer .fix-height .side-by-side{
		min-height: 400px;
	    justify-content: flex-start;
	}
	.section_checklist img{
		max-height: 450px;
	}
}
@media (max-width: 1430px){
	section .align-center{
		padding: 0;
	    width: auto;
	    max-width: 100%;
	}
	section .img-container img{
		/*width: 600px;*/
		display: block;
		margin: auto;
	}
	.section_social .align-image img{
		max-height: 410px;
	}
	.section_external .align-image img{
		max-height: 660px;
	}
}
@media (max-width: 1430px) and (min-width: 1200px){
	section.intro_section .container{
	    padding-top: 145px;
	    padding-bottom: 75px;
	}
	section.header-bg-img .container{
        padding-top: 120px;
    	padding-bottom: 50px;
	}
	section.header-bg-img #home_slide h1{
	    line-height: 70px;
	}
	section.ls .container,
	section.gs .container,
	section.vertical-gradient .container,
	.page_footer .contacts .container{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section_customer .fix-height .side-by-side{
		min-height: 360px;
	    justify-content: flex-start;
	}
}
@media (max-width: 1200px){
	section.ls .container,
	section.gs .container,
	section.vertical-gradient .container,
	.page_footer .contacts .container{
		padding: 50px 20px;
	}		
	h2.section-title{
		text-align: center;
	}
	section.intro_section .container{
	    height: 480px;
	    display: flex;
	    align-items: center;
	    padding: 30px 20px;
	}
	section.header-bg-img .container{
        flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	#home_slide img{
		max-width: 100%;
		max-height: 160px;
    	margin-bottom: 0px;
	}
	.header-button-container{
		margin-top: 30px;
	}
	.overlaping-content .align-right,
	.overlaping-content .align-left,
	.side-by-side .align-right,
	.side-by-side .align-left{
		width: 100%;
	}
	.side-by-side .overlaping-content{
		height: auto;
	}
	.overlaping-content .align-right img,
	.overlaping-content .align-left img,
	.side-by-side .align-right img,
	.side-by-side .align-left img{
		width: auto;
		max-width: 100%;
	    object-fit: contain;
	}
	.overlaping-content .position-video, 
	.overlaping-content .align-image,
	.side-by-side .align-image{
		position: relative;
		align-self: center;
	}
	.overlaping-content .align-image{
	    width: calc(100% + 30px);
	}
	.intro-paragraph p{
		font-size: 18px;
		line-height: 26px;
	}
	.section_social .side-by-side .align-left,
	.section_social .side-by-side .align-right{
		width: 100%;
		align-self: center;
	}
	.section_social .align-image img{
	    max-height: 100%;
		max-width: 600px;
		width: 100%;
		margin: auto;
	}
	.section_banner .align-left img, 
	.section_banner .align-right img{
		max-width: 100px;
	}
	.section_banner .flex-container{
	    flex-direction: row;
	}
	.section_banner .banner-text{
		font-size: 32px;
		line-height: 40px;
	}
	.section_banner .banner-text span{
		font-size: 16px;
		line-height: 26px;
	}
	.steps .align-left.align-image,
	.section_customer .align-right.align-image,
	.section_checklist .align-right.align-image{
	    top: 0;
	    transform: translate(0, 0);
	}
	.steps .align-image,
	.section_social .align-image,
	.section_checklist .align-image{
		margin-top: 40px;
	}
	.section_partner .flex-container{
		flex-direction: row;
	}
	/*this hackery needs media queries*/
	.section_partner .company_opacity:nth-child(n){
		margin: 20px 25px;
	}
}
@media (max-width: 991px){
	section.intro_section .container{
	    height: 480px;
	}
	section.intro_section .container{
	    width: 100%;
	}
	section .img-container img{
		max-width: 600px;
		width: 100%;
	}	
	.section_banner > .flex-container{
	    flex-direction: column-reverse;
	}
	.section_banner .side-by-side .align-left,
	.section_banner .side-by-side .align-right{
		width: 100%;
		padding: 40px 20px;
	}
	.section_partner .flex-container{
    	justify-content: space-around;
	}
	.section_partner .company_opacity{
    	align-self: center;
	}
}
@media (max-width: 769px){
	section.intro_section .container{
		height: 420px;
		padding-right: 25px;
		padding-left: 25px;
	}	
	section.header-bg-img {
	    background-size: 100%, 500px;
	}
	section.header-bg-img .container{
	    padding: 20px;
	    justify-content: center;
	}	
	#home_slide img{
		max-height: 90px;
		margin-bottom: 10px;
	}
	.ls .container .col-sm-12,
	.gs .container .col-sm-12,
	.vertical-gradient .container .col-sm-12{
		padding-right: 25px;
		padding-left: 25px;
	}
	h2.section-title,
	.start-today h2,
	.home_paragraph{
		font-size: 26px;
		line-height: 34px;
	}
	.start-today p{
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
	}
	.gs h3,
	.ls h3{
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 600px){ 
	.services .flex-container .col-sm-3{
		margin: auto;
		width: 100%;
		min-height: 10px;	
	}
	.service-excelence-steps{
		flex-direction: column;
		align-items: center;
	}
	.excelence-first {
    	margin-right: 0px;
    	margin-bottom: 40px;
	}
	.service-excelence-steps div{
		width: 270px;
	}
	.excelence-first:after{
		left: 0;
		top: 70px;
	    height: 0;
	    width: 0;
	    border: 135px solid transparent;
	    border-top: 20px solid rgb(122, 188, 50);
	}	
	.section_actions .lazy-load-wrapper{
		min-height: 120px;
	}
	/*Fix arrow for Firefox*/
	@supports (-moz-appearance:none){
	  .excelence-first::after{
	  	top: 71px;
	  }
	}
}
@media (max-width: 550px){	
	section.header-bg-img .container{
	    justify-content: flex-end;
	}
}
@media (max-width: 500px){
	h2.section-title,
	.start-today h2,
	.home_paragraph{
		font-size: 22px;
		line-height: 26px;
	}
	h2.section-title + p,
	.start-today h2 + p,
	.intro-paragraph p{
		font-size: 16px;
	}

	.section_banner .align-left img, 
	.section_banner .align-right img{
		max-width: 80px;
	}
	.section_banner .banner-text{
		font-size: 28px;
		line-height: 38px;
	}
	.section_banner .banner-text span{
		font-size: 14px;
		line-height: 24px;
	}
	.section_partner .company_opacity{
		margin-bottom: 20px;
	    max-width: 80%;
    	flex-basis: 52%;
    	align-self: center;
    	display: flex;
    	justify-content: center;
	}
	.section_partner .company_opacity:last-child{
		margin-bottom: 0;
	}
}
@media (max-width: 480px){
	section.ls .container,
	section.gs .container,
	section.vertical-gradient .container,
	.page_footer .contacts .container{
		padding: 40px 20px;
	}
	.intro-paragraph h2.section-title{
		padding-bottom: 30px;
	}
}
@media (max-width: 460px){
	.start-today p{
		margin-top: 15px;
	}
	.section_banner .align-left img, 
	.section_banner .align-right img{
		max-width: 60px;
	}
	.section_banner .banner-text{
		font-size: 22px;
		line-height: 32px;
		margin-top: 0;
	}
	.section_banner .banner-text span{
		font-size: 13px;
		line-height: 20px;
	}
	.section_partner .company_opacity{
		margin-bottom: 20px;
	    max-width: 100%;
    	flex-basis: 80%;
    	align-self: center;
	}
}
/*Stupid Edge and IE don't support object-fit and don't respect max-width so thous are fixes for them. Yes, fixes. Plural ノಠ_ಠノ */
@supports (-ms-ime-align: auto){	
	.steps .align-image img,
	.section_checklist img{
		max-width: 611px !important;
		max-height: 599px;
	}
	.section_external .align-image img{
		max-width: 416px;
	}
}
@media (min-width: 1430px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.section_checklist img{
		width: 450px;
		margin: auto;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.section_social .align-image img{
		width: 190px;
	}
	.section_external .align-image img{
		width: 416px;
		margin: auto;
	}
	.section_checklist img,
	.steps .align-image img{
		height: 100%;
	}
}
/*Contact us*/
.captcha-wrapper {
	display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
@keyframes shudder {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
#condatc-us-recaptcha.invalid{
	/*border: 1px solid #ff6969;*/
	animation: shudder 0.2s;
}
.intro_section.contact-us{
	color: #4a4a4a;
}
.contact-us h2{	
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	padding-bottom: 10px;
}
.contact-us ul{	
	line-height: 26px;
}
.contact-us .fill-gradient.no-arrow,
.contact-us .fill-gradient.no-arrow, 
.contact-us .fill-gradient.no-arrow{
	padding: 17px 20px;
}
.contact-us .fill-gradient.no-arrow:hover,
.contact-us .fill-gradient.no-arrow:active, 
.contact-us .fill-gradient.no-arrow:focus{
	padding: 17px 20px;
}
.contact-us p{
	padding-bottom: 20px;
}
.contact-form-container p{
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.contact-form,
.contact-form-container,
.contact-form-respond{
	width: 600px;
    margin: 0 auto;
}
.contact-form-respond.success-send a{
	color: #fff;
}
.form-inputs{
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-form legend{
	border: none;
	font-weight: 700;
	font-size: 26px;
	color: #4a4a4a;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}
.contact-form .form-email input,
.contact-form .form-phone input,
.contact-form .form-company input,
.contact-form .form-country input,
.contact-form .form-name input,
.contact-form .form-message textarea{
	width: 100%;
	border-radius: 50px;
	padding: 13px 20px 13px 28px;
	outline: none;
	border: none;
    vertical-align: bottom;
    line-height: 24px;
	font-weight: 500;
}
.contact-form .form-message textarea{
	resize:none;
	padding-top: 20px;
	height: 100px;
	border-radius: 28px;
	overflow: hidden;
}
.contact-form .form-name,
.contact-form .form-email,
.contact-form .form-phone,
.contact-form .form-company,
.contact-form .form-country{
	padding-bottom: 10px;
}
.contact-form .form-country{
	flex-grow: 1;
}
.gradient-border{
	outline: none;
    border-radius: 30px;
	position: relative;
	background-color: #dfdfdf;
	padding: 2px;
}
.gradient-border.focused{
	background: linear-gradient(to right, #466228, #79c549);
}
.gradient-border:hover{
	background-color: #dcdcdc;
    transition: all 0.3s ease 0s;
}
.gradient-border input:focus,
.gradient-border textarea:focus{
	border-color: #5c9ce1;
}
.gradient-border input.invalid{
	border-color: #ff6c6c;
}
.contact-form .form-name input::placeholder,
.contact-form .form-message textarea::placeholder,
.contact-form .form-email input::placeholder,
.contact-form .form-phone input::placeholder,
.contact-form .form-company input::placeholder,
.contact-form .form-country input::placeholder{
	color: #c9c9c9;
	font-style: italic;
	font-weight: 400;
}
.contact-form .form-name input::-webkit-input-placeholder,
.contact-form .form-message textarea::-webkit-input-placeholder,
.contact-form .form-email input::-webkit-input-placeholder,
.contact-form .form-phone input::-webkit-input-placeholder,
.contact-form .form-company input::-webkit-input-placeholder,
.contact-form .form-country input::-webkit-input-placeholder{
	color: #c9c9c9;
	font-style: italic;
	font-weight: 400;
}
.contact-form a{	
	font-weight: 500;
	color: #466228;
}
.form-send-btn .theme_button{
	border-color: rgba(255, 255, 255, 0);
    padding: 15px 20px;
}
@media (min-width: 1430px){
	.contact-us #sm_next_video{
		margin-bottom: 20px;
	    width: 260px;  
	}
	.contact-us #sm_next_video img{
	    width: 260px;    
	}
}
@media (max-width: 1430px){
	.contact-us .contact-text{
		padding-right: 50px;
		width: calc(100% - 360px);
	}
}
@media (max-width: 1200px){
	.contact-form legend{
		margin-bottom: 40px;
	}
	.contact-form-respond.success-send p{
		padding-bottom: 50px;
	}
	.contact-us .flex-container {
	    flex-direction: row-reverse;
	}
	section.contact-us .container {
	    height: auto;
	    padding: 50px 20px;
	}
	.contact-us .contact-text{
		width: calc(100% - 400px);
	}
	.contact-form .form-email, 
	.contact-form .form-phone, 
	.contact-form .form-company, 
	.contact-form .form-country{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.contact-form legend{
		font-size: 26px;
	    line-height: 34px;
	}
}
@media (max-width: 991px){
	section.contact-us .container{
	    padding: 40px 20px;
	}
	.contact-form,
	.contact-form-container,
	.contact-form-respond{
		width: 100%;
		max-width: 700px;
	}
	.contact-us .flex-container {
	    flex-direction: column;
	}
	.contact-us .contact-text{
		padding-top: 50px;
		padding-right: 0;
		width: 100%;
	}
	.contact-form-respond{
		padding: 0 20px;
	}
	.contact-us .contact-text h2{
		text-align: center;
	}
	.contact-us #sm_next_video img,
	.contact-us #sm_next_video{
		width: 260px;
	}
	.contact-us .contact-text{
	    display: flex;
    	flex-direction: column;
    	align-items: center;
	}
}
@media (max-width: 500px){
	.contact-us .contact-text{
        padding-top: 40px;
	}
}
@media (max-width: 460px){
	section.contact-us .container{
	    padding: 30px 20px;
	}
	.contact-form legend{
		font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 30px;
	}
	.contact-form-respond.success-send p{
		padding-bottom: 40px;
	}
}
.contact-form .form-name label:after,
.contact-form .form-email label:after{
	content: '*';
	position: absolute;
	display: inline-block;
	color: #ff6c6c;	
    padding-left: 5px;
    top: -2px;
}
.gradient-border.invalid{
	background-color: #ff6969;
    margin-bottom: 25px;
}
.gradient-border.invalid:before{
	content: '';
	background-image: url('../images/icons/warning_icon.svg');
    position: absolute;
    right: 16px;
    top: 14px;
    text-align: left;
    width: 25px;
    height: 25px;
}
.gradient-border.invalid:after{
	content: 'The field above is empty or invalid.';
	color: #ff6969;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
    position: absolute;
    width: 100%;
    left: 28px;
    bottom: -28px;
    text-align: left;
}
.send-failed{
	margin-top: 30px;
	color: #ff6969;
	font-weight: 700;
}
.success-send h3{
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 20px;
}
.success-send p{
	padding-bottom: 80px;
}
/*Footer*/
.page_footer{
	text-align: center;
	background-color: #fff;
	font-size: 14px;
}
.sm-introduction{
	padding-right: 110px;
}
.footer_logo{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.page_footer p{
	font-weight: 400;
	line-height: 21px;
	margin: 20px 0;
}
.contact-title{
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
}
.eu-contact{
	margin-top: 29px;
}
.footer-nav{
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
}
.footer-nav a{
	color: #4a4a4a;
}
.page_footer address a:focus,
.trademark-notice a:focus,
.footer-submenu a:focus,
.footer-nav a:focus{
	outline: none;
}
.page_footer address a:hover,
.trademark-notice a:hover,
.footer-submenu a:hover,
.footer-nav a:hover{
	color: rgb(122, 188, 50);
	transition: all 0.2s ease-in-out 0s;
}
.footer-submenu a{
	color: #818181;
	line-height: 30px;
}
.page_footer address{
	font-weight: 400;
	line-height: 23px;
	color: #818181;
	margin-bottom: 0;
}
.page_footer address span{
	font-weight: 700;
    font-style: italic;
}
.page_footer address a{
	color: #818181;
}
.ms-logo{
	margin-bottom: 35px;
}
.mspa-img{
	margin-bottom: 45px;
}
.trademark-notice{
	line-height: 18px;
	font-weight: 400;
	color: #818181;
}
.trademark-notice ul{
	display: inline-block;
	padding-left: 10px;
}
.trademark-notice li{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #818181;
}
.trademark-notice a{
	color: #818181;
	vertical-align: top;
}
.trademark-notice p{
	margin: 0;
}
.trademark-notice .trademark-paragraph{
	padding-top: 20px;
	padding-bottom: 5px;
}
@media (max-width: 1430px){
	.page_footer .flex-container{
	    flex-direction: row;
	}
	.sm-introduction{
		padding-right: 60px;
	}
	.page_footer .trademark-notice .container{
		padding: 30px;
	}
}
@media (max-width: 1200px){
	.page_footer .sm-introduction{
		padding-right: 15px;
	}
	.page_footer .flex-container{
        flex-wrap: wrap;
	}
	.page_footer address{
		display: inline-block;
	}
	.page_footer address:first-of-type{
		margin-right: 100px;
	}
	.page_footer address:last-of-type{
		margin-top: 0px;
	}
	.page_footer .flex-container > div{
		margin-right: 30px;
	}
	.page_footer .flex-container > div:first-child{
		width: 100%;
		margin-bottom: 25px;
	}
	.footer-nav li{
		display: inline-block;
		padding-right: 20px;
	}
	.ms-logo{
		margin-top: 50px;
	}
	.imgs-holder div{
		margin-bottom: 0px;
		margin-right: 50px;
		display: inline-block;
	}
}
@media (max-width: 991px){
	.page_footer .flex-container > div:first-child{
		margin-bottom: 0;
	}
	.page_footer .flex-container > div{
		margin-right: 0px;
	}
	.page_footer address:first-of-type{
	    margin-right: 150px;
	}
	.footer-nav li{
		display: inline-block;
		padding-right: 20px;
	}
	.contact-title{
		margin-top: 20px;
	}
	.trademark-notice li:first-child{
		border-left: none;
	}
	.trademark-notice ul{
		margin-top: 5px;
		padding-right: 10px;
	}
}
@media (max-width: 769px){	
	.page_footer .flex-container{
        flex-direction: column;
        align-items: center;
        text-align: center;
	}
	.page_footer address{
		display: block;
	}
	.page_footer address:first-of-type{
		margin-right: 0px;
		margin-bottom: 25px;
	}	
	.trademark-notice ul{
		padding: 20px 0 0 0;
		display: block;
	}
	.trademark-notice li{
		display: list-item;
		border: none;
	}
	.page_footer .flex-container > div{
		margin-right: 0px;
		margin-top: 0;
	}
	.footer-nav li:last-child{
		padding-right: 0px;
	}
	.trademark-notice a{
		line-height: 24px;
	}
	.imgs-holder div{
		margin-right: 0px;
		display: block;
	}
	.imgs-holder .ms-logo{
		margin-top: 0;
		margin-bottom: 25px;
	}
	.imgs-holder .mspa-img{
		margin-bottom: 45px;
	}
}
@media (max-width: 550px){	
	.footer-nav li{
		display: list-item;
		padding: 0;
	}
}
/*Cookie popup*/
.popup-overlay{
	display: none;
    background: rgb(38,40,80);
background: -moz-linear-gradient(left, rgba(84, 130, 53, 0.98) 0%, rgba(185, 208, 171, 0.98) 100%);
background: -webkit-linear-gradient(left, rgba(84, 130, 53, 0.98) 0%, rgba(185, 208, 171, 0.98) 100%);
background: linear-gradient(to right, rgba(84, 130, 53, 0.98) 0%, rgba(185, 208, 171, 0.98) 100%);
	width: 100%;
	color: #fff;
	padding: 16px 28px;
	font-style: 15px;
	z-index: 4;
	text-align: left;
	position: fixed;
	bottom: 0;
	left: 0;
}
.popup-overlay .flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.popup-overlay .flex-container div:first-child{
	padding-right: 20px;
}
.popup-overlay a{
	color: #fff;
	text-decoration: underline;
	font-style: 15px;
	font-weight: 500;
}
.popup-overlay .no-arrow.theme_button:active:hover,
.popup-overlay .no-arrow.theme_button:focus:hover{
	padding: 17px 22px;
}
.popup-overlay .no-arrow.theme_button:active,
.popup-overlay .no-arrow.theme_button:focus,
.popup-overlay .no-arrow.theme_button{
	padding: 15px 20px;
	opacity: 1;
	width: 120px;
	text-decoration: none;
	font-weight: 500;
	border-color: #fff;
}
.popup-overlay ~ .toTop{
	bottom: 82px;
}
@media (max-width: 560px){	
	.popup-overlay ~ .toTop{
		bottom: 107px;
	}
}
@media (max-width: 550px){	
	.popup-overlay ~ .toTop{
		bottom: 152px;
	}
}
@media (max-width: 440px){	
	.popup-overlay ~ .toTop{
		bottom: 177px;
	}
}
@media (max-width: 318px){	
	.popup-overlay ~ .toTop{
		bottom: 202px;
	}
}
@media (max-width: 550px){	
	.popup-overlay .flex-container{
		flex-direction: column;
		text-align: center;
	}
	.popup-overlay .flex-container div:first-child{
		padding-right: 0;
	}
	.popup-overlay .close{
		margin-top: 20px;
	}
}

/*Section elements*/
.section-title{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 40px;
}
.section-title span{
	font-weight: 300;
}
.section-title.inverse-title{
	font-weight: 300;
}
.section-title.inverse-title span{
	font-weight: 700;
}
.custom-ordered-list{
    list-style-position: inside !important;
    list-style: none;
    /*text-indent: -25px;
    counter-reset: custom-decimal;*/
}/*
.custom-ordered-list li{
	counter-increment: custom-decimal;
}
.custom-ordered-list li:before{
	content: counter(custom-decimal)'. ';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #4a4a4a;
	display: inline-block;
	margin-right: 20px;
}*/
.custom-ordered-list .bullet-title{
	font-size: 23px;
}
.bullet-title {
    display: inline-block;
}
.custom-ordered-list.bold .bullet-text{
	font-weight: 400;
}
.custom-ordered-list .custom-list strong{
	font-style: italic;
}
.custom-list{
	list-style: none;
	padding: 0;
	padding-left: 27px;
	margin: 0;
	position: relative;
    text-indent: -25px;
    list-style-position: inside;
	font-weight: 400;
}
.custom-list li:before{
	content: '';
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4a4a4a;
	display: inline-block;
	margin-right: 20px;
    margin-bottom: 5px;
}
.custom-list.white-bullets li:before{
	background-color: #fff;
}
.bold{
	font-weight: 700;
}
@media (max-width: 1200px){
	.mobile-center{
		text-align: center;
	}
}
/*Buttons and colors*/
.theme_button:focus,
.theme_button:active
.theme_button:hover{
	color: #ffffff;
	text-decoration: none;
}
.theme_button,
.theme_button:active,
button, input[type="submit"] {
	font-size: 15px;
    padding: 15px 35px 17px 20px;
    height: 50px;
    line-height: 16px;
    background-size: 150% 150%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    border: none;
    position: relative;
    vertical-align: middle;
    margin: 0;
    outline: none;
    text-overflow: ellipsis;
    font-weight: 700;
    touch-action: manipulation;
    max-height: none;
    font-family: 'montserrat',sans-serif;
	text-transform: uppercase;
	cursor: pointer;	
    transition: background 0.4s ease;
}
.theme_button:after{
	content: '';
	display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    top: 19px;
    right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.button_width_210{
    width: 210px;
}
.fill-gradient:focus,
.fill-gradient:active,
.fill-gradient{
	color: #fff;
	background: #466228 0%, #79c549;
    background: -moz-linear-gradient(20deg, #466228 0%, #79c549 80%);
    background: -webkit-linear-gradient(20deg, #466228 0%, #79c549 80%);
    background: linear-gradient(20deg, #466228 0%, #79c549 80%);
	background-size: 150% 150%;
    padding: 17px 37px 17px 22px;
	background-position: center;
    line-height: 16px;
    outline: none;
}
.fill-gradient:after{
	background-image: url(../images/icons/Arrow.png);
	transition: none;
	top: 19px;
	right: 22px;
}
.fill-gradient:hover{
    background: linear-gradient(to right, #7abc32 0%, #79c549 80%);
	color: #fff;
	background-size: 150% 150%;
	transition: all 0.4s ease;
	-webkit-animation: gradient 2s ease infinite;
	-moz-animation: gradient 2s ease infinite;
	animation: gradient 2s ease infinite;
	box-shadow: 2px 4px 9px 0px rgba(58, 74, 144, 0.3);
    background-position: center;
    outline: none;    
    line-height: 16px;
    padding: 17px 37px 17px 22px;
}
.inverse{
    background-color: rgba(245, 247, 242, 0.6);
    border: 2px solid #548235;
    outline: none;
    color: #548235;
}
.inverse:hover{
    color: #fff;    
	background-image: linear-gradient(to right, #548235 0%, #B9D0AB 80%);
	background-size: 150% 150%;
	border: none !important;
	-webkit-animation: gradient 2s ease infinite;
	-moz-animation: gradient 2s ease infinite;
	animation: gradient 2s ease infinite;
	box-shadow: 2px 4px 9px 0px rgba(58, 74, 144, 0.3);
    background-position: center;
    outline: none;
    padding: 17px 37px 17px 22px;
}
.inverse:hover:after{
	top: 21px;
	right: 22px;
}
.vertical-gradient .inverse{
	border-color: #fff;
	color: #fff;
}
.inverse.no-arrow:after,
.fill-gradient.no-arrow:after{
	background-image: none;
	border: none;
	width: 0;
	height: 0;
}
.inverse.no-arrow,
.fill-gradient.no-arrow{
	padding: 15px 20px;
}
.contact-section .fill-gradient.no-arrow{
	padding: 17px 22px;
}
.inverse.no-arrow:hover,
.fill-gradient.no-arrow:hover,
.fill-gradient.no-arrow:active,
.fill-gradient.no-arrow:focus{
	padding: 17px 22px;
	color: #fff !important;
}
.inline-buttons{
	display: inline-block;
	margin-right: 10px;
}
.inline-buttons:last-child{
	margin-right: 0px;
}
@media (max-width: 991px){
	.inverse:hover,
	.vertical-gradient .inverse:hover,
	.fill-gradient:hover{
		animation: none;
		-webkit-animation: none;
		-moz-animation: none;
	}
}
/*Parallax*/
.parallax {
	position: relative;
}
.vertical-gradient{
    background: rgba(84, 130, 53, 0.8);
    background: -moz-linear-gradient(bottom, rgba(70, 98, 40, 0.8) 0%, rgba(121, 197, 73, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, rgba(70, 98, 40, 0.8) 0%, rgba(121, 197, 73, 0.8) 100%);
    background: linear-gradient(to top, rgba(70, 98, 40, 0.8) 0%, rgba(121, 197, 73, 0.8) 100%);
}
.parallax_overlay{
	background-image: url(../images/parallax/texture.png);
	background: rgb(38,40,80); 
	background: url(../images/parallax/texture.png), -moz-linear-gradient(bottom,  rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	background: url(../images/parallax/texture.png), -webkit-linear-gradient(bottom,  rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	background: url(../images/parallax/texture.png), linear-gradient(to top, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	filter: alpha(opacity=83);
	background-position: 50% 0;
	background-size: 1920px, 1307px;
	position: fixed;
	bottom: 0px;
	top: 0;
	width: 100%;
	z-index: -1;
	visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.parallax:before,
.parallax:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	visibility: hidden;
	background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.vertical-gradient{
	    background: rgb(38,40,80);
	    background-image: url(../images/parallax/texture.png);
	    background: -moz-linear-gradient(bottom, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	    background: -webkit-linear-gradient(bottom, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	    background: linear-gradient(to top, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	}
	.vertical-gradient.parallax:after {
		background-image: url(../images/parallax/texture.png);
	background: rgb(38,40,80); 
	background: url(../images/parallax/texture.png), -moz-linear-gradient(bottom,  rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	background: url(../images/parallax/texture.png), -webkit-linear-gradient(bottom,  rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	background: url(../images/parallax/texture.png), linear-gradient(to top, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	    background-position: 50% 0;
	    background-size: cover;
	    background-attachment: fixed;
	}
	.parallax > * {
		z-index: 4;
		position: relative;
	}
	.vertical-gradient.parallax:before,
	.vertical-gradient.parallax:after {
		opacity: 0.4 !important;
		visibility: visible;
	}
}
@supports (-ms-ime-align:auto) {
	.vertical-gradient{
	    background: rgb(38,40,80);
	    background: -moz-linear-gradient(bottom, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	    background: -webkit-linear-gradient(bottom, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	    background: linear-gradient(to top, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	}
	.vertical-gradient.parallax:after {
		background-image: url(../images/parallax/texture.png);
	background: rgb(38,40,80); 
	background: url(../images/parallax/texture.png), -moz-linear-gradient(bottom,  rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	background: url(../images/parallax/texture.png), -webkit-linear-gradient(bottom,  rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	background: url(../images/parallax/texture.png), linear-gradient(to top, rgb(70, 98, 40) 0%, rgb(121, 197, 73) 100%);
	    background-position: 50% 0;
	    background-size: cover;
	    background-attachment: fixed;
	}
	.parallax > * {
		z-index: 4;
		position: relative;
	}
	.vertical-gradient.parallax:before,
	.vertical-gradient.parallax:after {
		opacity: 0.4 !important;
		visibility: visible;
	}
}
/*Icons*/
.social-icons a{
	height: 32px;
	width: 32px;
	display: inline-block;
}
.facebook-icon{
	background-image: url(../images/icons/FACEBOOK.svg);
	margin-right: 5px;
}
.twitter-icon{
	background-image: url(../images/icons/TWITTER.svg);
	margin-right: 5px;
}
.play-store-icon{
	background-image: url(../images/icons/PLAY-STORE.svg);
}
.facebook-icon:hover .cls-1,
.twitter-icon:hover .cls-2,
.play-store-icon:hover .cls-3{
	fill: #4a4a4a;
	transition: all 0.2s ease-in-out 0s;
}
.mobile_header_button{
	display: none;
}
@media (max-width: 991px){
	.mobile_header_button{
		display: inline-block;
		margin: 17px 0;
	}
	.mobile_header_button img{
		width: 26px;
	}
	.toggle_menu {
        width: 50px;
    	height: 50px;
	    cursor: pointer;
	    z-index: 1001;
	    visibility: visible;
	    display: inline-block;
        margin-left: -20px;
        position: absolute;
    	left: 20px;
	    top: 13px;
	}
	.toggle_menu:before, .toggle_menu span, 
	.toggle_menu span:before, 
	.toggle_menu span:after {
	    display: block;
	    width: 20px;
	    position: absolute;
	    background-color: rgb(84,130,53);
	    content: '';
	    left: 0;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    transition: .25s ease-in-out;
	    height: 2px;
	    transition: background-color 0.2s ease-in-out;
	}
	.affix:not(.mobile-active) .toggle_menu{
		border-radius: 50%;
		background: linear-gradient(to right, #466228 0%, #79c549 80%);
	    background-size: 150% 150%;
	    transition: opacity 0.2s ease;
	    -webkit-animation: gradient 2s ease infinite;
	    -moz-animation: gradient 2s ease infinite;
	    animation: gradient 2s ease infinite;
	    box-shadow: 2px 4px 9px 0px rgba(58, 74, 144, 0.3);
	}
	.affix .toggle_menu:before,
	.affix .toggle_menu span, 
	.affix .toggle_menu span:before, 
	.affix .toggle_menu span:after{
		background-color: #fff;
	    transition: background-color 0.2s ease-in-out;
	}
	.toggle_menu:before, 
	.toggle_menu span {
	    left: 15px;
	    top: 50%;
	}
	.toggle_menu span:before {
	    opacity: 1;
	    top: -6px;
	}
	.toggle_menu span:after {
	    opacity: 1;
	    top: 6px;
	}
	.toggle_menu.mobile-active {
	    border: none;
	    left: auto;
	    top: 3px;
	    right: 7px;
	    position: fixed;
	    margin: 0;
	    z-index: 3000;
	}
	.toggle_menu.mobile-active:before {
	    background-color: rgb(84,130,53);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    width: 20px;
	}
	.toggle_menu.mobile-active span {
	    background-color: rgb(84,130,53);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    width: 20px;
	}
	.afix .toggle_menu.mobile-active:before,
	.afix .toggle_menu.mobile-active span {
	    background-color: #fff;
	}
	.toggle_menu.mobile-active span:before, 
	.toggle_menu.mobile-active span:after {
	    opacity: 0;
	}
}

/*Lazy Load*/
.lazy-load-wrapper{
	/*min-width: 600px;*/
	transition: all 0.2s ease-in-out 0s;
	min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lazy-load-wrapper .spinners{
	width: 60px;
    height: 60px;
    position: relative;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.lazy-load-wrapper img{
	transition: all 0.2s ease-in-out 0s;
	animation: fadeIn 2s ease 1;
}
@media (max-width: 1200px){
	.lazy-load-wrapper{
		min-width: 100%;
		min-height: 220px;
	}
	.section_checklist .lazy-load-wrapper,
	.section_external .lazy-load-wrapper{
		min-height: 560px;
	}
}
@media (max-width: 600px){
	.section_checklist .lazy-load-wrapper{
		min-height: 400px;
	}
	.section_external .lazy-load-wrapper{
		min-height: 480px;
	}
}
@media (max-width: 480px){
	.section_checklist .lazy-load-wrapper{
		min-height: 150px;
	}
	.section_external .lazy-load-wrapper{
		min-height: 250px;
	}
}
/*top paddings for sections*/
.section_padding_top_30 > [class*="container"] {
	padding-top: 30px;
}
.section_padding_top_100 > [class*="container"] {
	padding-top: 100px;
}
.section_padding_top_160 > [class*="container"] {
	padding-top: 160px;
}
/*bottom paddings for sections*/
.section_padding_bottom_30 > [class*="container"] {
	padding-bottom: 30px;
}
.section_padding_bottom_60 > [class*="container"] {
	padding-bottom: 60px;
}
.section_padding_bottom_80 > [class*="container"] {
	padding-bottom: 80px;
}
.section_padding_bottom_100 > [class*="container"] {
	padding-bottom: 100px;
}
.padding_bottom_10{
	padding-bottom: 10px;
}
.padding_bottom_20{
	padding-bottom: 20px;
}
.padding_bottom_40{
	padding-bottom: 40px;
}