/* Put your custom css here */


h6 {
	font-style:normal;
	font-size:14px;
}

#mainHeader {
    background-color: white;
}

.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {
    color: #555;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active>a {
	background:none;
	color:#e2478c;
}

.navbar-brand{ padding:0px 0; }
.navbar{ min-height:97px }
.navbar-header { padding-bottom: 18px; }

.page-header {
    background-color: #538baf;
}

.page-header h1 {
    color: #fff;
}

.btn-danger {
    background: #e2478c;
    border-bottom-color: #c73f7b;
    color: #FFFFFF;
}

a.btn-danger:visited { background: #e2478c; }

#home h1, #home h2, #home p, #noSliderWrapper h1, #noSliderWrapper h2, #noSliderWrapper p {
    color: #333;
    display: inline-block;
    padding: 10px;
    background: url(../images/h-bg.png) repeat;
}

footer {
    color: #999;
    background: #243741;
}

#footerRights {
    font-size: 12px;
}

#footerRights a{
    color: white;
}

.stores img {
	width:100%;
}
	
iframe {
	border:none;
	padding:0;
	margin:0;
	width:374px;
	height:480px;
}	
	
	
.badge {
	position:absolute;
	top:350px;
	left:310px;
    background-color: #e2478c;
    border-radius: 45px; 
    color: white;
    font: 21px 'antonioregular', Verdana, Tahoma;
	line-height:1.1em;
    height: 90px; 
	width: 90px; 
	-webkit-box-shadow: 0 3px 0 0 #c73f7b;
     -moz-box-shadow: 0 3px 0 0 #c73f7b;
          box-shadow: 0 3px 0 0 #c73f7b;
    padding: 10px 3px 0 3px;
    text-align: center;
	overflow: hidden;
}	

.subbadge {
	position:absolute;
	top:240px;
	left:310px;
    background-color: #e2478c;
    border-radius: 50px; 
    color: white;
    font: 20px 'antonioregular', Verdana, Tahoma;
		text-transform: uppercase;
		line-height:1.2em;
    height: 90px; 
		width: 90px;
		-webkit-box-shadow: 0 3px 0 0 #c73f7b;
     -moz-box-shadow: 0 3px 0 0 #c73f7b;
          box-shadow: 0 3px 0 0 #c73f7b;
    padding: 26px 2px 0 2px;
    text-align: center;
		overflow: hidden;
}	
	
.lh {
   overflow: hidden;
   text-overflow: ellipsis;
   text-overflow: -o-ellipsis-lastline;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5; /* number of lines to show */
   height: 8.1em; /* height for ie */
}


.full-width {
	max-width:100%;
	height: auto;
}

.soldout {
	position:absolute;
	top:0;
	left:16px;
}


.card-img-top {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}



/*Search*/
  .card-img-top {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }
  .search-body {
    padding: 2px 12px;
    border-bottom: 1px solid #ccc;
    min-height: 46px;
  }

  .circle-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right:20px;
  }

  .circle-img img {
    object-fit: cover;
     width: 100%;
    height:100%;
  }
  
  #match-list-container {  
    position: relative;

  }
  #match-list {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: white;
     
  }


