/* Add here all your css styles (customizations) */
body {
	font-size: 14px;
}
h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
h3.color-aqua {
	margin-bottom: 20px;
}
img {
	margin-bottom: 30px;
}
ul {
	margin-bottom: 20px;
}
button.btn.btn-primary {
	border: none;
}
button.btn.btn-primary i {
	font-size: 1.3em;
}
.interactive-slider-v2.img-v3 {
	background: url(../img/bg/18.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.btn-u, .btn-u a:hover {
	background-color: grey !important;
}

a.btn-u:hover {
	background-color: black;
}
.shop-subscribe h2, .shop-subscribe .form-control {
	color: white;
}
.service-block-v4 .service-desc i, .who li i {
	color: black;
}
.headline-center h2:after, .progress-bar-u {
	background: black;
}
.breadcrumbs {
	background-color: red;
}
.headline h2, .headline h3, .headline h4 {
	border-bottom: 2px solid black;
}
.header .navbar-nav > .active > a {
	color: black;
}
.header-fixed .header-v6.header-classic-white .navbar-nav > li > a.red {
	color: red;
	font-weight: bold;
}
.header-fixed .header-v6.header-classic-white .navbar-nav > li > a.aqua {
	color: #27d7e7;
	font-weight: bold;
}
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
		border-bottom: solid 2px black;
		color: black;
}
.header-v6 .navbar-brand a {
	color: #27d7e7;
	font-size: 1.2rem;
	text-decoration: none;
}
.header-v6 .navbar-brand a span {
	font-size: 2rem;
	text-decoration: none;
}
.parallax-quote {
    background: url(../img/team/doctor.jpg) 50% 0 repeat fixed;
}
.parallax-quote:after {
    background: rgba(0,0,0,0.5);
}
.testimonials-v6 .testimonials-desc p {
    margin-bottom: 0;
	margin-top: 15px;
}
.testimonials-v6.testimonials-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.map-box {
	height: 450px;
}
.footer-v6 .copyright {
	background-color: #27d7e7;
}
.footer-v6 .copyright .terms-menu li, .footer-v6 .copyright .terms-menu li a {
	color: #FFF;
}
@media (max-width: 500px) {  
.ms-promo-sub {
	font-size: 2.5em;
}
a.ms-layer.btn-u.btn-u-dark {
	font-size: 2.5em;
	margin-top: 15px;
}
.testimonials-v6 .testimonials-desc {
    overflow: visible;
}
}