body {
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 16px;
	line-height: 20px;
    background: #ded7ce url('../image/bg.png') center top fixed;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
    color: #ad6826;
}
h2 {
	font-size: 27px;
    color: #ad6826;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10.2px;
}

#product h3 {
    font-size: 14px;
    color: #ad6826;
}

#product .control-label {
    font-size: 14px;
    color: #333;
}

a {
	color: #ad2626;
}
a:hover {
	color: #8d0606;
	text-decoration: underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
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;
}

.form-control {
    border-radius: 0;
}

.control-label {
    line-height: 1em;
    margin-top: 3px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* 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: #ad2626;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
.dropdown-menu {
	min-width: 200px;
}

#top {
	background-color: #ad6826;
    background-color: rgba(173,104,38,.25);
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: 8px 0;
	margin: 0 0 1em 0;
}
#top .container {
	padding: 0 20px;
}
#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 {
	color: #4f3411;
	text-shadow: 0px 0px 4px rgba(255,255,255,.5);
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
}
.list-inline {
    margin-bottom: 2px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 4px 0 0 0;
}
/* search */
#search {
	margin-bottom: 10px;
    margin-top: 28px;
    padding: 4px;
    border: 1px solid #888;
    background: rgba(255,255,255,.5);

}
#search .input-lg {
	height: 33px;
	line-height: 18px;
	padding: 0 6px;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
    text-align: right;
}

#search .input-lg:focus {
}

#search .btn-lg {
	font-size: 15px;
	line-height: 14px;
	padding: 8px 20px;
	text-shadow: 0 1px 0 #FFF;
    background: none;
    border: none;
}

/* cart */
#cart {
	margin-bottom: 10px;
    margin-top: 28px;
    padding: 4px;
    border: 1px solid #888;
    background: rgba(255,255,255,.5);

}
#cart > .btn {
	font-size: 1em;
	line-height: 1em;
	color: #000;
    text-shadow: none;
    background: none;
    text-align: right;
    padding: 8px 16px;
}
#cart.open > .btn {
	background-image: none;
	background-color: rgba(255,255,255,.5);
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #FCFCFC;
	z-index: 1001;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 1em;
}
.img-thumbnail {
    border-radius: 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
    border: none;
}
#cart .dropdown-menu table tr td {
    border: none !important;
}
#cart .dropdown-menu table.table-striped tr td {
    border-bottom: 1px solid #EEE !important;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}

#menu {
	background-color: rgba(173,38,38,.9);
	min-height: 40px;
    margin-top: 1em;
    border-radius: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
    font-weight: bold;
    font-size: 14px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: .5em 1em;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: rgba(173,38,38,.9) !important;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #4b2d19;
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #4b2d19;
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #68AD26;
}
.navbar-collapse {
    padding: 0;
}

.navbar-collapse.in {
	padding: 0 1em;
}

.navbar {
    margin-bottom: 0;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}

.description {
    margin-bottom: 1em;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 35px;
	background-color: #ad6826;
    background-color: rgba(173,104,38,.25);
	color: #000;
	padding-bottom: 25px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #FFF;
}
footer a {
	/*color: #222;*/
}
footer a:hover {
	text-decoration: underline;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 4px 0;
	border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0) !important;
    border-top: 2px solid #FFF;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: -5px;
	width: 12px;
	height: 12px;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
    display: none;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border-radius: 0px;
}
.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;*/
    background: rgba(255,255,255,.5);

}
.btn-primary, #osc-pay-btn a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
    background: #4D8826;
	/*background-image: linear-gradient(to bottom, #BD7836, #9D5816);*/
	background-repeat: repeat-x;
	border-color: #EEE;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    width: auto;
    display: inline-block;
    padding: 15px 40px !important;
    margin: .5em 0;
    font-weight: bold;
    font-size: 1.2em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #3D7826 !important;
	background-position: 0 -15px;
	border-color: #FFF;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.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-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.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-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #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: rgba(0,0,0,.5);
	/*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);*/
	background-color: rgba(0,0,0,.6);

}

