/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {font-family:"Melbourne";src:url("/fonts/Melbourne_reg.eot?") format("eot"),url("/fonts/Melbourne_reg.woff") format("woff"),url("/fonts/Melbourne_reg.ttf") format("truetype"),url("/fonts/Melbourne_reg.svg#Melbourne") format("svg");font-weight:normal;font-style:normal;}



body {
	font-family: "Melbourne", sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* -- container -- */

@media (min-width: 768px) {
    .container {
        width:auto;
    }
}
@media (min-width: 992px){
     .container {
        width:auto;
    }
}
@media (min-width: 1200px){
     .container {
        width:auto;
    }
}

@media (min-width: 1500px){
     .container {
        width:auto;
        margin:0px 100px
    }
}
@media (min-width: 1900px) {
    .container {
        max-width:1700px;
        margin:0px auto;
    }
}

/* -- container -- */


.input-group
{
    width: 100%;
}

.wp-block-image img{
    max-width: 100%;
    height: auto;
}

/*legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}*/

/*.form-inline .form-group{
    padding:10px 0px;
}
*/

/* -------- forms -------- */

.form-group {
	margin-bottom: 15px;
}

.form-inline .form-group {
	padding: 0px;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		margin-bottom: 15px;
	}
}

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;
}
.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;
}
img.img-responsive-content {max-width:100%;}

.inline-block
{
    display:inline-block;
}


/* 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 to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f9b130;
}

/* -------- forms - end -------- */

/* -------- top -------- */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
.container-wrap {overflow-x:hidden;}

#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	color: #f9b130;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
/* -------- top - end -------- */

/* -------- logo -------- */
#logo {
	margin: 0 auto 20px;
	text-align:center;
}
#logo img {margin:0 auto; display:inherit; width:100%; max-width:260px;}
@media screen and (min-width:768px) {#logo img {margin-top:20px;}}

/* -------- logo - end -------- */

/* -------- search -------- */
.searchControl {
	margin: 5px 0px;
	background: #f9b130;
	border-radius: 4px;
}
#telephone{text-align: center;color: #f9b130;font-size: 24px;}

@media screen and (min-width:768px) {.searchControl {margin-top:15px;}#telephone{margin-top:140px;text-align: center;color: #f9b130;font-size: 24px;}}
.searchControl .input-lg {
	height: 33px;
	line-height: 20px;
	padding: 0 10px;
	background: transparent;
}
.searchControl .form-control { border:0 !important; color:#fff;}
.searchControl .btn-lg {
	padding: 7px 15px;
	line-height: 18px;
	font-size: 15px;
	color: #fff;
	text-shadow: none;
	background: transparent;
	border: none;
	box-shadow: none;
}

.searchControl ::-webkit-input-placeholder{color:#fff;}
.searchControl :-moz-placeholder{color:#fff;}
.searchControl ::-moz-placeholder{color:#fff;}
.searchControl :-ms-input-placeholder{color:#fff;}

/* -------- search - end -------- */

/* -------- cart -------- */
#cart 
{
	margin-bottom: 10px;
}


.shopping-cart {position:absolute; right:0; top:165px; z-index:999;}
#cart {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 20px;	

}
#cart > .btn {border-radius:50px; border-bottom:3px solid #AC1D23; border:1px solid #fff;}
#cart button .fa-shopping-cart {
	font-size: 20px;
	margin-left: -5px;
}
#cart .btn-lg {
    padding: 13px 0px;
    min-width:50px;
    text-align:center;
    align-content:center;
    align-items:center;
}
#cart .dropdown-menu {min-width:250px !important; max-height:500px; overflow-y: scroll;}
.cart-title {display:none;}

#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #DB2527;
    border: 0px solid #DB2527;
}
#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 - end -------- */

/* -------- menu -------- */
.top-menu {
    border-top:2px solid #f9b130; border-bottom:2px solid #f9b130; margin-bottom:20px; padding-top:1px; padding-bottom:3px;
    background: #ffffff; 
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 91%); /* W3C */
}
.navbar-nav>li {margin: 0 14px;}
@media (max-width:991px) {.navbar-nav>li {margin: 0 1px;}}
@media screen and (min-width:767px) {.top-menu {height:40px;padding-bottom:2px;}}
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	padding: 5px 10px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	text-transform: uppercase;
	border:1px solid transparent;
	border-radius:8px;
	line-height:20px;
}

#content {
	min-height: 400px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	border-top: 2px solid #f1592a;
	color: #333;
	margin-bottom: 30px;
}

