/* GENERIC STYLES */

html {
	font-size: 62.5%;   /* 1rem unit is now 62.5% of 16px (browser default) = 10px */
}

html * {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #555;
	font-family: 'Muli', sans-serif;
	font-size: 1.4em;
}

.clearFix:after {
	display: block;
	content: " ";
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

a {
	color: inherit;
	text-decoration: none!important;
}

a:hover {
	color: inherit;
}

h4 {
	color: #337ab7;
	margin: 20px 0 10px 0;
	font-size: 14pt;
	font-weight: 600;
	text-align: center;
}

#salesEmail:hover {
	color: inherit;
}

.row {
	max-width: 100%;
}

.section-title {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	border-left: 2px solid #4d4d4d;
	border-right: 2px solid #4d4d4d;
	color: #4d4d4d;
	margin-top: 25px;
	padding: 5px 5%;
}

.page-padding {
	padding: 15px;
}


/* LOG MSG FORM */

.log-post-msg {
	position: fixed;
	top: 30%;
	left:0;
	right:0;
	background-color: #0371c3;
	padding:40px;
	font-size: 16pt;
	color: white;
	text-align: center;
	z-index: 10;
}


/* PAGE HEADER */

#page-header{
	padding: 0;
	width: 100%;
}

#admin-page-header {
	padding: 0;
}

#admin-login {
	float: right;
	margin: 0;
	cursor: pointer;
	display: inline-block;
}

#admin-status-bar {
	background-color: #0371c3;
	color: white;
	padding: 5px 15px;
	margin-bottom: 20px;
}

#admin-welcome {
	float: left;
	display: inline-block;
	margin: 0;
}

#logout-link {
	float: right;
	display: inline-block;
}

#login-box {
	display: none;
	background-color: white;
	position: absolute;
	right: 12%;
	top: 30px;
	padding: 15px 25px;
	z-index: 10;
	border: 1px solid #1a1a1a;
}

#login-box label {
	 display: block;
}

#login-box input {
	border: 1px solid #0371c3;
	padding-left: 5px;
}

.login-button {
	background-color: #0371c3;
	color: white;
	float: right;
}

.open-login {
	display: inline-block!important;
}


#header-row {
	padding: 0 50px;
	margin-bottom: 25px;
}

#header-logo h1 {
	background-image: url(../images/header-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 350px;
	height: 150px;
	text-indent: -10000px;
	margin: 0;
}

.social-box {
	display: inline-block;
	background-color: #0371c3;
	width: 30px;
	height: 30px;
	color: white;
	text-align: center;
	float: right;
	margin: 0 5px;
}

.social-box span {
	line-height: 30px;
	font-size: 1.6rem;
}

#header-search {
	height: 150px;
	vertical-align: middle;
	padding: 0;
	padding-top: 60px;
	text-align: right;
}

#searchForm {
	float: right;
	margin-right: 5px;
}

input#search {
	height: 30px;
	border: 1px solid #0371c3;
	padding: 0;
	padding-left: 10px;
	width: 300px;
	margin: 0;
	display: inline-block;
	font-size: 1.6rem;
	border-radius: 0;
}

button#search-button {
	background-color: #0371c3;
	color: white;
	border: none;
	height: 30px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#search-button span {
	line-height: 30px;
	font-size: 1.6rem;
}

#log-button {
	background-color: #0371c3;
	color: white;
	display: inline-block;
	padding:8px 20px ;
	margin-top: 10px;
	margin-right: 5px;
	text-transform: uppercase;
}

#main-nav ul {
	text-align: center;
	margin-top: 25px;
	padding: 0;
	margin: 0;
}

#main-nav li {
	display: inline-block;
	color: #4d4d4d;
	text-transform: uppercase;
	padding: 10px 20px;
	padding-top: 5px;
	border-top: 1px solid white;	
}

