@media only screen {
	.slideshow_container {
		height: 725px;
		overflow: hidden;
	}
	.slideshow_container h1 {
		display: none;
	}
	.slideshow_container p {
		display: none;
	}
	.slider { 
		position: relative; 
		display: none;
		height: 680px;
	}
	.slider .slick-dots {
		margin: 0;
		bottom: 30px;
	}

	.slick-dots li {
		width:1px !important;
	}
		.slider .slick-dots li button:before { 
			font-size: 4px !important;
			color: white;
			opacity: .25;
		}
			.slick-dots li.slick-active button:before {
				color: white !important;
				opacity: 1 !important;
			}

	.slider .arrow {
		position: absolute; 
		top: 50%; color: white; 
		font-size: 40px; 
		cursor: pointer;
	}
		.slider .arrow.nextSlide { 
			display:none; 
			right: 0px; 
			background:url(/includes/public/assets/images/slide_right_bold.png);
			background-repeat: no-repeat;
			width: 8px;
			height: 17px;
		}
		.slider .arrow.prevSlide { 
			display:none; 
			left: 0px; 
			background:url(/includes/public/assets/images/slide_left_bold.png);
			background-repeat: no-repeat;
			width: 8px;
			height: 17px;
		}

		.slider .slide { 
			position: relative; 
		}

		.slider .slide .smallContainer {
				position: relative;
			}
				.slider .slide .smallContainer .smallImage {
					background-repeat: no-repeat;
					background-size: cover;
					background-position: center;
					height: 380px;
					width: 100%;
					position: relative;
				}
					.slider .slide .smallContainer .smallImage img {
						width: 100%;
						height: auto;
					}

					.slider .slide .smallContainer .smallImage .mainTitleWrapper {
						bottom: 20px;
						position: absolute;
						padding-left: 20px;
					}	
						.slider .slide .smallContainer .smallImage .mainTitleWrapper .mainTitleFirst {
							font-family: Oswald, sans-serif;
							font-size: 32px;
							line-height: 32px;
							text-transform: uppercase;
							letter-spacing: 1px;
							color: white;
							font-weight: bold;
						}
						.slider .slide .smallContainer .smallImage .mainTitleWrapper .mainTitleSecond {
							font-family: Oswald, sans-serif;
							font-size: 32px;
							letter-spacing: 1px;
							line-height: 32px;
							text-transform: uppercase;
							color: white;
						}

					.slider .slide .smallContainer .smallContent {

					}
					.slider .slide .smallContainer .smallContent .smallDescription {
						color: white;
						font-family: Oswald, sans-serif;
						font-weight: 300;
						font-style: normal;
						font-size: 18px;
						line-height: 22px;
						letter-spacing: 1px;
					}				


			.slider .slide .smallContainer .smallContent {
				background: #122030;
				padding: 20px;
				width: 100%;	
				height: 275px;
				position: relative;
			}

				.slider .slide .smallContainer .smallContent .button1 {
					width: 135px;
					height: 35px;
					background: #007E96;
					font-family: Oswald, sans-serif;
					font-weight: 500;
					font-style: italic;
					text-transform: uppercase;
					font-size: 16px;
					padding: 7px;
					text-align: center;
					margin-top: 20px;			
				}
					.slider .slide .smallContainer .smallContent .button1 a {
						color: white;
					}

		.slider .slide .smallContainer .videoHover:after {
			position: absolute;
			content: " ";
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: none;
			z-index: 0;
			background-color: white;
			opacity: .1;
			display: block;
		}
		.slider .slide .smallContainer .videoHover:hover:after {
			opacity: 0;
		}
		.slider .slide .smallContainer .smallImage.video:hover > .playButton {
			transform: scale(1.07);
			transition: 400ms ease-in-out;
		}
		.slider .slide .smallContainer .smallImage.video .playButton {
			position: absolute;
			z-index: 2;
			width: 48%;
			height: 80%;
			overflow: hidden;
			margin: auto;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			background-position: center;
		}
			.slider .slide .smallContainer .smallImage.video .playButton .button {
				width: 100%;
				height: 100%;
				/*background-color: transparent !important;*/
				background: transparent url(/includes/public/assets/images/videoPlay.png) no-repeat center;
			}
	.popupVideo {
		display: none;
		width: 100%;
		height: 100%;
		margin: 0;
		text-align: center;
		vertical-align: middle;
	}
		.popupVideo iframe, 
		.popupVideo object, 
		.popupVideo embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.ui-widget-overlay {
		position: fixed !important;
		background: #000 !important;
		opacity: 0.5;
		z-index: 900;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.ui-dialog {
		position: absolute;
		top: 0;
		left: 0; /* !important; */
		right: 0;
		/* margin: 0 auto; !important;*/
		outline: 0 none;
		width: 100%;
		height: 100%;
		max-width: 640px;
		z-index: 999;
		background: transparent;
		padding: 0 !important;
		border: none;
	}
	/*
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		background: transparent;
		color: #fff;
		border: none;
	}*/
		.ui-dialog .ui-dialog-content {
			position: relative;
			background: transparent;
			border: 5px solid #000;
			overflow: auto;
			padding: 0 !important;
			margin: 0;
		}
			.ui-dialog-content .viewImage {
				height: 100%;
				margin: 0 auto;
				background-color: #fff;
				background-size: cover;
				background-position: center center;
				background-repeat: no-repeat;
				border: 10px solid #fff;
			}
		.ui-dialog .ui-dialog-titlebar {
			position: relative;
			padding: 5px 10px;
			border: none;
			border-radius: 0;
			background: #00a1ba;
			color: #fff;
			font-size: 14px;
			text-transform: uppercase;
		}
		.ui-dialog .ui-dialog-titlebar-close {
			width: 35px !important;
			height: 35px !important;
			right: 5px !important;
			top: -10px !important;
			margin: 0 !important;
			background: transparent !important;
			border: none !important;
		}
		.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
			background: transparent !important;
			border: none !important;
			outline: 0 !important;
		}
		.ui-button .ui-button-text {
			line-height: 35px;
		}
		.ui-button-icon-only .ui-icon, .ui-state-default .ui-icon {
			top: 16px !important;
			left: 6px !important;
			width: 20px;
			height: 20px;
			background-image: url(/includes/public/assets/images/close.png) !important;
			background-position: 0 0;
			background-size: contain;
		}
	@-webkit-keyframes moveUp {
		0% { }
		100% { -webkit-transform: translateY(0); opacity: 1; }
	}
	@keyframes moveUp {
		0% { }
		100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
	}
}
@media only screen and (min-width: 40.063em) {
	.slideshow_container {
		height: 540px;
	}
	.slideshow_container h1 {
		font-family: Oswald, sans-serif;
		font-size: 33px;
		letter-spacing: 1px;
		line-height: 31px;
		max-width: 450px;
		text-transform: uppercase;
		display: block;
	}
	.slideshow_container p {
		display: block;
		margin-bottom: 0;
	}
	.slider .slide { 
		width: 100%; 
		position: relative;
		height: 320px;
	}
	.slider .slide .containerWrapper {
		max-width: 620px;
		height: 300px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	} 
	.slider .slide .container { 
		position: absolute;
		width: 330px;
		float: left;
		}
		.slider .slide .container .content { 
			position: relative; 
			color: white;
		}
			.slider .slide .container .content .mainTitleFirst {
				font-family: Oswald, sans-serif;
				font-size: 33px;
				letter-spacing: 1px;
				line-height: 31px;
				max-width: 450px;
				text-transform: uppercase;
			}
			.slider .slide .container .content .mainTitleSecond {
				font-family: Oswald, sans-serif;
				font-size: 33px;
				letter-spacing: 1px;
				line-height: 31px;
				max-width: 450px;
				text-transform: uppercase;		
			}
			.slider .slide .container .content .mainDescription {
				padding-top:10px;
				font-family: Oswald, sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 13px;
				line-height: 19px;
				letter-spacing: 1px;
				max-width: 450px;
			}
			.slider .slide .container .content .smallContainer {
				padding-top: 20px;
				width: 620px;
				height: 250px;
				position: relative;
				float:left;
			}
				.slider .slide .container .content .smallContainer .smallImage {
					height: 250px;
					width: 48%;
					float: left;
				}
					.slider .slide .container .content .smallContainer .smallImage img {
						height: 250px;
					}	
			.slider .slide .container .content .smallContainer .smallContent {
				background: #122030;
				padding: 20px;
				width: 52%;
				float: right;
				height: 250px;
			}
				.slider .slide .container .content .smallContainer .smallContent .smallTitle {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 18px;
					line-height: 24px;
					letter-spacing: 1px;
				}
				.slider .slide .container .content .smallContainer .smallContent .smallDescription {
					font-family: Oswald, sans-serif;
					font-weight: 300;
					font-style: normal;
					font-size: 13px;
					line-height: 19px;
					letter-spacing: 1px;
					padding-top: 8px;					
				}
				.slider .slide .container .content .smallContainer .smallContent .button1 {
					width: 135px;
					height: 35px;
					background: #007E96;
					font-family: Oswald, sans-serif;
					font-weight: 500;
					font-style: italic;
					text-transform: uppercase;
					font-size: 16px;
					margin: 0;
					padding: 7px;
					text-align: center;
					margin-top: 15px;			
				}
				.slider .slide .container .content .smallContainer .smallContent .button1 .buttonText1 {
					color: white;
				}

		.slider .slide .container .mask { 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			right: 0px; 
			bottom: 0px; 
			background: #222; 
			opacity: .8; 
			border-radius: 10px;
		}
		.slider{
			max-height: 323px;
			overflow: hidden;
		}
		.slider .slick-dots {
			margin: 0;
			bottom: -10px;	
		}
}
@media only screen and (min-width: 64.063em) {
	.slideshow_container {
			
	}
	.slideshow_container h1 {
		
	}
	.slider .slide .container {
		padding-top: 0;
	}
	.slider .slide .containerWrapper {
		max-width: 940px;
	}
	.slider .slick-dots {
		margin: 0;
		bottom: 10px;	
	}
}

.slick-slider {
	margin-bottom: 0 !important;
}
