  .navbar2{
background:#FFF;;
border-bottom: 1px solid #ede6e6;

min-height:80px;

}
.gtco-nav {
    background: #343434;
    height: 40px;

}
.gtco-nav ul li{
  display: inline;
}
.gtco-nav ul li a{
color: #fff;
padding-right: 2%;
text-transform: uppercase;
}
.container-fullwidth {
    
    margin-right: auto;
    margin-left: auto;
    padding-left: 3%;
padding-right: 3%;
}
.container-fullwidths {
    margin-right: auto;
    margin-left: auto;
  
}
.section4{
    margin-top: 3%;
}

.post-thumb img {
    float: left;
    clear:left;
    width:50px;
    height:50px;
 
}

.post-title {
     float:left;   
    margin-left:10px;
    color:#e0e2e4;
    font-size:1.3em;
    line-height: 28px;
font-family: ubuntu;
padding-bottom: 5%;
}

.post-content {
    float:right;
}
.footer{
 background: #252525;
padding-top: 4%;
padding-bottom: 4%;
padding-right: 2%;
padding-left: 2%;
}
.footerlinks h3{
    color: #adadad;
font-size: 1.2em;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 0.4em;
}
.footerlinks ul li a{
    color: #969696;
    text-decoration:none;
    list-style-type: none;
    font-size: 18px;
    font-family: ubuntu;
    
}
.footerlinks ul li a:hover{
    background: #252525;;
    text-decoration:none;
    list-style-type: none;
    font-size: 20px;
    font-family: ubuntu;
    color:#fff;
    
}
.footerlinks ul li {
    color:#fff;
    list-style-type: none;
    padding: 2%;
}
.footer p{
  /*color: #e0e2e4;*/
  color: #969696;
  font-size: 16px;
font-family:ubuntu;
}
.footer h3{
    color:#fff;
}
.social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.5em;
  color: @colorBase;
  background: #252525;
}
.footerbutton{
   
background-image: linear-gradient(to bottom, #ff0d35, #bc0a29);
height: 40px;
color: #fff;
font-size: 18px;
padding-left: 7px;
padding-top: 7px;
}

.footerbutton a{
    color:#fff;
}
.phone{
    color:#fff;
    font-weight:bold;
}
.social-icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  
}

.social-icons li {
    float: left;
}

.social-icons li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.social-icons li a i::after{
	display:none;
}

.social-icons li a:hover {
    background-color: #111111;
}