/*-----------------------------------------------------------------------------------
	Evimed
	About: A shiny new Blocs website.
	Author: synbios
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/

/*
	theme coding by: rratajski.pl
 */

h1, h2, h3, h4 {
	color:#57688c !important;
}
p {
	line-height: 22px;
}

small {
	font-size: 14px !important;
}
.brand-img {
	height: 65px;
}
.page-header h4 {
	font-weight: bold !important;
	color:#57688c !important;
}
.page-header p {
	line-height: 24px;
}
.aboutUsInfo .page-header h3 {
	text-transform: none !important;
}
p {
	font-size: 16px;
}
.aboutSection h2:after {
	left:0 !important;
	transform: none !important;
	background: #57688c;
}
.lists li {
	line-height: 22px !important;
	padding-bottom: 15px;
}

li.category {
	line-height: 19px;
}
li.category-list a {
	color:#47BAC1;
	font-weight: bold;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.whiteSection, .mainContent {
		padding: 40px 0 60px 0;
	}
}


.page-header h4{
	text-transform: none;
}

.whiteSection .featuredCollection .thumbnail .caption h3, .mainContent .featuredCollection .thumbnail .caption h3 {
	text-transform: none !important;
}
/*
@media (min-width: 992px) {
	.category-box .caption {
		top: 10px !important;
		left: 10px !important;
	}
}
*/

.category-box .thumbnail {
	border: 3px solid rgba(71, 186, 193, 1) !important;
}

.footer {
	border-top: 10px solid orange;
}
.footer .footerLink ul li {
	font-size: 14px;
}
.footer .footerLink h5 {
	color: orange;
}

.singleProduct {
	color: #79797 !important;
}

.singleProduct ul
{
	font-size:16px !important;
	margin-left: 17px;
}
.singleProduct ul li {
	list-style-type: disc !important;
}
@media only screen and (min-width: 768px) {
	.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
		width: 345px !important
	}
}