/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	width: 100%;
	xheight: 100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #ffffff;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	min-width: 1100px;
	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	position: relative;
	overflow: hidden;
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}

.swiper-slidex video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%; 
	min-height: 100%; 
	
	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;
	
	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -100;
}

.title-container {
	z-index: 1000;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 184px;
	margin-top: -92px;
	text-align: center;
	color: #fff;
	font-family: 'helveticaneueltpro-lt', sans-serif !important;
	z-index: 2;
}

.title-container.hexacor h1 {
	position: relative;
	font-size: 86px;
	text-transform: uppercase;
	text-shadow: none;
	margin: 0px;
	line-height: 78px;
	color: #ffffff;
	z-index: 3;
}
.title-container.hexacor p {
	position: relative;
	text-align: center;
	font-size: 23px;
	margin: 0px;
	z-index: 4;
}
.title-container.hexacor img {
	position: relative;
	margin-top: -117px;
	margin-bottom: -41px;
	z-index: 1;
}
.title-container .button {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	padding: 10px 22px;
	border: 3px solid #ffffff;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.23);
	z-index: 5;
}

#redirectslides {
	min-width: 1100px;
}

.redirectslide {
	height: 282px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* ===============================================================
Pagination Styles
================================================================*/
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 15px;
	width: 100%;
}

.swiper-pagination-switch {
	/* Stylize pagination button: */	

  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin-right: 7px;
  border: 2px solid #ffffff;
  cursor: pointer;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	-webkit-box-shadow: 0px 1px 1px 0px rgba(3, 4, 4, 0.65);
	-moz-box-shadow:    0px 1px 1px 0px rgba(3, 4, 4, 0.65);
	box-shadow:         0px 1px 1px 0px rgba(3, 4, 4, 0.65);

}
.swiper-pagination-switch:last-child {
	margin-right: 0px;
}
.swiper-active-switch {
	/* Specific active button style: */	

	border: 2px solid #f26522;
	background-color: #b74112;

	-webkit-box-shadow: 0px 1px 4px 0px rgba(3, 4, 4, 0.58);
	-moz-box-shadow:    0px 1px 4px 0px rgba(3, 4, 4, 0.58);
	box-shadow:         0px 1px 4px 0px rgba(3, 4, 4, 0.58);
}
.swiper-visible-switch {
	/* Specific visible button style: */
	
}
