@import url(blog.css);
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	text-transform:uppercase;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
	margin-left: -3px;
}
h2 {
	font-size: 27px;
	margin: 0;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	/*color: #23a1d1;*/
	color: #ff6600;
}
a:hover {
	text-decoration: none;
	color: #444;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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: 12px;
}
.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;
}
#product .form-group input[type="text"],#product .form-group select {
	width: 45%;
}

#product .form-group button {
	padding-left: 31px;
	padding-right: 31px;
}

@media (max-width: 478px) {
	#product .form-group input[type="text"],#product .form-group select {
		width: 96%;
	}
}
@media (max-width: 767px) {
	#product .form-group input[type="text"],#product .form-group select {
		min-width: 60%;
	}
}

/* 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;
}
/* Gradient to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #efecec, #dad3d3);
	background-repeat: repeat-x;
}
/* top */
#top {
	background: transparent;
	border-bottom: 1px solid #dad3d3;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
	background: transparent;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ff6600;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #efecec, #dad3d3);
	background-repeat: repeat-x;
}
#top .language {
	margin-left: -15px;
	margin-top: 5px;
}
#top .language a {
	padding-right:5px;
}
.customer {
	margin-left: 15px;
	color:#888;
}
.customer a {
	padding-top: 2px;
	color:#888;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;

	text-decoration: none;
	background: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff6600;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #888;
}
#top-links .dropdown-menu a:hover {
	color: #ff6600;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 8px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 10px 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 4px;
	margin-right: -20px;
}
#search .input-lg {
	height: 26px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 12px;
	padding: 5px 14px;	
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-top: 30px;
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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 .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#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 */
#menu {
	min-height: 40px;
	padding-bottom: 20px;
}
#menu .nav > li > a {
	color: #fff;
	font-size: 13.5px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 12px 10px 12px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 180px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
	background: #efecec;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: #ff6600;
}
#menu .see-all {
	display: block;
/*	margin-top: 0.5em;*/
	margin-top: 0;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 11px;
	color: #444;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #555555;
	background-image: linear-gradient(to bottom, #666666, #444444);
	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: #ff6600;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ff6600;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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;
}
#contenthome .container {
	background-color: transparent;
}
#containerFrame {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
}
#containerFrame .container {
	opacity: 0.95;
	padding-bottom:10px;
}
.container {
	background-color: #fff;
}
.hometop {
	background-color: transparent;
}
.homebottom {
	background-color: transparent;
}
header {
	margin-top: -20px;
	padding-top:20px;
	/*background-color: #303030;*/
	background-color: #252525;
	border: none;
}
header .container, header .row {
	background: transparent;
}
#cat {
	/*background-color: #303030;*/
	background-color: #252525;
	border: none;
	border-bottom: 1px solid #ddd;
}
#cat .container {
	background: transparent;
}
#cat .container #menu {
	margin-bottom:-20px;
	margin-left:-16px;
	margin-right:-16px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
