html{
	min-width: 960px;
}

body{
	/*background: #e9e9e9;*/
}

.horizontal-padding-12{
	padding: 0 12px;
}
.horizontal-padding-40{
	padding: 0 40px;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

.main-container{
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}

.container{
	background: #fff;
}


.navbar {
	margin-bottom: 0px;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #797979;
	border-radius: 0px;

	height: 61px;
	padding-top: 20px;
}


.navbar-right > li > a {
	color: #797979 !important;
	font-weight: 300;
	text-decoration: none;
	padding: 10px;
	line-height: 20px;
	font-size: 15px;
} 

.navbar-nav > li:hover{
	color: #ffffff;
	background-color: #04A0E1;
}

.navbar-right > li > a:hover {
	color: #ffffff !important;
}

.selected{
	color: #ffffff;
	background-color: #04A0E1;
}

li.selected> a{
	color: #ffffff !important;	
}

.logo_img {
	margin-top: -10px;
	height: 60px;
}

.carousel-image-container{
	text-align: center;
	height: 350px;
}

.carousel-image-container>img{
	width: 100%;
	max-height: 100%;
}

.overlay-message{
	height: 40px;
	position: absolute;
	padding: 5 15;
	bottom: 0;

	background-color: rgba(6,160,225,0.7);
}

.overlay-message>span{
	margin-top: 0px;
	color: #fff;
	font-weight: 100;
	font-size: 25px;
}

.carousel-label{
	position: absolute;

	max-width: 400px;
	margin-left: 40px;
	margin-top: 30px;
}
.carousel-right-label{
	position: absolute;
	right: 0;

	max-width: 400px;
	margin-right: 40px;
	margin-top: 30px;
}

.wellcome{
	color: #04A0E1;
	font-weight: 400;
	font-size: 45px;
}
.under-label{
	font-weight: 400;
	font-size: 22px;
}

.blood-test-label{
	color: #0385ba;
	font-weight: 400;
	font-size: 30px;
	text-shadow: 1px 1px 2px #beebff;
}
.blood-test-under-label{	
	font-weight: 300;
	font-size: 18px;
}
.blood-test-under-label strong{
	font-weight: 500;
}

.index_services{
	padding-top: 40px;

	margin-right: auto;
	margin-left: auto;

	border-top-style: solid;
	border-bottom-style: solid;

	border-top-color: #bababa;
	border-bottom-color: #bababa;

	border-width: 1px;
	
	background-color: #ededed;
}

.index_services_item{
	text-align: center;
}

.index_services_img{
	width: 75px;
}

.index_services_img:hover{
	box-shadow: 0px 0px 0px 4px #04A0E1;
}

.index_services_item>h4{
	color: #333333;
	font-weight: lighter;
}
.index_services_item>h4>strong{
	color: #333333;
	font-weight: 400;
}


.index_services_item>p{
	line-height: 1.5em;
	color: #999999;
	font: Helvetica;
	font-weight: 300;
}

.cli-feature-img-parent{
	margin-top: 20px;
}

.cli-feature-img{
	width: 100%;
}

.our-services{
	margin-bottom: 10px;
	font-size: 16px;

	border-bottom-style: dotted;
	border-width: 1px;
}

.our-services-header{
	margin-bottom: 20px;
	font-weight: 300;
}

#map-canvas {
	margin-top: 20px;
	width: 100%;
	height: 400px;
}

footer{
	color: #e9e9e9;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.container.footer-container{
	background-color: #333;
}

.inner-footer{
	margin-left: auto;
	margin-right: auto;
	float: none;
	font-weight: 200;
}

.footer-address-street{
	padding-left: 5px;
}

.footer-address>h4{
	font-weight: 400;
}

.footer-site-map>h4{
	font-weight: 400;
}

.footer-map-site{
	padding-left: 5px;
	list-style: none;
}

.footer-map-site-item{
}

.no-padding{
	padding: 0;
}

.no-padding-sides{
	padding-left: 0;
	padding-right: 0;
}

.fb-container{
	padding: 10px;
}

.fb-container>div{
	background-color: white;
	border-radius: 4px;
	min-height: 80px;
}
	

/* services */

.services_header{
	font-weight: 300;
}

.services_list li{
	font-size: 14px;
	font-weight: 200;
	line-height: 23px;
}

/*
	analysis
*/	
.analysis-timetable > span{
	display: list-item;
}


/*
	Galery
*/

.galery-thumbnail{
	max-height: 200px;
	overflow: hidden;
}

.galery-thumbnail>a>img{
	width: 100%;
}

.galery-row{
	margin-bottom: 15px;
}


/*
	Contacts
*/
.contacts-main-container{
	margin-bottom: 20px;
}

#contacts-map-canvas{
	width: 100%;
	height: 300px;	
}

.metro-stop-img{
	max-height: 300px;
	overflow: hidden;
}