.list-group {
    border-radius: 0;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    background: rgba(255,255,255,.35);
}

/* list group */
.list-group a {
	border: none;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: rgba(255,255,255,.9);
	border: none;
	text-shadow: 0 1px 0 #FFF;
	position: relative;
}
.list-group a.child.active, .list-group a.child.active:hover, .list-group a.child:hover {
	color: #444444;
	background: rgba(255,255,255,.5);
	border: none;
	text-shadow: 0 1px 0 #FFF;
	position: relative;
}

.list-group a.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-left-color: rgba(255,255,255,.9);
	border-width: 10px;
	margin-top: -10px;
	z-index: 10000;
}

.list-group a.child.active:after {
	border-left-color: rgba(255,255,255,.5);
}

.flags {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em;
}

.flags img {
	width: 24px;
	/*padding: .5em;*/
	border-radius: 50%;
	box-sizing: content-box;
	background: rgba(255,255,255,1);
	margin-right: 2px;
	padding: 1px;
}

/* carousel */
.owl-carousel {
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
-webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-top: 1px solid #8d0606 !important;
}

.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;
}
/* product list */

.product-thumb {
    background: rgba(255,255,255,.5);
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	height: 240px;
	max-width: 275px;
}
.product-thumb .image {
	text-align: center;
	height: 100%;
}
.product-thumb .image a {
	display: block;
	position: absolute;
	bottom: 0;

}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: normal;
    font-size: 1.0em;
    border: none none !important;
    margin-bottom: 0 !important;
}
.product-thumb .caption {
	padding: 0 1em 0 2em;
	min-height: 2.5em;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.9);
	right: 0;
	display: inline-block;
	text-align: right;
	line-height: 1em;
	pointer-events: none;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
    padding-top: 2em;
}
.product-list .product-thumb .caption h4 {
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/*min-height: 210px;*/
	padding: 0 10px;
}
.product-thumb {
	height: 210px;
}
}
@media (max-width: 991px) {
.product-thumb {
	height: 150px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.price {
	color: #666;
    font-size: 1.8em;
    font-weight: bold;
}

.product-thumb .price {
	font-size: 1em;
    font-weight: normal;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 14px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.thumbnail {
    background: none;
    border: none;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

.table-bordered {
	border: none;
}

.table-bordered td {
	border: none;
}

.table-bordered tr {
	brder: none;
	border-bottom: 1px solid #CCC;
}

.table-bordered > thead > tr > td {
	font-style: italic;
}

.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td {
	border: none;
}

.imgs {

}

.imgs img {
	max-width: 200px;
	max-height: 200px;
	display: none;
}

.related {

}

.related h3 {
	padding: .5em 0;
	font-size: 15px;
}

.nav li.active {
	background: rgba(0,0,0,.5);
}

h1 {
	margin-top: 0;
}

dl dd {
  display: inline-block;
  margin: 0;
  width: 69%;
  padding: 0;
  vertical-align: top;
}
dl dd:after{
  display: block;
  content: '';
}
dl dt{
  display: inline-block;
  min-width: 100px;
  width: 30%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

dl dt:after {
	content: ':';
}

select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
	font-size: 16px;
}

.option-image {
	display: none;
	position: absolute;
	left: -150px;
}

.option-image {
	background: #FFF;
	padding: 4px;
}

.option-image:after {
	left: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-left-color: #FFF;
	border-width: 10px;
	margin-top: 0;
	z-index: 10000;
}
li.sort {
	float: right;
	margin-top: -4px;
	padding: 0;
}

li.sort select {
	padding: 0 2px;
	height: auto;
	display: inline-block;
	width: 140px;
	font-size: 12px;
}

li.sort label {
	margin: 0;
	display: inline-block;
	padding-top: 2px
}

.radio, .checkbox {
	margin-top: 2px;
	margin-bottom: 4px;
}

#button-cart {
	background: #68AD26 linear-gradient(to bottom, #588D26, #488D06) repeat-x scroll 0% 0% !important;
	font-weight: bold;
	border-color: #488D06 #488D06 #588D26;
}

#product select, #product .options {
	max-width: 60%;
	display: inline-block;
	margin: 0 6px;
	vertical-align: top;
}

#product > div > .control-label {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding-top: 4px;
}

.intros {
}

.intro {
	text-align: center;
}

.intro a, .intro a:focus {
	display: block;
	padding: 3em 1em 1em 1em;
	margin: 2em 0 0 0;
	text-decoration: none;
	/*min-height: 470px;*/
	overflow: hidden;
    -webkit-transition: all 300ms; /* Safari */
    transition: all 300ms;
}

.intro img {
	margin: 0 0 1em 0;
}

.intro a:hover {
	background: rgba(255,255,255,.95);
	text-decoration: none;
}

.intro h3 small {
	display: block;
	/*border-bottom: 1px solid rgba(0,0,0,.1);*/
	padding-bottom: .1em;
}

.intro span {
	color: #333;
	font-size: 15px;
	display: block;
	margin-top: 1em;
}


.fb-like {
	margin-left: -5px;
}

.xmas {
	padding: 2em !important;
	margin: 1em 0;
	background: rgba(255,255,255,.25);
	font-size: 1.4em;
	line-height: 1.25em;
}

.mission {
	padding: 1.5em 1em 0 1em;
	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;
	position: relative;
}
.mission h1{
	text-align: center;
}
.mission a {
	color: #ad6826;
	font-weight: 700;
}

.home h2 {
	text-align: center;
	padding: 2em 0 0 0;
	line-height: 0.5;
	font-size: 1.2em;
	font-style: italic;
}

.home h2 span {
  display: inline-block;
  position: relative;
}
.home h2 span:before,
.home h2 span:after {
  content: "";
  position: absolute;
  height: 3px;
  border-bottom: 4px solid #AD6826;
  border-top: none;
  top: 4px;
  width: 4px;
  opacity: .5;
}
.home h2 span:before {
  right: 100%;
  margin-right: 15px;
  margin-left: 50px;
}
.home h2 span:after {
  left: 100%;
  margin-left: 15px;
  margin-right: 50px;
}

.home h3 {
	font-weight: bold;
    font-size: 26px;
    color: #ad6826;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

/*
.mission:before {
	content: '"';
	font-size: 4em;
	color: #CCC;
	position: absolute;
	left: 10px;
	top: 120px;
}

.mission:after {
	content: '"';
	font-size: 4em;
	color: #CCC;
	position: absolute;
	right: 20px;
	top: 80px;
}
*/

.mission .desc {
	color: #AD6826;
	font-size: 0.8em;
}

.osc-content {
	border: none !important;
}

.osc-content .osc-left, .ship_payment_block .inRL, .ship_payment_block .rightInTwo {
	background: rgba(255,255,255,.5);
	border: none !important;
	padding: 1.5em !important;
	margin: .5em 3% 0 0 !important;
	min-height: 200px;
}

.osc-content .osc-left {
	margin-right: 2% !important;
	width: 31% !important;
}

.ship_payment_block .inRL, .ship_payment_block .rightInTwo {
	width: 48.5% !important;
}

.ship_payment_block .rightInTwo {
	margin-right: 0 !important;
}

#osc-pay-btn {
	float: right;
}

td.prodModel {
	display: none;
}

.osc-content .osc-right {
	border-left: none !important;
}

.osc-content .osc-header a {
	font-size: 1em !important;
}

table.osc-tab-sum-tot td {
	font-size: 1em !important;
}

.osc-login {
	float: right;
	padding: .4em;
}

.osc-content label {
	font-size: 1em;
}

.image-list img {
	margin: 0 1em .5em 0;
}

.image-list > p {
	margin: .5em 1em .5em 0;
}

.category-list h3 {
	margin-top: 0;
}

.category-list ul.subcategories {
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.category-list ul.subcategories li {
	display: inline-block;
	margin-right: .25em;
}

.category-list ul.subcategories li a {
	padding: .5em 1em;
	display: inline-block;
	background: rgba(255,255,255,.25);
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.product-thumb .caption {
		padding: 0 1em 0 2em;
		min-height: 2.5em;
		position: absolute;
		bottom: 0;
		left: auto;
		top: auto;
		background: rgba(255,255,255,.9);
		right: 0;
		display: inline-block;
		text-align: right;
		line-height: 1em;
		pointer-events: none;
	}

}

@media screen and (max-width: 991px) {
	.intro span {
		display: none;
	}

	.intro a, .intro a:focus {
		min-height: 260px;
	}

	.intro h3 small {
		border-bottom: none;
	}

	.home .product-wrapper:nth-child(4) {
		display: none;
	}

	.related > div > div:last-child {
		display: none;
	}

	.osc-content .osc-left, .osc-content .osc-right, .ship_payment_block .inRL, .ship_payment_block .rightInTwo  {
		float: none !important;
		width: 100% !important;
	}
}

#showdescription {
	display: none;
	margin-bottom: 1em;
}


@media screen and (max-width: 767px) {
	.intro:nth-child(3) {
		display: none;
	}
	.home .product-wrapper:nth-child(4) {
		display: block;
	}
	.related > div > div:last-child {
		display: block;
	}

	#tab-description {
		display: none;
	}

	#showdescription {
		display: block;
	}

}