/* footer */
footer .container, footer .row {
	background: transparent;
}
footer {
	margin-top: 0px;
	padding-top: 30px;
	/*background-color: #303030;*/
	background-color: #252525;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	text-transform:uppercase;
	font-size: 11px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.colorlink a {
	color: #ff6600;	
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px -15px;
	padding: 0px 0;
	border-left: 1px solid #ddd;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -9px;
	width: 15px;
	height: 15px;
	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: 12px;
	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: 12px;
}
.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: #888;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #c9c8c8;
	background-image: linear-gradient(to bottom, #d7d6d6, #bbbaba);
	background-repeat: repeat-x;
	border-color: #bbbaba #bbbaba #908f8f #8e8e8e;
}
.btn-primary {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #ed6002;
	/*background-image: linear-gradient(to bottom, #ff6600, #d65703);
	background-repeat: repeat-x;
	border-color: #d65703 #d65703 #a24203;*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #d65703;
	background-position: 0 -15px;
	border-color: #ccc;
}
.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: #da4f49;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff;	
}
.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: #ff6600;
	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);
}
/* module filter */
.panel-default .panel-heading, .panel-footer {
	background-color: #ffffff;
	color: #ff6600;
}
/* list group */
.list-group a {
	color: #888888;
	padding: 6px 10px;
	background: #efecec;
	border: 1px solid #dad3d3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	  border-radius: 0;
}
.list-group a.active {
	color: #ffffff;
	/*background: #4c4c4c;*/
	background: #252525;
	/*border: 1px solid #4c4c4c;*/
	border: 1px solid #252525;
	text-shadow: 0 1px 0 #444444;
}
/* toegevoegd in module/category.tpl */
.list-group .list-group-item-child a.active {
	color: #7f7f7f;
	background: #ffffff;
	border: 1px solid #dad3d3;
	text-shadow: 0 1px 0 #ffffff;
	border-right:5px solid #ff6600; 
}
.list-group a.active:hover, .list-group a:hover {
	color: #7f7f7f;
	background: #ffffff;
	border: 1px solid #dad3d3;
	text-shadow: 0 1px 0 #ffffff;
	/*border-right:5px solid #4c4c4c;*/
	border-right:5px solid #252525; 
}

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

/* bestseller module */
#besteller-module {
	background-color: #fff; 
	margin: 20px -20px;
}
#besteller-module .row {
	padding: 0px 20px 0px 20px;
}
#besteller-module h3 {
	text-align: center;
}
h2 span, h3 span {
	color: #303030;
}
#besteller-module .product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
/* html module */
#html-module {
	background-color: #fff;
}
.htmlmodule {
	background: #fff;
	min-height: 100px;
}
/* blok modules */
/* bloglinks homepage*/
#blok-module2 {
	background-color: #fff;
	margin: 20px -16px;
}
.blok-module2 {
	margin-top:20px;
	/*margin-bottom:20px;*/
	background-color: #fff;
	border: 1px solid #ddd;
}
/*#blok-module2 .blok img{
	margin: 0px -20px -15px -20px;
	min-width:555px;
}*/

