.map-home {
	margin-bottom: -50px;
}


.site-footer {
	background-color: var(--dblue2);
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 16px;
}


.site-footer::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(255,25,75,0.5); */
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	z-index: 0;
}

.site-footer .container{
	position: relative;
	z-index: 1;
}

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget__title {
	font-size: 20px;
	color: var(--white);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}


.footer-widget__title::before {
	background: var(--lblue2) none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.footer-widget p {
	font-size: 16px;
	color: var(--white);
	max-width: 271px;
	margin: 0;
	margin-top: 25px;
}


.footer-widget .news-form {
	width: 100%;
	max-width: 300px;
	background-color: #fff;
	border-radius: 5px;
	height: 50px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.footer-widget .news-form {
		height: 60px;
		margin-bottom: 30px;
	}
}

.footer-widget .news-form input[type="text"],
.footer-widget .news-form input[type="email"] {
	width: 100%;
	border: none;
	display: block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 100%;
	border-radius: 5px;
	background-color: var(--white);
	color: var(--gray2);
	font-size: 16px;
	padding-left: 30px;
}

.footer-widget .news-form button[type="submit"] {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto;
	font-size: 24px;
	color: var(--lblue2);
	background-color: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}

.footer-widget .news-form button[type="submit"]:focus,
.footer-widget .news-form button[type="submit"]:hover {
	color: var(--dblue2);
}


.footer-widget__links {
	margin: 0;
	width: 33.33%;
	float: left;
}






.footer-widget__links li {
	width:100%;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 0px solid var(--whitergba2);
}

.footer-widget__links li:last-child {
	border-bottom: 0px solid #fc0;
}


.footer-widget__links li h3 {
	padding:7px 0px 5px 10px;
	
	display: block;
	color: var(--white);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}




.footer-widget__links li a {
	padding:7px 0px 5px 15px;
	
	display: block;
	color: var(--white);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: bold;
}


.footer-widget__links li:focus a,
.footer-widget__links li:hover a {
	color: var(--lblue1);
	padding-left: 25px;
}



@media only screen and (max-width: 767px) {
	.footer-widget__links {
		width: 100%;
	}
	
	.footer-widget__links li h3 {
		padding:7px 0px 5px 5px;
		font-size: 18px;
	}
	
	.footer-widget__links:last-child {
		margin-top:15px;
	}
	
	.footer-widget__links:last-child li a {
    padding:7px 0px 5px 0px;
    display: block;
    color: var(--white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
}

.footer-widget__links:last-child li:focus a,
.footer-widget__links:last-child li:hover a {
	color: var(--lblue1);
	padding-left: 15px;
}


	
	
}

.footer-widget__post li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-widget__post li + li {
	margin-top: 30px;
}

.footer-widget__post li > img {
	width: 70px;
	height: 69px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (min-width: 1200px) {
	.footer-widget__post-content {
		margin-top: -13px;
	}
}

.footer-widget__post-content h4 {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	line-height: 2.133;
}

@media (min-width: 1200px) {
	.footer-widget__post-content h4 {
		font-size: 15px;
		margin-top: 5px;
	}
}

.footer-widget__post-content h4 a {
	color: inherit;
}

.footer-widget__post-content span {
	font-size: 13px;
	color: var(--lblue2);
	font-weight: bold;
	line-height: 1;
}


.footer-widget__contact {
	margin-top: -10px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-widget__contact li p,
.footer-widget__contact li {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	padding-left: 20px;
	min-height: 60px;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white);
	font-size: 15px;
}


.footer-widget__contact li:last-child {
padding-top: 15px;
}



.footer-widget__contact li:last-child > i {
top: 21px;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}


.footer-widget__contact li + li {
border-top: 1px solid var(--whitergba2);
}

.footer-widget__contact li > i {
position: absolute;
top: 50%;
left: 0;
font-size:24px;
color: var(--lblue2);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}


.footer-widget__contact li p,
.footer-widget__contact li a {
color:var(--white);
font-size:16px;
line-height:1.6;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
font-weight: bold;
}



.footer-widget__contact li:hover a {
color: var(--gray2);
}

.footer-widget__contact li:hover > i {
color:var(--gray2);
}




.footer__social .social-icons li a {
background: transparent;
color: #fff;
}


.bottom-footer {
background-color: var(--lblue2);
padding-top:30px;
padding-bottom: 40px;
position: relative;
}




.bottom-footer .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

@media (min-width: 1200px) {
.bottom-footer .container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
}
}

.copyright p {
color: var(--white);
font-size: 15px !important;
line-height: 20px;
margin-bottom: 0px;
}

.copyright a {
color: var(--dblue2);
font-size: 15px !important;
}

.copyright a:hover {
color: var(--gray2);
}































.about {
position: relative;

}


.about .bg {
position: relative;
top: 0px;
left: 0px;
z-index: 1
}


.about .text {
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
width: 100%;
height: 100%;


}


.about .text h3 {
font-size: 20px;
font-weight: bold;
color: var(--white);
font-weight: bold;
margin-bottom: 0px;
line-height: 22px;
}

.about .text h3 img {
width: 32px;
margin-right: 5px;
position: relative;
top: -5px;

}

.about .text p {
font-size: 15px;
line-height: 16px;
font-weight: normal;
color: var(--white);
}


.about .text ul {
font-size: 16px;
font-weight: normal;
color: var(--white);
}


.about .text li {
font-size: 16px;
font-weight: normal;
color: var(--white);
}


.about .align-container-footer {
display: table;
width: 100%
}

.about .align-container-item-footer {
display: table-cell;
vertical-align: middle;
padding-left: 60px !important;
padding-right: 240px !important;
}


.about .bgmobile{
display: none;
visibility: hidden;
}


@media only screen and (max-width: 620px) {
.about {
padding-top:0px !important;
padding-bottom: 20px !important;
background:var(--white);
min-height:600px;

}

.about .align-container-item-footer {
display: block;
vertical-align: top;
padding-top: 50px !important;
padding-left: 50px !important;
padding-right: 50px !important;
padding-bottom: 50px !important;
}

.about .bg{
display: none;
visibility: hidden;
}

.about .bgmobile{
display: block;
visibility: visible;
background-image: url(../../../../images/bgtest.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height:500px;
text-align: center!important;;
}

.about .bgmobilelogo{
display: block;
visibility: visible;
position: absolute;
bottom: 40px;
width:100%;
text-align: center!important;;

}

.about .bgmobilelogo img{
width: 250px;
margin: auto !important;
}



/*.about .bg img{
min-height: 460px !important;
}*/

}










.form-footer {
padding-left: 30px;
padding-right: 30px;
}

.form-footer .text h3 {
font-size: 20px;
font-weight: bold;
color: var(--lblue2);
font-weight: bold;
margin-bottom: 0px;
line-height: 22px;
}

.form-footer .text h3 img {
width: 32px;
margin-right: 5px;
position: relative;
top: -5px;

}

.form-footer .text p {
font-size: 16px;
font-weight: normal;
color: var(--black);
}


.footer {
padding: 50px 0px 30px;
position: relative;
background: rgb(32, 120, 56);
background: -moz-radial-gradient(circle, rgba(32, 120, 56, 1) 10%, rgba(52, 171, 71, 1) 60%, rgba(52, 171, 71, 1) 100%);
background: -webkit-radial-gradient(circle, rgba(32, 120, 56, 1) 10%, rgba(52, 171, 71, 1) 60%, rgba(52, 171, 71, 1) 100%);
background: radial-gradient(circle, rgba(32, 120, 56, 1) 10%, rgba(52, 171, 71, 1) 60%, rgba(52, 171, 71, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207838", endColorstr="#34ab47", GradientType=1);
background-size: 100% 250%;
z-index: 0;
transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.footer::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-image: url('../images/bg-footer.png');
background-repeat: no-repeat;
background-size: 120%;
background-position: center -90px;
z-index: 0;
}


.footer .info {
position: relative;
z-index: 10;

}

.footer .info-item {
padding-top: 0px;
}

.footer .info .icon {
position: relative;
top: -20px;
background: var(--black);
float: left;
height: 100%;
width: 60px;
margin-right: 10px;
text-align: center;
padding: 15px;
}

.footer .info .icon img {
width: 30px;
}


.footer .info .text {
color: var(--white);
float: left;

}

.footer .info .text p,
.footer .info .text a {
color: var(--white);
font-weight: bold;
line-height: 20px;
font-size: 16px;
}

.footer .info .text a:focus,
.footer .info .text a:hover {
color: var(--black);
}


/*COPYRIGHT*/
.copyright {
padding: 15px 0px 0px 0px;
text-align: center;
position: relative;
z-index: 10;
}


.copyright .social-icons li a {
background: transparent;
color: #fff;
}



