/*
Extra Small - Landscape phones and portrait tablets : @media(max-width:767px){}
Small - Portrait tablets and small desktops : @media(min-width:768px) and (max-width:991px){}
Medium - Portrait tablets and medium desktops : @media(min-width:992px) and (max-width:1199px){}
Large - Large desktops and laptops : @media(min-width:1200px){}
*/

/* disable carousel controls on smaller screens*/
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.carousel-controls {display:none;}
	#myCarousel .carousel-caption {width: 100%;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 405px) {
	.carousel-controls {display:none;}
	#myCarousel .carousel-caption {width: 100%;}
}

/* ====================================== */
/* mobile styles */
@media (max-width:767px) {
	footer {height: 750px;clear:both;}
	body {padding-bottom: 750px;} /*Margin bottom by footer height*/
	.clear { clear: both; } /*prevent content showing behind the footer*/
	.margin-top-10-mobile {margin-top:10px;}
	.padding-0-mobile {padding: 0px;}

	.footer-social-links {
		text-align: center;
		margin-bottom: 20px;
	}

	#myCarousel .item > img {max-height: 200px;max-width: none !important;}
	#myCarousel .carousel-caption h3 {font-size: 18px;line-height: 18px; margin-left: 0px;}
	#myCarousel .btn.btn-primary.btn-lg {font-size: 13px;margin-top: 20px;padding: 10px;}
	#myCarousel .carousel-caption {width: 80%;}

	.col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
	.col-lg-3.col-md-3.col-sm-4.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
	.col-md-15.col-lg-15.col-sm-3.col-xs-6.product-listing-thumbnails:nth-child(2n+1){clear:both}

	.cart-table {font-size: 12px;}

	.portfolio-item-content .header {font-size: 13px;font-weight: normal;height: 28px;line-height: 14px;}
	.portfolio-item-content .body {font-size: 12px;font-weight: normal;height: 28px;line-height: 12px;}
	.portfolio-item-content {padding: 10px !important;}
	.navbar-brand > img {margin-top: -10px;}
	.product-detail-product-title {margin-top: 20px;}
	.parallax .caption h4 {font-size: 22px !important;}
	.item > img {max-height: 250px;}
	.category-cell .caption > h4 {font-size: 13px;}
	.product-cell .img-responsive {max-height: 175px;}
	.prodcell .input-group {width: 100%;}
	.product-cell {min-height: 400px;}
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {white-space:normal;}
	.training-links h4 {margin:0px !important;}

	.xs-margin {margin-top:20px;}
	.homepage-newsletter h4 {font-size: 22px;margin-top: 0px;margin-bottom: 20px;}


	.footer-widget,.footer-widget h4 {font-size: 14px;line-height: 16px;}
	.footer-widget .ul-height {min-height: 150px;}
	.footer-widget ul.footer-social-links {margin-top: 10px;}

	.homepage-top-destinations .caption > h4 {font-size: 13px;line-height: 15px;}
	.login-button {margin-top: 10px;}
	.form-box {margin-top: 30px;}


}
/*******************************/
/*         Global         */
/*******************************/

html{
	position: relative;
	min-height: 100%;
	width: 100%;
}

.padding-0 {padding:0px;}
.padding-left-0 {padding-left:0px;}
.padding-right-0 {padding-right:0px;}
.padding-left-10 {padding-left:10px;}
.padding-right-10 {padding-right:10px;}
.padding-top-10 {padding-top:10px;}
.padding-bottom-10 {padding-bottom:10px;}
.padding-top-20 {padding-top:20px;}
.padding-bottom-20 {padding-bottom:20px;}
.padding-top-30 {padding-top:30px;}
.padding-bottom-30 {padding-bottom:30px;}

.top-margin {margin-top: 10px;}
.margin-0 {margin:0px;}
.margin-top-0 {margin-top:0px;}
.margin-top-2 {margin-top:2px;}
.margin-top-5 {margin-top:5px;}
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}
.margin-top-30 {margin-top:30px;}
.margin-top-40 {margin-top:40px;}
.margin-top-50 {margin-top:50px;}
.margin-bottom-2 {margin-bottom:2px;}
.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-right-10 {margin-right: 10px}
.margin-right-20 {margin-right: 20px}
.margin-right-5 {margin-right: 5px}
.margin-right-30 {margin-right: 20px}
.margin-left-10 {margin-left: 10px}
.margin-left-20 {margin-left: 20px}
.margin-left-30 {margin-left: 30px}

