body{ margin: 0; }
#mainWrapper {
	position: relative;
	width: 100%;
	min-width: 1280px;
	text-align: center;
	margin: auto;
    overflow: hidden;
}
#body-container {
	width: 1280px;
	min-width: 1280px;
	margin: 0 auto;
}
#promotions-main {
	font-family: "Arial";
	padding: 30px;
	height: auto;
 	transition: height 3s;
 	background-color: #FFFFFF;
}
#promotions-container {
 	position: relative;
	color: #ffffff;
 	width: 100%;
 	min-width: 1280px;
 	margin-top: 60px;
}
#promotions-category-container {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #003c79;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.promotions-separator {
	background: url('/images/promotions/separator.png');
}
.cat-btn {
	height: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #f9f9f9;
    background-color: #003c79;
    transition: color 0.5s, background-color 0.5s;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #0b2d50;
}

.cat-btn:hover {
    background-color: #ffffff;
    color: #000000;
}
.cat-btn.active-category {
    background-color: #ffd200;
    color: #000000;
}
.active-category {
	background-color: #ffd200;
    color: #000000;
}
.promotions-item-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
}
.promotions-item-header {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 0 10px 4px 10px;
    display: none;
}
.promotions-item-subheader {
    color: #717171;
    font-size: 15px;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    display: none;
}
#promotions-items-container {
	display: grid;
 	grid-template-columns: repeat(3,1fr);
	grid-auto-rows: 481px;
 	grid-gap: 12px;
}
.promotions-item-wrapper {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.promotion-item-animation { 
	position: absolute;
	top: 150%;
	left: 50%;
	display: block;
	overflow: hidden;
 }
.promotions-item-wrapper > img {
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
    display: block;
}
.promotions-item-selected > img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.promotions-item-button {
	position: absolute;
    width: 100%;
    height: 38px;
    background-color: #f6cb00;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	display: block;
	background-color: rgba( 0, 0, 0, 0.5);
}
.promotions-info-container {
	position: fixed;
	top: 12%;
	left: 31%;
	width: 40%;
	height: 80%;
	display: block;
	z-index: 100000;
	background-image: linear-gradient(to right, rgb(31, 31, 31), rgb(1, 1, 1));
}

div#social-media-buttons {
    padding-left: 20px;
}

.promotion-img {
	position: relative;
	height: 42%;
	width: 100%;
}
.promotion-img > img {
	width: 100%;
	height: 100%;
	display: block;
}
#close-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #2e2e2e;
    color: #fff;
    font-size: 30px;
    border-radius: 70px;
    margin-right: 20px;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    top: 15px;
    right: 10px;
}
.promotion-info {
	height: 53%;
	width: 100%;
	display: block;
	overflow-y: auto;
}
.promotions-info-title {
	font-family: "Arial";
	font-weight: bold;
	font-size: 18px;
	color: #ffffffe3;
	text-align: center;
	padding:30px 32px 22px 32px;
	text-align: left;
    padding: 20px 20px 0 20px;
}
.promotions-info-content {
	font-family: "Arial";
	font-size: 15px;
	color: #ffffffe3;
	text-align: left;
}
#title-container{
	border-bottom: 1px solid #e4d9d9;
	padding: 10px 20px;
}
div#subheader {
    color: #ffffffe3;
    font-size: 13px;
}
.promotions-info-agree-container {
	display: grid;
	grid-template-columns: 6fr 1fr;
	align-items: center;
	height: 60px;
	border-top: 1px solid #444444;
	background: rgb(41,41,41);
	background: linear-gradient(180deg, rgba(41,41,41,1) 0%, rgba(26,26,26,1) 100%);
}
.promotions-info-agree-text {
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	padding-left: 25px;
}
.promotions-info-agree-button {
	display: grid;
	grid-column: 2;
	width: 160px;
	height: 45px;
	background-color: #f6cb00;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	left: 29px;
	bottom: 28px;
}
.promotion-sublist {
	margin: 5px;
	padding: 0;
}
.promotion-sublist > li {
	list-style: none;
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
div#promotion-twitter-btn {
    background: url(/images/promotions/promotion-twitter-btn.png) no-repeat;
    background-position: center;
}
div#promotion-facebook-btn {
    background: url(/images/promotions/promotion-facebook-btn.png) no-repeat;
    background-position: center;
}

div#promotion-instagram-btn {
    background: url(/images/promotions/promotion-google-plus-btn.png) no-repeat;
    background-position: center;
}