@media screen and (max-width: 400px) {

	.osc-two-inp > div {
		float: none !important;
		width: 100% !important;
	}

	.osc-right > .twoCol > h1, #osc-summary-data {
		display: none;

	}

	#osc-pay-btn {
		margin-top: 1em !important;
	}

	.colCh input[type="checkbox"], .colCh label {
		display: inline;
	}

	.osc-two-inp input {
		width: 100% !important;
	}

	.osc-login {
		float: none;
		display: block;
		padding: .5em;
		margin-bottom: .5em;
		background: rgba(0,0,0,.1);
		text-align: center;
	}


}

.common-home h1 {
	margin-top: 1em;
}

.attributes-block {
	/*border: 1px dashed #CCC;*/
/*	padding: 1em 2em 1em 2em;
	background: rgba(255,255,255,.25);
	font-size: 1em*/
}

.attributes {
	border-top: 1px solid #FFF;
	padding-top: 1em;
}

.attributes h3 {
	margin-top: 0;
}

.attributes-10 dt:nth-of-type(odd), .attributes-10 dd:nth-of-type(odd) {
	background: rgba(255,255,255,.5);
}

.attributes-10 dt {
	min-width: 200px;
	width: 69%;
	font-weight: normal;
	padding: .2em;
	margin: 0;
}