.menu-item::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 7px solid #4d4d4d;
	border-left: 7px solid white;
	border-right: 7px solid white;
	margin-left: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.catMenu {
	width:950px!important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.subCatContainer {
	padding-left:10px;
}

.masterCatName {
	font-weight: 600;
	font-size:12pt;
}

.sideMasterCatName {
	font-weight: 600;
	font-size:12pt;
	padding: 10px!important;
	border-bottom:1px #ccc solid;
}

.masterCatSideContainer {
	cursor: pointer;
}

.subCatName {
	 font-size: 9pt;
	 margin: 0!important;
	 padding-top: 5px!important;
	 padding-bottom: 5px!important;
	 color: #555;
	 border-bottom: 1px solid #eee;
	 letter-spacing: 1px;
	 text-transform: none;
 }

.subCat2Name {
	font-size: 8pt;
	margin: 0!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	color: #777!important;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: none;
}

.sideSubCatName {
	 font-size: 9pt;
	 float: none;
	 padding:10px;
	 color: #555!important;
	 border-bottom: 1px solid #eee;
	 letter-spacing: 1px;
	 text-transform: none;
 }

.sideSubCat2Name {
	font-size: 8pt;
	float: none;
	margin-left: 10px;
	padding:10px;
	color: #999!important;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: none;
}

.subCatSideContainer {
	display: none;
}

.catActive, .subCatActive {
	font-weight:800;
	color: #337ab7!important;
}

.active {
	display: inline!important;
}

#main-nav li:hover {
	border-top: 1px solid #4d4d4d;
	cursor: pointer;
}

#mobile-menu {
	display: none;
}

/* 		HOMEPAGE	 */

#banner-slideshow {
	width: 100%;
	height: auto;
}

.slides {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%!important;
}

.bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: none; 
    box-shadow: none; 
    border: none; 
    background: none;
    margin-top: 40px; 
}

.bx-wrapper img {
	margin:0 auto;
}

/* slider dots */
/*.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px!important;
    width: 100%;
}*/

#banner-1 {
	position: relative!important;
}

#banner-1 p:nth-last-child(3) {
    display: inline-block;
    color: white;
    font-weight: 100;
    font-size: 3.8rem;
    font-size: 2.2vw;
    position: absolute;
    bottom: 30%;
    left: 29%;
}

#banner-1 p:nth-last-child(2) {
    display: inline-block;
    font-size: 3.8rem;
    font-size: 2.2vw;
    font-weight: 900;
    position: absolute;
    top: 10%;
    left: 59%;
	color: white;
}

#banner-1 p:nth-last-child(1) {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    background-color: #0371c3;
    font-size: 3.8rem;
    font-size: 1.6vw;
    font-weight: 100;
    padding: 5px 5%;
    position: absolute;
    top: 70%;
    left: 59%;
}

#product-menu {
	background-color: #333;
	color: white;
	height: auto;
	padding: 0;
	margin: 15px 0;
	position: relative;
	height: 200px;
}

.product-menu-container {
	height: 100%;
	padding: 0;
}

.product-menu-item {
	float: left;
	display: inline;
	width: 16.6667%;
	height: 100%;
}

.product-menu-item h2 {
	text-align: center;
	font-size: 1.6rem;
	background-repeat: no-repeat;
	background-position: top, center;
	background-size: 50px;
	height: 100%;
	margin: 0;
	padding: 80px 15px;
	border-top: 30px solid #333;
}

#diagnostic h2 {
	background-image: url('../images/search.png');
}

#diagnostic h2:hover {
	background-image: url('../images/search-alt.png');
}

#cardiology h2 {
	background-image: url('../images/heart.png');
}

#cardiology h2:hover {
	background-image: url('../images/heart-alt.png');
}

#nuclear h2 {
	background-image: url('../images/atom.png');
}

#nuclear h2:hover {
	background-image: url('../images/atom-alt.png');
}