footer a {
	color: #666;
}
footer a:hover {
	color: #f9b130;
}
footer h4 {
	border-bottom: 1px solid #ddd;
    color: #f9b130;
    display: table;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	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);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	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;
}*/
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
/*.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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	background: #f9b130; /* Old browsers */
    background: linear-gradient(to bottom, #ffd160 0%,#f9b130 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b130', endColorstr='#64882a',GradientType=0 );*/ /* IE6-8 */
    border:1px solid #f9b130;
    color:#fff;
    text-transform:uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #f9b130; /* Old browsers */
    background: linear-gradient(to bottom, #ffd160 0%,#f9b130 100%); /* W3C */

    border:1px solid #f9b130;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #faa732;
	border: none;
}
.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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #da4f49;
	border: none;
}
.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: none;
    background:#51a351;
	border: none;
}
.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: #df5c39;
	border: none;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	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: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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;
}


/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
@media screen and (min-width: 992px) {.fa-user {display:none !important;}}

@media (min-width: 769px) {.mobile-view {display:none;}}
@media (max-width: 768px) {.desktop-view {display:none;}}


.fixed {
	position:fixed;
	top:0;
	box-shadow:0 2px 4px rgba(0, 0, 0, .3);
}
#cart-module .fixed {z-index:999; background:#fff;}

.remove {
	cursor: pointer;
	color: #db2527;
}

/* -------------------------- WordPress intergration --------------------------*/
.menu-main-menu-container
{
}
.menu-main-menu-container li
{
    display:inline-block;
    text-decoration:none;
    box-sizing: border-box;
}
.menu-main-menu-container li a
{
    line-height: 20px;
    display: block;
    padding: 0.5em 0.5em;
    position: relative;
    text-decoration: none;
}
/*  -------------------------- Header Menu -----------------------  */


#top-links {
	position: relative;
	z-index: 999;
    width: 100%;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .caret {
    color:#db2527;
}



@media (max-width:767px) {
    #top-links 
    {
	    position: relative;
        z-index: 99;
        text-align: center;
    }
}


#top-links > div > ul
{
    padding:0px;
    display:block;
}
#top-links > div > ul > li > a
{
    padding:0px 20px;
    border-left:solid #fff 1px;
}
#top-links .menu > li:last-child > a
{
    border-right:solid #fff 1px;
}

#top-links > div > ul > li
{
    padding:0px;
    margin:0px;
    display:inline-block;
}
#top-links .menu > li + li
{
    margin-left:-4px;
}
#top-links .menu > li:last-child
{
    
}

#top-links .menu {
	margin: 0px;
}




.no-padding
{
    padding:0px !important;
}
.no-width-padding
{
    padding-left:0px !important;
    padding-right:0px !important;
}
#top-links .menu-item-has-children .sub-menu
{
    display:none;
    position:absolute;
    padding:10px 0px;
    margin-top:-5px;
    z-index: 1000;
    min-width:200px;
    text-align:left;
}

#top-links .menu-item-has-children ul.sub-menu {
    background:#eee;

}
#top-links .menu-item-has-children .sub-menu li
{
    display: block;
}
#top-links .menu-item-has-children .sub-menu li a
{
    padding-right: 60px;
}
/*#top-links .menu-item-has-children .sub-menu li:first-child
{
    border-top-left-radius:5px; 
    border-top-right-radius:5px; 
    padding-top:10px;
}
#top-links .menu-item-has-children .sub-menu li:last-child
{
    border-bottom-left-radius:5px; 
    border-bottom-right-radius:5px; 
    padding-bottom:10px;
}*/
#top-links .menu-item-has-children .sub-menu a
{
    color:#222;
    text-align:left;
    font-size:14px;
    display:block;
    padding:2px 10px;
}
#top-links .menu-item-has-children .sub-menu a:hover
{
    color:#000;
    border-color:#000;
}
#top-links .menu-item-has-children .sub-menu li:hover
{
    border-color:rgba(0,0,0,0);
}
#top-links .menu-item-has-children:hover .sub-menu,
#top-links .menu-item-has-children .sub-menu:hover
{ 
    display:block;
}

/*  -------------------------- bottotm Menu -----------------------  */
.footer-menu > div
{
    text-align:center;
}
.footer-menu .menu
{
    display:inline-block;
}

.footer-menu .menu ul
{
    display:block;
    text-align:center;
    align-content:center;
    margin:0px;
    padding:0px;
}
.footer-menu .menu li
{
    display:inline-block;
    text-decoration:none;
}
.footer-menu .menu li a
{
    display:inline-block;
    text-align:center;
    text-transform:uppercase;
    padding:0px 10px;
    border-right:1px solid #000;
    color:#111;
    font-size:12px;

}
.footer-menu .menu li:last-child a
{
    border:none;
}
@media (max-width:768px)
{
    .footer-menu .menu li a
    {
        display:block;
        border:none;
        line-height:2em;
    }
    .footer-menu .menu li
    {
        display:block;
    }
}
/*  -------------------------- Category Menu Control -----------------------  */
#menuControl
{
    display: block;
    background-color: #000;
    padding:10px;
    text-transform: uppercase;
    color:#FFF;
}
#menuControl .glyphicon
{
    font-size: 30px;
    color:#FFF;
    display:inline-block;
    right:0px;
    position: absolute;
    padding:15px 20px 15px 0px;
    line-height: 0.5em;
}

