/* 
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){}
*/

/* Custom, iPhone Retina */ 
@media(min-width:0px) and (max-width:300px) {
    footer {height: 420px;clear:both;}
    body {padding-bottom: 420px;} /*Margin bottom by footer height*/
	footer img {margin-left: auto; margin-right: auto;}
    .clear { clear: both; height: 0px; } /*prevent content showing behind the footer*/
    .col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
    .brand-offer h3 {font-size: 18px;}
    .cart-table {font-size: 12px;}
    .search-mobile .form-control {margin-left: 2px;}
    .navbar-toggle {margin-top: 6px;margin-bottom: 6px;}
    .navigation-background {margin-top: 10px;}
    .quickform-info {margin-bottom: 5px;margin-top: 5px;}
    .top-bar,.top-bar a, .cart-text {font-size: 12px;}
    .top-bar .list-inline {}
    .section-contact-info {margin-top:20px;}
    .top-cart-links-col {text-align: right;}
    header img {max-width: 140px !important;}

    .main-header .logo, .main-header .navbar {background-color: #004a90;}
    .logo-mobile {padding-top: 15px; margin-bottom: 15px; margin-left: 15px;}
    .account-list .panel.panel-primary {padding: 5px 2px;}

    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(2n+1) {clear: both;}
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail-products:nth-child(2n+1) {clear: both;}
    
    footer {font-size: 13px;}
    .homepage-message h1 {font-size: 30px;line-height: 40px;margin-top: 150px;}
    
    .main-header {background-color: #fff;}
}

/* Extra Small Devices, Phones */ 
@media(min-width:301px) and (max-width:350px) {
	footer {height: 450px;clear:both;}
	body {padding-bottom: 450px;} /*Margin bottom by footer height*/
	footer .img-responsive.logo-sm {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
    .clear { clear: both; height: 0px; } /*prevent content showing behind the footer*/
    .col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
    .brand-offer h3 {font-size: 18px;}
    .cart-table {font-size: 12px;}
    .search-mobile .form-control {margin-left: 2px;}
    .navbar-toggle {margin-top: 6px;margin-bottom: 6px;}
    .navigation-background {margin-top: 10px;}
    .quickform-info {margin-bottom: 5px;margin-top: 5px;}
    .top-bar, .top-bar a, .cart-text {font-size: 12px;}
    .top-bar .list-inline {}
    .section-contact-info {margin-top:20px;}
    .top-cart-links-col {text-align: right;}
    header img {max-width: 140px !important;}

    .main-header .logo, .main-header .navbar {background-color: #004a90;}
    .logo-mobile {padding-top: 15px; margin-bottom: 15px; margin-left: 15px;}
    .account-list .panel.panel-primary {padding: 5px 2px;}

    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(2n+1) {clear: both;}
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail-products:nth-child(2n+1) {clear: both;}
    
    footer {font-size: 13px;}
    .homepage-message h1 {font-size: 30px;line-height: 40px;margin-top: 80px;}
    .main-header {background-color: #fff;}
}
/* Extra Small Devices, Phones */ 
@media(min-width:351px) and (max-width:400px) {
    footer {height: 240px;clear:both;}
    body {padding-bottom: 240px;} /*Margin bottom by footer height*/
    .clear { clear: both; height: 0px; } /*prevent content showing behind the footer*/
    .col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
    .brand-offer h3 {font-size: 18px;}
    .cart-table {font-size: 12px;}
    .search-mobile .form-control {margin-left: 2px;}
    .navbar-toggle {margin-top: 6px;margin-bottom: 6px;}
    .navigation-background {margin-top: 10px;}
    .quickform-info {margin-bottom: 5px;margin-top: 5px;}
    .top-bar, .top-bar a,.cart-text {font-size: 12px;}
    .top-bar .list-inline {}
    .section-contact-info {margin-top:20px;}
    .top-cart-links-col {text-align: right;}
    header img {max-width: 140px !important;}

    .main-header .logo, .main-header .navbar {background-color: #004a90;}
    .logo-mobile {padding-top: 15px; margin-bottom: 15px; margin-left: 15px;}
    .account-list .panel.panel-primary {padding: 5px 2px;}

    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(2n+1) {clear: both;}
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail-products:nth-child(2n+1) {clear: both;}
    
    footer {font-size: 13px;}
    .homepage-message h1 {font-size: 30px;line-height: 40px;margin-top: 80px;}
	
	.homepage-message {min-height: 600px;}
    
}

/* ====================================== */
/* mobile styles */
@media(min-width:401px) and (max-width:767px) {
    footer {height: 450px;clear:both;}
    body {padding-bottom: 450px;} /*Margin bottom by footer height*/
	footer .img-responsive.logo-sm {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
    .clear { clear: both; height: 0px; } /*prevent content showing behind the footer*/
	.col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
    .brand-offer h3 {font-size: 18px;}
    .cart-table {font-size: 12px;}
    .search-mobile .form-control {margin-left: 2px;}
    .navbar-toggle {margin-top: 6px;margin-bottom: 6px;}
    .navigation-background {margin-top: 10px;}
    .quickform-info {margin-bottom: 5px;margin-top: 5px;}
    .top-bar,.top-bar a, .cart-text {font-size: 12px;}
    .top-bar .list-inline {}
    .section-contact-info {margin-top:20px;}
    .top-cart-links-col {text-align: right;}
    header img {max-width: 140px !important;}
    
	.main-header .logo, .main-header .navbar {background-color: #444444;}
    .logo-mobile {padding-top: 15px; margin-bottom: 15px; margin-left: 15px;}
    .account-list .panel.panel-primary {padding: 5px 2px;}
    
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(2n+1) {clear: both;}
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail-products:nth-child(2n+1) {clear: both;}
    
    footer {font-size: 13px;}
    
    .homepage-message h1 {font-size: 40px;line-height: 50px;margin-top: 80px;}

    
    
}
/*******************************/
/*         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;}

.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-top-80 {margin-top:80px;}
.margin-bottom-0 {margin-bottom:0px;}
.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}

.bg-warning {
    background-color: #f9f9f9;
}

.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: 600;
}

.navbar-form,
.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;
}

.btn-primary {
    border: medium none;
}

/*******************************/
/*         Section content         */
/*******************************/

.sectioncontent {
    margin-bottom:0px;
}
.sectioncontent h1 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 300;
}
.sectioncontent h2 {
    font-size: 18px;
    margin-top: 0;
}
.sectioncontent h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
section.page-content {
    padding-bottom: 40px;
    padding-top: 20px;
}
section.page-content h1 {
    color: #506247;
    margin-top : 0px;
}

section.page-content .img-thumbnail {
    background-color: #ebf2e5;
    box-shadow: none;
    border-radius: none;
}
.sectioncontent .panel-title {
    margin: 5px 0px;
}

/*******************************/
/*         Side Nav         */
/*******************************/

.sidenav .glyphicon { margin-right:10px; }
.sidenav .arrow {color: #CCCCCC;font-size: 12px;}
.sidenav.panel-group .panel + .panel {margin-top:0px;}
.sidenav .panel-heading {padding: 5px 4px;background-color: rgba(0, 69, 106, 0.15);}
.sidenav .panel-title {line-height: 14px;padding:4px;font-size: 13px;text-transform:uppercase;}
.sidenav .panel-body { padding:0px; }
.sidenav .panel-body table tr td { padding-left: 10px; padding-top:5px; padding-bottom:5px;font-size:13px;}
.sidenav .panel-body .table {margin-bottom: 0px; }
.sidenav-3rdlevel { margin: 5px 0 0 -20px; line-height:18px;}
.sidenav-3rdlevel a {color: #333333;font-size: 12px; }
.sidenav .panel.panel-default {margin-bottom: 5px;}


/*******************************/
/*         SIDE NAV - sm & xs      */
/*******************************/
.sidenav {padding-right:10px;}
.sidenav a {color:#fff;}
.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: 5px 4px;background-color: transparent !important;}
.sidenav .panel-title {line-height: 12px;padding:0px;font-size: 12px;font-weight:normal;}
.sidenav .panel-title a {padding:2px 0px;background-color: transparent !important;color:#fff;text-transform: uppercase;}
.sidenav .panel-body { padding:0px; }
.sidenav .panel-body table tr td { padding-left: 5px; padding-top:5px; padding-bottom:5px;font-size:13px;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 {font-size: 12px;color:#ccc; }
.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: #00456A;
}
.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 .list-group-item-heading{
	color: #fff
}
.my-account-landing-page .lbl {
    color: #FFF;
    text-align: center;
    margin-top:6px;
    background-color:#00456A; 
    padding: 8px;
    width: 35px;
}
.my-account-landing-page .my-account-orders-information .list-group-item {
    background-color: rgba(34, 34, 34, 0.04);
}
.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 .my-account-orders-information .list-group-item-heading {
    color:#00456A;
}
.my-account-landing-page .list-group-item-heading {
    font-size: 16px;
}

/*******************************/
/*         Product List         */
/*******************************/
 

.page-header.page-title {
    margin: 0 0 15px;
    padding: 0 0 6px;
}

/* Product Cell */

.product-listing-thumbnails {
    margin-top: 10px;
}
.product-cell {
    padding: 5px;
    background: none;
    border: 1px solid rgba(183, 183, 183, 0.3);
}
.product-cell h4 {
    line-height: 14px;
    margin-bottom: 5px;
    margin-top: 0;
    min-height: 60px;
}
.product-cell h4 a {
    font-size: 13px;
    color:#666;
    font-weight: normal;
}
.product-cell figure {
    height: 163px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.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;
}
.category-title > a {
    color: #243843 !important;
    font-size: 14px !important;
}
.product-cell .img-responsive {
    height:100%;
}


/*******************************/
/*         Product Detail         */
/*******************************/

/*global table style*/

thead {
    background-color: #f5f5f5;
    font-weight: normal;
}
thead th {
    font-weight: 600;
}

.table.cart-dropdown > thead > tr > th,
.table.cart-dropdown > thead > tr > th, 
.table.cart-dropdown > tbody > tr > th, 
.table.cart-dropdown > tfoot > tr > th, 
.table.cart-dropdown > thead > tr > td, 
.table.cart-dropdown > tbody > tr > td,
.table.cart-dropdown > tfoot > tr > td{
    border: 0px;
}
th {
    font-weight: normal;
}
.product-detail .form-control {
    max-width: 300px;
}
.product-detail .quantity-box {
    width: 80px !important;
}

.product-detail-product-title {
    border-bottom: 1px dotted #ccc;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #000;
}
.product-detail .code {
    color: #333;
}
.product-detail .select-item-sku {

}
.product-detail .description {
    font-size:13px;
}
.product-detail .price {
    font-size:16px;
}
.fa.fa-star {
    color: #000;
    /*background-color: #666;
    padding: 2px;
    border-radius: 5px;*/
}
.zoom-thumbnail {
    max-height: 110px;
    min-height: 110px;
}

/*******************************/
/*         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, 
.favourites-list-buttons .ordernow {
    background-color: #f1f1f1;
    border: 1px solid #b5b5b5;
    padding: 5px 10px;
	line-height:30px; /*prevent icons overlapping on mid size*/
}
  

/*******************************/
/*         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: #f1f1f1;
    padding: 10px;
    border: 1px solid rgba(204, 204, 204, 0.33);
}

/* 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;
}

.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%;
  background-color: #720336;
  padding-top: 20px;
  color: #fff;
  font-size: 13px;
}

/*
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;
}
*/

/*******************************/
/*         Media Queries         */
/*******************************/

/* ====================================== */
/* small size */   


@media (min-width:768px) and (max-width:991px){
    .dropdown:hover .dropdown-menu {display: block;}
    footer {height:250px;}
    body {padding-bottom: 250px;}  /*Margin bottom by footer height*/
    .clear {height:00px} /*prevent content showing behind the footer*/
	.col-lg-3.col-md-3.col-sm-6.col-xs-6.column.product-listing-thumbnails:nth-child(2n+1){clear:both}
    .brand-offer .thumbnail {min-height: 300px;margin: 10px 0px;padding: 4px;}
    .container.cart_holder.hidden-xs {margin-bottom:10px; margin-top: -10px;}
    .cart-table {font-size: 12px;}
    .search-form .btn.btn-primary {margin-top: -6px;}
    .search-form.navbar-form {top: 55px;}
    .contact-details {margin-top: 6px;}
    .top-bar-cart {padding-top: 4px;}
    .top-cart-links-col {text-align: right;}
    .navbar-toggle {margin-right: 0px;margin-top:8px;}
    .main-nav .navbar-nav > li {border-right: 1px solid rgba(118, 118, 118, 0.30);min-width:120px;}
    .main-nav .navbar-nav > li.nav-home {min-width: 60px;}
    .nav.navbar-nav a {padding-left: 5px;}
    .section-contact-info {font-size: 16px;line-height: 20px;}
    .top-bar {padding: 5px 0px;}
    .container {width: 100%;}
    .logo-sm {margin-top:-2px;}
    .header-order-details .header-grey-bg {margin-top:0px;}
    .top-bar .dropdown-menu {min-width: 500px;padding: 10px;}
    /*.product-nav .dropdown.drop {width: 110px;text-align: center;}*/
    .account-list .panel.panel-primary {
        padding: 20px 10px;
    }
    
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(4n+1) {clear: both;}
    
    .homepage-message h1 {font-size: 60px;line-height: 70px;margin-top: 150px;}
    
    .banner-image-1 {width: 100%!important;}
	
	.homepage-message {min-height: 800px;}

}

/* ====================================== */
/* mid size */

@media (min-width:992px) {
    .dropdown:hover .dropdown-menu {display: block;}
    footer {height: 250px}
    body {padding-bottom: 250px; }/*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}
    .brand-offer .thumbnail {min-height: 300px;}
    .cartcontent {padding-left: 100px;padding-right: 100px;}
    .container.cart_holder {padding-top: 10px;margin-bottom:0px}
    .quick-order-list .search-result-add {float:right}
    .top-cart-links-col {text-align: right;}
	.main-nav .navbar-nav > li {border-right: 1px solid #848383;min-width:130px;}
    .main-nav .navbar-nav > li.nav-home {min-width: 60px;}
    .section-contact-info {font-size: 20px;line-height: 22px; margin-top:10px;}
    .top-bar {padding: 5px 0px;}
    .top-bar .dropdown-menu {min-width: 520px;padding: 20px 0px 20px 20px;}
    .col-border-right {border-right: 1px solid #0003; }
    .header-order-details .header-grey-bg {margin-top:0px;}
    /*.product-nav .dropdown.drop {width: 110px;text-align: center;}*/
    .account-list .panel.panel-primary {
        padding: 20px 10px;
    }
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(5n+1) {clear: both;}
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail-products:nth-child(5n+1) {clear: both;}
    
    .homepage-message h1 {font-size: 70px;line-height: 80px;margin-top: 150px;}
    
    /*.banner-image-1 {height: 350px !important;}
    .banner-image-2 {height: 350px !important;}*/
	
	.homepage-message {min-height: 800px;}
}

/* ====================================== */
/* large size */
@media(min-width:1200px){ 
    footer {height: 250px}
    body {padding-bottom: 250px;} /*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}
    .brand-offer .thumbnail {min-height: 300px;}
    .cartcontent {padding-left: 100px;padding-right: 100px;}
    .container.cart_holder {margin-bottom:10px; margin-top: -10px;}
    .quick-order-list .search-result-add {float:right}
    .top-cart-links-col {text-align: right;}
	.main-nav .navbar-nav > li {border-right: 1px solid #848383;min-width:130px;}
    .main-nav .navbar-nav > li.nav-home {min-width: 60px;}
    .section-contact-info {font-size: 20px;line-height: 22px;margin-top:10px;}
    .top-bar {padding: 5px 0px;}
    .top-bar .dropdown-menu {min-width: 520px;padding: 20px 0px 20px 20px;}
    .col-border-right {border-right: 1px solid #0003; }
    .header-order-details .header-grey-bg {margin-top:0px;}
    /*.product-nav .dropdown.drop {width: 110px;text-align: center;}*/
    .account-list .panel.panel-primary {
        padding: 20px 10px;
    }
    
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail:nth-child(5n+1) {clear: both;}
    .col-sm-3.col-md-15.col-lg-15.col-xs-6.special-offers-list-thumbnail-products:nth-child(5n+1) {clear: both;}
    
    .homepage-message h1 {font-size: 60px;line-height: 75px;margin-top: 150px;}
    
    /*.banner-image-1 {height: 433px !important;}
    .banner-image-2 {height: 430px !important;}*/
	
	.homepage-message {min-height: 800px;}
}

.alertify-buttons .btn.btn-sm.btn-primary {
    margin-left: 5px;
}

.is-alertify-dialog-hidden{
	-webkit-transform: translate(0, -250px) !important;
    -moz-transform: translate(0, -250px) !important;
    -ms-transform: translate(0, -250px) !important;
    -o-transform: translate(0, -250px) !important;
    transform: translate(0, -250px) !important;
}


/* ====================================== */
/* 5 column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 8px;
}

.col-xs-15 {
    width: 50%;
    float: left;
}

@media (max-width:767px) {
    .col-xs-15 {width: 50%;float: left;}
    .col-md-15.col-lg-15.col-sm-15.col-xs-15:nth-child(3n+1){clear:both}
}
@media (min-width:768px) and (max-width:991px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {

    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

