



/*FOOTER*/
footer{
	position:relative;
}
.footer-back{
	/* background-position:center top;
	vertical-align:middle;
	background-size:cover;
	padding:40px 0px 30px 0px;
	background:#1b1a1b; */
}

.footer-content{
	border-bottom:1px solid #333;
}



.footer-widget p{
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:24px;
	margin-bottom:20px;
}
.footer-widget p span{
	display:block;
}


.footer-header h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#ff8204;
	padding-bottom:15px;
	margin-top:0px;
	margin-bottom:0px;
}
.footer-header h3:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:45px;
	height:3px;
	background:#ff8204;
}
.widget_recent_entries ul li{
	padding-top:30px;
}
.widget_recent_entries ul li a{
	font-size:15px;
	font-weight:700;
	color:#fff;
	line-height:15px;
}
.widget_recent_entries ul li p{
	font-size:12px;
	font-weight:400;
	color:#fff;
	line-height:15px;
	margin-bottom:0px;
	padding-top:15px;
}
.footer-widget .form-control{
	height:52px;
	font-size:16px;
	font-weight:600;
	color:#ccc;
	background:#ffffff;
	border:1px solid #ff8204;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.footer-widget .input-group-addon{
	padding:18px 20px;
	color:#fff;
	cursor:pointer;
}
.footer-widget img{
	position:relative;
	margin-top:-130px;
	text-align:right;
	z-index:1;
}
.custom-border{
	border-bottom:1px solid #bb5200;
	position:absolute;
	width:66%;
	bottom:183px;
}
#back-top{
	position:absolute;
	text-align:center;
	top:-25px;
	left:48%;
}
#back-top a {
	
}
#back-top a i{
	font-size:30px;
	padding:10px 18px 15px;
	background:#804103;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	vertical-align:middle;
	color:#fff;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#back-top a i:hover{
	background:#141414;
}









@media only screen and (max-width:992px){
	.footer-back .pt-40{
		padding-top:0px;
	}
	.footer-back .pb-60{
		padding-bottom:0px;
	}
	.custom-container{
		padding-left:40px!important;
	}

	
	.footer-widget img{
		margin-top:0px!important;
		margin:0 auto;
	}
	.index-top-section{
		display:none;
	}
	
	.footer-header{
		margin-top:30px;
	}
	.footer-widget{
		margin-top:30px;
	}
}

@media only screen and (min-width:220px) and (max-width:480px){

	.footer-header h3:after{
		left:40%!important;
	}
	.footer-widget img{
		margin:0 auto;
	}
		#back-top{
		left: 41%!important;
	}
}

.footer-back .copyright {
	padding: 15px 0;
	background:none;
	font-family: 'Lato', sans-serif;
	border-top:3px solid #ff8204;
	margin-top:15px;
}

.footer-back .copyright p {
	color: #fff;
	font-size: 14px;
	line-height:24px;
	margin-bottom:0px;
}
.footer-back .copyright a {
	color: #fff;
}
.footer-back .copyright a:hover {
	color: #ff8204;
}


.totop-social {
	margin-right:15px;
}

.totop-social a {
	color:#fff;
	width:40px;
	height:40px;
	font-size:20px;
	padding:10px 10px;
	text-align: center;
	background: #cc6804;
	display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	position:relative;
	border:0px solid #bdbdbd;
	margin:0px;
	text-align: center;
	z-index: 2;
}
.totop-social a:before{
	content: "";
	background:#1b1a1b;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: -1;
}

.totop-social a:hover::before,
.totop-social a:focus::before{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.totop-social a:hover,
.totop-social a:focus{
	color:#fff !important;
}

/* transitions*/
.totop-social a:before{
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


/*SOCIAL*/


.footer-bottom-soc{
	text-align: left;
	margin-bottom: 20px;
}
.footer-bottom-soc li a {
	color:#fff;
	width:56px;
	height:56px;
	font-size:28px;
	line-height:50px;
	text-align: center;
	background: #cc6804;
	display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
	position:relative;
	border:2px solid transparent;
	margin:0px;
	text-align: center;
	z-index: 2;
}
.footer-bottom-soc li a:before{
	content: "";
	background:#804103;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.footer-bottom-soc li a:hover::before,
.footer-bottom-soc li a:focus::before{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.footer-bottom-soc li a:hover,
.footer-bottom-soc li a:focus{
	color:#fff;
	border-color:#804103
}

/* transitions*/
.footer-bottom-soc li a:before{
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}




/*Contacts*/
.footer-back .contacts {
	margin-bottom: 0;
}
.footer-back.contacts li {
	margin-bottom: 12px;
	font-family: 'Lato', serif;
}
.footer-back .contacts li:before,
.footer-back .contacts li:after {
  	content: " ";
	display: table;
}
.footer-back .contacts li:after {
	clear: both;
}
.footer-back .contacts li i {
	float: left;
	width: 30px;
	height: 24px;
	color: #ffffff;
	font-size:18px;
	padding: 3px 5px;
	text-align: center;
	margin: 0px 5px 0 0;
	display: inline-block;
}
.footer-back .contacts li p {
	margin-bottom: 0;
	color: #fff;
	font-size:16px;
	font-family: 'Helvetica Neue LT Std';
    letter-spacing: 2px;
}
.footer-back .contacts li {
	color: #fff;
	padding: 5px 0px;
	font-size:15px;
	font-family: 'Helvetica Neue LT Std';
    letter-spacing: 2px;
}
.footer-back .contacts li a {
	color: #fff;
	font-size:15px;
}
.footer-back .contacts li a:hover {
	color: #f86b00;
}




/*LINKS*/
.footer-back .link-list li {
	border-top: solid 1px #292c80;
}
.footer-back .link-list li:first-child {
	border-top: none !important;
}
.footer-back .link-list a {
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
	display: inline-block;
	font-weight:600;
}
.footer-back .link-list a:hover {
	color: #474cde;
}
.footer-back .link-list li i {
	color: #474cde;
	float: left;
	font-size: 14px !important;
		line-height: 20px;
		margin-right:5px;
}

#map{
	width:100%;
	height:500px;
}