@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------
wideslider
---------------------------------------------------------------------------------- */

.wideslider {
	position: relative;
	width: 100%;
	height: 600px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 73px;
	padding: 0;
}

.wideslider ul,
.wideslider ul li {
    position: relative;
	float: left;
	display: inline;
	overflow: hidden;
	z-index: 0;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: url(../../img/index/prev.png) no-repeat center;
	z-index: 1000;
	opacity: 1!important;
}
	
.slider_next {
	background: url(../../img/index/next.png) no-repeat center;
	z-index: 1000;
	opacity: 1!important;
}

.pagination {
	bottom: 24px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 40px;
	height: 5px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	border-radius: 100px;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	z-index: 10000;
	background: #E72E35;
}

.pagination a:hover {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	z-index: 10000;
	background: #E72E35 !important;
}

.watchTheVideo {
    position: absolute;
	background: url(../img/movie_icon.png) no-repeat;
	background-position: 30px 15px;
	background-size: 24px;
	/*font-family: 'Viga', sans-serif;*/
 font-family: 'Work Sans', sans-serif; 
    width: 240px;
    height: 50px;
	font-size: 16px;
	color: #fff;
    text-align: center;
    line-height: 50px;
    margin: auto;
	padding: 0 0 0 36px;
    border: 2px solid #fff;
    bottom: 50px;
    left: 0;
    right: 0;
	z-index: 1000;
	cursor: pointer;
	box-sizing: border-box;
}

.watchTheVideo:hover {
	background: #fff url(../img/movie_icon_hover.png) no-repeat;
	background-position: 30px 15px;
	background-size: 24px;
	color: #000 !important;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* =======================================
	ClearFixElements
======================================= */

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
