/** header **/
.title-area h1 {
    font-size: 45px;
}
/** /header **/
/** slider_home **/
.highlighted-text {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
/** //slider_home **/
	
.widget-single-service{
	margin-bottom: 30px;
	width: 17%;
	text-align: center;
}

.image-center{
	max-width: 100%;
	display: block;
    margin: 0 auto;
}

.button-product-form{
	
}

.btn-bludark { 
	color: white; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
	background-color: #006ecc; 
	background-image: 
	-webkit-gradient(linear, 0 0, 0 100%, from(#305088), to(#294474)); 
	background-image: -webkit-linear-gradient(top, #305088, #294474); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#305088), to(#294474)); 
	background-image: linear-gradient(to bottom, #305088, #294474); 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF305088', endColorstr='#FF294474', GradientType=0); 
	border-color: #294474 #294474 #002a80; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	*background-color: #294474; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	}
.btn-bludark:hover, .btn-bludark:active, .btn-bludark.active, .btn-bludark.disabled, .btn-bludark[disabled] { 
	color: white; 
	background-color: #294474; 
	*background-color: #003bb3; 
	}
.btn-bludark:active, .btn-bludark.active { 
	background-color: #003399 \9; 
	}

.btn-extralarge { padding: 15px 25px; font-size: 20px; border-radius: 10px; }

.btn-extralarge [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 4px; }

.btn-little { padding: 4px 10px; font-size: 12px; border-radius: 3px; }

.btn-little [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 0px; }

#cookie-law-info-bar {
    left: 0;
}

.span3.widget-brand-single-service { width: 172px; }

@media (min-width: 1200px) {
  .span3.widget-brand-single-service { width: 210px; }
}

@media (min-width: 768px) and (max-width: 979px) {
  .span3.widget-brand-single-service { width: 128px; }
}

@media (max-width: 768px) {  
	.jumbotron .header-padding {
		min-height: 280px;
	}
}

@media (max-width: 480px) {  
	.jumbotron .header-padding {
		min-height: 280px;
	}
	.jumbotron .jumbotron-title {
		font-size: 28px;
	}
.title-area .row {
    padding: 6px 0;
}
	.jumbotron .jumbotron-text {
		font-size: 14px;
	}
	
	.title-area {
    padding-top: 90px;
}
	
	.title-area h1 {
font-size: 25px;
}

.title-area h1 {
    margin-top: -58px !important;
}
	
	
}

@media (max-width: 320px) { 
	.jumbotron .header-padding {
		min-height: 380px;
	}
}
