#myFooter {
	background-color: #222626;
	color:white;
	padding-top: 40px;
}

/*-------------- footer ------------*/


.footer-widget {
  color: #7f8685;
}

.contact {
  padding-left: 0px;
}

.footer-widget .contact ul {}

.footer-widget .contact li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.footer-widget .contact li i {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  font-size: 18px;
  text-align: center;
  color: #F68122;
}

.footer-widget p {
  color: #7f8685;
}

.footer-widget address {
  display: flex;
}

.footer-call {
  margin-bottom: 5px;
}

.footer-email {}

.footer-link {
  color: #7f8685;
  font-size: 14px;
}

.footer-widget i {
  font-size: 16px;
  color: #F68122;
  padding-right: 10px;
  padding-top: 4px;
}

.footer-widget .form-control {
  height: 44px;
  color: #161818;
  background-color: #474e4e;
  border: 0px solid;
}


/*-------------- tiny footer ------------*/

.tiny-footer {
  background-color: #3a3d42;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #7f8685;
}

#map-container {
    height: 400px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

#myFooter ul{
	list-style-type: none;
    padding-left: 0;
    line-height: 1.7;

}

#myFooter h5{
	font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a{
	text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus{
	text-decoration: none;
	color:white;
}

#myFooter .myCols{
	text-align: center;
}

#myFooter .social-networks{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 38px;
}

#myFooter .social-networks a{
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover{
	text-decoration: none;

}

#myFooter .facebook:hover{
	color:#0077e2;
}

#myFooter .google:hover{
	color:#CC3333;
}

#myFooter .twitter:hover{
	color: #00aced;
}

#myFooter .yelp:hover{
	color: #c41200;
}

#myFooter .youtube:hover{
	color: #ff0000;
}

#myFooter .instagram:hover {
    color: #517fa4;
}

@media screen and (max-width: 767px){
	#myFooter {
		text-align: left;
	}
}


@media screen and (max-width: 320px) {
  /*----- footer -----*/
  .footer-widget {
    margin-bottom: 30px;
  }
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */


#myFooter{
	flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