#radiation h2 {
	background-image: url('../images/radioactive.png');
}

#radiation h2:hover {
	background-image: url('../images/radioactive-alt.png');
}

#sports h2 {
	background-image: url('../images/man.png');
}

#sports h2:hover {
	background-image: url('../images/man-alt.png');
}

#xray h2 {
	background-image: url('../images/xray.png');
}

#xray h2:hover {
	background-image: url('../images/xray-alt.png');
}

.product-menu-item h2:hover {
	border-top: 30px solid white;
	color: #333;
	background-color: white;
}

.product-menu-icon {
	margin: 0 auto;
	width: 50px;
	
}

.product-menu-icon-alt {
	margin: 0 auto;
	width: 50px;
	display: none;
	
}

#featured-products {
	text-align: center;
	margin-bottom: 40px;
}

.featured-img-container {
	min-height: 220px;
	position: relative;
}

.featured-img-overlay {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(2,113,195,.7);
	padding: 25% 10%;
	display: none;
}

.featured-desc{
	text-align: center;
}

.featured-product-heading {
	font-size: 12pt;
	text-align: center;
	color: #0371c3;
	font-weight: 600;
	min-height: 60px;
}

.featured-img {
	display:block;
	margin:0 auto 30px auto;
}

#newsletter {
	background-image: url('../images/newsletter-bg.jpg');
	color: white;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	margin: 15px 0;
	padding: 30px 0;
}

#newsletter h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 3.8rem;
	margin: 0;
	margin-bottom: 25px;
}

#newsletter p {
	text-align: center;
	font-size: 2rem;
	font-weight: 100;
}

#newsletter-form {
	display: inline-block;
	margin: 20px 0;
}

#subscribeEmail {
	width: 400px;
	height: 35px;
	border: 1px solid #333;
	padding-left: 15px;
	color: #333;
	border-radius: 0;
}

#subscribeEmailSubmit {
	width: 100px;
	height: 35px;
	color: white;
	background-color: #333;
	border: 1px solid #333;
	font-weight: 100;
	border-radius: 0;
}

/* 		CATALOG PAGE	 	*/

.catalog-page {
	padding: 0;
}

.product-heading {
	text-align: center;
	background-color: #666;
	color: white;
	padding: 10px 0;
	margin-bottom: 20px;
}

.product-h3 {
	font-weight: 600;
	color: #0371c3;
	padding:20px 30px;
	margin: 0px 20px 20px -35px;
}

.enquireP {
	margin:0 15px;
}

.product-enquiry-button {
	color: white;
	background-color: #0371c3;
	padding:20px 30px;
	margin: 20px 10px;
	font-size: 14pt;
	text-align: center;
	cursor: pointer;
}

.product-enquiry-container {
	display: none;
}

.catalog-breadcrumb {
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 5px 0;
	font-size: 2rem;
}

.listing-item {
	padding: 10px;
	border-bottom: 1px solid #666;
	position: relative;
}

.listing-item:nth-last-child(1) {
	border-bottom: none;
}

.product-listing-heading {
	color: #0371c3;
}

.item-listing-info {
	position: relative;
	height: 100%!important;
	
}

.readMore {
	text-align: right;
}

/* 		Product Page		 */

.product-page {
	margin: 25px auto;
}

.product-breadcrumb {
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 5px 0;
	font-size: 2rem;
}

.product-breadcrumb h3 {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

.product-breadcrumb p {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}

.product-brand {
	text-align: right;
	color: #0371c3;
	font-size: 2.5rem;
	margin-bottom: 40px;
}

.product-brand-logo {
	float: right;
	width:200px;
}

.product-enquiry-heading {
	margin: 30px 10px 20px 10px;
	text-align: center;
	color: #0371c3;
}

/* 		NEWS	 */

#news-page {
	padding: 0;
	margin: 0;
}

.news-section{
	padding: 20px 0;		
}

