@charset "utf-8";
.wrapper {
	background:#ccc;
	background-image: url("https://media.onecall.com/ebay/grey-bg.png");
	padding-bottom: 10px;
}


/* row background colours */
.colred { background:#f00; }
.colwht{ background:#fff; }
.col_org { background:#ef5c00; }
.col_org2 { background:#ef5c00; }

.col_org:hover{ background:#ef5c00;}

/* added opacity */
.opa { opacity: .8; }

/* added margin or padding*/
.tmar { margin-top: 10px; }
.mar-5 { margin-bottom: 5px; }
.bmar { margin-bottom: 10px; }
.bmar25 { margin-bottom: 25px; }
.t_bmar { margin-top: 10px; margin-bottom: 10px;}
.mar-lr-10 { padding-left:10px; padding-right:10px }
.t_bpad { padding-top: 10px; padding-bottom: 10px; }
.pad-10 { padding:10px; }
.padt { padding-top: 10px; }
.padt-20 { padding-top: 10px; }



/* text align */
.txt-left{
	text-align:left;
}
.bgcol {
	background-color:#ef5c00;
	border:#fff;
	color: fff
}
.bgcol .navbar-toggle .icon-bar {
    background-color: #FFF;	
}
.bgcol a {
   color:#FFF;
}
.none:hover {
    background-color:#ef5c00;
}
.titl {
	position: relative;
	text-transform: capitalize;
	font-size:17px;
	font-style: bold;
	padding-bottom: 10px;
}
}
.logo {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* added margin or padding*/
.desc {
	font-size: 15px;
	padding: 5px;
	border-radius: 4px;
	background-color: #f5f5f5;
	border: 5px solid #FFF;
}
.topl, .topc {
	margin-right: 10px;
	background-color: #ef5c00;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -20px;
	color: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-style: solid;
	border-color:#ef5c00;
}
.topr {
	background-color: #ef5c00;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -20px;
	color:#FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-style: solid;
	border-color:#ef5c00;
	padding-bottom: 10px;
}
.pri {
	background-image:url(https://media.onecall.com/ebay/pricetag.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#FFF;
	font-size:2em;
	font-weight: bold;
	text-align:center;
	padding: 30px;
	padding-left:75px;
	padding-right:10px;


}
.pri img{
	max-width:100%;
}
.tag {
    width:auto;
    padding:2px;
	padding-right:20px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-left: 20px;
    float:left; 
    height:auto; 
    font-weight:bold;
    background:#ef5c00; 
	opacity: .6;
    color:#fff; 
    font-size:16px;
    position:absolute;
    left:0px;
}

/* 
.desc ul {list-style-type:none;}
.desc li:before { 
    content:"\e067";  
	font-family: Glyphicons Halflings;
	color: #052554;
	padding-right: 5px;
	}
*/
.thumbnail:hover img {
	opacity: .5;
}

.thu-img {
	padding-top:10px;
	text-align:center;
}	
.thu-img img {
	width: 80px;
	height: 80px;
	border: 5px;
	border-color: #F00;
	padding: 5px;
	text-align:right;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 3px;
	background-color: #f5f5f5;
	box-shadow: 5px 5px 5px #cccccc;
}
.thu-img img:hover {
	border: 1px solid red;
	opacity: 0.4; 
}
.mainimg img {
    display: block;
    width: auto;
    max-height: 100%;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.mainimg {
	height: 250px;
	border:5px;
	border-style:solid;
	border-color:#FFF;
}
img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-control.left, .carousel-control.right{
background:none !important;
filter: progid:none !important;
opacity: .9;
width: 10%;
font-size: 20px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #FFF;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-defa > .panel-heading {
    background-color: #ef5c00;
    border-radius: 2px;
	color:#FFF;
}
.panel-defa > .panel-heading:hover {
	color:#000;
	text-decoration:none;
}
.panel-defa > .panel-heading a {
	text-decoration:none;
}
.row a {
      color: #fff;
}
.topr a {
      color: #fff;
}
.topr a:hover {
      color: #000;
	  text-decoration:none;
}
.pan-cus {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
	border-color: #ef5c00 !important;
    border-radius: 4px;
	margin-bottom: 4px;
}
.social-slide {
	height: 31px;
	width: 31px;
	margin:2px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide:hover {
	background-position: 0px -31px;
}
.facebook-hover {
	background-image: url('https://media.onecall.com/ebay/lfb.png');
}
.twitter-hover {
	background-image: url('https://media.onecall.com/ebay/lt.png');
}
.google-hover {
	background-image: url('https://media.onecall.com/ebay/lg+.png');
}
.pinterest-hover {
	background-image: url('https://media.onecall.com/ebay/lp.png');
}


@media (min-width: 768px) { 
.container { 
max-width: 75%; } 

.tag {
    width:auto;
    padding:2px;
	padding-right:20px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-left: 20px;
    float:left; 
    height:auto; 
    font-weight:bold;
    background:#ef5c00; 
	opacity: .6;
    color:#fff; 
    font-size:16px;
    position:absolute;
    left:0px;
}
.mainimg {
	height: 500px;
	width: 100%;
	text-align:center;
	background-color:#f5f5f5;
	text-align:center;
	border:5px;
	border-style:solid;
	border-color:#FFF;	
}
.mainimg img {
    display: block;
    width: auto;
    max-height: 100%;
	margin-left:auto;
	margin-right:auto;
	border: none;
	padding: none;
}

.serc {

	margin-top:-31px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:10px;
	margin-bottom:5px;
	color:#FFF
}

}


@media (min-width: 480px) {
.mainimg {
	height: 500px;
	width: 100%;
	text-align:center;
	border:5px;
	border-style:solid;
	border-color:#FFF;	
}

.mainimg img {
    display: block;
    width: auto;
    max-height: 100%;
	margin-left:auto;
	margin-right:auto;
	border: none;
	padding: none;
}
	
}