.lead {
	font-size: 16px;
}
.red {
	color:red;
}
.green {
	color:green;
}
.orange {
	color: orange;
}
.breadcrumb {
	margin-bottom: 0px;
}

.btn-default,
.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
}
.no-border {
	border: 0px !important;
}
.bold-text {
	font-weight: bold;
}
.well,
.panel,
.thumbnail, .img-thumbnail,
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	box-shadow: none;
}

.panel-default > .panel-heading {
	background-image: none;
}

.btn-primary, .btn-info, .btn-success, .btn-default {
	background-image: none;
}


.fa.fa-search {
	color: #fff;
}


/*******************************/
/*         Section content         */
/*******************************/

.sectioncontent {
	margin-bottom:50px;
	min-height: 400px;
}
.sectioncontent h1 {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 0px;
}
.sectioncontent h2 {
	font-size: 28px;
	margin: 30px 0;
	font-weight: 300;
}
.sectioncontent h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 400;
}

.sectioncontent blockquote {
	padding: 0px 21px;
	margin: 30px 0px;
}
.sectioncontent blockquote p {
	font-size: 15px;
	margin: 10px 0px;
}
.sectioncontent blockqoute h4 {
	line-height: 0px;
}

.sectioncontent .content-greybg {
	background-color: #f5f5f5;
	padding: 20px;
	margin-top:20px;
}
.sectioncontent .content-greybg h3 {
	margin-top:10px;
}
section.page-content {
	padding-bottom: 40px;
	padding-top: 20px;
}
section.page-content h1 {
	color: #203F78;
	margin-top : 0px;
}

section.page-content .img-thumbnail {
	background-color: #ebf2e5;
	box-shadow: none;
	border-radius: none;
}

