.promotions-list {
	margin-top:60px;
}

.promo-list-item {
	margin-bottom:30px;
    position: relative;
    overflow: hidden;
}

.promo-list-item .promo-list-img-ct {
	height:82px;
	display: flex;
	align-items: center;
}

.promo-list-item .promo-list-img img {
	max-width:100%;
	height:auto; 

}

.promo-list-item .promo-display-inner-ct {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 60px;
	position:relative;
}

.promo-list-item .promo-display-inner-ct .promo-display-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #FFF;
}

.promo-list-item .promo-display-inner {
	display: flex;
	flex-wrap: wrap;
	border: 3px solid #000;
	align-content: center;
	padding:.5em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-left:none;
	border-right:none;
}

.promo-list-item .promo-display-inner h1 {
	font-size:14px;
	text-align: center;
	width: 100%;
	margin:0;
	line-height:20px;
}

.promo-list-item .promo-display-inner .full {
    display: none;
}

.promo-list-item .promo-display-more {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}


.container-fluid.promotions-search {
	background-color: #000000;
	color: white; 
	font-family:'WeblySleekLight', 'Sans-Serif';
}


.search-row .search-param {
	padding:0;
	
}

.search-row .search-param input{
	border-radius:0;
	height:45px;
	text-align: center;
	
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:45px !important;
}

.lds-roller-ct{
	text-align:center;
	padding:4.5rem 0;
	margin-bottom:60px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.my-cb-class{
	display:none;
}
.my-cb-class + label{
	font-size:1.2rem;
}
.my-cb-class + label:before{
    content: "\f0c8";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: block;
	margin: 0 auto;
}

.my-cb-class + label:before{

}

.my-cb-class:checked + label:before{
	content: "\f14a";
	color: #000;
	animation: effect 250ms ease-in;
}

.pure-img{
	/* opacity: 0.3;*/
	transition:all .5s ease-in-out;
	
}

.promo-list-item:hover .pure-img {
	
}

.promo-list-item:hover .snip {
	text-decoration:underline;
}

.search-row .search-param  input{
	text-align: left!important;
}

.promotion-details {
	padding-top:40px;
}

.promotion-details ul li, .promotion-details p {
	font-size:1.2em;
}

.promotion-details h4 {
	text-transform:uppercase;
}

.custom-form-check input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none; 
     font-style: normal; 
    /font-weight: normal; 
    font-variant: normal;
    /text-transform: none; 
     line-height: 1; 
     -webkit-font-smoothing: antialiased; 
     width: 1em; 
     display: inline-block; 
     margin-right: 5px; 
}