/*******************************************************/
/* FONTS */
/*******************************************************/
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*******************************************************/
/* GENERAL */
/*******************************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 18px;
	font-family: 'proxima_novalight';
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	font-size: 48px;
	color: #0773a5;
}

h2 {
	font-size: 32px;
	color: #0773a5;
}

h3 {
	font-size: 24px;
	color: #0773a5;
}

a:link,
a:visited,
a:active{
	text-decoration: none; 
	color: #009B8F;
}

a:hover {
	text-decoration: underline; 
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
    margin-left: 1.5em;
}

		
/*******************************************************/
/* HEADER */
/*******************************************************/
header {
	background-image: url('../images/hdrbg.jpg');
}

.logo {
	padding: 25px 0;
}

.email,
.phone,
.quote {
	float: right;
	text-align: right;
	padding: 45px 0 0 15px;
}

.email,
.phone {
	font-size: 18px;
	color: #0773a5;
}

.email img,
.phone img {
	padding: 0 10px 0 0;
}

.quote a:link,
.quote a:visited,
.quote a:active{
	color: #000000;
	background-color: #e7e520;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;

	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s;

}

.quote a:hover {
	text-decoration: none; 
	background-color: #d2d007;
}

		
/*******************************************************/
/* HOMEPAGE */
/*******************************************************/
.main {
	padding: 30px 0;
}

.services {
	background-color: #0773a5;
	padding: 28px 0;
	text-align: center;
	font-size: 48px;
	color: #ffffff;
	margin: 40px 0;
}

.individual-prod p {
	padding: 15px 0;
}

.spacer {
	padding: 0 20px 0 0;
}

.srs {
	font-size: 36px;
	color: #0773a5;
}

.pcm {
	font-size: 36px;
	color: #c8bf8d;
}

.body-p {
	font-size: 36px;
	color: #cb7171;
}

.diagnostic {
	font-size: 36px;
	color: #68a182;
}

.instruments {
	font-size: 36px;
	color: #3f3f3f;
}

.space-row {
	padding: 45px 0;
}

.read-more a:link,
.read-more a:visited,
.read-more a:active{
	color: #ffffff;
	background-color: #0773a5;
	padding: 10px;
	font-size: 18px;
	border-bottom: 6px solid #e7e520;

	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s;

}

.read-more a:hover {
	text-decoration: none; 
	background-color: #06577c;
}

.inside {
	min-height: 500px;
}

.spacer-two {
	padding: 30px 0 0 30px;
}


		
/*******************************************************/
/* FOOTER */
/*******************************************************/
footer {
	background-image: url('../images/footerbg.jpg');
	margin: 40px 0;
}

.logo-footer {
	padding: 80px 0;
}

#ft-drop {
	padding: 90px 0 0 0;
	text-align: right;
	color: #ffffff;
}

#ft-drop ul {
	list-style-type: none;
}

#ft-drop ul li {
	display: inline;
	
}

#ft-drop a:link,
#ft-drop a:visited,
#ft-drop a:active{
	text-decoration: none; 
	color: #ffffff;
}

#ft-drop a:hover {
	text-decoration: underline; 
}

.contact {
	font-size: 20px; 
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

.niza {
	text-align: center;
}


/*******************************************************/
/* NAVIGATION */
/*******************************************************/
.hide-nav-mobile {
	display: none;
}

nav {
	background-color: #0773a5;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 0;
}

nav a:link,
nav a:visited,
nav a:active{
	text-decoration: none; 
	color: #ffffff;
}

/* main over */
.nav > li > a:hover, 
.nav > li > a:focus {
	background-color: #ffffff;
	color: #0773a5;
}

.nav .open > a:link,
.nav .open > a:visited,
.nav .open > a:active,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}

/*drop-down*/
.dropdown-menu {
	background-color: #2CB541;
	color: #ffffff;
}

.dropdown-menu a:link,
.dropdown-menu a:visited,
.dropdown-menu a:active{
	text-decoration: none; 
	color: #ffffff;
}

.dropdown-menu a:hover {
	text-decoration: none; 
}

/* dropdown over */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff
}




/*******************************************************/
/* MEDIA QUERIES */
/*******************************************************/

img {
	max-width: 100%;
	max-height: auto;
}

/* IE 10+ VIEWPORT FIX */
@-ms-viewport { width: device-width;}
@viewport { width: device-width;}

/* WIDTH 1200 */
@media screen and (max-width: 1200px) {
	
	#ft-drop {
		font-size: 16px;
	}

	nav {
		font-size: 16px;
	}
}


/* WIDTH 992 */
@media screen and (max-width: 992px) {
	
	#ft-drop {
		font-size: 14px;
	}

	.email,
	.phone {
		font-size: 20px;
		color: #0773a5;
	}

	nav {
		font-size: 14px;
	}

}


/* WIDTH 768 */
@media screen and (max-width: 768px) {

	.hide-nav-desktop {
		display: none;
	}

	header {
		background-image: none;
	}

	.logo {
		padding: 100px 0 20px 0;
		text-align: center;
	}

	.email,
	.phone,
	.quote {
		float: none;
		text-align: center;
		padding: 15px 0;
	}

	.container {
		padding: 0 15px;
	}

	.spacer {
		padding: 0 0 30px 0;
	}

	footer {
		background-image: none;
		background-color: #000000;
		text-align: center;
	}

	.logo-footer {
		padding: 20px 0;
	}

	#ft-drop {
		padding: 10px 0;
		text-align: center;
	}

	#ft-drop ul {
		padding: 0;
	}

	.contact {
		text-align: center;
		padding: 15px 0;
	}

	.services {
	padding: 28px 0;
	font-size: 28px;
	color: #ffffff;
	margin: 20px 0;
	}

}