.attributes-10 dd {
	width: 30%;
	padding: .2em;
	margin: 0;
}

.attributes-9 {
	font-weight: bold;
}

.attributes:first-child {
	border-top: none;
}

.warning {
	padding: 2em;
	margin: 0;
	text-align: center;
	background: rgba(255,255,255,.5);
}

.sequence-promo {
	padding: 1em 2em !important;
	background: rgba(255,255,255,.5);
	border-bottom: .5em solid rgba(173,38,38,.9);
}

.sequence-promo .sequence-promo-item:not(.active) {
      -webkit-filter: grayscale(1);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: gray;
      filter: grayscale(100%);
      filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

.sequence-promo .sequence-promo-item a {

}

.sequence-promo .sequence-promo-item:not(.active) a {
	pointer-events: none;
   	cursor: default;

}


.sequence-promo:after {
  content: "";
  display: table;
  clear: both;
}


.osc-comment {
	/*display: block !important;*/
}

.use-ship-sel .title, .use-bill-sel .title {
	color: #000 !important;
}

.kontakt {
	margin-bottom: 1em;
	background: rgba(255,255,255,.25);
	padding: 1.5em;

}

.kontakt .pozicia {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.kontakt .meno {
	font-weight: bold;
}
.social_links {
	margin-right: 10px;
    font-size: 22px;
}
.social_links .fa {
    font-size: 22px;
}

.knt1 {
    margin: 5px 0 0 8px;
    display: inline-block;
    color: #1b1b1b;
    font-size: 15px;
}

.knt2 a:link, .knt2 a:visited {
	font-size: 20px;
}

.knt2 a:hover {
	text-decoration: none;
}

.knt2 .fa-envelope {
	font-size: 18px;
	color: #ca965f;
	margin-right: 3px;
	margin-bottom: 10px;
}

.knt2 .fa-phone {
    font-size: 20px;
    color: #ca965f;
    margin-right: 3px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.knt3 {
	display: inline-block;
    margin: 5px 0 15px 0;
}

.knt4 ul li a {
	line-height: 23px;
	color: #000 !important;
}

.knt4 .fa {
    color: #ca965f;
    margin: 0px 2px 0 0;
    position: relative;
    top: -1px;
}

.obalpovin {
	display: inline-block;
    margin-bottom: 5px;
    background-color: #b43938;
    color: white;
    padding: 2px 9px 1px 9px;
    font-size: 14px;
    border-radius: 4px;
}

.filtrik {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.filtrik-title {
	background-color: transparent;
    font-weight: bold;
    color: #ad6826 !important; 
    padding-left: 0 !important;
}

.filtrik label {
	color: #888888;
    font-size: 16px;
}

.filtrik #filter-group1 label:first-child {
	padding-bottom: 10px;
}

.filtrik .list-group-item {
	border: 0 !important;
}

.filtrik .btn-primary {
	padding: 5px 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    margin: 5px auto !important;
}

.filtrik .panel-footer {
	border-top: 1px solid #e8e8e8 !important;
	border-radius: 0 !important;
	background-color: rgba(255,255,255,0.65) !important;
}

.filtrik a:hover {
	background-color: transparent !important;
}

@media (max-width: 1200px) {

	.knt {
		padding-left: 0px;
		padding-right: 0px;
	}

	.knt2 {
		padding-left: 50px;
	}

}

@media (max-width: 992px) {

	.knt {
		padding-left: 15px;
		padding-right: 15px;
	}

	.knt2 {
		padding-left: 15px;
	}

	.knt6 {
		clear: both;
		padding-left: 25px;
	}

	.knt4 {
		margin-top: 25px;
	}

}

@media (min-width: 992px) {


	.navbar-nav li:nth-child(9), .navbar-nav li:nth-child(10) {
		float: right;
	}

}

@media (min-width: 768px) {

	.navbar-nav {
		width: 100%;
	}

}

@media (max-width: 768px) {

	#menu .nav > li > a {
		padding: 8px 15px 8px 15px;
		min-height: 15px;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.knt {
		text-align: center;
		margin-bottom: 20px;
	}

	.knt img {
		float: none;
		margin: 0 auto;
	}

	.knt2 {
		text-align: center;
	}

	.knt3 {
		display: block;
	}

	.knt6 {
		padding-left: 15px;
	}

	.knt4 ul {
		margin: 0 auto;
		width: 200px;
	}

	.knt8 {
		margin-top: 0;
	}

	.knt4 ul li a {
		line-height: 28px;
		color: #000 !important;
		font-size: 18px;
	}
	
	.knt2 a:link, .knt2 a:visited {
		font-size: 24px;
	}	

	.knt2 .fa-envelope {
		font-size: 22px;
	}	

	.knt2 .fa-phone {
		font-size: 26px;
		top: 4px;
	}
	
	#top-links .fa {
		font-size: 20px;
		padding: 0 3px;
	}
	
	#top {
		padding: 11px 0px 8px 0;
	}	

}