﻿.navbar-default {
  margin: 0px;
  padding: 10px 0;
  width: 100%;
  display: flex;
}
.container {
  margin: 0 auto;
  
  
width: 80%;
    max-width: 1080px;}
.logo-img {
  height: auto;
  /* width: 166px; */
  position: relative;
  cursor: pointer;
  transition: all 1s ease;
  padding-top: 13px;
}
#navbar .cc_navbar-nav li a {
  color: #777;
  line-height: 45px;
  display: block;
  padding: 5px 17px 0;
  font-size: 14px;
}
#navbar .cc_navbar-nav li a {
  padding: 0 12px !important;
  font-weight: lighter;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.phone {
  margin-top: -90px;
  float: right !important;
	text-align: right;
}
.phone a {
  color: #971A28;
}
.logo {
  float: left;
  width: 16.66666667%;
}
.nav-links {
  width: 70%;
  padding-top: 67px;
  margin-left: 6px;
  float: left;
}
.phone {
  float: left;
}
a {
  text-decoration: none;
}
a:hover {
  color: #D0D0D0 !important;
	    transition: all .4s ease-in-out;
}
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav > li {
  float: left;
}
.nav > li {
  position: relative;
  display: block;
}

.phone p{
    font-size: 20px;
	}

.footer{
	background-color: #222;
}

.foot-container{
	text-align: left;
}
.container {
    text-align: left;
    position: relative;
}

.container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.et-social-icons {
    float: right;
}
ol, ul {
    list-style: none;
}

.et-social-icons li {
    display: inline-block;
    margin-left: 20px;
}

#footer-bottom a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.et-social-icon a {
    display: inline-block;
    font-size: 24px;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #666;
    text-decoration: none;
}

.et-social-icon span {
    display: none;
}

#footer-info {
    text-align: left;
    color: #666;
    padding: 17px;
    font-size: 14px;float: left;
}



@media screen and (max-width: 1020px) {
  .nav-links {
    margin-left: 90px;
  }
}
@media screen and (max-width: 870px) {
  .container {
    /* width: 95%; */
  }
}
@media screen and (max-width: 980px) {
  .nav-links {
    display: none;
    float: none;
  }
  .logo-img {
    padding-top: 20px;
    transition: none;
  }
  .container {
    /* width: 95%; */
  }
	.phone {
    margin-top: 30px;
	}
}

@media screen and (max-width: 640px) {
  .nav-links {
    display: none;
    float: none;
  }
  .logo-img {
    padding-top: 20px;
    transition: none;
  }

	.phone {
    margin-top: 30px;
	}
	
	.phone {
    margin-top: 20px;
    width: 100%;
    text-align: center;
	}
	.phone p{
    margin-bottom: 5px;
	}
	
	.logo {
    /* width: 100%; */
		/* text-align: center; */
}
	
}