
/* Add here all your CSS customizations */
/* Page Header */
.page-header {
	background-color: #034a90;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #CCC;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.page-header .breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-header .breadcrumb > li {
	display: inline-block;
	font-size: 0.85em;
	text-transform: uppercase;
	text-shadow: none;
	color: #FFF;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 7px 0 5px;
	color: #FFF;
}

.page-header .breadcrumb a {
	color: #FFF;
}

.page-header .breadcrumb a:hover {
	color: #FFF;
}

.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
	margin: 0 0 -25px;
	padding: 0 0 25px;
	position: relative;
}

.page-header h1 span {
	color: #999da3;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 7px 0 0;
}

.page-header-no-title-border h1 {
	border: 0;
}

/* #Footer */
#footer {
	background: #034a90;
	border-top: 4px solid #034a90;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

.product {margin-bottom: 40px;}

@media (max-width: 640px) {
 	.slider-container {
	 	display: none;
	}
}

@media (max-width: 850px) {
 	.slider-container {
	 	display: none;
	}
}

.warning {
	font-weight: bold;
	background-color: #f8b587;
}