@media (min-width: 1200px) {
	.content-bg .container{
	    width: 1325px !important;
	}
	
	.container {
	    width: 100% !important;
	    
	}
}

/*
@media (min-width: 992px)and (max-width: 1199px){
	.container {
	    width: 1170px !important;
	}
}
@media (max-width: 991px){
	.container {
	    width: 950px !important;
	}
}
*/


.header-bg {
	background: #f3f3f3;
    border-top: 12px solid #BF3431;
    margin: 0;
    padding: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	}

.footer-bg {
    margin: 0;
    padding: 0 0 15px 0;
    /*background: #f3f3f3;*/
	} 

.content-bg {
	background:#f3f3f3; 
	margin:0; 
	padding:0;
	}

p, 
.container, 
.container-fluid, 
.row {
	font-size:14px; 
	font-weight: 400;
	font-family: 'Open Sans', serif;
	}

.maincontent, 
.sidebar {
	margin:0; 
	padding:0;
	}
    
/* header */
.logo-pos {
	margin:0; 
	padding:0; 
	padding-top:30px;
	}

@media (min-width: 768px) { 
	.logo-icon {
		background: url(https://www.derschwarzemann24.de/layout/schwarzermann24/ebaytemplate/ebay_logo_schwarzer_mann3.png) no-repeat;
		float:left; 
		margin:0; 
		padding:0; 
		padding-top:7px; 
		font-size:28px; 
		width:276px;
	    height:200px;
		}
}
@media (max-width: 768px) { 
	.logo-icon {
		background: url(https://www.derschwarzemann24.de/layout/schwarzermann24/ebaytemplate/ebay_logo_schwarzer_mann3.png) no-repeat;
		margin:0; 
		padding:0; 
		padding-top:7px; 
		font-size:28px; 
		width:276px;
	    height: 200px;
		}
}

.logo {
	float:left;
	font-size:42px; 
	line-height:28px; 
	font-weight:700; 
	color:#fff; 
	padding:0; 
	margin:0; 
	margin-top:0px; 
	margin-left:25px;
	text-align:left;
	}

.header-info {
	margin:0; 
	margin-top:28px; 
	padding:0; 
	padding-left:110px; 
	text-align:left; 
	font-weight:700;
	color:#BF3431; 
	line-height:30px;
	}

.header-link {
	margin:4% 0 5px 0;
	font-size:22px; 
	text-align: left;
}

.header-link2 {
	text-align: left;
	float: right;
}

.header-link3 {
	margin:5% 0 5px 0;
	text-align: left;
}


.header-link a {
	color:#BF3431; 
	text-decoration:none!important; 
	display:block;
	}

.header-link a:hover {
	color:#BF3431;
	}

.header-link i {
	float:left;
	margin-right:10px;
	}

.header-link span {
	font-weight:700;
	}

/* menue */
.menubar {
	background:#BF3431; 
	border-bottom: 5px solid #BF3431;
	margin:0; 
	margin-top:15px; 
	padding:0;
	border-radius: 4px;
}

ul.menu {
	margin:0; 
	padding:0;
	}

ul.menu li {
	float:left; 
	width:168px; 
	height:35px; 
	line-height:35px; 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	font-weight:500; 
	/*border-right: 1px solid #555;*/
}

ul.menu li a {
	display:block;
	color:#fff;
	}
	
ul.menu li a:hover {
	text-decoration:none; 
	color:#f3f3f3;
	}
	
/* responsives menue */
.dropdown {
	margin:0; 
	padding:10px 0;
	}

ul.resmenu {
	margin:0;
	padding:0;
	width:100%;
	border-top: 12px solid transparent;
	}
	
ul.resmenu li {
	float:left; 
	display:block; 
    margin: 5px 7px;
    padding: 0;
    width: 15%;
    background: #BF3431;
    border-radius: 4px;
	}
	
ul.resmenu li a {
	display:inline-block; 
	text-align:center; 
	font-size:16px; 
	color:#f3f3f3;
	text-decoration: none; 
	margin:0; 
	padding:5px 0;
	}
	
ul.resmenu li a:hover {
	color:#8dbf41;
	}	
 
/* suche */
.header-suche {
	padding:0; 
	margin:5px; 
	border:none; 
	float:right;
	}

.suchfeld {
	width:250px; 
	height:25px; 
	float:left;
	background: #BF3431;
    color: #f3f3f3; 
	line-height:25px; 
	margin:0; 
	padding:0 20px; 
	border:none; 
	text-align: left;
	}

.suchbutton {
	float:right; 
	width:25px; 
	height:25px; 
	background: #BF3431;
    color: #ffffff; 
	font-size:16px; 
	text-align:center; 
	margin:0; 
	padding:0;
	border:none;
	}

.suchbutton i {
	line-height: 25px;
	}

.suchbutton:hover {
	background:#BF3431; 
	color:#fff;
	}

/* artielbilder */
.image-gallery {
	margin:0; 
	width: 100%;
    max-height: 500px;
	}

.image-gallery .big-image {
	width: 100%;
	margin:0; 
	position:relative;
	}

.image-gallery .big-image img {
	position:absolute; 
	left:0px; 
	top:0px; 
	max-height:400px; 
	width:auto; 
	margin:0; 
	transition: opacity 35ms;
	}

.image-gallery .big-image img:target {
    opacity:1;
    }

.image-gallery .big-image img:target ~ img#default {
    opacity:0;
    }

.image-gallery .big-image img#default {
    opacity:1;
    }

