img.logo {
    max-height: 100%;
    max-width: 100%;
}
.home6, .home-slider13, .home17, .home26, .home32 {
    overflow: hidden;
    clear: both;
    position: relative;
    max-height: 550px;
}
.home26 .overlay {
    background-color: rgba(46, 60, 96, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer {
    background-color: #4D4D4D;
    border-top: 1px solid #2c2c2c;
    color: #fff;
    padding: 25px 0;
}
.sep-fullwidth {
    background-color: #00AFEF;
    display: block;
    height: 4px;
}
.with-border .footer-item:after {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 120px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}
.service-four .service-desc .more {
    background-color: #00AFEF;
    border-top: 1px solid #00AFEF;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    padding: 5px 15px;
    position: relative;
}
.page-title {
    color: #4D4D4D;
    margin-top: 6px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.footer-widget {
    background-color: #00AFEF;
    font-family: Lato,sans-serif;
    color: #fff;
}
.footer-item h4, .footer-item .widget h2.widgettitle {
    color: #4D4D4D;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.post-header .post-formate {
    color: #e8e8e8;
    font-size: 45px;
    position: absolute;
    right: -47px;
    top: 4px;
    display: none;
}
.entry-content .meta-space {
    font-size: 14px;
    margin: 0 0 30px;
    display: none;
}
.content-holder .entry-content {
    padding: 30px 50px;
    font-family: Lato,sans-serif;
}
.widget2 .widget-box.widget {
    background-color: #fff;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    padding: 30px;
    font-family: Lato,sans-serif;
}
.blog2 .about_psot_author {
    border: 0 none;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04);
    display: none;
}
.contact-info li i {
    color: #4D4D4D;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.content-holder {
    padding: 100px 0;
}
body .navbar-nav > li .sub-menu > li a:hover, body ul.blue-main-menu li.current-menu-item > a {
    color: #00AFEF;
}
.navbar-default .navbar-nav>li>a {
    color: #4D4D4D;
}
.navbar-nav > li > .sub-menu li a {
    border-bottom: 1px solid #e5e5e5;
    border-left: 0 none;
    border-right: 0 none;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    padding: 8px 0;
    text-transform: capitalize;
    color: #4D4D4D;
}
ol, ul {
    margin-left: 20px;
    padding: 0;
    list-style: inherit;
}

/* -------------------------- */
/* Media queries */
/* -------------------------- */

/* Header Logo */
@media (min-width: 768px) and (max-width: 1024px){
	a.navbar-brand.logo-img {
		max-width: 50%;
}

/* Footer */
@media (min-width: 768px) and (max-width: 1024px){
	.footer-item.contact-info {
		height: 50px;
	}
}