/* BEGIN MEDIA QUERIES */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Smartphones */

/* The parameters of this media query will work on the majority of smartphones. It will not affect iPad's or iPad Mini's.
It will also affect some of the other smaller tablets available. */
@media only screen  
and (max-device-width : 767px) {

	/* make half, third and quarter box layouts in to slingle full width layouts for small screens / smartphones */
	.box-half, .box-half-last, .box-third, .box-third-2nd, .box-third-last, .box-quarter, .box-quarter-2nd, .box-quarter-3rd,
	.box-quarter-last, .box-three-quarters, .box-two-thirds, .box-three-quarters-last, .box-two-thirds-last,
	.box-two-fifths, .box-three-fifths, .box-four-fifths, .box-five-sixths, .box-two-fifths-last, .box-three-fifths-last,
	.box-four-fifths-last, .box-five-sixths-last {
		width:100%;
	}

	/* Increase size of .box-fifth and .box-sixth layouts on small screens / smartphones */
	.box-fifth, .box-fifth-2nd, .box-fifth-3rd, .box-fifth-4th, .box-fifth-last, .box-sixth, .box-sixth-2nd, .box-sixth-3rd,
	.box-sixth-4th, .box-sixth-5th, .box-sixth-last {
		width:50%;
	}

	ul.sub-menu {
		display:inline;
	}

	li:hover ul.sub-menu {
		display: inline; position:relative; z-index:9999;
	}

	ul.sub-menu li {
		display:inline;
		width:100%;
		text-align: center;
		padding-left:0;
		-webkit-box-sizing: border-box;
	  	-moz-box-sizing: border-box;
	  	box-sizing: border-box;
	  	font-size:0.7em;
	}

	.desktop-nav a {
	    border-bottom: 0 none;
	    font-size: 0.7em;
	    font-weight: 300;
	    color:#ffffff;
	    padding:10px 10px;
	    display: block;
	}

	ul.sub-menu a {
		padding-top:0;
	}

	.image-area-1 {
	background:url('../images/elisa-kits-overview.jpg') no-repeat;
	background-size: 100% auto;
	min-height:460px;
	background-color: #ffffff;
	}

	.featured-panels li {
	width:100%;
	}

	.logo {
	width:200px;
	height:auto;
	margin-left:4%;
	}

	a.quote-btn {
		display: none;
	}

	.home-intro-wrapper {
	background:url('../images/elisa-kits.jpg') no-repeat;
	background-size:200% auto;
	background-color: #ffffff;
	min-height:350px;
	position:relative;
	}

	.home-intro-heading {
		bottom:100px;
	}

	.testimonials-title-wrapper {
	display: none;
	}

	.tmls_item {
		padding:30px 30px 60px 30px !important;
	}

	.image-area-1 {
	background:url('../images/elisa-kits-overview.jpg') no-repeat;
	background-size: 250% auto;
	min-height:460px;
	background-color: #ffffff;
	}

	h1.page-into-overlay {
		font-size:1.2em;
	}

	.overview-page {
	background:url('../images/elisa-kits-overview.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-color: #ffffff;
	padding-top:130px;
	padding-bottom:130px;
	text-align:center;
	}

	.endocrinology-page {
		background:url('../images/endocrinology.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.thyroid-function-page {
		background:url('../images/thyroid-function.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.bone-mineral-metabolism-page {
		background:url('../images/bone-mineral-metabolism.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.nephrology-page {
		background:url('../images/nephrology.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.growth-factor-page {
		background:url('../images/growth-factor.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.diabetes-page {
		background:url('../images/diabetes.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.fertility-page {
		background:url('../images/fertility.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.salivary-diagnostics-page {
		background:url('../images/salivary-diagnostics.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.veterinary-diagnostics-page {
		background:url('../images/veterinary-diagnostics.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.immunology-cytokines-page {
		background:url('../images/immunology-cytokines.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.cytokines-page {
		background:url('../images/cytokines.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.interferons-page {
		background:url('../images/interferons.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.apoptosis-page {
		background:url('../images/apoptosis.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.cell-adhesion-molecule-page {
		background:url('../images/cell-adhesion-molecule.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.matrix-metalloproteinases-page {
		background:url('../images/matrix-metalloproteinases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.autoimmunity-page {
		background:url('../images/autoimmunity.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.infectious-diseases-page {
		background:url('../images/infectious-diseases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.bacterial-diseases-page {
		background:url('../images/bacterial-diseases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.viral-diseases-page {
		background:url('../images/viral-diseases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.fungal-diseases-page {
		background:url('../images/fungal-diseases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.parasite-diseases-page {
		background:url('../images/parasite-diseases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.torch-diseases-page {
		background:url('../images/torch-diseases.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.tumor-markers-page {
		background:url('../images/tumor-markers.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.cardiac-markers-page {
		background:url('../images/cardiac-markers.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.biogenic-amines-page {
		background:url('../images/biogenic-amines.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.food-analytic-safety-page {
		background:url('../images/food-analytic-safety.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.about-page {
		background:url('../images/about.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.faq-how-to-order-page {
		background:url('../images/how-to-order.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.faq-returns-page {
		background:url('../images/returns.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.faq-general {
		background:url('../images/general-faq.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.faq-trouble-shooting {
		background:url('../images/trouble-shooting.jpg') no-repeat center center scroll;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #ffffff;
		padding-top:130px;
		padding-bottom:130px;
		text-align:center;
	}

	.box-full.cat-intro-text.one-col {
	padding:10px 4% !important;
	}


}
/* End Smartphones */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* iPad & iPad Mini in portrait & landscape orientation */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.desktop-nav {
    margin-top:34px;
	}

	.image-area-1 {
	background:url('../images/elisa-kits-overview.jpg') no-repeat;
	background-size: 100% auto;
	min-height:460px;
	background-color: #ffffff;
	}

	.featured-panels li {
	width:49.5%;
	}

}
/* End iPad & iPad Mini in portrait & landscape orientation */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* iPad & iPad Mini in landscape orientation */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

/* Styles Go Here */

}
/* End iPad & iPad Mini in landscape orientation */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* iPad & iPad Mini in portrait orientation */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	.main-content-area-wrapper .box-third {
	padding-left:15px;
	padding-right:10px;
	background:#F4F4F4;
	padding-top:10px;
	}

	.home-intro-wrapper {
	min-height:390px;
	}

	.home-intro-heading {
		bottom:150px;
	}

	.featured-panels li {
	width:49.5%;
	}

	.desktop-nav {
		margin-bottom:10px;
		margin-top:28px;
	}

	.desktop-nav a {
    font-size: 0.6em;
	}

	.desktop-nav li {
    margin-right:10px;
	}

	.logo {
	width:270px;
	}

}
/* End iPad & iPad Mini in portrait orientation */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Desktops and laptops */
@media only screen 
and (min-width : 530px) {

	.desktop-nav {
		display:block;
	}

	.responsive-nav {
		display:none;
	}

	.header-contact-wrppaer {
		display: block;
	}



}
/* End Desktops and laptops */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* large screens (bigger than a standard desktop screen or laptop)*/
@media only screen 
and (min-width : 1824px) {

/* Styles Go Here */

}
/* End Large screens */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* End MEDIA QUERIES */