.image-gallery .thumbs {
	margin:0; 
	position: 
	relative; 
	top:5px;
    float: left;
	}

.image-gallery .thumbs ul {
	list-style-type:none; 
	margin:0!important; 
	padding:0!important; 
	text-align: center;
	}

.image-gallery .thumbs li {
    width: 25%;
    list-style: none;
    margin: 5px;
    padding: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 3px;
    cursor: pointer;
}

/*.image-gallery .thumbs li {
	width:22%; 
	list-style:none; 
	margin:0; 
	padding:0; 
	display:inline-block; 
	margin-right:3px; 
	text-align: center
	}
*/

.image-gallery .thumbs li a:hover{
    opacity:1;
    }

.image-gallery .thumbs li a {
    opacity:0.85; 
    text-align: center;
    }

.image-gallery .thumbs li a:focus {
    opacity:1;
    }
.image-gallery .thumbs li img {
    max-height:100px; 
    width:auto;
}

/* ueberschriften & texte*/
.textbox {
	margin: 18px 20px;
    margin-left: 0px;
    padding: 0;
    padding-bottom: 10px;
    background: #fff;
    text-align: left;
    border: 1px solid #eee;
    -webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}
	
	
.textbox-kat {
	margin: 10px 20px;
    margin-left: 0px;
    padding: 0;
    padding-bottom: 10px;
    background: #eee;
    text-align: left;
    border: 1px solid #eee;
    -webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}
	
	
.textbox-kat p,
.textbox p {
	margin:0; 
	/*padding:20px; 
	padding-bottom:10px;*/
	padding: 7px 20px;
    }

.main {
	margin-right:0 !important;
	}

