/* Add here all your CSS customizations */

#header > .container {
	height: 100px;
	margin-bottom: 0;
}

section.page-top.custom-product {
	background-color: #0077b3;
	border-top-color: #0081c2;
}

.page-top.custom-product {
	background-image: none;
	overflow: visible;
}

section.section-custom-background {
	background-image: url(../img/4mayo-feature-bgnd-sm.jpg);
	background-repeat: no-repeat;
	border: 0 none;
}
section.section-custom-background-2 {
	background-image: url(../img/4mayo-feature-bgnd-sm-3.jpg);
	background-repeat: no-repeat;
	border: 0 none;
	background-size: cover;
}

.feature-box .feature-box-icon {
/*	background-color: #EB284E;*/
}

h3, h4, h5 {
/*color: #EB284E;*/
}

.red-text {
	font-weight: bold;
	color: #EB284E;
}

section.page-top.custom-product:after {
	content: "";
	display: block;
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #0077b3;
	height: 15px;
	width: 15px;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
}
/*
label.error {
	color: #FFF7F9;
}*/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* #Footer */
#footer {
	/*background: #197ABD;*/
	background: #343956;
	border-top: 4px solid #084B79;
	font-size: 0.9em;
	margin-top: 20px;
	padding: 40px 0 0;
	position: relative;
	clear: both;
	color: #fff;
}

#footer p {
	color: #fff;
}

#footer .contact i,
#footer .contact a {
	color: #fff;	
}

#footer .contact a:hover {
	color: #CCC;
}

#footer .footer-copyright {
/*	background: #EB282E;
	border-top: 6px solid #B31B20;*/
	border-top: 2px solid #EB284E;
	margin-top: 40px;
	padding: 30px 0 10px;
	color: #fff;
}
#footer .footer-copyright p {
	color: #F0F0ED;
}


/* Scroll to Top */
/*html .scroll-to-top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #404040;
	border-radius: 0; 
	bottom: 50px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}*/

/* Responsive */
@media (max-width: 767px) {

	.footer-copyright .col-md-1 {
		float: left;
	}

	.img-responsive {
		display: inline;
		max-width: 90px;
		height: auto;
	}
}