@charset "utf-8";
/* CSS Document */

/*.list-unstyled {
    padding-left: 0;
    list-style: none;
}*/



.templateux-footer {
	padding: 2em 0 0 0; /*padding: 7em 0;*/
}

.footer-bg-box {
	background-image: url(../images/footer-bg-img.png);
	background-repeat:no-repeat;
	background-color: #92c035 !important;
	/*background-color: #c0b472 !important;*/
    /*background-color: #0169ca !important;*/
}

.footer-logo {
	margin-bottom: 15px;
}

.map-box {
	margin: 15px 0 0 0;
}


/* -- .footer-widget-1 -- */

.footer-widget-1 {
	padding-bottom: 20px;
}

.footer-widget-1 h4 {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.25rem; /*15*/
	line-height: 1.2;
	font-weight: 600;
	color: #333 !important;
	/*color: #fff!important;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	/*border-bottom: 1px solid #fff;*/
}

.footer-widget-1 p {
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
	/*color: #fff;*/
    text-align: left;
    margin: 15px 0;
	padding-left: 54px;
}

.footer-widget-1 > p a {
	color: #800000;
	/*color: #fecd09;*/
}

.footer-widget-1 > p a:hover {
	color: #0000C0;
	/*color: #ff0000;*/
}

.footer-widget-1 img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}


/* -- .footer-widget-2 -- */

.footer-widget-2 {
	padding-bottom: 20px;
}

.footer-widget-2 h4 {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.25rem; /*15*/
	line-height: 1.2;
	font-weight: 600;
	color: #333 !important;
	/*color: #fff!important;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	/*border-bottom: 1px solid #fff;*/
}

.footer-widget-2 p {
    font-size: 1rem; /*0.9375rem*/
    line-height: 1.8;
    font-weight: 400;
    color: #333;
	/*color: #fff;*/
    text-align: left;
    margin: 15px 0;
}

.footer-widget-2 img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}

.footer-widget-2 ul {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 0;
	list-style: none;
}

.footer-widget-2 li {
	font-size: 0.9375rem; /*0.9375rem*/
	line-height: 1.8;
	font-weight: 400;
	color: #333;
	/*color: #fff;*/
	text-align: left;
	margin: 15px 0 15px 0;
}

.footer-widget-2 li a {
	color: #333;
	/*color: #fff;*/
}

.footer-widget-2 li a:hover {
	color: #0000C0;
	/*color: #fecd09;*/
}

.footer-widget-2 li span {
	position: relative;
	top: 2px;
	padding-right: 15px;
}

.footer-widget-2 li:first-child span {
	font-size: 1.25rem;
}
.footer-widget-2 li:nth-child(2) span {
	font-size: 1.25rem;
}
.footer-widget-2 li:nth-child(3) span {
	font-size: 1.1rem;
}
.footer-widget-2 li:nth-child(4) span {
	font-size: 1.5rem;
}

.templateux-footer-copyright {
	background: #628f04;
	/*background: #7b6d1f;*/
	/*background: #000000;*/
}
.templateux-footer-copyright p {	
	font-size: 0.9375rem;
	line-height: 1.8;
	color: #fff;
	/*color: #999999;*/
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width:1170px) {
	.footer-bg-box {
		background-image: none;
	}
}
@media (max-width:480px) {
	.footer-bg-box {
		background-image: none;
	}
	
	.footer-widget-1 p {
		padding-left: 0px;
	}
}











