/* font-family: 'Ubuntu', sans-serif; */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{font-family: 'Ubuntu', sans-serif; color: #555555;}
.orange-color{color:#ff7800;}
.logo-text{font-weight: 700; font-size: 41px; color: #25a8e0;}
.logo-slogan{font-weight: 400; font-size: 15px; color: #1c6c8e;}
.primary-menu{margin-top: 35px;}
.primary-menu a{
    text-transform: uppercase; 
    color: #343434; 
    font-size: 14px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #ff7800;
}
.active a{color: #ff7800;}

.navbar-toggle .icon-bar {
  background: #333;
  height: 4px;
  width: 32px;
}
.top-ads{padding-top:20px; padding-bottom:20px;}
.top-ads img{display: block; margin-left: auto; margin-right: auto; text-align: center;}
.read-more a{color: #0088c2; font-weight: 500; font-size: 14px;}
.post-inner{border:1px solid #bdbdbd; padding: 0px 20px 18px;}
.thumbnail-img{width: calc(100% + 40px); margin-left: -20px; height:auto;}
.post-heading{color: #555555; font-size: 22px;}

.load-more{background: url(../img/load-more.png) no-repeat left center; padding-left: 30px; font-size: 20px; color: #0088c2; margin-top: 30px; display: inline-block; margin-bottom: 30px; line-height: 60px;}

.footer-section{background: #005076; color: #fff; font-size: 14px;}
.footer-title{font-size: 18px; margin-bottom: 25px;}


/* search */

#custom-search-input{
margin-top:30px;
    border: solid 1px #437e9a;

    background-color: #0c587c;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    background-color: #0c587c;
    color: #fff;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: #ff7800;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0 8px 0 10px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;


}
.input-group-btn{background: #ff7800;}
.input-group-btn:hover{background: #d76601;}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    background: #d76601;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}


.footer-links{list-style: none; margin-left: -38px;    margin-top: -10px;}
.footer-links li{border-bottom: 1px solid #4d859f;}
.footer-links li:last-child{border-bottom: 0px solid #4d859f;}
.footer-links a{color: #fff;  line-height: 40px; text-decoration: none; padding-bottom: 10px;}


.post-block{margin-bottom: 20px;}
.footer-bottom{background: #002537; min-height: 50px; padding-top:10px; padding-bottom: 10px; color: #70A4BB; line-height: 55px;}
.layers-bg{background: url(../img/layers-bg.png) no-repeat center top;}

@media (min-width: 640px) and (max-width: 999px){
.main-title{font-size:22px;}
}