.textbox-kat h1, 
.textbox h1 {
	font-size: 21px;
    font-weight: 600;
    /* background: #4c4c4c; */
    /* border-bottom: 4px solid #BF3431; */
    padding: 10px 25px;
    margin: 0;
    text-align: left;
    color: #4c4c4c;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	} 
	
.sidebar h1 {
	font-size:13px;
    font-weight: 400;
    background: #4c4c4c;
    border-bottom: 4px solid #BF3431;
    padding: 11px 25px;
    margin: 0 0 10px 0;
    text-align: left;
    color: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	}
        
/* service im headerbereich */
.service {
    margin: 0 0 0 7px;
    padding: 5px;
    color: #3e454c;
    text-align: left;
    font-size: 12px;
    float: left;
    min-width: 150px;
}
.service3 {
    padding: 7px 3px 3px 3px;
    color: #3e454c;
    text-align: left;
    font-size: 12px;
    width: 100%;
    min-width: 150px;
}

.service3 a {
	color: #333;
	margin: 0 5px;
	text-decoration: none;
	}
	
.service3 a:hover {
	color: #BF3431;
	text-decoration: none;
	}

.service1 {
	float:left; 
	margin:0;
	margin-top:2px; 
	margin-right:8px; 
	padding:0; 
	color:#BF3431; 
	font-size:15px; 
	text-align:center;
	}
	
.service2 {
	margin:0; 
	padding:0; 
	color:#BF3431; 
	line-height: 16px; 
	font-size:15px; 
	font-weight:700;
	} 
	
@media screen and (min-width: 768px) {
	.headtext {
	    font-family: 'Arial', Helvetica, sans-serif;
	    color: #4c4c4c;
	    font-size: 19px;
	    font-weight: 600;
	}
	
	.headtexred {
    font-family: 'Arial', Helvetica, sans-serif;
    color: #b32d0c;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 0 25px;
    font-weight: 600;
	}
}

	
	

/* artikelbeschreibung */
.artdesc, 
.artdesc-2 {
	margin:0; 
	padding:0;
	}

.artdesc-2 {
	padding:20px;
	} 

.artdesc-3 {
	padding-top:5%; 
	padding-right:10%;
	}

.artdesc h2 {
	font-weight:700; 
	font-size: 18px; 
	color:#3e454c; 
	text-align:left;
	}

.artdesc h3 {
	font-weight:700; 
	font-size: 14px; 
	color:#3e454c; 
	text-align:left;
	}

.artdesc h4 {
	font-weight:700;
	color: #BF3431;
    text-align: left;
    padding: 5px 2px 20px 0px;
    font-size: 48px;
	}

ul.artdetail {
    margin:0; 
    padding:0; 
    font-size:14px; 
    border:1px solid #e6e6e6; 
    border-bottom:none;
    }

ul.artdetail li {
    list-style-type:none; 
    background:#fcfcfc; 
    margin:1px 0; 
    padding:7px 12px; 
    border-bottom:1px solid #e6e6e6; 
    line-height:20px;
    }

ul.artdetail li:before {
    font-family: 'FontAwesome';
    content: '\f105'; 
    font-size:14px; 
    padding-right:10px; 
    color:#8dbf41;
    }   

.artdesc .mwst {
    font-size:11px; 
    color:#909090; 
    font-weight:300;
    }

a.buys {
	display:block; 
	font-weight:500; 
	font-size:13px; 
	background:#4c4c4c; 
	margin:10px 0 0 0; 
	padding:10px; 
	color:#fff; 
	text-decoration: none; 
	text-align:center;
	border-radius: 4px;
	}
	
a.buys:hover {
	background:#BF3431;
	}

.buysinfo {
	margin:0; 
	padding:5px 0 0 0; 
	text-align:left; 
	font-weight:500;
    }

.buysinfo a {
    display:block; 
    text-decoration:none; 
    color:#4c4c4c; 
    background:#fff; 
    padding:10px; 
    margin:0;
    }

.buysinfo a:hover i {
    color:#BF3431;
    }

/*
.buysinfo i {
    color:#3e454c; 
    padding-right:5px;
    }
*/

.buysinfo i.fa-inverse {
    color:#fff!important;
    }

.buysfix {
    padding:0; 
    margin:0;
    } 
    
/* tabs content */
.tabs{
	background: none; 
	padding:0; margin:0;
	}

.tabs span {
	display: none;
	}

.points ul li {
    list-style: outside none none !important;
    padding: 0 0 0 5px !important;
    position: relative !important;
    margin-left: 5px !important;
    float: inherit !important;
    display: block !important;
    background: #fff !important;
	}

.points ul {
	border-bottom: 1px solid #fff !important;
	}

.points li::before {
	font-family: 'FontAwesome';
    content: '\f105';
    color: rgb(22, 29, 48);
    left: 0px;
    margin-right: 10px;
	}

#tbc {
    display: block; 
    position: relative; 
    margin:0; 
    padding:0;
    }

