@charset "utf-8";

/* CSS Document */



.loader {

    background: #03448b;

}



.color-blue {

	color: #03448b;

}



#header-landing-page {

    position: fixed;

    width: 100%;

    z-index: 1000;

    -webkit-transition: all 0.6s ease 0s;

    -moz-transition: all 0.6s ease 0s;

    -ms-transition: all 0.6s ease 0s;

    -o-transition: all 0.6s ease 0s;

    transition: all 0.6s ease 0s;

    background: rgba(255,255,255,1);

}



#header-landing-page .logo img {

    padding: 15px 0;

    width: 200px;

   

}



.custom-header a {

	color: #03448b;

}



.transparent-scroll {

	background: rgba(255,255,255,1) !important;

	color: red !important;

}



@media (min-width: 1200px) {

.gallery-container {

    width: 100%;

}

.catalogue-container {

	width: 80%;

}

}



@media (max-width: 960px) {



#header-landing-page .logo img {

    padding: 10px 0;

    width: 150px;   

}

}



.contact-top p {

    color: #43566b;

    font-size: 16px;

    font-weight: normal;

    padding-top: 30px;

}



.contact-top p a {

    color: #ffffff;

}



.contact-top, .contact-top p, .contact-top p a {

	 color: #ffffff;

}



.contact-top a {

	padding: 0 7px;

}



/* SLIDER */



#main-banner {

    background: rgba(0, 0, 0, 0) url(../images/header/md-lab-main-banner.jpg) no-repeat scroll 100% 100% / cover;

    max-height: 100%;

}





.slider-text {

    margin-top: 80px;

    padding: 15px 0 15px 40px;

    color: #ffffff;

}

.slider-text {

    border-left: 5px solid #ffffff;

}





/* BLOGS */



.facilities-detail {

    width: 65%;

    float: right;

    background-color: rgba(255, 255, 255, 0.9);

    padding-left: 3%;

    padding-right: 3%;

}



.facilities-item {

	margint-top: 10px;

	padding-bottom: 14px;

	border-bottom: dotted 1px #ccc;

}



.facilities-item > h3 {

    font-size: 20px;

    padding: 20px 0 10px 0;

    min-height: 40px;

}





.facilities-pic {

	float:left;

	width: 150px;

	margin-right: 14px;

}



.blog-content p {

	line-height:2;

}





/* CATALOGUE */



.catalogue-cont {

	width: 100%; 

	max-width: 100%;

	margin-bottom:34px;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



.catalogue-container h4 {

	margin-bottom: 14px;

    font-weight: 400;

    padding: 24px 0 14px 0;

}



.catalogue-cont img {

	width: 100%; 

	max-width: 100%;

}



/* GALLERY */



.grid a {

    float: left;

    width: 20%;

    color: #333;

}



@media (max-width: 960px) {

.grid a {

    float: left;

    width: 50%;

    color: #333;

}



}





/* FOOTER */

.bg-color-blue {

	background: #062d58;

}



#contact .get-tuch li {

    margin-bottom:7px;

}

.get-tuch ul li h4, .get-tuch ul li p {

    margin: 0;

    padding: 0 0 7px 0;

    font-family: 'Roboto';

}