.sectioncontent ol {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
.sectioncontent ul {
	list-style-type: disc;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-top: 30px;
}

/*******************************/
/*         Side Nav         */
/*******************************/

.sidenav-main .glyphicon { margin-right:10px; }
.sidenav-main .arrow {color: #CCCCCC;font-size: 12px;}
.sidenav-main.panel-group .panel + .panel {margin-top:0px;}
.sidenav-main .panel-heading {padding: 5px 4px;background-color:#f5f5f5;}
.sidenav-main .panel-title {line-height: 14px;padding:4px;font-size: 13px;text-transform:uppercase;}
.sidenav-main .panel-body { padding:0px; }
.sidenav-main .panel-body table tr td {padding-top:5px; padding-bottom:5px;}
.sidenav-main-2ndlevel {font-size: 13px;color: #203F78;}
.sidenav-main-2ndlevel a:hover, .sidenav-main-3rdlevel a:hover, .sidenav-main a:hover {color: #000000;}
.sidenav-main .panel-body .table {margin-bottom: 0px; }
.sidenav-main-3rdlevel {line-height:18px;margin-top: 5px;margin-left: 15px;}
.sidenav-main-3rdlevel a {color: #4E6FAD;float: left;font-size: 12px;line-height: 13px;padding: 5px 0;width: 100%; }
.sidenav-main .panel.panel-default {margin-bottom: 1px;}
.sidenav-main .panel-default .panel-heading .panel-title a {font-size: 13px;font-weight: 600;padding: 0;text-transform: none;color: #203F78;}

.sidenav-main a[aria-expanded=false] .fa-angle-down{
	display:none !important;
}
.sidenav-main a[aria-expanded=true] .fa-chevron-right{
	display:none !important;
}
.sidenav-main .svg-inline--fa {
	color: #203F78;
}
.sidenav-main .svg-inline--fa.fa-chevron-right {
	font-size: 14px;
	padding-top: 4px;
}

.sidenav-main-4thlevel a {
	margin-left: 15px;
	color: #222;
	max-width: 150px;
}

/*******************************/
/*         SIDE NAV - sm & xs      */
/*******************************/
.sidenav a {color:#fff;}
.sidenav .table a:hover {color:#000;}
.sidenav .table a {font-size: 14px;}
.sidenav .panel {background-color: transparent;border:none !important;}
.sidenav .glyphicon { margin-right:10px; }
.sidenav .arrow {color: #CCCCCC;font-size: 12px;}
.sidenav.panel-group .panel + .panel {margin-top:0px;}
.sidenav .panel-heading {padding: 0px;border-bottom: 1px solid #999999;}
.sidenav .panel-title {line-height: 15px;padding:10px;font-size: 15px;font-weight:normal;background-color: #8c8c8c;}
.sidenav .panel-title:hover {background-color: #7e7e7e;}
.sidenav .panel-title a {background-color: transparent !important;color: #fff;font-weight: normal;line-height: 14px;padding: 0 !important;}
.sidenav .panel-body { padding:0px; }
.sidenav .panel-body table tr td { padding-left: 10px; padding-top:5px; padding-bottom:5px;border:none;}
.sidenav .panel-body .table {margin-bottom: 0px; }
.sidenav-3rdlevel { margin: 5px 0 0 0px; line-height:18px;padding-left: 8px;}
.sidenav-3rdlevel a {color: #f7f7f7;float: left;line-height: 14px;padding: 5px 0;width: 100%;}
.sidenav .panel-title a.collapsed {}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}


/*******************************/
/*         Account Landing Page      */
/*******************************/

.my-account-landing-page .text-info {
	color: #203F78;
}

.my-account-landing-page h1, .my-account-landing-page h2 {
	font-size: 25px;
	font-weight: 300;
}

.my-account-landing-page .panel-body {
	background-color: rgba(34, 34, 34, 0.04);
	padding: 5px 10px;
	min-height: 190px;
}
.my-account-landing-page .list-group-item.active {
	padding-bottom: 2px;
	padding-top: 5px;
	color: #fff
}

.my-account-landing-page .list-group-item.active,
.my-account-landing-page .list-group-item.active:hover,
.my-account-landing-page .list-group-item.active:focus {
	color: #fff !important;
	background-color: #203F78 !important;
	border-color: #203F78;
}

.my-account-landing-page .lbl {
	color: #FFF;
	text-align: center;
	margin-top:6px;
	padding: 8px;
	width: 35px;
}

.my-account-landing-page .my-account-orders-information .list-group-item:hover {
	background-color: rgba(15, 15, 15, 0.06);
	color:#222;
}

.my-account-landing-page .list-group-item-heading {
	font-size: 16px;
}

/*******************************/
/*         Product List         */
/*******************************/

.breadcrumb {
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.btn-group.btn-breadcrumb {
	margin-bottom: 15px;
	margin-left: 7px;
	margin-top: 20px;
}

.btn-breadcrumb .svg-inline--fa {
	height: 10px;
	margin-top: -3px;
	vertical-align: 0px;
}

.btn-breadcrumb .btn.btn-default {
	font-size: 12px;
	color: #020202;
	line-height: 3px;
	height: 15px;
	text-transform: capitalize;
}
.btn-breadcrumb .btn.btn-default:hover {
	color: #000;
}

h1.page-title {
	font-size: 20px;
	font-weight: 300;
	margin-top: -6px;
	margin-bottom: 5px;
	color: #203F78;
}

.page-header.page-title {
	margin: 0 0 15px;
	padding: 0 0 6px;
	border: 0px;
	font-weight: 300;
	font-size: 25px;
	color: #203F78;
}

/* Product Cell */

.product-listing-thumbnails {
	margin-top: 0px;
}
.matrix_products {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
}
.product-cell hr {
	margin: 0;
}
.product-cell .form-group {
	margin-bottom: 0px;
	margin-top:5px;
}

.product-cell-price {
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.product-cell-code {
	margin-bottom: 10px;
}

.row.matrix-row {
	min-height: 40px;
}

.product-cell {
	padding: 0px;
	background: none;
	border: 1px solid #ddd;
}
.product-cell:hover {
	border: 1px solid #aaa;
}

.prodcell .panel {
	margin-bottom: 5px;
}

.product-cell h4 {
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 0;
	min-height: 50px;
	font-size: 14px;
}
.product-cell h4 a {
	font-size: 14px;
	color:#000;
	font-weight: normal;
}
.product-cell figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #fff;
	min-height: 140px;
}
.product-cell figcaption {
	background: none repeat scroll 0 0 rgba(79, 79, 79, 0.68);
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.product-cell figcaption p {
	display: table-cell;
	font-size: 1em;
	color: #00446B;
	text-transform: uppercase;
	position: relative;
	top: -40px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.product-cell:hover figcaption {
	opacity: 1;
	background: none repeat scroll 0 0 rgba(212, 212, 212, 0.68);
}
.add-favourites-quote {
	font-size: 11px;
}

.product-cell-add-to-order {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.category-title > a {
	color: #243843 !important;
	font-size: 14px !important;
}

.category-title > a:hover {
	color: #000 !important;
}
.category-cell .caption > h4 {
	/*border-top: 1px solid #000;*/
	font-weight: 600;
	line-height: 18px;
	padding: 10px 0;
}

.product-cell.category-cell {
	min-height: auto !important;
	border: 1px solid #fff;
	padding: 0px;
}
.panel.category-cell {
	margin-bottom: 0px;
}
.product-cell.category-cell .category-title {
	min-height: 30px;
	margin-top: 10px;
	padding: 0;
}

.product-cell.category-cell .img-responsive {
	max-height: 200px;
}
.img-cell-height {
	min-height: 200px;
}

.category-cell .img-cell-height {
	border: 1px solid #eee;
}

.category-cell .img-cell-height:hover {
	border: 1px solid #ccc;
}

.product-cell.category-cell .panel-body {
	padding: 0px 10px;
}
/*******************************/
/*         Product Detail         */
/*******************************/

/*global table style*/

thead {
	background-color: #e1e1e1;
	border-bottom: 1px solid #243843;
	color: #666;
	font-weight: normal;
}

th {
	font-weight: normal;
}

.product-detail {
	margin-bottom: 40px;
}

.product-detail .form-control {
	max-width: 300px;
}
.product-detail .quantity-box {
	width: 80px !important;
}

.product-detail .thumbnail {
	margin-bottom:0px;
}
.product-detail p {
	margin: 20px 0;
}

.product-detail-image {
	max-height: 400px;
}
.product-detail .description li {
	list-style-type: disc;
	margin-left: 18px;
}
.product-detail-product-title {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #020202;
	font-weight: 600;
}
.product-detail .code {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 20px 0px;
}
.product-detail .select-item-sku {

}
.product-detail .description ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-options li{
	padding-left: 0px;
}
.product-options li:first-child {
	padding-left: 5px;
}

.product-detail .price {
	font-size: 30px;
	font-weight: 600;
	color: #203F78;
}

.product-detail .price small {
	font-size: 18px;
}

.fa.fa-star {

}
.zoom-thumbnail {
	max-height: 120px;
}
.form-inline.buy_h {
	margin-left: -5px;
}

.product-image-link {
	position: relative;
}

.zoom-link {
	position: absolute;
	bottom: 5px;
	left: 5px;
	opacity: 0.8;
	font-size: 16px;
	background-color: #fff;
}
.zoom-link:hover {
	opacity: 1;
}
/*******************************/
/*         Register         */
/*******************************/

input.register-terms-checkbox {
	margin-left: 0 !important;
}
.register-terms-text {
	margin-left: 17px;
}


/*******************************/
/*         Favourites      */
/*******************************/

.favourites-list h4 a {
	color: #333;
	font-size:15px;
}
.favourites-list .thumbnail {
	height:125px;
	margin-bottom: 0px;
}
.favourites-list .code {
	color: #666;
}
.favourites-list-buttons .removefromfavourites,
.favourites-list-buttons .moreinfo {
	background-color: #f1f1f1;
	border: 1px solid #b5b5b5;
	padding: 2px 10px;
	line-height:40px; /*prevent icons overlapping on mid size*/
}
.ordernow.btn-primary.btn.fav_buy {
	display: block;
	border: none;
}



/*******************************/
/*         Checkout     */
/*******************************/

.cart-table .thumbnail {
	width: 50px;
	margin-bottom:0px;
}

.print-order, .edit-order a, .back-to-list {
	font-size: 12px;
	text-decoration: underline;
}

.cart-table .quantity-box {
	width: 50px;
}

.cart-saved-orders-panel {
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid rgba(204, 204, 204, 0.33);
}

.cart-saved-orders-panel legend {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

.cart-saved-orders-panel .help-block {
	color: #000;
}

/* Summary */

.panel-heading.steps-panel-heading {
	color: #000;
	padding: 8px 17px;
}
.summary-content .panel-title {
	font-size: 14px;
}

.cartcontent .panel-body {
	min-height: 100px;
}
.proceedpayment {
	margin-left: 10px;
	margin-bottom: 10px;
}

.panel-heading.summary-address,
.panel-footer.summary-address{
	padding-bottom: 5px;
	padding-top: 5px;
}
.summary-content .panel-title {
	font-size: 14px;
	font-weight: bold;
}

/* Checkout Process Steps */
.bs-wizard {margin-bottom: 20px;margin-top: 20px;}
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 13px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;border: 1px solid #e7e7e7;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

/*******************************/
/*         Footer         */
/*******************************/


footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/*
footer p {
margin: 0;
}
footer h3 {
border-bottom: 1px dotted #cecece;
color: #cecece;
font-size: 14px;
padding: 10px 0px;
text-transform: uppercase;
margin-top:0px;
}
footer ul {
font-size: 13px;
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-top: 0px;
height: 110px;
}
footer ul li a {
padding: 0 0 5px 0;
display: block;
}
footer a {
color: #fafafa;
}
footer a:hover, footer a:active {
color: #8fb0c3;
}
*/

.product-cell .img-responsive {
	font-size: 11px;
	padding: 5px;
	line-height: 13px;
	max-height: 130px;
}

/*******************************/
/*         Media Queries         */
/*******************************/

/* ====================================== */
/* small size */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.footer-mobile-clear {height:400px} /*prevent content showing behind the footer*/
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.footer-mobile-clear {height:400px} /*prevent content showing behind the footer*/
}

@media (min-width:768px) and (max-width:991px){
	.dropdown:hover .dropdown-menu {display: block;}
	footer {height: 500px;}
	body {padding-bottom: 500px;}  /*Margin bottom by footer height*/
	.clear {height:0px} /*prevent content showing behind the footer*/
	.container {width:100%;}
	.padding-0-sm {padding: 0px;}
	.footer-social-links {
		text-align: center;
		margin-bottom: 20px;
	}

	#myCarousel .item > img {max-height: 250px;max-width: none !important;}
	#myCarousel .carousel-caption h3 {font-size: 22px;line-height: 22px;}
	#myCarousel .btn.btn-primary.btn-lg {font-size: 14px;margin-top: 20px;padding: 10px;}
	#myCarousel .carousel-caption {width: 80%;}

	.col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
	.col-lg-3.col-md-3.col-sm-4.col-xs-6.column.product-listing-thumbnails:nth-child(3n+1){clear:both}
	.col-md-15.col-lg-15.col-sm-3.col-xs-6.product-listing-thumbnails:nth-child(4n+1){clear:both}

	.container.cart_holder.hidden-xs {margin-bottom:10px; margin-top: -10px;}
	.cart-table {font-size: 12px;}

	.breadcrumbs {margin-top: 10px;margin-bottom:10px;}

	.portfolio-item-content .header {font-size: 12px;}
	.copyright-section ul.footer-nav {margin-left: -10px;margin-top: 5px;}
	.news-panel-description {min-height: 120px;}
	.parallax .panel-body > h4 {font-size: 16px;}
	.product-detail-product-title {margin-top: 20px;}
	footer .tagline {max-width: 170px;}
	.parallax .caption h4 {font-size: 20px !important;}

	.item > img {max-height: 250px;}
	.category-cell .caption > h4 {font-size: 14px !important;}
	.product-cell .img-responsive {max-height: 130px;max-width: 100%}
	.product-cell figure {height: 163px;}
	.prodcell .input-group {width: 100%;}

	.training-links h4 {margin: 10px 0px;}
	.training-links .col-sm-4.hidden-xs > a,
	.training-links .col-sm-3.hidden-xs > a {margin: 6px 0px;}

	.homepage-newsletter h4 {font-size: 22px;margin-top: 0px;margin-bottom: 20px;}

	.footer-widget h4 {font-size: 16px;line-height: 18px;}
	.footer-widget {margin-bottom: 20px;}

	.account-number {text-align: center;}
	.account-name {text-align: right;}
	.form-box {margin-top: 30px;}
	.top-row ul.ul-right li:first-child {border-left: 1px solid #1c2b46;}
	.sagepay-image {float: right;}

}

/* ====================================== */
/* mid size */

@media (min-width:992px) {
	.dropdown:hover .dropdown-menu {display: block;}
	footer {height: 500px}
	body {padding-bottom: 500px; }/*Margin bottom by footer height*/

	.col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(4n+1){clear:both}
	.col-lg-3.col-md-3.col-sm-4.col-xs-6.column.product-listing-thumbnails:nth-child(4n+1){clear:both}
	.col-md-15.col-lg-15.col-sm-3.col-xs-6.product-listing-thumbnails:nth-child(5n+1){clear:both}

	#content {min-height: 600px;}
	.container.cart_holder {padding-top: 10px;margin-bottom:0px}

	#myCarousel .item > img {width:100%;}
	#myCarousel .carousel-caption h3 {font-size: 30px;line-height:30px;}

	.breadcrumbs {margin-top: 10px;margin-bottom:10px;}
	.header-telephone {font-size: 13px;}
	.logo {margin-top: 0px;}

	.copyright-section ul.footer-nav {float: right;}
	.news-panel-description {min-height: 90px;}
	footer .tagline {max-width: 200px;}
	.parallax .caption h4 {font-size: 28px !important;}
	.category-cell .caption > h4 {font-size: 15px;}
	.product-cell .img-responsive  {max-width:100%;}
	/*.product-cell figure {height: 163px;}*/
	.product-detail {min-height: 400px;}
	.product-cell {min-height: 350px;}

	.training-links h4 {margin: 10px 0px;}
	.training-links .col-sm-4.hidden-xs > a,
	.training-links .col-sm-3.hidden-xs > a {margin: 6px 0px;}

	.homepage-newsletter h4 {font-size: 22px;margin-top: 12px;}
	.footer-widget h4 {font-size: 16px;line-height: 18px;}
	.footer-widget {margin-bottom: 20px;}

	.account-number {text-align: center;}
	.account-name {text-align: right;}

	.top-row ul.ul-right li:first-child {border-left: 1px solid #1c2b46;}
	.sagepay-image {float: right;}


	.product-cell-code {
		line-height: 16px;
	}

}

/* ====================================== */
/* large size */
@media(min-width:1200px){
	footer {height: 450px;}
	body {padding-bottom: 450px;} /*Margin bottom by footer height*/

	.col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(4n+1){clear:both;}
	.col-lg-3.col-md-3.col-sm-4.col-xs-6.column.product-listing-thumbnails:nth-child(4n+1){clear:both;}
	.col-md-15.col-lg-15.col-sm-3.col-xs-6.product-listing-thumbnails:nth-child(5n+1){clear:both;}

	#content {min-height: 600px;}
	.container.cart_holder {margin-bottom:10px; margin-top: -10px;}

	#myCarousel .item > img {width:100%;}

	.breadcrumbs {margin-top: 10px;margin-bottom:10px;}
	.header-telephone {font-size: 16px;}
	.logo {margin-top: 0px;}

	.copyright-section ul.footer-nav {float: right;}
	.news-panel-description {min-height: 70px;}
	footer .tagline {max-width: 250px;}
	.parallax .caption h4 {font-size: 28px !important;}
	#myCarousel .carousel-caption h3 {font-size: 45px;line-height: 50px;}
	.product-cell .img-responsive {max-width:100%;}


	/*.product-cell figure {height: 163px;}*/
	.product-detail {min-height: 400px;}
	.product-cell {min-height: 350px;}

	.training-links h4 {margin: 10px 0px;}
	.training-links .col-sm-4.hidden-xs > a,
	.training-links .col-sm-3.hidden-xs > a {margin: 6px 0px;}
	.homepage-newsletter h4 {font-size: 22px;margin-top: 12px;}
	.footer-widget h4 {font-size: 16px;line-height: 18px;}
	.footer-widget {margin-bottom: 20px;}

	.top-row ul.ul-right li:first-child {
		border-left: 1px solid #1c2b46;
	}

}

#alertify-ok.btn.btn-sm.btn-primary {margin-left: 5px;}
.alertify-buttons {
	margin-top: 10px;
}
