/* offers home */
@media only screen {
.custom_slider {

}
	.custom_slider.offershome .top {
		border-bottom: 1px solid white;
		margin: 0 10px;
		padding-top: 20px;
	}
		.custom_slider.offershome .top .title {
			font-family: Oswald, sans-serif;
			text-transform: uppercase;
			font-size: 26px;
			letter-spacing: .1em;
			color: white;
			line-height: 28px;
		}
		.custom_slider.offershome .top .subtitle {
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-style: italic;
			font-size: 13px;
			letter-spacing: 1px;
			padding-bottom: 5px;	
		}
		.custom_slider.offershome .top .right {
			margin-top:-30px;
			float: left;
		}		
			.custom_slider.offershome .top .right .icon {
				width: 39px;
				height: 30px;
				background: url(/includes/public/assets/images/package_deals_icon.png);
				background-repeat: no-repeat;
				margin-top: -39px;
				display: inline-block;
			}
			.custom_slider.offershome .top .right a {
				display: none;
				height: 35px;
				background: transparent;
				border: 1px solid white;
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 16px;
				margin: 0;
				padding: 5px 10px;
				float: right;
				text-align: center;
				margin-top: -15px;
				color: white;
				margin-left: 15px;	
			}

	.custom_slider.offershome .items {
		padding-top: 20px;
	}
	.custom_slider.offershome .items .item {
		display: inline-block;
		float: left;
		position: relative;
		margin-bottom: 70px;
		padding: 0 10px;
	}
		.custom_slider.offershome .items .item .image {
			position: relative;
		}
			.custom_slider.offershome .items .item .image img {
				width: 100%;
			}
		.custom_slider.offershome .items .imageContent {
			width:100%;
			height:200px;
		}
	.custom_slider.offershome  a.content {
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
	}
	.custom_slider.offershome .bottom {
		position: relative;
		background: #18202a;
		padding: 20px 23px;
		z-index: 9;
	}
	.custom_slider.offershome .bottom:hover {
		background: #008ca2;
	}	
		.custom_slider.offershome .bottom .description {
			color: white;
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-style: normal;
			font-size: 20px;
			line-height: 22px;
			letter-spacing: 1px;
		}
		.custom_slider.offershome .bottom .description p {
			color: white;
			font-family: Oswald, sans-serif;
			font-weight: 200;
			font-style: normal;
			font-size: 15px;
			line-height: 17px;
			letter-spacing: 1px;
		}		
			.custom_slider.offershome .bottom .outLink {
				background: url('/includes/public/assets/images/image-box_arrow.png');
				height: 8px;
				width: 10px;
				position: absolute;
				bottom: 10px;
				right: 15px;
				background-repeat: no-repeat;
			}

	.custom_slider.offershome a.view_all {
		display: none;
		float: right;
		color: white;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-style: italic;
		font-size: 13px;
		letter-spacing: 1px;
		padding-right: 10px;
		margin-top: -10px;
	}
}
@media only screen and (min-width: 40.063em) {
	.custom_slider.offershome .top {
		padding-bottom: 5px;
	}
		.custom_slider.offershome .top .title {
			font-size: 30px;
			line-height: 35px;
		}
			.custom_slider.offershome .top .subtitle {
				font-size: 15px;
			}
		.custom_slider.offershome .top .right a {
			display: inline-block;
		}
		.custom_slider.offershome a.view_all {
			display: block;
		}
}
@media only screen and (min-width: 64.063em) {
	.custom_slider.offershome {
		padding-top: 25px;
	}
		.custom_slider.offershome .items {
			padding-top: 30px;
		}
		.custom_slider.offershome .top .title {
		  font-size: 37px;
		  line-height: 40px;
		}
		.custom_slider.offershome .top .subtitle {
		  font-size: 20px;
		}
		.custom_slider.offershome a.view_all {
			padding-bottom: 100px;
		}
}

