#header a.logo>img {
	height: auto;
}
p {
	font-size: 18px;
}
#header.fixed #topNav a.logo>img.home {
	height: 40px;
    margin-top: 5px;
}
#header.header-md #topNav a.logo>img.subpage {
    height: 40px;
    margin-top: 15px;
}
/*#topLogo.nav-pills a.btn {
    color: #000;
    margin-top: 30px;
    margin-left: 40px;
}*/
/*button.quick-upload {
    margin: 30px 0 0 30px !important;
}*/
@media only screen and (max-width: 500px) {
    button.quick-upload {
        width: 100%;
        margin: 0px !important;
        margin-top: 20px !important;
    }
}
.imagecoast.info-bar {
	margin: 0;
    border: 0;
    color: #000;
    background-color: #f7f7f7;
    padding: 10px 0;
}
.imagecoast.heading-title.heading-arrow-top, 
.imagecoast.heading-title.heading-arrow-bottom {
	background-color: #f7f7f7;
}
.imagecoast.heading-title.heading-arrow-bottom:after {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: solid 20px #f7f7f7;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}

section.page-header.page-header-xs {
    padding: 20px 0 0 0;
}

section.page-header.page-header-xs ul.page-header-tabs {
    margin-bottom: 0px;
}


#slidetop { 
    background-color: rgba(0,0,0,0.8) !important;
}
#slidetop a.slidetop-toggle {
    border-top: 35px solid rgba(0,0,0,0.8) !important;
}
.easyPieChart {
    color: #ddd !important;
    padding-top: 30px;
}

@media only screen and (max-width: 992px) {
    #header.fixed #topNav a.logo>img {
        height: 40px !important;
        margin-top: 5px !important;
    }
}