body {
	font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", sans-serif;
}

@media(min-width: 768px) {
	body {
		background: #FCFAFD url("../img/bg.jpg") no-repeat center bottom fixed
	}
}

a { color: #71437D; }

b { font-weight: bold; }
i { font-style: italic; }

.main {
	overflow: hidden;
	width: 1280px;
	margin: 50px auto;
}

@media(max-width: 1279px) {
	.main {
		margin-left: 0px;
		padding: 0px;
		width: 100%;
	}
}

.separator {
	width: 80%;
	border: 1px solid #593F34;
	margin: 0 auto;
}

.logo {
	position: absolute;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	float: left;
}

@media(min-width: 768px) {
	.logo {
		position: relative;
	}
}

.page-title {
	font-size: 15px;
}

/* Blockquote */
blockquote {
	font-size: 14px;
	border-left: 5px solid #5C3858;
	background: rgb(239, 227, 210);
}

blockquote:before {
	color: #5C3858;
	content: '"';
	font-family: Times New Roman;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.4em;
	margin-right: 10px;
}

blockquote p {
	display: inline;
}

/* Lists */
/*ul {
	overflow: hidden;
}*/

ul.list-nostyle li {
	list-style: none;
}

ul.list-nostyle {
	margin: 0;
	padding: 0;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	color: #4f2a4b;
	font-weight: 700;
	margin: 5px 0;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

.headline-bg-light {
	color: #593f34;
	background: #d6c8b3;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.headline-bg-dark {
	color: #e6dac9;
	background: #593f34;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.headline-bg-dark small{
	color: #e6dac9;
	line-height: 14px;
}

/* Main Carousel */
.bp-carousel {
	width: 100%;
}

.bp-carousel .carousel-pos-bg {
	background: #533a50;
}

.bp-carousel .carousel-pos {
	height: 3px;
	background: url("../img/slider-progressbar.png") no-repeat top right;
}

.bp-carousel .carousel-nav.carousel-indicators {
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
}

.bp-carousel .carousel-nav.carousel-indicators li {
	float: left;
	text-align: center;
    
	width: inherit;
	height: inherit;
	padding: 0;
    margin: 0;
    text-indent: 0;
    border: none;
    border-radius: 0;
    cursor: inherit;
}

.bp-carousel .carousel-nav.carousel-indicators li a {
	display: block;
	padding: 10px 0;
	color: #533a50;
	background: #e6dac9;
	font-size: 15px;
}

@media(max-width: 768px) {
	.bp-carousel .carousel-nav.carousel-indicators li a {
		font-size: 8px;
	}
}

.bp-carousel .carousel-nav li a:hover, .bp-carousel .carousel-nav li a:active, .bp-carousel .carousel-nav li.active a {
	color: #e6dac9;
	background: #533a50;
	text-decoration: none;
}

/* Product Carousel */
.arrows {
	position: relative;
}

.arrow-left, .arrow-right {
	width: 30px;
	height: 30px;
	font-size: 30;
	
	position: absolute;
	z-index: 120;
	top: 256px;
	margin-top: -15px;
}

.arrow-left { left: 0; }
.arrow-right { right: 0; }

.product-image {
	position: relative;
	width: 512px;
	margin: 15px auto;
}

.product-image img {
	position: absolute;
	left: 0;
}

.product-image img:first-child {
	animation-delay: 0.2s;
	z-index: 101;
}

.product-image img:nth-child(2) {
	animation-delay: 1s;
	z-index: 102;
}

.product-image img:nth-child(3) {
	animation-delay: 1.8s;
	z-index: 103;
}

.product-image img:nth-child(4) {
	animation-delay: 2.4s;
	z-index: 104;
}

#bpProductSlider {
	overflow: hidden;
	margin: 0 auto;
}

@media(min-width: 992px) {
	#bpProductSlider {
		width: 662px;
		padding: 0 75px;
	}
}

@media(max-width: 991px) {
	#bpProductSlider { padding: 0 20px; }
}

#bpProductSlider .item > img {
	margin: 0 auto;
}

#bpProductSlider .carousel-caption {
	position: relative;
	left: 0;
	top: 0;
	color: #5C3858;
	font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", sans-serif;
	text-align: left;
	text-shadow: none;
}

#bpProductSlider .carousel-control {
	background: none;
	color: #4C2147;
}

@media(min-width: 992px) {
	#bpProductSlider .carousel-control { height: 512px; }
	#bpProductSlider .carousel-control span { top: 256px; }
}

