.footer {
	
    color: rgb(153, 153, 153);
    font-size: 14px;
    padding-top: 13px;
   
	font-family: 'Source Sans Pro', sans-serif;
	border-top: 5px solid #FDA700;
	background-image: url(../img/image7.jpg);
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
   position:relative;
   
}
.footer__info li{
	list-style:none;
}

.footer:after{
	z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.85);
}


.footer__title {
   color: rgb(255, 255, 255);
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(85, 85, 85);
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
}
.footer__title::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    left: 0px;
    position: absolute;
    width: 50px;
    /* border-bottom-width: 3px; */
    /* border-bottom-style: solid; */
    /* border-color: #0584cb; */
    background: url("../img/line.jpg");
    height: 2px;
    background-repeat: no-repeat;
    width: 100%;
}
.footer__list {
    margin-top: 7px;
    padding: 0px;
    list-style: none;
}
.footer__list > li > a {
    color: rgb(153, 153, 153);
    padding-bottom: 14px;
    padding-left: 1px;
    display: block;
    transition: all 0.3s;
}
.list-contacts {
    padding-left: 0px;
    list-style-type: none;
	    margin-top: 14px;
}
.list-contacts__item {
    padding-left: 32px;
    position: relative;
    padding-bottom: 8px;
    padding-top: 7px;
	color: #767575;
	font-family: 'Lato', sans-serif;
}
.list-contacts__item .icon {
    position: absolute;
    left: 0px;
    top: 12px;
}
.footer__logo {
    margin-bottom: 20px;
    margin-top: 6px;
}
.footer-bottom {
   position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #181818;
    z-index: 2;
margin-top: 25px;
}


.main-color{
	font-weight: 700;
    color: #fca600;
}

.location:hover{
	color:#000
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
	padding: 9px 12px;
    line-height: 1.42857;
    color: #4c4c4c;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ct-footer input[type=text], .ct-footer input[type=email], .ct-footer input[type=password] {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}
.ct-footer textarea{
	height:70px
}
.ct-footer input[type=submit] {
    font-weight: 400;
    padding: 10px;
    border: 1px double #fda700;
    color: #FFF;
    background: #fda700;
	width:100%;
	  margin-top: 6px;
	  font-size:15px
}
.ct-footer input[type=submit]:hover {
    font-weight: 400;
    padding: 10px;
    border: 1px double #fda700;
    color: #FFF;
    background:transparent;
	width:100%;
	    margin-top: 6px;
}
#map{
	margin-top:20px;
	margin-bottom:20px
}
.footer__info li i{
	color:#838383;
	-webkit-font-smoothing: antialiased;
	    padding-bottom: 15px;}
	.footer__info li a:hover{
	padding-left:15px;
	}
	.footer__info li a{
	padding-left:10px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	color: #888;
	}