.first-blog-post {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	text-align: left;
	height: 450px;
	position: relative;
}

.news-readMore {
	background-color: #0371c3;
	color: white;
	display: inline-block;
	float: right;
	padding: 10px 25px;
	margin-top: 25px;
}

.news-listing-info h3 {
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 1.8rem;
	color: #0371c3;
}

.news-date{
	float: right;
	color: #0371c3;
}

.blog-date {
	text-align: right;
}

.blog-prev {
	font-size: 1.2rem;
}

.other-blog-post p:nth-last-child(1) {
	background-color: #0371c3;
	color: white;
	text-align: center;
	padding: 2px;
}

.blog-page-back {
	text-align: right;
	color: #0371c3;
	font-weight: bold;
	font-size: 2rem;
}

.blog-page-date {
	color: #0371c3;
}

/* 		LOG SERVICE FORM		 */

#log-service-form {
	text-align: center;
	padding-bottom: 50px;
}

#services-in-form {
	text-align: left;
}

.log-service-date {
	text-align: left;
	display: block;
}

.label-fullWidth {
	display: block;
	margin-top: 15px;
	text-align: left;
}

.input-fullWidth {
	display: block;
	width: 100%;
	text-align: left;
}

.address2 {
	margin-top: 5px;
}

.address1, .address2 {
	display: block;
	width: 80%;
	text-align: left;
}

.msg-area {
	resize: none;
	border: 1px solid #0371c3;
	padding-left: 5px;	
}

.label-checkbox {
	margin-right: 15px;
	font-weight: normal;
}

.log-service-form-fields {
	border: 1px solid #0371c3;
	padding-left: 5px;
	height: 35px;
}

.log-service-form-submit {
	background-color: #0371c3;
	color: white;
	font-weight: bold;
	border: none;
	padding: 10px 25px;
	margin-top: 15px;
}

.url-field {
	display: none;
}

/* 		Radiation Safety Course		 */

#radiation-training {
	padding: 0;
	padding-bottom: 50px;
}

.course-rows {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0;
}

.course-rows:nth-last-child(1) {
	border-bottom: none;
}

.contact-us-row {
	background-color: #62A0DF;
	color: white;
	padding: 30px;
	margin:0;
}

.contact-us-button {
	background-color: #0371c3;
	color: white;
	display: inline-block;
	padding: 10px 25px;
	font-weight: bold;
	cursor: pointer;
}

.contact-us-button-div {
	text-align: center;
}

.course-rows h3 {
	color: #0371c3;
}

.service-enquiry-container {
	display: none;
	padding: 30px;
}

.serviceEnquire {
	text-align:center;
	margin-bottom: 30px;
}

#service-contact-form {
	width: 310px;
	margin: 0 auto;
}


/* 		ABOUT US PAGE		 */

#sercive-call {
	padding: 0;
}

#about-page {
	text-align: center;
	padding: 0;
}

#brands {
	padding:0;
}

.home-brand-heading {
	text-align: center;
	margin: 30px 5px 20px 5px;
	font-size: 16pt;
	color: #0371c3;

}

#brand-text {
    background-color: #0371c3;
    color: white;
    padding: 70px 30px;
    text-align: center;
    display: inline-block;
    float: left;
}

#brand-sliders {
    width: 60%;
    text-align: left;
    display: inline-block;
    float: left;
}

.profile-col {
	width: 50%;
	float: left;
	display: inline-block;
}

#profile-title {
	background-image: url('../images/about-profile.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	height: 700px;
}

#profile-title h3 {
	line-height: 700px;
	margin:0;
}

.brandSliderTop, .brandSliderBottom {
	padding: 0;
}

.brandSliderTop li, .brandSliderBottom li {
	display: inline-block;
}


/* 		CONTACT US PAGE		 */

#contact-page {
	text-align: center;
	padding: 0;
	margin-top: 30px;
}

#contact-details {
	margin: 50px 0;
}

