@font-face {
    font-family: 'Montserrat-Regular';
    src: url('//www.stareditions.com/new/fonts/Montserrat-Regular.eot');
    src: url('//www.stareditions.com/new/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('//www.stareditions.com/new/fonts/Montserrat-Regular.woff') format('woff'),
         url('//www.stareditions.com/new/fonts/Montserrat-Regular.ttf') format('truetype'),
         url('//www.stareditions.com/new/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('//www.stareditions.com/new/fonts/Montserrat-Bold.eot');
    src: url('//www.stareditions.com/new/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('//www.stareditions.com/new/fonts/Montserrat-Bold.woff') format('woff'),
         url('//www.stareditions.com/new/fonts/Montserrat-Bold.ttf') format('truetype'),
         url('//www.stareditions.com/new/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.carousel-caption h2,
.carousel-caption h3,
.container.categories .title h3,
.navbar.navbar-default #navigation ul > li > a,
a.product .title, div.categories .title {
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}
.carousel-indicators li.active {
	background-color: #FC0;
}
.container.custom{
	width:auto;
}
@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}
.content-wrapper {
	margin-top: 70px;
}
.content-wrapper.error-message{
	padding:15px;
}
.content-wrapper.basket-message{
	margin:0;
	position:relative;
}
.content-wrapper.basket-message.fixed{
	left:0;
	max-width: 100%;
	position:fixed;
	right:0;
	top:46px;
	width:100%;
	z-index:100;
}
.content-wrapper.basket-message .alert{
	background-color:#FFF;
	border:none;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	display:none;
	padding:10px;
	text-align:center;
}
.content-wrapper.basket-message .alert-container{
	left:10%;
	position:absolute;
	right:10%;
	top:0;
}
.content-wrapper.basket-message .alert-container img{
	width:40px;
}
.badge {
	background-color:#C00;
}
/*
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
}*/
.carousel-caption h2 {
	color: #FFF;
    /*font-family: 'dustismo_romanbold',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat-Bold', sans-serif;
	font-size:40px;
	/*font-weight: 600;*/
}
.carousel-caption h3 {
	color: #E0D4B0;
	/*font-family: 'dustismo_romanregular',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat-Bold', sans-serif;
	/*font-weight: 600;*/
}
.container-title h2{
	color:#333;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size:24px;
	margin:5px 0 10px;
	text-align:center;
	text-transform:uppercase;
}
/* */
html,body {
	background-color:#333;
}
body {
}
#header .navbar-default{
	top:160px;
}
#header .navbar-default.fixed {
	top:34px;
}
.masthead {
	background-color:transparent;
	background-image:url('../images/stareditions/blue-wood-bg.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
	height:230px;
	margin:0px;
	padding:60px 25px 25px;
}
.masthead.fixed{
	margin-bottom:45px;
}
.masthead .banner{
	height:60px;
}
.masthead .banner #info {
	bottom: 10px;
	color:#FFF;
	font-size: 16px;
	position: absolute;
	right: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
.masthead .logo {
	background:url('../images/stareditions/logo.png') no-repeat;
	background-color:transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:145px;
	padding-left:320px;
}
#mob-nav .title{
	background:url('../images/stareditions/logo.gif') no-repeat;
	background-color:transparent;
	background-position:center center;
	background-size:contain;
	display:block;
}
#search input {
	background-color: #FFF;
	margin-right:0;
	margin-top:0;
}
.breadcrumb {
	border-radius:0;
}
.navbar {
	min-height:38px;
}
.navbar-default.fade{
	opacity:0;
}
#navbar-tofix{
	background-color:#000;
	z-index:29;
}
#navbar-tofix.fixed{
	background-color:transparent;
	z-index:30;
}
#navbar-tofix.fixed .container{
	background-color:#000;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	opacity:1!important;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