@media all and (min-width:769px)
{
    #menuControl
    {
        display:none;
    }
}

/* ---------------------------------- Product grid ----------------------------- */
.line-through
{
	text-decoration: line-through;
}
.product-price-table {
	font-weight: normal;
	display: table;
	width: 100%;
	padding: 10px 0px;
}

@media(max-width:325px) {
	.product-price-table {
		padding: 10px 0px;
	}
}

.product-price-table p {
	font-size: 14px;
	line-height: 1.5em;
	display: table-row;
}

.product-price-table p > span {
	display: table-cell;
}
.product-price-table p > span span
{	
	height: 1.1em;
    /*overflow: hidden;*/
    display: inline-block;
    margin-top: 3px;
	vertical-align: top;
}
.product-price-table p > span span.priceAmount
{
	display:inline;
}
.product-price-table p > span:first-child {
	padding-right: 3px;
}

@media(max-width:768px) {
	.product-price-table {
		padding: 5px 0px 10px;
	}
}

@media(max-width:375px) {
	.productControl .price-info .product-price-table a {
		display: none;
	}
}

.priceAmount {
	font-size: 16px;
	background: #faa732;
	color: #172223;
	padding: 2px 5px;
	border-radius: 4px;
	margin-bottom: 1px;
	font-weight: bold;
	line-height: 1.7em;
}

.products-container .form-group
{
	margin-bottom:0px;
}

@media(max-width:768px) {

	.products-container > .panel > .panel-body > .row {
		padding-left: 4px;
		padding-right: 4px;
	}
	.products-container .panel-body,
	.products-container .panel-body > .row > .col-xs-6 {
		padding-right: 4px;
		padding-left: 4px;
	}
	.products-container .caption {
		padding-right: 4px;
		padding-left: 4px;
	}
	.products-container .caption .row {
		margin-right: -4px;
		margin-left: -4px;
	}
	.products-container .caption .row .col-sm-12,
	.products-container .caption .row .col-xs-6
	{
		padding-right: 4px;
		padding-left: 4px;
	}
	.container {
		padding-right: 8px;
		padding-left: 8px;
	}
	.product-price-table p > span:first-child {
		padding-right: 8px;
	}
}


/* ---------------------------------- Product details ----------------------------- */
.thumbnail-collection a,
.thumbnail-collection a img {
	display: block;
	width: 100%;
	max-width: 200px;
}

.thumbnail-collection > div,
.thumbnail-collection > div.col-xs-6 {
	padding: 0px;
}

.product-details-column .panel-body {
	padding:10px 0px;
}

.panel{
	box-shadow:none;
}

@media(max-width:768px) {
	.thumbnail-collection {
		margin: 0px;
	}
}

.ProductImage-none {
	background: url('/images/no-product-image-230.png') center no-repeat;
}

.ProductImage-none > p {
	display: none;
}

#dimensionDetailList .row > div:first-child
{
	text-align:right;
}
.badge {
	white-space: normal;
	padding: 5px 9px;
}
.badge.promo-multibuy,
.badge.promo-price {
	background: #f9b130;
	color: #172223
}
.promo-block.promo-price{
	background: #f9b130;
	color: #172223;
	display:block;
	border-radius:5px;
	padding:5px;
	margin:5px 0px;
	text-align:center;
}

.badge.volume-price {
	background:#6e0997
}
.price-table abbr {
	background: #666;
	color: #FFF;
	padding: 5px 10px;
}

.row.form-group.price-info{
	height:65px;
	overflow:hidden;
	margin:10px -15px;
}

.price-table abbr,
.productControl .price-info abbr {
	border: none;
	text-decoration: none;
	/*background: rgba(255,255,255,0.2);*/
	padding: 2px 5px;
	border-radius: 2px;
}

.productControl .product-quantity-btns{
	min-height: 34px;
}

.price-table abbr {
	display: inline-block;
	background: #666;
	color: #FFF;
	padding: 5px 10px;
}

.price-table abbr a {
	color: #f9b130;
	cursor: pointer;
	border-bottom: solid 1px #f9b130;
}

.price-table td {
	padding-right: 20px;
	line-height: 1.8em;
}

.price-table td:last-child {
	padding-right: 0px;
}

/* ----------------------------------------- checkout ----------------------------------------- */
.detail-section {
	border-bottom: solid 1px rgba(0,0,0,0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.ui-datepicker {
	z-index: 100 !important;
}

@media(min-width:768px) {
	/*border:none;*/
}
/* ----------------------------------------- Modals ----------------------------------------- */

.modal-open, .modal.in{
	padding-right:0px !important;
}
.modal-header button.close
{
	margin-top:-30px;
}
.modal-header button.close > span{
	padding:3px 10px;
	font-size:30px;
}