#blok-module {
	background-color: #fff;
	margin: 20px -16px;
}
.blok-module-links, .blok-module-rechts {
	background-color: #fff;
	border: 1px solid #ddd;
}
.blok-module-rechts img {
	margin-right: 15px;
	height: 130px;
}
.blok-module-links img {
	margin-right: 15px;
	height: 130px;
}
@media (max-width: 992px) {
	#blok-module {
		margin: 20px -15px 20px -15px;
		padding: 20px 5px 20px 5px;
	}
	.blok-module-links,.blok-module-rechts {
		margin: 0px;
		width: 100%;
	}
	#blok-module h1,h2,h3 {
		font-size: 16px;
	}
	#blok-module img {
		max-height: 200px;
		max-width: 200px;
	}
}
.blok {
	padding: 5px 20px;
	min-height: 220px;
}
.blok span {
	color: #303030;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	margin-left: 10px;
}
.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;
	border:none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
	}
	.product-modulelist .product-thumb .image {
	float: left;
	padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	height: 30px;
}
.product-modulelist .product-thumb {
	min-height: 43px;
}
.product-modulelist .product-thumb .caption {
	min-height: 230px;
	margin-left: 230px;
}
.product-modulelist .image {
	margin: 0;
	padding-top:10px;
	float:left;
}
.product-thumb .featured-caption {
	padding: 0 20px;
	min-height: 100px;
}
.caption a {
	color: #303030;
}
.caption a:hover {
	color: #ff6600;
}
.product-list .product-thumb .caption {
	min-height: 43px;
	margin-left: 230px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 160px;
}
.product-thumb .caption .price{
	padding-top: 8px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-modulelist .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
	}
	.product-modulelist .product-thumb .image {
	float: left;
	padding: 0 15px;
	}
	.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;
}
/* formaat font van prijzen op product pagina */
.col-sm-5 h2, .col-sm-5 h3 {
	font-size: 16px;
}
.product-thumb .price {
	color: #444;
	text-align:right;
	font-size: 15px;
}
.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: 12px;
	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;
	}
}
@media (max-width: 1200px) {
	.product-thumb .button-group button {
		max-width: 33.3%;
	}
}
.product-thumb .button-group button {
	width: 33.3%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #d7d6d6;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 33.3%;
	border-left: 1px solid #bbb;
	background-color: #d7d6d6;
	color: #888;
}
.product-thumb .button-group button + button + button {
	width: 33.3%;
	border-left: 1px solid #ddd;
	background-color: #ff6600;
	color: #fff;
}
/*bestseller module buttongroup*/
.product-thumb .mbutton button {
	width: 33.3%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #d7d6d6;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .mbutton button + button {
	width: 33.3%;
	border-left: 1px solid #bbb;
	background-color: #d7d6d6;
	color: #888;
}
.product-thumb .mbutton button + button + button {
	width: 33.3%;
	border-left: 1px solid #ddd;
	background-color: #ff6600;
	color: #fff;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #DD5800;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/* dymago added */
#slideshow0, #slideshow1, #banner0, #banner1, #carousel0 {
	background-color: transparent;
}
#slideshow0 .owl-wrapper-outer, #banner0 .owl-wrapper-outer, #banner1 .owl-wrapper-outer, #carousel0 .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#carousel0 .item img {
	background-color: #ffffff;
	border: 2px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 100%;
}
.pagination > li > a, .pagination > li > span {
	color: #666;
}
.pagination > li > span:focus {
	color: #ff6600;
}
.pagination > li > a:hover {
	color: #fff;
	background-color: #ff6600;
	border-color: #ccc;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #cccccc;
	border-color: #cccccc;
	color: #000;
}
.panel-body img {
	border: none;
}
.panel-body .row {
	padding-top: 12px;
}
.mfp-content {
	border-left: 42px solid #212224;
	border-right: 42px solid #212224;
	background-color: #212224;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.modal-content {
	background-color: #fff;
	border: 8px solid #cccccc;
}
.product-thumb .caption h4 {
	text-align:left;
}
/* Youtube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumbnails li {
	border:none;
	margin-top: 40px;
}
.thumbnails li a,.thumbnails li a:hover {
	border:none;
}
.thumbnails li img{
	border:none;
}
.thumbnails li img:hover {
	opacity:0.8;
}
/* scroll to top */
#scrolltotop {
	width: 40px;
	height: 28px;
	position: fixed;
	bottom: 0px;
	right: 20px;
	background: url(../image/theme/scrolltotop.png) center no-repeat;
	cursor: pointer;
	border-top-color:#fff;
	border-right-color:#fff;
	border-left-color:#fff;
	border-width:1px;
	border-style:solid;
	opacity: 0.5;
	display:none;
	z-index:9999;
}
#scrolltotop:hover {
	opacity:1;
}
/* information page ditributors */
#InfoPageList {
	margin-left:-26px;
}
#InfoPageList .fa {
    padding-right: 5px;
	width: 20px;
}
#InfoPageList .fa:first-of-type {
    padding-top: 14px;
}
#InfoPageList p {
    text-align: left;
    padding: 5px;
    margin: 0px 5px 5px 5px;
    float: left;
    /*border: 1px dashed #CCC;
    border-top: 0px;
    border-left: 0px;*/
    display: block;
    width: 100%;
    height: 180px;
/*    overflow: hidden;*/
}
#InfoPageList h2 {
	text-transform:uppercase;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
}
#InfoPageList h3 {
	text-transform:uppercase;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
    #InfoPageList h3 {
		border-top: none;
		border-bottom: 1px solid #CCC;
	}
}