#tbc ul {
    margin:0; 
    padding:0; 
    overflow: hidden; 
    background:none; 
    border-bottom:2px solid #BF3431;
    -webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    }

#tbc ul li {
    float:left; 
    display:inline; 
    list-style-type: none; 
    margin:0 10px 0 0; 
    padding:0;
    display:none;
    }

#tbc ul li a {
	display: inline-block; 
	position: relative; 
	z-index: 1; 
	background: #3e454c; 
	color:#fff;
	font-weight: 500; 
	text-align: left;
	margin:0; 
	padding:5px 10px 5px 10px; 
	text-decoration: none; 
	cursor: pointer;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#tbc ul li a:hover {
    background: #4c555d; 
    color: #fff; 
    text-decoration: none;
    }

#tbc > div {
    position: relative; 
    clear: both; 
    visibility: hidden; 
    background: #fff; 
    margin:0; 
    padding: 0 15px; 
    height: 0; 
    overflow: hidden; 
    color: #3e454c; 
    text-align:left; 
    font-weight: 400;
    -webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    }

#tbc > div h1 {
    font-size:18px; 
    font-weight:700; 
    border-bottom:1px solid #ddd; 
    margin:0 0 10px 0; 
    padding:10px 0;
    }

span:target ~ #tbc ul li:first-child a {
    background: #3e454c; 
    color: #fff;
    }

span:target ~ #tbc > div:first-of-type {
    visibility:hidden; 
    height:0; 
    padding:0 10px;
    }

span ~ #tbc > div:first-of-type, 
#tbl-1:target ~ #tbc > div.tbc-1, 
#tbl-2:target ~ #tbc > div.tbc-2, 
#tbl-3:target ~ #tbc > div.tbc-3, 
#tbl-4:target ~ #tbc > div.tbc-4 {
	visibility: visible; 
	height: auto;
	padding: 15px; 
	position: relative; 
	z-index: 6;
	margin-bottom: 25px;
	}

span ~ #tbc > ul li:first-child a, 
#tbl-1:target ~ #tbc > ul li a[href$="#tbl-1"], 
#tbl-2:target ~ #tbc > ul li a[href$="#tbl-2"], 
#tbl-3:target ~ #tbc > ul li a[href$="#tbl-3"], 
#tbl-4:target ~ #tbc > ul li a[href$="#tbl-4"] {
	background: #4c4c4c; 
	color: #fff;
	}
    
/* footer */
.footer {
    padding: 10px;
    margin: 0;
    color: #f3f3f3;
    min-height: 35px;
    font-size: 10px;
}

.footer h1 {
    font-weight:700; 
    font-size: 13px; 
    background:#3e454c; 
    border-bottom:5px solid #4c4c4c; 
    padding:15px 0; 
    margin:0 10px; 
    margin-top:5px; 
    text-align:center; 
    text-transform:uppercase; 
    color:#fff;
    }