/* basket slide */
#basket-side{
	background-color:#FFF;
	border-left:none;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	color:#333;
	max-width:520px;
	min-width:320px;
	width:50%;
}
#basket-side a{
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#basket-side .basket-details {
	min-height: 100%;
}
#basket-side .basket-details .title a{
	border-bottom:2px solid #EFEFEF;
	color:#666;
	display:block;
	font-family: 'Montserrat-Regular';
	font-size:16px;
	padding:12px;
}
#basket-side .basket-details .title a:hover{
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}
#basket-side .basket-details .title .glyphicon{
	margin-left:10px;
}
#basket-side .basket-products{
	display:block;
	overflow:auto;
	padding-bottom: 200px;
}
#basket-side .basket-product{
	border-bottom:1px solid #DDD;
	display:block;
	overflow:auto;
	padding:6px;
}
#basket-side .basket-product a{
	color:#000;
	text-decoration:none;
}
#basket-side .basket-product a:hover{
	color: #C00;
}
#basket-side .basket-product img{
	margin-right:5px;
}
#basket-side .basket-product .product-info{
	max-width: 130px;
}
#basket-side .basket-product .product-title{
	display:block;
	font-weight:bold;
}
#basket-side .basket-product .info{
	color:#666;
	display:block;
	font-size:12px;
}
#basket-side .basket-product .qty,
#basket-side .basket-product .bin,
#basket-side .basket-product .price {
	font-size:14px;
	margin-left:10px;
	margin-top:15px;
}
#basket-side .basket-product .qty{
	background-color:#EFEFEF;
	border:1px solid #CCC;
	margin-top:9px;
	padding:5px 12px;
}
#basket-side .basket-product .bin {
	display:none;
}
#basket-side .basket-product .bin a{
	color:#999;
}
#basket-side .basket-product .bin a:hover{
	color:#C00;
}
#basket-side .basket-product .price{
	font-weight:bold;
}
#basket-side .message{
	padding:15px;
	text-align:center;
}
#basket-side .message span{
	background-color:#4FBADC;
	color:#FFF;
	display:block;
	padding:5px 10px;
}
#basket-side .price-summary{
	background-color:#EFEFEF;
	display:block;
	font-size:12px;
	height:110px;
	line-height:175%;
	padding:12px 12px 0;
}
#basket-side .price-summary .order-total{
	font-size:14px;
}
#basket-side .payment-options{
	background-color:#CCC;
	clear:both;
	height: 200px;
	margin-top: -200px;
	position: relative;
}
#basket-side .payment-options .bold{
	font-weight:bold;
}
#basket-side .payment-options a{
	color:#FFF;
	display:table;
    font-family: 'Montserrat-Regular';
	font-size:large;
	height:90px;
	width:100%;
}
#basket-side .payment-options a:hover{
	background-color:#000!important;
	text-decoration:none;
}
#basket-side .payment-options a .text{
	display: table-cell;
	vertical-align: middle; 
	text-align: center; 
}
#basket-side .payment-options a .text .glyphicon{
	margin-left:10px;
}
#basket-side .payment-options a.checkout{
	background-color:#C00;
}
/* */
#navigation {
	border-left:none;
	border-right:none;
	border:none;
	min-height: 48px;
	line-height:2;
	text-transform: uppercase;
}
#navigation .dropdown .dropdown.thumbnails a{
	border:none;
}
#navigation .dropdown.collections .dropdown.thumbnails h2,
#navigation .dropdown.collections .dropdown.thumbnails span.title,
#navigation .dropdown.collections .dropdown.thumbnails .bestseller{
	display:none;
}
#navigation .dropdown .dropdown.thumbnails h2,
#navigation .dropdown .dropdown.thumbnails span.title{
	background-color:transparent;
	height:30px;
	line-height:150%;
	text-transform:capitalize;
}
#navigation .dropdown .dropdown.thumbnails div{
	padding:5px;
}
#navigation .dropdown .dropdown.thumbnails .container {
	max-height:500px;
	overflow:auto;
}
#navigation .dropdown .dropdown .dropdown-header{
	overflow:auto;
	padding:6px;
}
#navigation .dropdown .dropdown .dropdown-header .title{
	color:#333;
    font-family: 'Montserrat-Regular';
	font-size:18px;
}
#navigation .dropdown .dropdown .dropdown-header .button{
	background-color:#4FBADC;
	color:#FFF!important;
	padding:5px 10px 3px;
}
#navigation .dropdown .dropdown .dropdown-header .button:hover{
	background-color:#000;
	text-decoration:none;
}
#navbar-tofix.fixed .dropdown .dropdown {
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0;
}
#navbar-tofix.fixed .dropdown .container{
	background-color:#FFF;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	padding:6px;
}
.navbar.navbar-default #navigation ul > li > a{
	font-size:14px;
}
#mob-nav .dropdown ul li {
	background-color:#FFF;
}
#mob-nav .dropdown ul li a{
	background-color:#000;
	border:none;
	font-size:18px;
	padding:10px 20px 10px 10px;
}
#mob-nav .dropdown ul li a:hover{
	background-color:#FFF;
	color:#000!important;
}
#mob-nav .dropdown ul li.collections a,
#navigation .collections{
	background-color:#4FBADC;
}
#mob-nav .dropdown ul li.collections a:hover{
	background-color:#4FBADC;
}
#navigation .glyphicon-home{
	padding: 0 6px;
}
#navbar-1{
	background-color:transparent;
	top:0;
}
#navbar-1 .container{
	background-color:#4FBADC;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