/* events home */
@media only screen {
.custom_slider.eventshome {

}
	.custom_slider.eventshome .top {
		border-bottom: 1px solid #969ba2;
		margin: 0 10px;
		padding-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
		.custom_slider.eventshome .top .title {
			font-family: Oswald, sans-serif;
			text-transform: uppercase;
			font-weight: 400;
			font-size: 26px;
			letter-spacing: 1px;
			line-height: 28px;
			color: #0066a4;
		}
		.custom_slider.eventshome .top .subtitle {
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-style: italic;
			font-size: 13px;
			letter-spacing: 1px;
			padding-bottom: 5px;
			color: #0066a4;
		}
		.custom_slider.eventshome .top .right {
			margin-top:-30px;
			float: left;
		}		
			.custom_slider.eventshome .top .right .icon {
				width: 39px;
				height: 30px;
				background: url(/includes/public/assets/images/eventsIcon.png);
				background-repeat: no-repeat;
				margin-top: -5px;
				display: inline-block;
			}
			.custom_slider.eventshome .top .right a {
				display: none;
				height: 35px;
				background: transparent;
				border: 1px solid #18202a;
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 16px;
				margin: 0;
				padding: 5px 10px;
				float: right;
				text-align: center;
				margin-top: -15px;
				color: #18202a;
			}

	.custom_slider.eventshome .medium .smallFirst {
	
	}
		.custom_slider.eventshome .medium .smallFirst .image {
			position: relative;
			margin: 0 10px;
		}
			.custom_slider.eventshome .medium .smallFirst .image img {
				display: inline-block;
				position: relative;
				width: 100%;
			}
		.custom_slider.eventshome .medium .smallFirst .bottom {
			background: #00426d;
			padding: 10px;
			width: 100%;
		}
		.custom_slider.eventshome .medium .smallFirst .bottom:hover {
			background: #008ca2;
		}	
		.custom_slider.eventshome .medium .smallFirst .bottom .title {
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-style: normal;
			font-size: 18px;
			line-height: 22px;
			letter-spacing: 1px;
			color: white;
			padding-bottom:10px;
		}
		.custom_slider.eventshome .medium .smallFirst .bottom .date {
			font-family: Oswald, sans-serif;
			font-weight: 400;
			font-style: italic;
			font-size: 14px;
			line-height: 16px;
			letter-spacing: 1px;
			color: white;
		}		
		.custom_slider.eventshome .medium .smallFirst .bottom .time {
			font-family: Oswald, sans-serif;
			font-weight: 400;
			font-style: italic;
			font-size: 14px;
			line-height: 16px;
			letter-spacing: 1px;
			color: white;
		}
		.custom_slider.eventshome .medium .smallFirst .bottom .outLink {
			height: 30px;
			background: #007E96;
			font-family: Oswald, sans-serif;
			font-weight: 400;
			font-style: italic;
			font-size: 13px;
			margin: 0;
			padding: 5px 13px;
			float: right;
			text-align: center;
			color: white;
			margin-left: 15px;
			text-transform: uppercase;
			position: absolute;
			right: 15px;
			bottom: 16px;
		}
	.custom_slider.eventshome .medium .other {
		position: relative;
		display: inline-block;
		top: 10px;
		width: 48%;
	}
	.custom_slider.eventshome .medium .other:after {
		padding-top: 66.66%; /* 3:2 ratio */
		display: block;
		content: '';
	}
	.custom_slider.eventshome .medium .other.imagewrapper {
		left: 10px;
	}
	.custom_slider.eventshome .medium .other.contentwrapper {
		left: 6px;
	}
		.custom_slider.eventshome .medium .other .image {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}
		.custom_slider.eventshome .medium .other .content {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: #18202a;
			z-index: 9;
			padding: 8px 5px;
		}
		.custom_slider.eventshome .medium .other .content:hover {
			background: #008ca2;
		}	
			.custom_slider.eventshome .medium .other .content .title {
				font-family: Oswald, sans-serif;
				font-weight: 300;
				font-style: normal;
				font-size: 13px;
				line-height: 15px;
				letter-spacing: 1px;
				color: white;
				padding-bottom: 10px;
			}
			.custom_slider.eventshome .medium .other .content .bottomContent {
				position: absolute;
				bottom: 5px;
			}
			.custom_slider.eventshome .medium .other .content .bottomContent .date {
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 12px;
				line-height: 14px;
				letter-spacing: 1px;
				color: white;
			}
			.custom_slider.eventshome .medium .other .content .bottomContent .time {
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 12px;
				line-height: 14px;
				letter-spacing: 1px;
				color: white;
				max-width: 85%;
			}
			.custom_slider.eventshome .medium .other .outLink {
				background: url('/includes/public/assets/images/image-box_arrow.png');
				height: 8px;
				width: 10px;
				position: absolute;
				bottom: 25px;
				right: 20px;
				background-repeat: no-repeat;
			}

	.custom_slider.eventshome .large {
		padding: 0 10px;
	}
		.custom_slider.eventshome .large .largeFirst {
			position: relative;
			display: inline-block;
			float: left;
		}				
			.custom_slider.eventshome .large .largeFirst .image {
				width: 620px;
				height: 376px;
			}
				.custom_slider.eventshome .large .largeFirst .image img {
					width: 100%;
					height: 376px;
				}

				.custom_slider.eventshome .large .largeFirst .bottom {
					position: relative;
				}
					.custom_slider.eventshome .large .largeFirst .bottom .left {
						background: #00426d;
						height: 245px;
						width: 480px;
						padding: 15px;
					}
						.custom_slider.eventshome .large .largeFirst .bottom .left .title {
							font-family: Oswald, sans-serif;
							font-weight: 300;
							font-style: normal;
							font-size: 26px;
							line-height: 30px;
							letter-spacing: 1px;
						}
						.custom_slider.eventshome .large .largeFirst .bottom .left .location {
							font-family: Oswald, sans-serif;
							font-weight: 400;
							font-style: italic;
							font-size: 18px;
							line-height: 22px;
							letter-spacing: 1px;
							padding-top: 10px;
						}
						.custom_slider.eventshome .large .largeFirst .bottom .left .description {
							background: #00426d;
							font-family: Oswald, sans-serif;
							font-weight: 300;
							font-style: normal;
							font-size: 13px;
							line-height: 19px;
							letter-spacing: 1px;
							padding-top: 4px;
						}
						.custom_slider.eventshome .large .largeFirst .bottom .left .description p {
							background: #00426d;
							font-family: Oswald, sans-serif;
							font-weight: 300;
							font-style: normal;
							font-size: 13px;
							line-height: 19px;
							letter-spacing: 1px;
							padding-top: 10px;
						}
					.custom_slider.eventshome .large .largeFirst .bottom .right {
						background: #00426d;
						height: 245px;
						width: 140px;
						padding: 15px;
						position: relative;
					}								
				.custom_slider.eventshome .large .largeFirst .bottom .right .date {
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 17px;
					letter-spacing: 1px;
				}
				.custom_slider.eventshome .large .largeFirst .bottom .right .time {
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 17px;
					letter-spacing: 1px;
					padding-top: 20px;
				}
				.custom_slider.eventshome .large .largeFirst .bottom .right .location {
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 17px;
					letter-spacing: 1px;
					padding-top: 20px;
				}
				.custom_slider.eventshome .large .largeFirst a.outlink {
				    height: 35px;
				    background: #007E96;
				    border: 0;
				    font-family: Oswald, sans-serif;
				    font-weight: 500;
				    font-style: italic;
				    font-size: 16px;
				    margin: 0;
				    padding: 7px 14px;
				    float: right;
				    text-align: center;
				    color: white;
				    z-index: 1;
				    position: absolute;
				    bottom: -225px;
				    text-transform: uppercase;
				    letter-spacing: 1px;
				    right: 12px;
				}

	.custom_slider.eventshome .large .other {
		display: inline-block;
		float:left;
		padding-bottom: 24px;
		position:relative;
	}
		.custom_slider.eventshome .large .other .image {
			width: 158px;
			height: 105px;
			display: inline-block;
			float: left;
		}
		.custom_slider.eventshome .large .other .content {
			display: inline-block;
			float: left;
			background: #18202a;
			width: 168px;
			height: 105px;
			padding: 15px;
			position: relative;
		}
		.custom_slider.eventshome .large .other .content:hover {
			background: #00416c;
		}
		.custom_slider.eventshome .large .other .contentRight {
			display: inline-block;
			display: none;
			background: #18202a;
			width: 10px;
			height: 105px;
			position: absolute;
			right:2px;
		}
			.custom_slider.eventshome .large .other .content .title {
				font-family: Oswald, sans-serif;
				font-weight: 300;
				font-style: normal;
				font-size: 13px;
				line-height: 15px;
				letter-spacing: 1px;
				color: white;
			}
			.custom_slider.eventshome .large .other .content .bottomContent {
				position: absolute;
				bottom: 10px;
			}
			.custom_slider.eventshome .large .other .content .bottomContent .date {
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 11px;
				line-height: 15px;
				letter-spacing: 1px;
				color: white;
			}
			.custom_slider.eventshome .large .other .content .bottomContent .time {
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 11px;
				line-height: 15px;
				letter-spacing: 1px;
				color: white;
			}
			.custom_slider.eventshome .large .other .content .outLink {			
				background: url('/includes/public/assets/images/image-box_arrow.png');
				height: 8px;
				width: 10px;
				position: absolute;
				bottom: 10px;
				right: 15px;
				background-repeat: no-repeat;
			}
	.custom_slider.eventshome a.view_all {
		float: right;
		color: #18202a;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-style: italic;
		font-size: 13px;
		letter-spacing: 1px;
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 40.063em) {
	.custom_slider.eventshome .medium .smallFirst .bottom .title {
		font-family: Oswald, sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 27px;
		line-height: 30px;
		letter-spacing: 1px;
		color: white;
		padding-bottom:10px;
	}
	.custom_slider.eventshome .medium .smallFirst .bottom .date {
		font-size: 20px;
		line-height: 26px;
	}		
	.custom_slider.eventshome .medium .smallFirst .bottom .time {
		font-size: 20px;
		line-height: 26px;
	}
	.custom_slider.eventshome .medium .smallFirst .bottom .outLink {
		height: 40px;
		background: #007E96;
		font-size: 20px;
		padding: 7px 15px;
		right: 20px;
		bottom: 20px;
	}
	.custom_slider.eventshome .medium .other {
		width: 49%;
		margin: 10px 0;
	}
	.custom_slider.eventshome .medium .other .content {
		padding: 20px 23px;
	}
	.custom_slider.eventshome .medium .other .content .title {
		font-family: Oswald, sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 25px;
		line-height: 33px;
		letter-spacing: 1px;
		color:white;
		padding-bottom: 10px;
	}
	.custom_slider.eventshome .medium .other .content .bottomContent {
		bottom: 25px;
	}
	.custom_slider.eventshome .medium .other .content .bottomContent .date {
		font-size: 20px;
		line-height: 24px;
	}
	.custom_slider.eventshome .medium .other .content .bottomContent .time {
		font-size: 20px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 64.063em) {
	.custom_slider.eventshome .top .right a {
		display:inline-block;
	}
	.custom_slider.eventshome .top .title {
		font-size: 37px;
		line-height: 40px;
	}
	.custom_slider.eventshome a.view_all {
		display: block;
		margin-top: -10px;
	}
}

/* events featured */
@media only screen {
.custom_slider.featuredevents .top {
	border-bottom: 1px solid #969ba2;
	margin: 0 10px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
	.custom_slider.featuredevents .top .title {
		font-family: Oswald, sans-serif;
		text-transform: uppercase;
		font-size: 26px;
		letter-spacing: .1em;
		color: white;
		line-height: 28px;
		color: white;
	}
	.custom_slider.featuredevents .top .subtitle {
		font-family: Oswald, sans-serif;
		font-weight: 300;
		font-style: italic;
		font-size: 13px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		color: #0066a4;
	}
.custom_slider.featuredevents .other {
	position: relative;
	display: inline-block;
	top: 10px;
	width: 48%;
}
	.custom_slider.featuredevents .other:after {
		padding-top: 66.66%; /* 3:2 ratio */
		display: block;
		content: '';
	}
	.custom_slider.featuredevents .other.imagewrapper {
		left: 10px;
	}
	.custom_slider.featuredevents .other.contentwrapper {
		left: 6px;
	}
		.custom_slider.featuredevents .other .image {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}
		.custom_slider.featuredevents .other .content {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: #18202a;
			padding: 8px 5px;
			z-index: 9;
		}
			.custom_slider.featuredevents .other .content:hover {
				background: #008ca2;
			}	
		.custom_slider.featuredevents .other .content .title {
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-style: normal;
			font-size: 13px;
			line-height: 15px;
			letter-spacing: 1px;
			color: white;
			padding-bottom: 10px;
		}
		.custom_slider.featuredevents .other .content .bottomContent {
			position: absolute;
			bottom: 5px;
		}
		.custom_slider.featuredevents .other .content .bottomContent .date {
			font-family: Oswald, sans-serif;
			font-weight: 400;
			font-style: italic;
			font-size: 11px;
			line-height: 12px;
			letter-spacing: 1px;
			color: white;
		}
		.custom_slider.featuredevents .other .content .bottomContent .time {
			font-family: Oswald, sans-serif;
			font-weight: 400;
			font-style: italic;
			font-size: 11px;
			line-height: 12px;
			letter-spacing: 1px;
			color: white;
			max-width: 90%;
		}
		.custom_slider.featuredevents .other .outLink {
			background: url('/includes/public/assets/images/image-box_arrow.png');
			height: 8px;
			width: 10px;
			position: absolute;
			bottom: 10px;
			right: 10px;
			background-repeat: no-repeat;
		}							
}
@media only screen and (min-width: 40.063em) {
	.custom_slider.featuredevents .other .content {
		padding: 20px 23px;
	}
	.custom_slider.featuredevents .other .content .title {
		font-size: 20px;
		line-height: 23px;
	}
	.custom_slider.featuredevents .other .content .bottomContent {
		bottom: 25px;
	}
	.custom_slider.featuredevents .other .content .bottomContent .date {
		font-size: 14px;
		line-height: 16px;
	}
	.custom_slider.featuredevents .other .content .bottomContent .time {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (min-width: 64.063em) {
.custom_slider.featuredevents .top {
	margin: 0 10px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	max-width: 940px;
}
	.custom_slider.featuredevents .top .title {
		font-size: 37px;
		line-height: 40px;
	}
	.custom_slider.featuredevents .top .subtitle {
		font-size: 17px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		color: white;
	}
.custom_slider.featuredevents {
}
	.custom_slider.featuredevents .event {
		display: inline-block;
		float: left;
		padding: 10px;
		padding-bottom: 20px;		
	}
	.custom_slider.featuredevents .wrapper {
		position: relative;
	}
		.custom_slider.featuredevents .wrapper .image {
			width:460px;
			height:307px;
		}
		.custom_slider.featuredevents .wrapper .content {

		}
			.custom_slider.featuredevents .wrapper .content .left {
				width:320px;
				height: 245px;
				background:#00426d;
				float:left;
				padding:20px;
			}
			.custom_slider.featuredevents .wrapper .content .left.even {
				background:#18202a;
			}
				.custom_slider.featuredevents .wrapper .content .left .title {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 21px;
					line-height: 25px;
					letter-spacing: 1px;
				}
				.custom_slider.featuredevents .wrapper .content .left .subtitle {
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 15px;
					line-height: 18px;
					letter-spacing: 1px;
					padding-top: 7px;
				}
				.custom_slider.featuredevents .wrapper .content .left .description {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 12px;
					line-height: 19px;
					letter-spacing: 1px;
					padding-top: 10px;
				}
				.custom_slider.featuredevents .wrapper .content .left .description p {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 12px;
					line-height: 19px;
					letter-spacing: 1px;
					margin-bottom: 0;
				}
			.custom_slider.featuredevents .wrapper .content .rightBlock {
				width:140px;
				height: 245px;
				background:#00426d;
				float:left;
				padding: 20px;
			}
			.custom_slider.featuredevents .wrapper .content .rightBlock.even {
				background: #18202a;
			}
				.custom_slider.featuredevents .wrapper .content .rightBlock .date {
					padding-bottom: 20px;
					word-wrap: break-word;
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 16px;
					letter-spacing: 0.75px;
				}		
				.custom_slider.featuredevents .wrapper .content .rightBlock .time {
					padding-bottom: 20px;
					word-wrap: break-word;
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 18px;
					letter-spacing: 1px;
				}
				.custom_slider.featuredevents .wrapper .content .rightBlock .location {
					word-wrap: break-word;
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 18px;
					letter-spacing: 1px;
				}		
		.custom_slider.featuredevents .wrapper .outlink {
		    height: 35px;
		    background: #007E96;
		    font-family: Oswald, sans-serif;
		    font-weight: 400;
		    font-style: italic;
		    font-size: 16px;
		    margin: 0;
		    padding: 7px 15px 0;
		    float: right;
		    text-align: center;
		    color: white;
		    margin-left: 15px;
		    text-transform: uppercase;
		    position: absolute;
		    right: 16px;
		    bottom: -229px;
		    z-index: 1;
		}	
}

/* listings featured */
@media only screen {
	.custom_slider.featuredlistings .top {
		border-bottom: 1px solid #969ba2;
		margin: 0 10px;
		padding-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
		.custom_slider.featuredlistings .top .title {
			font-family: Oswald, sans-serif;
			text-transform: uppercase;
			font-size: 26px;
			letter-spacing: .1em;
			color: white;
			line-height: 28px;
			color: white;
		}
		.custom_slider.featuredlistings .top .subtitle {
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-style: italic;
			font-size: 13px;
			letter-spacing: 1px;
			padding-bottom: 5px;
			color: #0066a4;
		}
	.custom_slider.featuredlistings .other {
		position: relative;
		display: inline-block;
		top: 10px;
		width: 48%;
	}
	.custom_slider.featuredlistings .other:after {
		padding-top: 66.66%; /* 3:2 ratio */
		display: block;
		content: '';
	}
	.custom_slider.featuredlistings .other.imagewrapper {
		left: 10px;
	}
	.custom_slider.featuredlistings .other.contentwrapper {
		left: 6px;
	}
	.custom_slider.featuredlistings .other .image {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}
	.custom_slider.featuredlistings .other .content {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #18202a;
		z-index: 9;
		padding: 20px 23px;
	}
		.custom_slider.featuredlistings .other .content:hover {
			background: #008ca2;
		}	
			.custom_slider.featuredlistings .other .content .title {
				font-family: Oswald, sans-serif;
				font-weight: 300;
				font-style: normal;
				font-size: 15px;
				line-height: 18px;
				letter-spacing: 1px;
				color: white;
				padding-bottom: 10px;
			}
			.custom_slider.featuredlistings .other .content .bottomContent {
				position: absolute;
				bottom: 25px;
			}
			.custom_slider.featuredlistings .other .content .bottomContent .date {
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 14px;
				line-height: 16px;
				letter-spacing: 1px;
				color: white;
			}
			.custom_slider.featuredlistings .other .content .bottomContent .time {
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 12px;
				line-height: 14px;
				letter-spacing: 1px;
				color: white;
			}
			.custom_slider.featuredlistings .other .outLink {
				background: url('/includes/public/assets/images/image-box_arrow.png');
				height: 8px;
				width: 10px;
				position: absolute;
				bottom: 10px;
				right: 10px;
				background-repeat: no-repeat;
			}
}
@media only screen and (min-width: 40.063em) {
	.custom_slider.featuredlistings .other .content {
		padding: 20px 23px;
	}
	.custom_slider.featuredlistings .other .content .title {
		font-size: 20px;
		line-height: 23px;
	}
	.custom_slider.featuredlistings .other .content .bottomContent .date {
		font-size: 14px;
		line-height: 16px;
	}
	.custom_slider.featuredlistings .other .content .bottomContent .time {
		font-size: 14px;
		line-height: 16px;
	}
}
@media only screen and (min-width: 64.063em) {
.custom_slider.featuredlistings .top {
	margin: 0 10px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	max-width: 940px;
}
	.custom_slider.featuredlistings .top .title {
		font-size: 37px;
		line-height: 40px;
	}
	.custom_slider.featuredlistings .top .subtitle {
		font-size: 17px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		color: white;
	}
.custom_slider.featuredlistings {
}
	.custom_slider.featuredlistings .event {
		display: inline-block;
		float: left;
		padding: 10px;
		padding-bottom: 20px;		
	}
	.custom_slider.featuredlistings .wrapper {
		position: relative;
	}
		.custom_slider.featuredlistings .wrapper .image {
			width:460px;
			height:307px;
		}
		.custom_slider.featuredlistings .wrapper .content {

		}
			.custom_slider.featuredlistings .wrapper .content .left {
				width:320px;
				height: 245px;
				background:#00426d;
				float:left;
				padding:20px;
			}
			.custom_slider.featuredlistings .wrapper .content .left.even {
				background:#18202a;
			}
				.custom_slider.featuredlistings .wrapper .content .left .title {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 21px;
					line-height: 25px;
					letter-spacing: 1px;
				}
				.custom_slider.featuredlistings .wrapper .content .left .subtitle {
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 15px;
					line-height: 18px;
					letter-spacing: 1px;
					padding-top: 7px;
				}
				.custom_slider.featuredlistings .wrapper .content .left .description {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 12px;
					line-height: 19px;
					letter-spacing: 1px;
					padding-top: 10px;
				}
				.custom_slider.featuredlistings .wrapper .content .left .description p {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 12px;
					line-height: 19px;
					letter-spacing: 1px;
					margin-bottom: 0;
				}
			.custom_slider.featuredlistings .wrapper .content .rightBlock {
				width:140px;
				height: 245px;
				background:#00426d;
				float:left;
				padding:15px;
			}
			.custom_slider.featuredlistings .wrapper .content .rightBlock.even {
				background: #18202a;
			}
				.custom_slider.featuredlistings .wrapper .content .rightBlock .date {
					padding-top: 5px;
					padding-bottom: 30px;
					word-wrap: break-word;
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 18px;
					letter-spacing: 1px;
				}		
				.custom_slider.featuredlistings .wrapper .content .rightBlock .time {
					padding-bottom: 30px;
					word-wrap: break-word;
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 18px;
					letter-spacing: 1px;
				}
				.custom_slider.featuredlistings .wrapper .content .rightBlock .location {
					word-wrap: break-word;
					font-family: Oswald, sans-serif;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
					line-height: 18px;
					letter-spacing: 1px;
				}		
		.custom_slider.featuredlistings .wrapper .outlink {
		    height: 35px;
		    background: #117E95;
		    font-family: Oswald, sans-serif;
		    font-weight: 400;
		    font-style: italic;
		    font-size: 16px;
		    margin: 0;
		    padding: 7px 15px 0;
		    float: right;
		    text-align: center;
		    color: white;
		    margin-left: 15px;
		    text-transform: uppercase;
		    position: absolute;
		    right: 16px;
		    bottom: -229px;
		    z-index: 1;
		}	
}
@media only screen and (max-width: 40em) {
	.row.collapse .custom_slider{
		margin: auto !important;
	}
	.custom_slider {
		margin: 1em -1.9375em;
	}
}