.contact-icon {
	color: #0371c3;
	text-align: center;
	font-size: 2.8rem!important;
	display: block;
	margin-bottom: 15px!important;
}

.contact-col {
	padding: 20px 0;
	width: 20%;
	height: 127px;
	float: left;
	display: inline-block;
}

#contact-text {
	margin-top: 25px;
}

.contact-col:hover {
	background-color: #333;
	color: white;
}

#map-div {
	height: 400px;
	margin: 15px 0;
	margin-bottom: 25px;
}

#message-section p {
	margin-top: 25px;
	font-weight: 100;
}

#contact-form label, #contact-form input, #product-contact-form label, #product-contact-form input, #service-contact-form label, #service-contact-form input {
	display: block;
}

#product-contact-form {
	margin: 25px 0;
	padding: 0 20px;
}

#contact-form {
	margin: 25px 0;
	padding: 0 25%;
}

#contact-form input, #product-contact-form input, #service-contact-form input {
	height: 35px;
}

#contact-form label, #product-contact-form label, #service-contact-form label {
	text-align: left;
}

#contact-form input, #contact-form textarea, #product-contact-form input, #product-contact-form textarea, #service-contact-form input, #service-contact-form textarea {
	width: 100%;
	border: 1px solid #0371c3;
	padding-left: 5px;
}

#contact-form textarea {
	resize: none;
}

#url-field {
	display: none!important;
}

#contact-submit {
	background-color: #0371c3;
	color: white;
	width: 150px!important;
	margin: 20px auto 0 auto;
}

/*		FOOTER		*/

#footer {
	background-color: #333333;
	color: white;
	padding-top: 30px;
}

.footer-row {
	padding: 0 50px;
}

.footer-message {
	padding-top: 20px;
}

#footer-details {
	padding: 30px 60px;
}

.det-col {
	width: 20%;
	float: left;
	display: inline-block;
}

.det-col p, .contact-col p {
	text-align: center;
	font-size: 1.2rem;
	margin: 0;
}

.footer-icon {
	color: #0371c3;
	text-align: center;
	font-size: 2.2rem!important;
	display: block;
	margin-bottom: 20px!important;
}

#copyright {
	font-size: 1rem;
}

#site-by {
	text-align: right;
}

#site-by p {
	display: inline-block;
	line-height: 40px;
	margin: 0;
}

#site-by img {
	height: 20px;
}


#copyright {
	text-align: center;
}

/* 		CUSTOMER SECTION	 */

#customers-page {
	padding-bottom: 30px;
	min-height: 500px;
}

.customer-table, .client-table {
	width: 100%;
}

.customer-table th, .client-table th {
	background-color: #333;
	color: white;
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 1.6rem;
	border-left: 1px solid white;
}

.customer-table td, .client-table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.icon-col {
	width: 50px;
}

.date-col {
	width: 150px;
}

.download-col {
	width: 100px;
	text-align: center;
}

.file-icon {
	height: 30px;
	margin: 0 auto;
}

.customer-title {
	margin-top: 0;
}

.company-title {
	margin-bottom: 20px;
}

.client-heading {
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-top: 50px;
}

.client-title {
	text-align: left;
	color: #0371c3;
	display: block;
	padding: 10px 5px;
	cursor: pointer;
}

.client-table {
	display: none;
}

.display-table {
	display: table!important;
}

@media only screen and (max-width: 1200px){

	.catMenu {
		width:850px!important;
	}

#header-row {
	padding: 0 15px;
}

#header-logo h1 {
	width: 250px;
	height: 100px;
}

input#search {
	width: 200px;
}

#header-search {
	height: 100px;
	padding: 35px 15px;
}

}

@media only screen and (max-width: 992px) {

	.catMenu {
		width:750px!important;
	}

.main-nav-container {
	width: 100%;
}

#main-nav li {
    padding: 10px 10px;
    font-size: 1.3rem;
}