.footer ul.katmenu li {margin:0 0 0 10px; padding:0; width:90%; list-style: none;}
.footer ul.katmenu li a {color: #9faab2; padding-left:40px;}
.footer ul.katmenu li a:hover {color:#BF3431;}
.footer ul.katmenu li a:hover i {color:#ffffff;}
.footer p {padding:10px;}

.footer-bg .container {
    background: #BF3431;
    border-top: 8px solid #BF3431;
    -webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

i.sm-icon {margin:0; padding:5px; font-size:34px; overflow:hidden; vertical-align: middle; color:#9faab2;}
i.sm-icon:hover {color:#8dbf41;}
a.nws i {color:#BF3431; font-size:16px; padding-right:15px;}
a.nws {margin:0 25px; display:block; background:#4c4c4c; font-size:14px; padding:10px; color:#7d8a96; text-decoration:none; text-align:center;}
a.nws:hover {background:#30363b;}


/* +++ media querys +++ */  
@media (min-width:992px) and (max-width: 1200px) {
    .logo {font-size:36px; margin-top:20px;}
    .header-link {padding-left:5px;}
    .header-info {padding-left:0;}
    ul.menu li {width:140px;}
    .suchfeld {width:180px;}
    .service {font-size:11px;}
    .buysinfo {font-size:11px;}
    .artdesc h4 {font-size:48px;}
    .footer p {font-size:12px;}
    i.sm-icon {font-size:26px;}
    a.nws {font-size:12px;}
    }
    
@media (min-width:768px) and (max-width: 992px) {
    .logo {font-size:36px; margin-top:20px;}
    .header-info {padding-left:0px;}    
    ul.menu li {font-size:13px; width:150px; background:#3e454c;}
    .artdesc-3 {padding:0 30px;}
    .artdesc h2 {padding-top:20px; margin-top:0;}  
    .xsell h1 {padding:20px 10px;}
    .xsell h2 {padding-bottom:10px;}
    .artdesc-2 {text-align:left;}
    }
    
@media (max-width: 768px) { 
    #tbc ul li {display:block; width:100%;}
    #tbc ul li a {display:block; width:100%;}
    .main h1 {padding:10px;}
    .textbox {width:95%; margin: 10px 0;} 
    .logo-pos {margin:0; padding:10px 0 0 0;}
    .buysinfo {text-align: left; padding-left:15px;}
    .xsell h1 {padding: 20px 10px;}
    .xsell h2 {padding-bottom: 10px;}
    .tab label {display: block; float:none; margin-bottom:5px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
    .tab input:checked + label {margin-bottom:5px;}
    .tab .content {border:none; margin:0; padding:0 15px;}
    .footer {margin-bottom:0;}
    .footer p {font-size:14px; padding:20px;}
    ul#resmenu {position: static;display: none;}
	ul#resmenu li {margin-bottom: 1px;}
	ul#resmenu li, ul#resmenu li a {width: 100%;}
	.show-menu {display:block;}
    .tabs {max-width: 95%;}
    } 
    
    
.textbox i,
.service i {
    margin-right:5px;
    color: #BF3431;
	}

.itemid {
	font-weight:700;
 	}
 	
.itemtext {
	margin: 0 25px 0 0;
 	}
    
  
/* navigation */

.level1 {
    background-color: #BF3431;
    border: 1px solid #BF3431;
    border-radius: 4px;
    padding: 6px;
    margin: 1px;
    color: #fff;
}


.ebay-menu ul {
    list-style:none;
    margin:0;
    padding:0;    
	}
.ebay-menu li {
    margin:0;
    padding:0;
	}
.ebay-menu [type=radio], .ebay-menu [type=checkbox] {
    display:none;
	}

.ebay-menu label {
	list-style: outside none none !important;
    padding: 0 0 0 5px !important;
    position: relative !important;
    float: inherit !important;
    display: block !important;
    /*background: #fff !important;*/
	}

.ebay-menu label a {
    display: table !important; 
    margin: 0 12px; 
    color: #fff;
    text-decoration: none;
	}

.ebay-menu label a:hover {
   	color:#f3f3f3; 
    text-decoration: none;
	}

.ebay-menu label::before {
    font-family: 'FontAwesome';
    content: '\f105';
    left: 5px;
    margin-right:7px;
    margin-left: 12px;
    float: left;
    color: #fff;
	}

ul.sub_cat {
	padding-bottom: 10px !important;
    padding-left: 20px !important;
    display: block !important;
	}

.level2 {
	padding: 2px 1px !important;
	}

input:checked + label {
	border: 0 !important;
	}

.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}

.vertical ul li label {
    padding: 4px 10px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    cursor: pointer;
    font-size: 14px;
}

.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}

.vertical ul li .content-menu {
    height:0px;
    border-top:0;
}

.vertical [type=checkbox]:checked ~ label ~ .content-menu {
    height: auto;
}



/* ++++ gallery neu +++++ */
@media (min-width: 992px) {
.tabs {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	}
.tabs label {
	background: #dae7ec;
	/*border: 1px solid #ddd;*/
	margin-bottom: 0;
	padding: 12px 25px;
	cursor: pointer;
	z-index: 1;
	margin-left: 5px;
	}
.tabs label:first-of-type {
	margin-left: 0;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	}
.tabs label:last-of-type {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	}
.tab-content {
	margin-bottom: 10px;
    font-size: 13px;
	background: white;
	width: 100%;
	margin-top: -1px;
	padding: 1em;
	border: 1px solid #ddd;
	-webkit-order: 1;
	order: 1;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

.tab-content table, 
.tab-content td, 
.tab-content tr {
    border: 1px #ccc solid;
    border-collapse: collapse;
    padding: 7px;
    background: #fff;
	}

.tab-content table {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 13px;
    max-width: 90%;
    min-width: 65%;
	}

input[type=radio], .tab-content {
	display: none;
	}
input[type=radio]:checked+label {
background: #fff;
    border-bottom-color: transparent;
    background-color: white;
    color: #1926d0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #cdd9de !important;
    border-bottom-color: #fff !important;
    background: #fff;
	}
input[type=radio]:checked+label+.tab-content {
	display: block;
	}
.image-gallery {
	height: 340px;
	margin-bottom: 5px !important;
  padding-right: 15px;
	}
.image-gallery .col-md-2 {
  left: calc(50% + 40px) !important;
	}
.image-gallery section {
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #FFF !important;
	display: none;
	margin-left: 15px;
	padding: 1.5rem;
	width: 50%;
	height: 100%;
	max-height: 100%;
	border: 1px solid #cdd9de;
	border-radius: 3px;
	}
.image-gallery input {
	display: none;
	}
.image-gallery label {
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #FFF !important;
	background-origin: content-box !important;
	border: 1px solid #BF3431;
	border-radius: 3px;
	margin: 0px 5px 8px 5px !important;
	padding: 1.5rem;
	padding: 5px;
	text-align: center;
	height: 25%;
	transition: all 300ms;
	}
.image-gallery label:nth-of-type(3n+1) {
	clear: both;
	}
.image-gallery label:last-of-type {}
.image-gallery label:hover {
	border: 1px solid #C0CACE;
	}
.image-gallery label:hover {
	cursor: pointer;
	}
.image-gallery label img {
	height: auto;
	width: 100%;
	}
.image-gallery img.lb-source {
	height: auto;
	width: 100%;
	opacity: 0;
	}
.image-gallery input:checked+label {
	border: 1px solid #BF3431 !important;
	padding: 5px;
	}
.image-gallery #tab1:checked~#content1, 
.image-gallery #tab2:checked~#content2, 
.image-gallery #tab3:checked~#content3, 
.image-gallery #tab4:checked~#content4, 
.image-gallery #tab5:checked~#content5, 
.image-gallery #tab6:checked~#content6, 
.image-gallery #tab7:checked~#content7, 
.image-gallery #tab8:checked~#content8, 
.image-gallery #tab9:checked~#content9, 
.image-gallery #tab10:checked~#content10, 
.image-gallery #tab11:checked~#content11, 
.image-gallery #tab12:checked~#content12 {
	display: block;
	}
	
.col-md-2 {
    width: 13.666667% !important;
	}
}


@media (max-width: 991px) {
.tabs {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	}
.tabs label {
	background: #dae7ec;
	/*border: 1px solid #ddd;*/
	margin-bottom: 0;
	padding: 12px 25px;
	cursor: pointer;
	z-index: 1;
	margin-left: 5px;
	}
.tabs label:first-of-type {
	margin-left: 0;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	}
.tabs label:last-of-type {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	}
.tab-content {
	margin-bottom: 10px;
    font-size: 13px;
	background: white;
	width: 100%;
	margin-top: -1px;
	padding: 1em;
	border: 1px solid #ddd;
	-webkit-order: 1;
	order: 1;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

.tab-content table, 
.tab-content td, 
.tab-content tr {
    border: 1px #ccc solid;
    border-collapse: collapse;
    padding: 7px;
    background: #fff;
	}

.tab-content table {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 13px;
    max-width: 90%;
    min-width: 65%;
	}

input[type=radio], .tab-content {
	display: none;
	}
input[type=radio]:checked+label {
background: #fff;
    border-bottom-color: transparent;
    background-color: white;
    color: #1926d0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #cdd9de !important;
    border-bottom-color: #fff !important;
    background: #fff;
	}
input[type=radio]:checked+label+.tab-content {
	display: block;
	}
.image-gallery {
	height: 340px;
	margin-bottom: 5px !important;
  	padding-right: 15px;
	}
.image-gallery .col-md-2 {
    left: calc(1% + 10px) !important;
	}
.image-gallery section {
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #FFF !important;
	display: none;
	margin-left: 15px;
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	max-height: 75%;
	border: 1px solid #cdd9de;
	border-radius: 3px;
	}
.image-gallery input {
	display: none;
	}
.image-gallery label {
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #FFF !important;
	/*background-origin: content-box !important;*/
	border: 1px solid #BF3431;
	border-radius: 3px;
	margin: 0px 5px 8px 5px !important;
	padding: 1.5rem;
	padding: 5px;
	text-align: center;
	height: 25%;
	transition: all 300ms;
	}
.image-gallery label:nth-of-type(3n+1) {
	clear: both;
	}
.image-gallery label:last-of-type {}
.image-gallery label:hover {
	border: 1px solid #C0CACE;
	}
.image-gallery label:hover {
	cursor: pointer;
	}
.image-gallery label img {
	height: auto;
	width: 100%;
	}
.image-gallery img.lb-source {
	height: auto;
	width: 100%;
	opacity: 0;
	}
.image-gallery input:checked+label {
	border: 1px solid #BF3431 !important;
	padding: 5px;
	}
.image-gallery #tab1:checked~#content1, 
.image-gallery #tab2:checked~#content2, 
.image-gallery #tab3:checked~#content3, 
.image-gallery #tab4:checked~#content4, 
.image-gallery #tab5:checked~#content5, 
.image-gallery #tab6:checked~#content6, 
.image-gallery #tab7:checked~#content7, 
.image-gallery #tab8:checked~#content8, 
.image-gallery #tab9:checked~#content9, 
.image-gallery #tab10:checked~#content10, 
.image-gallery #tab11:checked~#content11, 
.image-gallery #tab12:checked~#content12 {
	display: block;
	}
	
.col-md-2 {
    width: 25% !important;
	}
}


.textbox .imageab {
    margin-right: 9px;
    /*margin-bottom: 10px;*/
}


/* ebay - template */
.ebay-template {
    width: 100%;
    overflow-x: hidden;
}

.ebay-template .container {
    padding-right: 0px;
    padding-left: 0px;
}


.header {
	background: #f3f3f3;
	margin-bottom: 30px;
	/*border-bottom: 3px solid #BF3431;*/
	height: 110px;
	padding: 15px 0 0 15px;
	border-radius: 4px;
    }
    
.header a {
    color: grey;
    }
    
    
@media screen and (min-width: 768px) {
	.headtext p {
	    font-family: 'Arial', Helvetica, sans-serif;
	    color: #4c4c4c;
	    font-size: 20px;
	}
	
	.headtexred {
	    font-family: 'Arial', Helvetica, sans-serif;
	    color: #BF3431;
	    font-size: 16px;
	    font-style: italic;
	    margin: 0 0 0 25px;
	    float: right;
	}
}

.textbox hr {
    margin: 5px;
    border: 0;
    border-top: 1px solid #ddd;
	}
	
.idar {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px 0px 0px 25px;
}



a[href*="plentymarkets"] {
	position: absolute;
	color: #fff !important;
	}


    
    
