@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#dated-promo {
	background-color: #ffffff;
	border-radius: 0px 0px 22px 22px;
	-webkit-border-radius: 0px 0px 22px 22px;
	-moz-border-radius: 0px 0px 22px 22px;
	margin-bottom: 20px;
}
#dated-promo a {
	text-decoration: none;
	color: #ffffff;
}

#dated-promo-new {
	background: linear-gradient(45deg,#77198c,#6857c7,#ed53d8);
	background-size: 180% 180%;
	animation: gradient-animation 18s ease infinite;
	text-align: center;
	border-radius: 22px 22px 0px 0px;
	-webkit-border-radius: 22px 22px 0px 0px;
	-moz-border-radius: 22px 22px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.85);
}

#dated-promo-click {
	background-color: #F45917;
	text-align: center;
	border-radius: 0px 0px 22px 22px;
	-webkit-border-radius: 0px 0px 22px 22px;
	-moz-border-radius: 0px 0px 22px 22px;
	box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.62);
	-webkit-box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.62);
	-moz-box-shadow: 1px 2px 18px 0px rgba(0,0,0,0.62);
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.85);
}

#dated-promo-text h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: underline;
}

#dated-promo-text {
	color: #000000;
	padding: 25px;
	font-size: 1.1em;
}

#dated-promo-text .dialogue {
	font-style: italic;
	font-weight: bold;
	color: #1a3169;
	
}

#dated-promo h6 {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	color: #F45917;
	font-size: 2em;
	background-color: #1a3169;
	border-radius: 22px 22px 22px 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	-moz-border-radius: 22px 22px 22px 22px;
	padding: 25px;
	text-align: center;
}

#dated-promo h6 a:hover {
	color: #F45917;
}

#images-hires-getintouch {
	background: linear-gradient(45deg,#77198c,#6857c7,#ed53d8);
	background-size: 180% 180%;
	animation: gradient-animation 18s ease infinite;
	border-radius: 22px 22px 22px 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	-moz-border-radius: 22px 22px 22px 22px;
	padding: 25px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-align: center;
}
#images-hires-getintouch h1 {
	text-shadow: 0px 0px 5px rgba(0,0,0,0.85);
	margin-bottom: 10px;
	color: #F45917;
	font-size: 2.8em;
}

#images-hires-getintouch h2 {
	margin-bottom: 10px;
	font-size: 1.8em;
}

#images-hires-getintouch h3 {
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #000000;
}

#images-hires-getintouch h4 {
	color: #F45917;
	font-size: 1.2em;
}

#images-hires-getintouch h5 {
	font-size: 1.2em;
}

#images-hires-getintouch h6 {
	margin-top: 10px;
	color: #F45917;
	font-size: 2em;
	background-color: #ffffff;
	border-radius: 22px 22px 22px 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	-moz-border-radius: 22px 22px 22px 22px;
	padding: 25px;
}

#images-hires-getintouch a {
	color: #F45917;
}

#images-hires-getintouch a:hover {
	color: #000000;
}

#images-hires-getintouch-options {
	background-color: #ffffff;
	border-radius: 22px 22px 22px 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	-moz-border-radius: 22px 22px 22px 22px;
	padding: 25px;
	margin-bottom: 10px;
}
.dated-promo-mini {
	width: 350px;
	margin: 0 auto;
	display: inline-block;
}
.dated-promo-mini:nth-of-type(odd) {
	margin-right: 22px;
}
.dated-promo-mini:nth-of-type(even) {
	margin-left: 22px;
}
.dated-promo-mini #dated-promo-new {
	font-size: 12px;
}
#new-images-promo {
	width: 750px;
	height: 184px;
	margin-bottom: 20px;
	background-image: url("images/4k-promo-background.gif");
	background-repeat: repeat-x;
	border-radius: 0px 40px 40px 0px;
	-webkit-border-radius: 0px 40px 40px 0px;
	-moz-border-radius: 0px 40px 40px 0px;
}
#new-images-promo img {
	float: left;
}
#new-images-promo p {
	padding-top: 48px;
	padding-left: 190px;
	padding-right: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}