.promotion-parent-wrapper{
	width:100%;
	background-color:#EBE6E2;					
}
		
.promotion-parent-inner{
	max-width:940px;
	margin:0 auto;
	padding:15px 0 15px 0;
	margin-top:-30px;
}

.heading-inner h1 {
	margin: 30px 0;
}

.slider {
	width:100%;
	/*min-height:410px;
	margin-bottom:30px;*/
}

.long-tags {
	margin-bottom:30px;
}

.slide {
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	padding:50px 0 60px;
	background-size:cover;
	background-position:center center;
	background-color:#ede9e4;
}

.slide h2 {
	margin-top:0;
	margin-bottom:10px;
	color:#221d06;
	margin-right:40px;
}

.slide p {
	margin-right:40px;
	color:#221d06;
	margin-bottom:14px;
}

.slide .top-promotion-text {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 960px;
	float:left;

}

.promotion-parent-inner h2{	
	margin:0;
}

.promotion-item-body-wrapper {
	padding-top:20px;		
}
.promotion-item-body-wrapper{
	width:100%;
}

.promotion-item-body-inner{
	max-width:940px;
	margin:0 auto;
}
	
.promotion-item-body-inner h2{
	float:left;margin-top: 5px;font-size:27px;
}

.promotion-item-body-inner h1{
	font-size: 36px;
	float:left;
	max-width: 80%;
}
.col{
	width:440px;
	float:left;
	margin-top:15px;
}

.left-col{
	width:50%;
	float:left;
	margin-top:15px;
}

.right-col {
	width:47%;
	float:left;
	margin-left:3%;
}

.right-col.quote {
    margin: 20px;
    display: inline-block;
}
		
.lead-text{
	background-color:#EBE6E2;
	border-radius:10px;
	border-top-right-radius:0;
	padding:20px;
	font-size:18px;
}

.promotion-image {
	float: right;
	margin-top: 15px;
	width: 440px;
}

.promotion-image img {
	border:1px solid #efe9e4;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

	
.promotion-item {
	width:100%;
	display:block;
	clear:both;
	border-bottom:solid 1px #d31145;
	padding-bottom:15px;
	padding-top:25px;
}

.promotion-item:last-child {
	border-bottom: none;	
}

.promotion-item-image .image {
	background-repeat:no-repeat;
	background-size:contain;
	min-height:215px;
	background-position: center center;
}

.promotion-item-image img {
	max-width:100%;	
}

.promotion-item-image {
	margin-bottom:20px;
	position:relative;
}

.promotion-item-image .tag {
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	right:0;
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.promotion-item-text,
.promotion-item-image {
	float:left;
}

.promotion-item-text {
	width:47%;
}

.promotion-item-image {
	width:50%;
	max-width:440px;
	margin-right:3%;
}

.promotion-item-image .image {
	max-width:100%;
}
.long-tags select {
	float:right;
	width:30%;
	margin:0 10px;
	max-width:180px;
}

.long-tags label {
	float:left;
	font-size: 18px;
}
		
select{
	background: #d31145 url('/images/dropdown-arrow.png') no-repeat right 10px center;
	color:#FFF;
	-webkit-appearance: none;
	border:0;
	border-radius:5px;
	outline:none;
	box-shadow:inset 3px 3px 5px #ea8ea7;
	width:100%;
	margin-bottom:21px;
	height:29px;
	padding:0 0 0 5px;
}
		
select option{
	background: #fff;
	color:#848484;
	border-left:1px solid #d31145
}

@media screen and (max-width: 991px) {
	.left-col{
		width:100%;
		float:none;
		margin-top:15px;
	}
	
	.right-col {
		width:100%;
		float:none;
		margin-left:0;
	}
	.promotion-image {
		max-width:100%;
		float:none;
	}
	
	.slide .top-promotion-image {
		display:none;
	}
	.slide .top-promotion-text {
		width:100%;
	}
	.long-tags select {
		float:none;
		width:100%;
		clear:both;
		display:block;
		margin:5px 10px;
		max-width:none;
	}
	
	.long-tags label {
		float:left;
		font-size: 18px;
	}
	.promotion-item-text,
	.promotion-item-image {
		float:none;
	}
	
	.promotion-item-text {
		width:100%;
	}
	
	.promotion-item-image {
		width:100%;
		margin-right:0;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