.product-menu-item h2 {
	font-size: 1.4rem;
}

#footer-details {
    padding: 30px 0;
}

}

@media only screen and (max-width: 800px) {

	.catMenu {
		width:700px!important;
	}

	.det-col  {
	    width: 33.3333%;
	    height: 76px;
	    margin-bottom: 15px;
	}
	
	.contact-col {
		height: 126px;
		width: 33.3333%;
	}
	
	#contact-form {
		padding: 0 15%;
	}
}		

@media only screen and (max-width: 767px) {

	.footer-row {
		padding: 5px;
	}

	.catMenu {
		width:auto!important;
	}

.section-title {
	padding: 5px 20%;
	margin: 0 15px;
	font-size: 2rem;
}

#page-header {
	padding-left: 0;
	padding-right: 0;
}

#header-logo h1 {
    margin: 0 auto;
}

	#header-search {
		height: 130px;
		text-align: center;
		padding: 35px 0 0 0;
	}

.main-nav-container {
	display: none;
}

.open-menu {
	display: block;
	padding: 0;
}

#main-nav {
	background-color: #0371c3;
	color: white;
}

#main-nav ul {
	padding: 20px 0;
}

#main-nav li {
	display: block;
	color: white;
	border-top: 0;
}

.menu-item::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 7px solid white;
	border-left: 7px solid #0371c3;
	border-right: 7px solid #0371c3;
	margin-left: 10px;
}

.search-row {
	display: inline-block;
}

#main-nav li:hover {
	border-top: 0;	
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: inherit;
    min-width: 300px;
    box-shadow: none;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    border-bottom: 1px solid white;
}

.dropdown-content a:hover {
    background-color: #0371c3;
}

#header-row {
	margin-bottom: 0;
}

#product-menu {
	background-color: #333;
	color: white;
	height: auto;
	padding: 0;
	margin: 15px 0;
	position: relative;
	height: 220px;
}

.product-menu-item {
	float: left;
	display: inline;
	width: 33.3333%;
	height: 50%;
}

.product-menu-item h2 {
    font-size: 1.6rem;
    background-position: left;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    border-top: 0;
    border-left: 15px solid #333;
    vertical-align: middle;
    line-height: 16px;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-menu-item h2:hover {
	border-top: 0;
	border-left: 15px solid white;
	color: #333;
	background-color: white;
}

#newsletter h2 {
	font-size: 3rem;
}

#newsletter p {
	font-size: 1.8rem;
}

#footer-logo {
	margin-bottom: 15px;
}

#site-by p {
    display: inline-block;
    line-height: 20px;
    margin: 0;
    font-size: 1rem;
}

#site-by img {
    height: 15px;
}

	.row {
		max-width: 100%;
		margin: 0;
	}


	#log-button {
		 margin-right: 0;
	}

}

@media only screen and (max-width: 550px) {
	
	#product-menu {
		height: 250px;
	}
	
	.product-menu-item {
		float: left;
		display: inline;
		width: 50%;
		height: 33.3333%;
	}
	
	.product-menu-item h2 {
	    padding-left: 40px;
	    border-left: 15px solid #333;
	}
	
	.product-menu-item h2:hover {
		border-left: 15px solid white;
	}
	
	#subscribeEmail {
		width: 250px;
	}
	
	#subscribeEmailSubmit {
		width: 100px;
		margin-top: 15px;
	}
	
	#contact-form {
		padding: 0 5%;
	}
	
	#message-section p {
		font-size: 1.2rem;
	}
	
}	

@media only screen and (max-width: 500px) {

	.det-col  {
	    width: 50%;
	    height: 76px;
	}
	
	.contact-col {
		width: 50%;
	}

	input#search {
		width: 140px;
	}

	button#search-button {
		margin-top: -1px;
	}
}


@media only screen and (max-width : 1100px) and (orientation : landscape) {
	

}