.site-footer {
	position: relative;
}
.footer-top {
	position: absolute;
	z-index: 2;
	top: -532px;
	left: 0px;
	width: 100%;
}
body .footer-top {
	top: 0px;
}
body.home .footer-top {
	top: -532px;
}
body .site-footer {
	padding-top: 532px;
}

body .site-footer-2 {
	padding-top: 0px;
}

body.home .site-footer {
	padding-top: 0px;
}
.footer-top-inner {
	position: relative;
	z-index: 2;
	padding-top: 300px;
	padding-bottom: 300px;
	background-image: url(img/bg-cat.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.footer-cat-slider-wrap {
	position: relative;
}
.footer-cat-slider-wrap:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -59px;
	left: 50%;
	z-index: 1;
	width: 2px;
	height: 45px;
	background-color: #fff;
}
.footer-cat-slider .slick-arrow {
    position: absolute;
    top: auto;
	bottom: -60px;
    width: auto;
	color: #000;
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.footer-cat-slider .slick-next.slick-arrow {
    left: calc(50% + 15px);
	padding-left: 40px;
	right: auto;	
}
.footer-cat-slider .slick-prev.slick-arrow {
	left: calc(50% - 132px);
	padding-right: 40px;	
	right: auto;	
}
.footer-cat-slider .slick-arrow:after {
    display: block;
    width: 33px;
    height: 63px;
    position: absolute;
    top: -6px;
    color: #003a63;
    font-size: 100px;
    line-height: 40px;
    font-weight: 100;
}
.footer-cat-slider .slick-next.slick-arrow:after {
    content: '›';
    right: auto;
    left: 0px;
}
.footer-cat-slider .slick-prev.slick-arrow:after {
    content: '‹';
	right: 0px;
    left: auto;	
}
.cat-slider-box-inner a {
	display: block;
	text-align: center;
}
.cat-slider-box-inner a img {
	width: 222px;
	height: auto;
}
.cat-slider-box-inner a img.cat-img-re {
	display: inline-block;
}
.cat-slider-box-inner a img.cat-img-mo {
	display: none;
}
.cat-slider-box-inner a:hover img.cat-img-re {
	display: none;
}
.cat-slider-box-inner a:hover img.cat-img-mo {
	display: inline-block;
}
.footer-bottom, .footer-bottom-2 {
	position: relative;
	background-image: url(img/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.footer-bottom:before {
    content: '';
    display: block;
    padding-top: 280px;
/*     -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
/*     clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
    position: absolute;
    top: -279px;
/*     background-color: #fbfbfb; */
    z-index: 1;
    left: 0px;
    width: 100%;
	background-image: url(img/header-product-rtl.png);		
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;	
}

.footer-bottom-2:before {
    content: '';
    display: block;
    padding-top: 0px;
/*     -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
/*     clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
    position: absolute;
    top: -279px;
/*     background-color: #fbfbfb; */
    z-index: 1;
    left: 0px;
    width: 100%;
	background-image: url(img/header-product-rtl.png);		
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;	
}
.newsletter-warp {
    width: 29.167vw;
    float: left;
    margin-left: 7vw;
    margin-top: 6vw;
    text-align: center;
}
.title-h2-wrap.footer h2 {
    font-weight: 800;
	line-height: 70px;
    font-size: 2.2vw;
}
.newsletter-text h3{
    font-size: 2.2vw;
    font-weight: 400;
	margin-bottom:0;
	line-height: 1;	
}
.newsletter-text h2{
	margin-top: 0;
	line-height: 1;
    font-size: 3.3vw;
    font-weight: 400;		
}
.newsletter-text h4{
    font-size: 2.05vw;
    font-weight: 400;
	margin-bottom: 2vw;
}
.newsletter-text {
    color: #ff9b07;
    padding-bottom: 3.9vw;
    margin-bottom: 0vw;
    position: relative;
}
.newsletter-text:before, .newsletter-text:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.newsletter-text:before{
	top: 6%;
	right: 20%;
	height: 3.854vw;
	width: 0.73vw;
	background-image: url(img/news-right.png);
}
.newsletter-text:after {
	bottom: 0%;
	left: 12%;
	height: 4.635vw;
	width: 3.646vw;
	background-image: url(img/news-bottom.png);	
}
.es_shortcode_form input {
    border: none;
    border-bottom: 2px solid #ff9c08;
    border-left: 2px solid #ff9c08;
	background-color: transparent;
	text-align: left;
	color: #003a63;
    width: 100%;	
}
.es_shortcode_form input::-webkit-input-placeholder {
	color: #003a63;
}
.es_shortcode_form input:-moz-placeholder { /* Firefox 18- */
	color: #003a63;
}
.es_shortcode_form  input::-moz-placeholder {  /* Firefox 19+ */
	color:#003a63; 
}
.es_shortcode_form input:-ms-input-placeholder {  
	color: #003a63;
}
.es_shortcode_form input[type="submit"] {
    border: none;
	color: #fff;
	font-weight: 300;
	background-color: #003a63;
	text-align: center;
}


.contact-warp {
	position: relative;
	float: right;
	width: 55.73vw;
	z-index: 2;
	margin-top: 23vw;
	background-image: url(img/footer-contact-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 100%;
}
.contact-form {
    max-width: 23.7vw;
    margin: 1vw auto 4.625vw;
    text-align: center;
}
.contact-form h2 {
    font-weight: 600;
    font-size: 2.5vw;
    margin-top: 0;
    margin-bottom: 2vw;
    padding-top: 11vw;
    color: #fff;
    line-height: 1.3;
}
.contact-form input {
    width: 100%;
    height: 2.1vw;
    line-height: 2.1vw;
    margin-top: 0.5vw;
    margin-bottom: 0.3vw;
    padding-right: 0px;
    padding-left: 0px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1.2vw;
	background-color: transparent;
	text-align: left;
	color: #fff;	
}
.contact-form input::-webkit-input-placeholder {
	color: #fff;
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.contact-form input::-moz-placeholder {  /* Firefox 19+ */
	color:#fff; 
}
.contact-form input:-ms-input-placeholder {  
	color: #fff;
}
.contact-form input[type="submit"] {
    border: none;
	color: #fff;
	font-weight: 300;
	background-color: #ff9c08;
	margin-top: 1.2vw;
    font-size: 1.7vw;	
	text-align: center;
}
.contact-text {
	color: #fff;
	text-align: center;	
	padding-bottom: 4vw;
	font-size: 1.35vw;
}
.contact-text a{
	color: #fff;
}
.contact-text .alignnone {
	display: inline-block;
    margin: 3px 5px 10px 18px;
}
.team {
	margin-top: 6vw;
}
.team-title h2 {
    font-size: 2.5vw;
	line-height: 1.3;
	text-align: center;	
	padding-right: 22%;
}
.team-members {
	display: flex;
	flex-wrap: wrap;
}
/* .single-member {
    width: 24.2%;
    margin-right: 0.8%;
	background-color: #fff;
	box-shadow: 0px 0px 1px 3px #eee;
} */
.single-member {
    width: 37.2%;
	margin-right: 1.8%;
    background-color: #fff;
    box-shadow: 0px 0px 1px 3px #eee;
    margin-bottom: 1.8%;
}
.single-member-title {
    color: #fff;
    background-color: #003a63;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1.5vw;
	position: relative;
	font-size: 0.8em;
	font-weight:bold;
}
.single-member-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.75vw;
	background-color: #ff9c08;
}
.single-member-mail {
    padding-left: 2vw;
    background-image: url(img/icon-mail.png);
    background-repeat: no-repeat;
    background-size: 1.2vw auto;
    background-position: 3px;
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

.footer-map {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 59.11vw;
	height: 19vw;
}
.footer-map iframe {
	width: 100%;
	height: 100%;
}

#es_shortcode_msg {
	max-height: 60px;
	overflow: auto;
}
@media (max-width: 1599px){
	.footer-map {
		height: 14vw;
	}
	.footer-bottom {
		margin-top: 100px;
	}
}
@media (max-width: 1199px){
	.footer-top-inner {
		padding-bottom: 230px;
	}	
	.footer-map {
		height: 10vw;
	}
	.footer-bottom {
		margin-top: 50px;
	}
}
@media (max-width: 991px){
	.section-paralekes {
		padding-bottom: 380px;
		background-size: cover;
	}
.team-title h2 {
	padding-right: 0%;
}
	body.home .footer-top {
		top: 0px;
		position: relative;
	}
	body .site-footer{
		padding-top: 216px;
	}
	.footer-cat-slider-wrap {
		position: relative;
		margin: 0 90px;
	}
	.cat-slider-box-inner a img {
		width: 125px;
		height: auto;
	}
	.newsletter-warp, .contact-warp, .footer-map {
		width: 100%;
		margin-left: 0vw;
		margin-top: 0vw;
	}
	.footer-top-inner {
		padding-top: 70px;
		padding-bottom: 130px;
		background-size: 180% 100%;
		margin-top: -80px;
	}
	.footer-bottom {
		background-size: auto 100%;
		margin-top: -100px;
		padding-top: 100px;
	}
	.footer-bottom:before {
		padding-top: 28px;
		top: -28px;
	}
	.title-h2-wrap.footer h2 {
		font-size: 26px;
		line-height: 40px;
		padding-right: 13vw;
	}
	.newsletter-text h3{
		 font-size: 23px;
	}
	.newsletter-text h2{
		font-size: 37px;		
	}
	.newsletter-text h4{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.newsletter-text {
		padding-bottom: 3.9vw;
		margin-bottom: 2vw;	
	}
	.newsletter-text:before{
		top: 6%;
		right: 15%;
		height: 47px;
		width: 10px;
	}
	.newsletter-text:after {
		bottom: 0%;
		left: 6%;
		height: 58px;
		width: 46px;
	}
	.es_form_container {
		margin: 0 30px;
	}
	.contact-form {
		max-width: 255px;
		margin: 110px auto 15px;
		text-align: center;
	}
	.contact-form h2 {
		padding-top: 0;
		margin-bottom: 25px;
		font-size:20px;
	}
	.contact-form input {
		height: 23px;
		line-height: 23px;
		margin-top: 3px;
		margin-bottom: 8px;
		font-size: 16px;
	}
	.contact-form input[type="submit"] {
		margin-top: 5px;
		font-size: 20px;
	}
	.footer-map {
		position: relative;
		height: 215px;
		float: left;
	}
	.contact-text {
		padding-bottom: 20px;
		font-size: 15px;
	}
	.contact-warp {
		background-position: right top;
		background-size: auto;
	}
	.contact-text p{
		text-align: left !important;
		padding-left: 80px;
	}
	.contact-text .alignnone {
		display: block;
		position: relative;
		margin-bottom: -20px;
		padding-top: 10px;
		margin-left: -35px;
	}
	.contact-text .alignnone.wp-image-317 {
		padding-top: 30px;
		margin-left: 0px;
	}
	.contact-text a {
		display: inline-block;
	}
	
	.contact-form {
		margin: 25px auto 15px;	
	}
	.contact-form h2 {
		font-size: 20px;
	}	
	.team {
		margin-top: 50px;
	}
	.team-title h2 {
		font-size: 20px;
	}	
	.single-member {
		width: 48%;
		margin: 1%;
	}
	.single-member-title {
		padding-left: 15px;
		font-size: 1em;
	}
	.single-member-title:before {
		width: 12px;
	}
	.single-member-mail {
		padding-left:25px;
		background-size: 18px auto;
	}
}
@media (max-width: 600px){
	.footer-cat-slider-wrap {
		margin: 0 15px;
	}
	.section-paralekes {
	     background-attachment: unset;	 
	}	
}
@media (max-width: 450px){
	.single-member {
		width: 96%;
		margin: 2%;
	}	
}