@media(max-width: 991px) {
	#bpProductSlider .carousel-control span { top: 25px; }
	#bpProductSlider .carousel-control { width: 20px; }
}

/* Product Carousel SlideIn's */
#bpProductSlider .item > img:nth-child(2), 
#bpProductSlider .item > img:nth-child(3),
#bpProductSlider .item > img:nth-child(4) {
	top: 0;
	position: absolute;
}

#bpProductSlider .item img:first-child {
	animation-delay: 0.2s;
	z-index: 101;
}

#bpProductSlider .item img:nth-child(2) {
	animation-delay: 1s;
	z-index: 102;
}

#bpProductSlider .item img:nth-child(3) {
	animation-delay: 1.8s;
	z-index: 103;
}

#bpProductSlider .item img:nth-child(4) {
	animation-delay: 2.4s;
	z-index: 104;
}

/* Modals */
.modal-iframe {
	min-width: 1280px;
}

.modal-iframe iframe {
	width: 100%;
	height: 75%;
	border: none;
}

.modal-mc .modal-content {
	font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", sans-serif;
	line-height: 25px;
}

.modal-mc .modal-header {
    height: 70px;
	background: url("../img/modal-mc_header-bg.jpg") repeat-x;
	background-size: auto 70px;
}

.modal-mc .modal-header .modal-title {
	color: #422A1A;
	line-height: 10px;
	font-size: 17px;
	font-weight: bold;
}

/* Navbar */
.navbar-bp {
	
}

.navbar-ribbons {
	position: absolute;
	right: 25px;
	top: 100%;
	margin-top: 2px;
}

.navbar-ribbons li {
	float: right;
	list-style: none;
	margin-left: 10px;
}

/* Sidebar */
.sidebar-bp {
	
}

.sidebar-bp-article {
	background: #60435d;
	margin-bottom: 15px;
}

.sidebar-bp-article .headline-bg-light {
	background: #d6c8b3;
	width: 100%;
	padding: 5px 0;
	margin: 0 0 5px 0;
	text-align: center;
}

/* Highlight slider */
ul.highlight-slider {
	
}

ul.highlight-slider li {
	color: #593f34;
	font-weight: 400;
	padding: 4px;
}

ul.highlight-slider li.active {
	border: 1px solid #543951;
	border-radius: 7px;
	color: #e6dac9;
	background-image: -webkit-linear-gradient(top, #61445e 0%, #52394f 100%);
	background-image: -o-linear-gradient(top, #61445e 0%, #52394f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#61445e), to(#52394f));
	background-image: linear-gradient(to bottom, #61445e 0%, #52394f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61445e', endColorstr='#ff52394f', GradientType=0);
}

/* Payment methods */
ul.payment-methods {
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -112px;
}

ul.payment-methods li {
	float: left;
	padding: 5px;
}

/* Icons */
.pre-icon:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: -4px;
}

.pre-check:before {
	background: url("../img/icons/check.png") no-repeat;
}

/* Content */
.article-content {
	font-size: 12px;
}

.article-content, .article-content p {
	padding: 5px;
	font-size: 13px;
}

.article-content p.alert  {
	padding: 15px;
}

.article-content {
	color: #71437D;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

img.border {
	max-width: 100%;
	border: 4px solid #593F34;
}
img.borderless {
	max-width: 100%;
	border: none;
}

/* Footer */
footer {
	margin: 0 auto;
	font-size: 11px;
}

/* Ribbons */
.ribbon {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	color: #80507A;
	
    width: 512px;
    height: 512px;
	
    position: absolute;
    z-index: 110;
    top: 0;
}

.ribbon img  {
	max-width: 100%;
}

.ribbon > div > span {
	position: absolute;
	z-index: 111;
	transform: rotate(38deg);
	line-height: 300px;
	text-align: center;
	right: 0;
	left: 220px;
	top: -30px;
}

/* Center absolute elements */
.abs-center-outer {
	position: absolute;
	left: 50%;
}

.abs-center-inner {
	position: relative;
	left: -50%;
}

/* Scale for mobile devices */
@media(max-width: 767px) {
	.scale-xs {
		margin: 0;
		padding: 0;
		transform: scale(0.4);
		margin-top: -140px;
		margin-bottom: -170px;
	}
}

/* Basket */
#basket table {
	font-size: 14px;
}

#payment-methods {
	width: 100%;
}

.payment-method {
	width: 33.3%;
}