#navbar-1 .text{
	margin-left:7px;
}
#navbar-1 ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navbar-1 ul li{
	display:inline-block;
}
#navbar-1 a{
	border:none!important;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
	float:none;
	margin:0;
	padding:7px 10px;
	text-decoration:none;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#navbar-1 a:hover,#navbar-1 a:focus{
	background-color:rgba(255,255,255,0.2);
}
#navbar-1 .icon-basket a{
	background-image: url("../images/icons/icon-basket.png");
	background-position: 7px center;
	background-repeat:no-repeat;
	background-size:24px 24px;
	padding-left:38px;
}
#navbar-1 .icon-rss a{
	background-image: url("../images/social/white/rss.png");
	background-position: 7px center;
	background-repeat:no-repeat;
	background-size:14px 14px;
	padding-left:24px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}
#navigation .dropdown .dropdown{
	line-height:120%;
	top:45px;
}
#navigation .dropdown .caret{
	border-top-color:#FFF;
}
#navigation .dropdown:hover .caret{
	border-top-color:#999;
}
#navigation ul li{
	border-right:none;
}
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
}
#navigation ul.navbar-right li{
	border-left:none;
}
#navigation .dropdown .group.image{
	border-right:none;
	padding-right:0;
}
#navigation .dropdown .group.image img{
	margin-bottom:5px;
	width:100%;
}
#navigation ul li.home {
	width:46px;
}
.page-summary h1,
.page-summary img.thumb{
	display:inline-block;
}
.page-summary h1 .small{
	color:#999;
	font-size:12px;
}
.page-summary img.thumb{
	margin-right:10px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.page-header.home{
	padding:25px;
}
.page-header h1{
	font-size:20px;
	margin-bottom:20px;
}
/* CAROUSEL */
.carousel-caption {
	padding:0;
}
.carousel-caption .caption-inner{
	display: block;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	height:210px;
	width:100%;
}
.carousel-caption .caption-inner a{
	display: block;
	height:100%;
	width:100%;
}
.carousel-caption .caption-inner img{
	max-height:230px;
	max-width:100%;
	width:auto;
}
.carousel {
	background: url('../images/common/ajax-loader.gif') no-repeat center center;
	background-color: transparent;
	margin: 0 0 0;
}
.carousel .item {
	background-color: transparent;
}
.carousel-indicators li,
.carousel-indicators li.active,
.carousel-control.left,
.carousel-control.right{
	transition: all 0.5s ease;
}

.carousel,
.carousel .item,
.carousel-inner > .item > img{
	height:200px;
}
.carousel-indicators{
	left:auto;
	right:10px;
}
.carousel-indicators li,
.carousel-indicators li.active{
	border:0;
}
.carousel-indicators li.active{
	background-color:#FFF;
}
.carousel-indicators li:hover{
	background-color:#FFF;
}
/* */
.row.gallery{
	margin-bottom:100px;
	margin-top:50px;
}
a.product .title,
div.categories .title {
	background-color: transparent;
	border-bottom: none;
	/*background: url('../images/stareditions/top-nav_bg.gif');*/
}
a.product .title{
	padding-top:0px;
}
a.product .subtitle:before{
	content:"Code: ";
}
a.product .subtitle,
a.product:hover .subtitle {
	color:#999;
	display:block;
	font-size:11px;
	text-align:center;
}
a.product .image .actions{
	position:relative;
}
a.product {
	margin:15px;
	padding:10px;
	transition: background-color 0.3s ease;
}
a.product.active {
	background-color:#EFEFEF;
	border:2px solid #E9E9E9;
	margin:18px;
}
a.product .image .actions .glyphicon-ok,
a.product .image .actions .glyphicon-remove,
a.product.active .image .actions .glyphicon-eye-open{
	/*display:none;*/
	opacity:0;
}
a.product .image .actions .glyphicon{
	left:0;
	position:absolute;
	top:13px;
	transition: opacity 0.2s ease;
	width:100%;
}
a.product .image .actions .glyphicon-eye-open{
	color:#666;
}
a.product.active .image .actions .glyphicon-ok{
	color:#82BC42!important;
	/*display:block;*/
	opacity:1;
}
a.product.active:hover .image .actions .glyphicon-ok{
	/*display:none;*/
	opacity:0;
}
a.product.active .image .actions .glyphicon-remove{
	color:#C00!important;
}
a.product.active:hover .image .actions .glyphicon-remove{
	/*display:block;*/
	opacity:1;
}
a.product .image .actions .glyphicon-ok{
	font-size: 20px;
}
a.product.active .image .actions .glyphicon-ok{
	font-size: 25px;
}
a.product .image .actions{
	background-color:#F9F9F9;
	border:5px solid #FFF;
	border-radius: 30px;
	-moz-border-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	/*display:none;*/
	opacity:0;
	font-size: 25px;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	position:absolute;
	text-align: center;
	transition: opacity 0.2s ease;
	top: 50%;
	width: 60px;
	z-index:10;
}
a.product.active .image .actions,
a.product:hover .image .actions{
	/*display:block;*/
	opacity:1;
}
a.product.active .image img{
	opacity:.5;
}
a.product:hover .image img{
	opacity:0;
}
div.product{
	margin-bottom:10px;
	overflow:auto;
}
span.product{
	border-bottom:1px solid #EFEFEF;
	display:block;
	margin:0 15px;
	padding-bottom:25px;
	overflow:auto;
}
span.product .btn{
	float:right;
}
span.product .price{
	background-color: #F9F9F9;
	border: 1px solid #E9E9E9;
	border-radius: 15px;
	-moz-border-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-weight: bold;
	padding: 5px 15px;
	display: inline-block;
}
span.product .price:after{
	color:#999;
	content:" per card";
	font-size:11px;
	font-weight: normal;
}
span.product .price.inactive{
	display:block;
	font-size:13px;
	text-align:center;
}
span.product .price.inactive:after{
	content:"";
}
a.category, a.product {
	border:none;
	border-bottom:2px solid #CCC;
}
a.category:hover,
a.product:hover,
a.category:hover span,
a.product:hover span{
	color: #4FBADC;
	text-decoration:none !important;
}
a.category .image{
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	margin:0;
}
a.category.logo .image{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
a.category .image .bg{
	opacity:0;
	filter: alpha(opacity=0);
	zoom: 1;
}
.side-panel h3 {
	margin-right:10px;
}
.side-panel h3 a {
	/*background-color: #E0D4B0;*/
	border-bottom:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.container.categories {
	background-color: #FFF;
	padding: 15px;
}
.container.categories .title {
	background-color:#EFEFEF;
	padding:15px 5px;
	text-transform:none;
}
a.category,
a.product,
a.category span,
a.product span {
	color: #333;
}
.container.categories .title h3{
	font-family: 'Montserrat-Regular', sans-serif;
	/*font-weight: 400;*/
	margin:0;
	text-transform:capitalize;
}
.container.related-products {
	border-top:1px solid #CCC;
}
/* FOOTER */
#footer {
	background-color:#4FBADC;
	color: #FFF;
	border:none;
	clear:both;
	margin: 0px auto;
	padding: 0;
}
#footer .container {
	padding: 0;
}
#footer .logo{
	background:url('../images/stareditions/logo.png') no-repeat;
	background-color:transparent;
	background-size:160px 72px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:72px;
	padding-left:160px;
	float:left;
	margin:15px;
}
#footer .nav.navbar-nav {
	padding-top: 10px;
}
#footer .nav.navbar-nav.social-buttons {
	padding-top: 0px;
}
#footer .nav.navbar-nav.social-buttons li{
	display:inline-block;
}
#footer .row .nav.navbar-nav.social-buttons {
	display:block;
	margin-left:5px;
}
#footer .social-buttons.black a.social-button{
	background-color:rgba(255,255,255,1);
	background-position:center;
	background-size:18px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	height:40px;
	padding-left:40px;
}
#footer .social-buttons.black a.social-button:hover{
	background-color:rgba(255,255,255,.75);
}
#footer .navbar-nav > li > a {
	color: #FFF;
}
#footer .row .navbar-nav {
	float:none;
	text-align:left;
}
#footer .row .navbar-nav > li{
	float:none;
}
#footer .row .navbar-nav > li.lead a{
	font-size:15px;
	font-weight:bold;
}
#footer .row .navbar-nav > li.lead{
	margin-bottom:5px;
}
#footer .row .navbar-nav{
}
#footer .navbar-nav > li > a, #footer .navbar-nav > li .credit {
	font-size:14px;
	padding: 2px 10px 0px 10px;
}
.navbar.navbar-default #navigation ul > li > a {
	font-family: 'Montserrat-Regular', sans-serif;
}
#footer .navbar-nav > li > a:hover,
.navbar.navbar-default #navigation ul > li.dropdown > a:hover{
	color: #275D6D;
}
.navbar.navbar-default #navigation ul > li > a:hover {
	color: #FC0;
}
#footer .credit {
	font-size:12px;
	padding:10px;
}
#footer .credit a{
	color:#FFF;
	text-decoration:underline;
}
#footer .credit a:hover{
	text-decoration:none;
}
#footer .navbar-nav > li .credit,
#footer .navbar-nav > li .credit a{
	color: #666;
}
/* SUBFOOTER */
#subfooter {
	margin: 0 auto 30px;
	text-align:center;
}
#subfooter .container{
	border:1px solid #EFEFEF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
}
#subfooter .mirrorpix {
	height:24px;
	margin:10px auto;
}
#subfooter .mirrorpix a{
	background: url('../images/stareditions/mirrorpix.png') no-repeat;
	background-size: 104px 24px;
	border-right:none;
	display:inline-block;
	height:24px;
	margin-right:10px;
	overflow:hidden;
	padding:0 0 0 104px;
	width:0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box; 
}
#subfooter .stripe {
	height:24px;
	margin:10px auto;
}
#subfooter .stripe a{
	background: url('../images/cards/secure-payments.gif') no-repeat;
	background-size: 234px 24px;
	display:inline-block;
	height:24px;
	margin:0 10px;
	overflow:hidden;
	padding:0 0 0 234px;
	width:0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box; 
}
#subfooter .ssl {
	height:26px;
	margin:10px auto;
}
#subfooter .ssl a{
	background-image:url('../images/misc/comodo_secure_58x26_white.png');
	background-size: 58px 26px;
	background-repeat:no-repeat;
	display:inline-block;
	color:#333;
	font-size:13px;
	height:26px;
	margin:0;
	overflow:hidden;
	padding:0 0 0 58px;
	width:0px;
	white-space:nowrap;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box; 
}
#subfooter .powered {
	height:24px;
	margin:10px auto;
}
#subfooter .powered a{
	background-image:url('../images/icons/powered-by-archiver.gif');
	background-size: 145px 24px;
	background-repeat:no-repeat;
	display:inline-block;
	color:#333;
	font-size:13px;
	height:24px;
	margin-left:10px;
	overflow:hidden;
	padding:0 0 0 145px;
	width:0px;
	white-space:nowrap;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box; 
}
#footer .credit span,
#subfooter span {
	display:block;
}
/* GALLERY */
.product-breadcrumb{
	border-bottom: 1px solid #CCC;
	overflow:auto;
	padding-bottom: 9px;
}
.product-breadcrumb .btn{
	margin-left:5px;
}
a.product .title, div.categories .title {
    /*font-family: 'dustismo_romanbold',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat-Bold', sans-serif;
	/*font-weight: 600;*/
	text-transform: uppercase;
}
a.product .title {
	height:50px;
	text-transform:none;
	white-space:normal;
}
.side-panel ul li a {
	background-color: #FFF;
}
/* BUTTONS */
.btn-primary {
  color: #FFF;
  background-color: #B00;
  border-color: #B00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
a.product:hover span.btn-primary {
  color: #FFF;
  background-color: #C00;
  border-color: #C00;
}
#footer .navbar-nav > li .powered {
	color:#333;
	margin-left:5px;
}
/* CAROUSEL SLIDE */
.carousel.fade {
	opacity:1;
}
.carousel.fade .item {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.carousel.fade .active.left,
.carousel.fade .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel.fade .next,
.carousel.fade .prev {
    left:0;
    opacity:1;
    z-index:1;
}
@media (max-width: 480px) {
	.masthead {
		display:none;
	}
	#header .navbar-default{
		position:fixed;
		top:34px;
		z-index: 30;
	}
	.product.col-xxs-12{
		border-bottom:1px dotted #CCC;
		clear:both;
		overflow:auto;
	}
	.product.col-xxs-12:nth-last-child(1){
		border-bottom:none;
	}
	#footer .navbar-nav > li > a {
		border-right:none;
	}
	.carousel-caption h2{
		font-size:25px;
	}
	#subfooter .mirrorpix a{
		margin:0;
	}
	.page-summary{
		text-align:center;
	}
}
@media (min-width: 480px) {
	.side-panel h3 a {
		/*background-color: #E0D4B0;*/
		border-bottom:none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-topright: 8px;
		border-bottom-right-radius: 8px;
		border-top-right-radius: 8px;
	}
	.container.main-content{
		min-height:0;
	}
}
@media (min-width: 480px) and (max-width: 650px) {
	span.product .price {
		padding: 5px 5px;
	}
	span.product .price:after{
		content:"";
	}
}
@media (min-width: 481px) {
	#mob-nav .title {
		background:none;
	}
	.carousel,
	.carousel .item,
	.carousel-inner > .item > img {
		height:200px;
	}
	.content-wrapper {
		margin-top: 40px;
	}
}
@media (min-width: 580px) {
	.masthead {
		display:block;
	}
	.masthead .banner #info {
		display:block;
	}
	#navbar-1{
		margin: 0;
	}
	.content-wrapper {
		margin-top: 46px;
	}
}
@media (min-width: 768px) {
	.content-wrapper {
		margin-top: 0px;
	}
	#navbar-1{
		margin: 0 12px;
	}
	.navbar{
		margin: 0 0 10px;
	}
	.navbar-default {
		margin: 0 0 0px;
		top:auto;
	}
	#header #navbar-tofix.fixed {
		margin: 0 12px;
		width: auto;
		right: 0px;
	}
	#header .navbar-default {
		/*position:relative;*/
		top:auto;
		/*width:auto;*/
	}
	.carousel-inner {
		/*-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;*/
	}
	.carousel-control.left,
	.carousel-control.right {
		/*-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;*/
	}
	.side-panel h3 a {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	/*#footer .credit a,
	#footer .credit span{
		float:left;
	}*/
	#footer .credit span,
	#footer .credit .powered,
	#subfooter span {
		display:inline-block;
	}
	.carousel,
	.carousel .item,
	.carousel-inner > .item > img {
		height:250px;
	}
}
@media (min-width: 992px) {
	#navbar-1 .container,
	#navbar-tofix .container{
		max-width: 960px;
	}
	.carousel,
	.carousel .item,
	.carousel-inner > .item > img {
		height:250px;
	}
}
@media (min-width: 1000px) {
	.content-wrapper.basket-message .alert-container{
		margin-left:-300px;
		left:50%;
		right:auto;
		width:600px;
	}
}
@media (min-width: 1200px) {
	#navbar-1 .container,
	#navbar-tofix .container{
		max-width: 1146px;
	}
	span.product .price {
		padding: 5px 5px;
	}
	.carousel,
	.carousel .item,
	.carousel-inner > .item > img {
		height:250px;
	}
}
/* */
@media (max-width: 768px) {
	.content-wrapper.basket-message .alert-container{
		top:46px;
	}
	.content-wrapper.basket-message.fixed .alert-container{
		top:0;
	}
	.masthead {
		height:160px;
	}
	.masthead .logo {
		background-size:160px 73px;
		height:73px;
		padding-left:160px;
	}
	#footer .logo{
		background-size:120px 54px;
		height:54px;
		padding-left:120px;
	}
	#navbar-1 .text{
		/*display:none;*/
	}
}
@media (max-width: 579px) {
	#footer .nav.navbar-nav {
		padding-top:0;
	}
	.content-wrapper.basket-message .alert-container{
		left:5%;
		top:46px;
		right:5%;
	}
	.content-wrapper.basket-message.fixed{
		top:40px;
	}
	.content-wrapper.basket-message.fixed .alert-container{
		top:0;
	}
	.page-header h1, .page-header h2{
		display:block;
	}
}
#basket-number,
#basket-price,
.caret{
	display:inline-block!important;
}
/* RETINA DISPLAYS */
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (-ms-min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and (-o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and (min-resolution: 192dpi) and (min-width: 320px),
only screen and (min-resolution: 2dppx) and (min-width: 320px) { 
	#subfooter .powered a{
		background-image:url('../images/icons/powered-by-archiver.x2.gif');
	}
}