body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	padding-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444849;
}	
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
/* Breadcrumb Link Color */
a {
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #e60000;/*oc3a Red*/
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
font-size: 14px;/* oc3a changed to 14px for search text size larger */
	 
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;	
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent Color for all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f00; /*changes drowdown menu hover color to red in old Ipad 1 IOS */
	background-image: linear-gradient(to bottom, #325bad, #325bad); /* oc3a dropdown menu hover color */
	background-repeat: repeat-x;
}
/*very top grey nav bar color*/
#top { 
	background-color:#FFF;
	/*border-bottom: 1px solid #e2e2e2; Light-mid Grey*/
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {	
text-shadow: none;
	color: #ffffff; /*White*/
	background-color: #229ac8; /*Aqua*/
	background-image: linear-gradient(to bottom, #ff0000, #ff0000); /*Red*/
	background-repeat: repeat-x;
}
/* oc2 Top Link Icons and text colors */
#top .btn-link, #top-links li, #top-links a {
	color: #003399; /*Blue*/
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	text-decoration: none;
	color: #e60000;/*oc3a Red*/
	
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #ffffff; /*White for currency and my account dropdown menus*/
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0px 5px 5px 0px; /* 5px is margin bottom logo to blue navbar*/
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 35px;
	/*text-shadow: 0 1px 0 #FFF;
	border-color: #6684c1; /* oc3a */
}
/* oc3a added for search button*/
.btn-default:hover {
	color: #fff; 
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color: #009933;
 	background-image: linear-gradient(to bottom, #7fcc99, #009933);
  	background-repeat: repeat-x;
  	border-color: #007E2A #007E2A #007E2A;	
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn { /* oc2 minicart button font-size anything >12px overflows ipad portrait*/
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu Changed to minikits-oc2 blue*/
#menu {
	background-color: #003399; /*changed from white to minikits blue to show ipad 1*/
	border-radius: 0px 0px 5px 5px; /*curved bottom corners*/
	background-image: linear-gradient(to bottom, #003399, #003399); /*oc2 blue*/
	background-repeat: repeat-x;
	border-color: #003399 #003399 #003399; /*oc2 blue*/
	min-height: 30px;
	}
/*Added for Top menu for Ipad1*/
.navbar {
	z-index: 4;	
}	

/*Top menu text colour, also padding changes height of blue menu bar*/
#menu .nav > li > a {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*//* removed blured text style minikits oc3a */
	padding: 10px 10px 10px 15px;
	min-height: 15px;
	line-height: 14px; font-size: 18px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #325bad ; /*oc3a blue*/
	color: #fff; /*oc3a white text*/
	transition: color 0.2s; /*top menu bar transition */
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a { /* Dropdown menu Font Style */
	min-width: 240px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #003399; /*oc2 blue*/
	font-size: 16px;
	transition: color 0.2s;
}
#menu .dropdown-inner li a:hover { 
	color: #fff; /*oc3a white*/
}
#menu .see-all { /* see all in Dropdown menu Font Style */
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff; /*white*/
	background-color: #ff0000; /*Red for older browsers*/
	background-image: linear-gradient(to bottom, #ff0000, #ff0000); /*Red*/
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar { /*mobile nav box*/
	font-size: 15px;
	font-stretch: expanded;
	color: #333;
	padding: 2px 18px;
	float: right;
	background-color: #e2e2e2; /*Aqua*/
	background-image: linear-gradient(to bottom, #e2e2e2, #e2e2e2);
	background-repeat: repeat-x;
	border-color:#fff #fff #fff #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color:#009933; /*minikits green*/
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	background-color: #009933; /*oc3a green*/
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
/* For small screens and changed menu */
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color:#325bad; /*oc3a*/
	color: #fff /*oc3a font color white when hover*/
}
	#menu .dropdown-inner a {
		width: 100%;
		color: #003399;/*oc3a phone menu text color blue*/
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: #6684c1; /* oc3a blue*/
		color: #fff; /* oc3a white text */
		transition: color 0.2s; /* oc3a */
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content might not be used ?*/
#content {
	min-height:500px;
	
}
/*Extra Tabs added for minikits-oc2*/
.tab-content {
	border-style:solid;
	border-width: 0px 1px 1px 1px;
	border-color:#ddd;
	background-color:#FFF;
	padding: 15px 5px 5px 5px;

}

/* tab color */

.nav-tabs { 
	margin-bottom: 0px;

}
.nav-tabs>li>a {
  margin-top: 3px;
  color:#000;
  background-color: #ffcc33;/*oc3a orange*/ 
  border-color: #ffcc33;
}
/* oc3a active tab color blue */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #ffffff;
  background-color: #325bad;
  border-color: #325bad;
}
/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #ffe599;/*oc3a light orange*/
  background-color: #ffe599;
  
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #000f2d; /*oc3a dark blue*/
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	padding-left: 30px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
/* footer copyright text */
#footer-low h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align:center;
	color:	#333:
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
/*btn is the Login and Continue button */
.btn { 
	padding: 4.5px 12px; /* was 7.5px, 12px */
	font-size: 16px;/*was 12*/
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}/* minikits-oc2 Add To Cart Button Font size */
.btn-lg {
	padding: 10px 16px;
	font-size: 20px;/*was 15px*/
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff; /* oc3a search and list icon color */
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #003399; /* oc3a */
	background-image: linear-gradient(to bottom, #6684c1, #003399);/* oc3a */
	background-repeat: repeat-x;
	border-color: #6684c1 #6684c1 #003399 #6684c1;/* oc3a */
}
.btn-default.active {
	color: #fff; /* oc3a list button color */
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #99add6; /* oc3a */
	background-image: linear-gradient(to bottom, #99add6, #ccd6ea);/* oc3a */
	background-repeat: repeat-x;
	border-color: #99add6 #99add6 #ccd6ea #99add6;/* oc3a */
}
/* minikits-oc3 Add to Cart Button Color */
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#325bad;
	background-image: linear-gradient(to bottom,#6684c1,#003399);
	background-repeat: repeat-x;
	border-color: #325bad #325bad #325bad #6684c1;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #009933;
	background-image: linear-gradient(to bottom, #7fcc99, #009933 ); /*Green cart button on hover*/
	background-repeat: repeat-x;
	border-color: #7fcc99 #009933 #009933 #009933;	/*oc3a*/
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #003399;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #000f2d;
	background-image: linear-gradient(to bottom, #323e56, #000f2d);
	background-repeat: repeat-x;
	border-color: #000000 #323e56 #323e56;
}
/* oc3a change to cart button hover color */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #fff; 
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color: #009933;
 	background-image: linear-gradient(to bottom, #7fcc99, #009933);
  	background-repeat: repeat-x;
  	border-color: #009933 #009933 #7fcc99 #009933;
}

/* product menu within catagory pages */
.list-group a {
	border: 1px solid #dddddd;
	color: #003399;
	padding: 8px 5px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color:#325bad; /* oc3a */
    border-color:#325bad;
}
/* oc3a Text white blue hover*/
.list-group a:hover {
	color: #fff;
	background: #6684c1; /* oc3a */
	border: 1px solid #6684c1;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 0px; /*was 0 15px*/
	
}
}
/* set minimum h4 height so price is all in a line*/
.product-thumb h4 {
	font-size:13px;
	font-weight: bold;
	min-height: 40px;
	text-align:left;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 120px;
}
/*featured text box*/
.featured-caption {
	padding: 0 10px;
	min-height: 120px;
}
/*related text box*/
.related-caption {
	padding: 0 10px;
	min-height: 100px;
}
/*latest text box*/
.latest-caption {
	padding: 0 10px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size:16px;
	color:#444;
	font-weight:bold;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
/* light grey buttons*/
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #f6f6f6;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
/*oc2 add cart text blue */
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #f6f6f6;
	color: #003399;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
/* oc3a Green hover cart button white text */
.product-thumb .button-group button:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #009933;
	background-image: linear-gradient(to bottom, #7fcc99, #009933);
	background-repeat: repeat-x;
	border-color: #007E2A #007E2A #007E2A;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.thumbnails > li {
	margin-left: 20px;
	
}
.thumbnails {
	margin-left: -20px;
	
}
.thumbnails > img {
	width: 100%;
	
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* HTML-Block-Pro Module */
.html-block {
 padding-top: 5px;
 margin-bottom: 15px;
 border-radius: 5px;
 border: solid 1px #ddd;
 -o-border-radius: 5px;
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 -khtml-border-radius: 5px;
}
.html-block .opacity {
	text-align: center;
}
.html-block .opacity a:hover {
	opacity: 0.8;
}

.html-block > h2 {
 font-size: 160%;
 font-weight: bold;
 text-align: center;	
 line-height: normal;
 margin-bottom: 2px;
 margin-top: 2px;
 padding-bottom: 10px;
 color: #039; /* oc2 blue */
 border-bottom: solid 1px #ddd; /*border under title name*/
 
}
.html-block h3 {
 font-size: 130%;
 font-weight: bold;
 text-align: center;
 line-height: normal;
 color: #039; /* oc2 blue */
 padding-left: 0px;
 
}
.html-block p {
 
 font-size: 130%;
 text-align: center;
 color: #333;
 line-height: normal;
 padding-left: 0px;
 
}
.html-block ol > li,
.html-block ul > li {
 font-size: 130%;
 color: #333;
 line-height: 1.7em;
 padding-left: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}

.html-block .thumbnail {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: 5px;

}
.html-block .thumbnail .caption h3 {
  margin-top: 0;
  font-size: 150%;
}
.html-block .thumbnail .caption p {
  font-size: 120%;
}
.html-block .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 20px;
}
.html-block .video-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* HTML Content Module in oc3 */
.html-content h4{
	font-size:120%;
	color: #039;
	margin-top:0px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.html-content img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.html-content-tabs {
	padding: 0px;
}
.html-content-tabs img {
	margin-right: 10px;
	/*border: 1px solid #dddddd;*/
	padding: 2px;
}
.html-content-module {
	padding:0px 0px 0px 0px;
}
.html-content-module h2{
	margin-top:0px;
	margin-bottom: 0px;	
}
ul {
	font-size:15px;
	line-height: 1.5;
	color:#000;
}
/* Below are various changes for minikits-oc3a*/

/* widened dropdown menu so that product names did not scroll */
.dropdown-menu {
	min-width: 200px;
}
/* Increase hight of form boxes */
.form-control {
	height: 34.15px;
	border: 1px solid #6684c1; /* oc3a form box border color */
}

/* Added minikits-oc3 sets colour of bottom numbered page buttons to minikits blue*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #003399;
    border-color: #003399;
}
/*minikits-oc3 changes font for product Brand, Product Code Quantity etc text does not affect phone size*/
.list-unstyled-brand {
	font-size:20px;
}
.list-unstyled h2 {
	font-size: 27px;
	font-weight: normal;
	color: #325bad; /* oc3a blue price */
}
.table-bordered {
	font-size: 13px; /* oc3a Font size for options tables */
}
/* below is the css used for Info Web Pages */

/* minikits-oc2 top blue border */
#line1 {
	background-color: #003399; /*changed from white to minikits blue to show ipad 1*/
	border-radius: 5px 5px 0px 0px; /*curved bottom corners*/
	background-image: linear-gradient(to bottom, #003399, #003399); /*minikits blue*/
	background-repeat: repeat-x;
	border-color: #003399 #003399 #003399; /*minikits blue*/
	padding: 0px 5px;
	height: 22px; margin-top: 0px; 
	margin-bottom: 10px; 
}
/* minikits-oc2 bottom red border */
#line2 {
	background-color: #ff0000;
	border-radius: 0px;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	background-repeat: repeat-x;
	border-color: #ff0000 #ff0000 #ff0000;
	height: 3px; 
	margin-top: 3px; 
	margin-bottom: 3px;
}
/* minikits-oc2 bottom blue border */
#line3 {
	background-color: #003399; /*changed from white to minikits blue to show ipad 1*/
	border-radius: 0px 0px 5px 5px; /*curved bottom corners*/
	background-image: linear-gradient(to bottom, #003399, #003399); /*minikits blue*/
	background-repeat: repeat-x;
	border-color: #003399 #003399 #003399; /*minikits blue*/
	padding: 0px 5px;
	height: 22px; margin-top: 0px; 
	margin-bottom: 10px;
	
}
/*Red lines information pages*/
#line4 {
	background-color: #ff0000;
	border-radius: 0px;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	background-repeat: repeat-x;
	border-color: #ff0000 #ff0000 #ff0000;
	height: 1px; 
	margin-top: 35px; 
	margin-bottom: 15px;
	
}

/*=== Fonts used for Info Web Pages ===*/
#info {
	line-height: 1.5;
}
#info .fa {
	font-size: 21px;
}
#info p {
	color:#000000; font-size:16px;  margin-top: 10px;	margin-bottom: 20px;
}
#info .dropdown-inner a {
    min-width: 240px;
    display: block;
    padding: 5px 20px;
    clear: both;
    line-height: 20px;
    color: #039;
    font-size: 16px;
}

#info .dropdown-inner li a:hover {
    color: #FFF;
}

/*used oc3*/
#info h2b {
	font-size: 27px;
	font-weight: normal;
	color:rgb(0,0,255);
	line-height: 1.2;
}
/*used oc3*/
#info h2r {
	font-size: 27px;
	font-weight: normal;
	color: rgb(255, 0, 0);
	text-align: left;
	line height: 30px;
}
/*used oc3*/
#info h2rb {
	font-size: 27px;
	font-weight: bold;
	color:rgb(255,0,0);
	line-height: 30px;
}
/*used oc3*/
#info h3rb {
	font-size: 21px;
	font-weight: bold;
	color:rgb(255,0,0);
	line-height: 30px;
}
/*used oc3*/
#info h3b {
	font-size: 21px;
	font-weight: normal;
	color:rgb(0,0,255);
	line-height: 1.2;
}
#info h3r {
	font-size: 21px;
	font-weight: normal;
	color:rgb(255,0,0);
	line-height: 1.2;
}
/*used oc3*/
#info h3bb {
	font-size: 21px;
	font-weight: bold;
	color: #039;
	line-height: 1.2;
}
/*used oc3*/
#info h4b {
	font-size: 16px;
	font-weight: normal;
	color:rgb(0,0,255);
}
/*used oc3*/
#info h4bu {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline; 
	color:rgb(0,0,255);
}
/*used oc3*/
#info h4r {
	font-size: 16px;
	font-weight: normal;
	color:rgb(255,0,0);
}
/*used oc3*/
#info h4rb {
	font-size: 16px;
	font-weight: bold;
	color:rgb(255,0,0);
}
#info .center-block {
	float:left;
}
/*Below CSS for KIT-HELP pages */

/*used oc3*/
#info .kit-caption {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	min-height: 80px; 
	max-width: 100%;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 1px;
	padding-right: 1px;
	color:#039;
	/*border-radius: 1px;
	border: 1px solid #ddd;*/
	}
#info .btn { 
	padding: 7.5px 12px;
	font-size: 18px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	
}
#info .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#009933;
	background-image: linear-gradient(to bottom,#003399,#003399);
	background-repeat: repeat-x;
	border-color: #3366CC #3366CC #002A7E
	
}
#info .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #009933;
	background-image: linear-gradient(to bottom, #009933, #009933); /*Green cart button on hover*/
	background-repeat: repeat-x;
	border-color: #007E2A #007E2A #007E2A;	/*darker Green cart button border on hover*/
}
/* New in OC3 Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
    margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }


/* BELOW IS PROBABLY NO LONGER USED*/   
/* category menu font size */
@media (min-width: 1200px) {
.list-group {
	font-size:15px;
}
/* put media queries together so as they dont interract*/
@media (min-width: 1200px) {
.homepage-module h4{
	font-size:130%;
}
@media (min-width: 1200px) {
.html-block h3 {
 	font-size: 130%;
	font-weight: bold;
 
}