/* Orranje #f37321 */

@font-face {
	font-family: 'ExoMediumItalic';
	src: url('../fonts/Exo-Medium-Italic-webfont.eot');
	src: url('../fonts/Exo-Medium-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Exo-Medium-Italic-webfont.woff') format('woff'),
		 url('../fonts/Exo-Medium-Italic-webfont.ttf') format('truetype'),
		 url('../fonts/Exo-Medium-Italic-webfont.svg#ExoMediumItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceSansProRegular';
	src: url('../fonts/SourceSansPro-Regular-webfont.eot');
	src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
		 url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: none #F2F2F2 0 -80px;
	margin-top: 10px;
	color: #ffffff;
	font: 14px/20px 'SourceSansProRegular', Arial, sans-serif;
}

/* Menu Hack */
.navbar .btn-navbar { float: none; }

.orranje-info,
.carousel-caption h2,
.header .free-delivery,
.navbar-inverse .nav>li>a,
.category_container div.thumbnail .info h2,
#subcategories .nav-header,
.nav-list>li>a,
.page-product h1,
.page-product .page-header div { font: 18px/20px 'ExoMediumItalic', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.header .free-delivery { font-size: 20px; line-height: 40px; color: #f37321; }
.page-product h1,
.page-product .page-header div { font-size: 40px; line-height: 40px; margin: 0; max-width: 750px; }

a { color: #ffffff; text-decoration: none; }
a:hover, a:focus { color: #f37321; text-decoration: none; }

.header {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.main {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

@media (max-width: 979px) {
	body {
		margin-top:0px;
	}
	.navbar-inverse .nav-collapse .nav>li>a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
	    color: #fff;
	}
}

/* Bootstrap overrides
-------------------------------------------------- */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #999;
	background-color: #434343;
	color: #fff;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(234, 118, 25, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 118, 25,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 118, 25,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 118, 25,.6);
}

.btn-warning {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f89406;
  background-image: -moz-linear-gradient(top, #f89406, #f37321);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#f37321));
  background-image: -webkit-linear-gradient(top, #f89406, #f37321);
  background-image: -o-linear-gradient(top, #f89406, #f37321);
  background-image: linear-gradient(to bottom, #f89406, #f37321);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fff37321', GradientType=0);
  border-color: #f37321 #f37321 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f37321;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #333333;
  background-color: #f37321;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #333333 \9;
}
.btn-warning .caret {
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.label-warning, .badge-warning { background-color: #f37321; }

/* Header
-------------------------------------------------- */
.container.notice { padding-bottom: 4px; }
.container.header, .container.navigation, .container.main { background-color: #434343; padding: 6px; }
.container.header { padding: 0 6px; }
.navbar-inner #search { margin-bottom: 0; }
.navbar-search { margin-right: 5px; }
.navbar-search input { background-color: #434343; border-color: #000000; color: #999999; }
.brand { display: block; margin-left: 5px; overflow: hidden; height: 150px; width: 225px; }
.brand img {
	margin-top: -36px;
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

.header .my-account, .header .basket { list-style: none; margin: 8px 20px 8px 6px; }
.header .my-account { margin-top: 15px; }
.header .basket { margin-top: 2px; }
.header .my-account .dropdown-toggle .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	margin-top: 9px;
}
.header .my-account a:hover .caret,
.header .my-account a:focus .caret {
	border-top-color: #f37321;
	border-bottom-color: #f37321;
}
.header .contact-email { color: #f37321; margin-left: 3px }

.navbar { margin: -6px; }
.navbar-inner { padding-left: 0; padding-right: 0; }
.navbar-inverse .navbar-inner {
  background-image: -moz-linear-gradient(top, #444444, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image: -o-linear-gradient(top, #444444, #111111);
  background-image: linear-gradient(to bottom, #444444, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a { color: #ffffff; }
.navbar-inverse .brand, .navbar-inverse .nav>li>a:hover { color: #f37321; }
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle {
	color: #f37321;
	background-color: #222222;
}
.typeahead.dropdown-menu {
	overflow: hidden;
}
.typeahead.dropdown-menu > li > a {
	padding-left: 10px;
}

.dropdown-menu { background-color: #434343; }
.dropdown-menu>li>a,
.multi-column-dropdown>li>a {
	color: #ffffff;
}

.nav-list > li > a:hover,
.nav-list > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.multi-column-dropdown > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f37321;
  background-image: -moz-linear-gradient(top, #f89406, #f37321);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#f37321));
  background-image: -webkit-linear-gradient(top, #f89406, #f37321);
  background-image: -o-linear-gradient(top, #f89406, #f37321);
  background-image: linear-gradient(to bottom, #f89406, #f37321);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fff37321', GradientType=0);
}

ul.dropdown-menu {
	position: absolute;
	left: 0px;
}

.dropdown-menu .divider {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #666;
}

.dropdown-menu .h5 {
	-webkit-text-size-adjust: 100%;
    font: 14px/20px 'SourceSansProRegular', Arial, sans-serif;
    list-style: none;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 14px;
    margin: 0 10px;
}

/* Nav Dropdown (multiple columns) */
.navbar .nav>li>.dropdown-menu {
	margin-left: 0;
}
.navbar .nav>li>.dropdown-menu:after {
    border: none !important;
    content: "" !important;
}
.navbar .nav>li>.dropdown-menu > li.column-menu ul {
    display: inline-block;
    list-style: none outside none;
    margin: 10px 0 0 15px;
    width: 100%;
}
.navbar .nav>li>.dropdown-menu > li.column-menu li {
    display: inline;
    float: left;
    width: 100%;
}
.navbar .nav>li>.dropdown-menu > li.column-menu:first-child {
    margin-left: 0;
}

div.column-menu h5 {
	margin: 0 10px;
}

.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.multi-column-dropdown li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
}

.page-header { margin-top: 0; margin-bottom: 0; border-bottom: 0; }

.price-slash { text-decoration:line-through; font-size:.9em; color:#999; }
.price-sale { font-weight:bold; color:#ff753f; }
.product-price { color:#ffa800; }


.alert { margin-bottom: 6px; }
.alert .close { top: 0; right: -25px; }

/* Footer
-------------------------------------------------- */
.footer {
	padding: 10px 0;
	text-align: center;
	font-size: 11.9px;
	color: #555555;
}
.footer a { color: #ccc; }
.social {
	display: inline-block;
	margin-bottom: 5px;
}
.social a {
	width: 29px;
	height: 29px;
	display: inline-block;
	margin-right: 8px;
	border-bottom: none !important;
	background: url('../img/social-sprite.png');
	text-indent: -9999px;
}
.social a.facebook { background-position: 0px 0px; }
.social a.twitter { background-position: -29px 0px; }
.social a.instagram { background-position: -58px 0px; }
.social a.google { background-position: -87px 0px; }
.social a:hover { background-position-y: 100%; -moz-background-position-y: 100% }

.footer ul.pages { color: #555555; list-style: none; margin: 0 0 10px; }
.footer ul.pages a { color: #555555; }
.footer ul.pages a:hover { color: #f37321; }
.footer ul.pages li { display: inline; }
.footer ul.pages li:before { content: "| "; }
.footer ul.pages li:first-child:before { content: ""; }

/* Home Page
-------------------------------------------------- */
.orranje-info {
	font-size: 16px;
	margin: 0 auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}
.carousel { margin-bottom: 6px; height: 520px; }
.carousel-control, .carousel-control:hover, .carousel-control:focus { color: #f37321; }
.carousel-control { border: 2px solid #f37321; background: none; font-size: 62px; line-height: 43px; top: 45%; }
.carousel-caption h2 { margin: 0; }
.carousel-caption { background: rgba(0, 0, 0, 0.25); }

.row.boxes { margin-left: -6px; }
.boxes .span4 { margin-left: 6px; width: 386px; }
.boxes .span4:first-child img {
  -webkit-border-radius: 0 0 0 4px;
	 -moz-border-radius: 0 0 0 4px;
		  border-radius: 0 0 0 4px;
}
.boxes .span4:last-child img {
  -webkit-border-radius: 0 0 4px 0;
	 -moz-border-radius: 0 0 4px 0;
		  border-radius: 0 0 4px 0;
}

/* Category Page
-------------------------------------------------- */
.well { background-color: #434343; border-color: #999; margin-bottom: 6px; }
.nav-list > li > a, .nav-list .nav-header { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

/*.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}*/

/*#sort_products { margin-top: 15px; }*/
#subcategories { margin-bottom: 0; }
.pagination ul>li>a, .pagination ul>li>span,
.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span { background-color: none !important; }

.nav-list { padding: 12px 19px; }
.nav-list > li > a { padding-left: 25px; }

.category_container { margin-left: -12px; }
.category_container .f{ width: 288px; margin-left: 6px; margin-bottom: 6px; }
.span12 .category_container .product:first-child,
.span12 .category_container .product:nth-child(4n+5) { margin-left: 12px; }
.span9 .category_container .product:first-child,
.span9 .category_container .product:nth-child(4n+5) { margin-left: 12px; }

#readMore span.collapse[aria-expanded="false"] {
    display: block;
    height: 40px;
    overflow: hidden;
}

#readMore span.collapsing[aria-expanded="false"] {
    height: 40px;
}

#readMore a.collapsed:after  {
    content: '+ Read More';
}

#readMore a[role="button"]:not(.collapsed)::after {
    content: '- Read Less';
}

.thumbnail img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.category_container div.thumbnail { position: relative; min-height: 273px; line-height: 18px; }
.category_container div.thumbnail .image { text-align: center; height: 200px; overflow: hidden; }
.category_container div.thumbnail .image .helper { display: inline-block; height: 100%; vertical-align: middle; }
.category_container div.thumbnail .image img { vertical-align: middle; width: 290px; }
/*.category_container div.thumbnail .label { position: absolute; top: 10px; left: 10px; }*/
.category_container div.thumbnail .info { margin: 10px; }
.category_container div.thumbnail .info h2 { font-size: 16.5px; line-height: 15px; margin-bottom: 5px; }
.category_container div.thumbnail .info .price-reg,
.category_container div.thumbnail .info .price-slash,
.category_container div.thumbnail .info .price-sale { font-weight: bold; margin-top: 5px; }
.category_container div.thumbnail .info .price-from { color: #999999; font-size: 12px; }

.thumbnail { border: 1px solid #999; }

/* Product Page
-------------------------------------------------- */
.breadcrumb { background-color: #434343; border: 0; padding: 0 10px; margin-bottom: 6px; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #f37321; }
.breadcrumb li { margin: 10px 0; }
.breadcrumb>li { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.breadcrumb>.active { color: #f37321; }
.breadcrumb>li>.divider { color: #777; padding: 0; }
.breadcrumb h1 { font-size: 14px; line-height: 20px; font-weight: normal; }

.page-product .page-header div { margin-right: 20px; }
.page-product .page-header div small { font-size: 17.5px; font-weight: normal; line-height: 1; color: #999999; }

.page-header .free-delivery { font-size: 18px; display: block; text-align: right; margin-top: -5px; }

.sku-pricing div {
	color:#999;
	text-transform:uppercase;
	font-size:14px;
}

.out-of-stock div {
	background-color:#eee;
	font-family: 'Oswald', sans-serif;
	color:#858585;
	text-transform:uppercase;
	text-align:center;
	padding:12px 15px;
	font-size:22px;
	margin:0px 0px 0px 45px;
}

.add-to-basket { font-size: 17.5px; height: 30px; }
.add-to-basket i { margin-top: 4px; }

#description_tab .well { margin-bottom: 0; }
.product-cart-form a,
#description_tab a,
#page a { color: #f37321; text-decoration: none; }
#description_tab a:hover,
#description_tab a:focus,
#page a:hover,
#page a:focus { color: #ffffff; text-decoration: none; }

/* olimortimer - Set a related tab min height so we don't get a scroll box */
#related_tab {
	min-height: 300px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #565656;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #676767;
}

#primary-img .thumbnail { margin-bottom: 6px; }
.product-images { margin-left: -6px; }
.product-images .span2 { width: 119px; margin-left: 6px; margin-bottom: 6px; }

.product-cart-form { background-color: #434343; }
.product-cart-form form { margin-bottom: -10px; }

.nav-tabs { margin-left: 5px; margin-bottom: 0; border-bottom: 0; }
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #fff;
	background-color: #434343;
	border: 1px solid #999;
	border-bottom: 1px solid #434343;
}

.tab-content {
	border: 1px solid #999;
	padding: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Temporary related product thumbnail fix */
.related_products .row { overflow-x: hidden; }
.related_products ul.thumbnails { margin-left: 16px; }
.related_products ul.thumbnails > li { height: 230px; margin-left: 6px; }

/* Checkout
-------------------------------------------------- */
.table-bordered,
.table-bordered th,
.table-bordered td {
	border-color: #999;
}

.tabs-left .nav-tabs { margin-left: 0; }
.tabs-left > .nav-tabs { border-right: 0; margin-right: 0; }
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus { border-color: #999 transparent #999 #999;}
.tabs-left .tab-content {
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

#checkout-summary .control-group,
#checkout-summary .input-append {
	margin-bottom: 0;
}

/* My Account Page
-------------------------------------------------- */
.my-account-box {
	border:1px solid #999;
	background-color:#565656;
	padding:5px 20px;
	margin:10px -20px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.modal-header,
.modal-body,
.modal-footer {
	background-color: #565656;
	border-color: #999;
}
.modal-footer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Hide Related products from the responsive design */
 @media (max-width: 767px) {
	.desktop {
		display:none;
	}
}

@media (min-width: 767px) {
	.mobile {
		display:none;
	}

}

.hide {
	display:none;
}

.orranje { color: #f37321; }

.grecaptcha-badge { 
    visibility: hidden;
}