/***
 RESPONSIVE
***/
.bannercontainer {
	position:relative;
	margin:0 auto;
	padding:0px;
	background-color:#000;
	width:560px;
}

.banner {
	position:relative;	
	width:560px;
	height:279px;
	overflow:hidden;
	margin-top:26px;
	margin-bottom:26px
}

/***
 BASIC SETTINGS
***/
.apex-slider img {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	max-width:none;
}

.apex-slider a {	
	text-decoration:none;
}

.apex-slider ul {
	list-style:none;
	padding:0;
	margin:0;
}

.apex-slider ul li {
	list-stye:none;
	position:absolute;
	visibility:hidden;
}

.apex-slider.black {	
	background-color:#000;
}

/***
 SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID
***/
.apex-slider .slotholder *,
.apex-slider img {
	-webkit-transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000;
}

/***
 IE8 HACKS
***/
.noFilterClass {
	filter:none !important;
}

/***
 SHADOWS
***/
.apex-slider-shadow {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
}

.apex-slider-shadow1 {	
	background:url(apex-slider/shadow1.png) no-repeat; 
	background-size:100%; 
	width:890px; 
	height:30px; 
	bottom:-30px;
}

.apex-slider-shadow2 {	
	background:url(apex-slider/shadow2.png) no-repeat; 
	background-size:100%; 
	width:890px; 
	height:60px;
	bottom:-60px;
}

.apex-slider-shadow3 {	
	background:url(apex-slider/shadow3.png) no-repeat; 
	background-size:100%; 
	width:890px; 
	height:60px;
	bottom:-60px;
}

/***
 FULLSCREEN VIDEO
***/
.apex-slider .caption.fullscreenvideo {	
	left:0px; 
	top:0px; 
	position:absolute;
	width:100%;
	height:100%;
}

.apex-slider .caption.fullscreenvideo iframe { 
	width:100% !important; 
	height:100% !important;
}

.apex-slider .border-white iframe { 
	border:5px solid #fff;
}

.apex-slider .border-black iframe { 
	border:5px solid #000;
}

/***
 NAVIGATION
***/

/** BULLETS **/
.bullets {	
	z-index:300; 
	position:absolute; 
	bottom:10px; 
}

.bullets.simplebullets { 	
	bottom:10px;
}

/**	ROUND BULLETS **/
.bullets.simplebullets.round .bullet {	
	cursor:pointer;
    position:relative;
    width:16px;
    height:16px;
    display:inline-block;
	text-indent:-9999px;
	padding:0;
    padding-right:4px;
	margin:0;
	background:url(apex-slider/round_bullet.png) no-repeat top left;
}

.bullets.simplebullets.round .bullet:last-child {	
	padding-right:0px;
}

.bullets.simplebullets.round .bullet:hover {
    background-position:0 -20px;
}

.bullets.simplebullets.round .bullet.selected {
    background-position:0 -40px;
}

/**	ROUND BLUE BULLETS **/
.bullets.simplebullets.round-blue .bullet {	
	cursor:pointer;
    position:relative;
    width:15px;
    height:16px;
    display:inline-block;    
	text-indent:-9999px;
	padding:0;
    padding-right:5px;
	margin:0;
	background:url(apex-slider/round_blue_bullet.png) no-repeat top left;
}

.bullets.simplebullets.round-blue .bullet:last-child {	
	padding-right:0px;
}

.bullets.simplebullets.round-blue .bullet:hover {
    background-position:0 -20px;
}

.bullets.simplebullets.round-blue .bullet.selected {
    background-position:0 -40px;
}

/**	ROUND BLACK BULLETS **/
.bullets.simplebullets.round-black .bullet {	
	cursor:pointer;
    position:relative;
    width:15px;
    height:16px;
    display:inline-block;    
	text-indent:-9999px;
    padding-right:5px;	
	background:url(apex-slider/round_black_bullet.png) no-repeat top left;
}

.bullets.simplebullets.round-black .bullet:last-child {	
	padding-right:0px;
}

.bullets.simplebullets.round-black .bullet:hover {
    background-position:0 -20px;
}

.bullets.simplebullets.round-black .bullet.selected {
    background-position:0 -40px;
}

/**	NUMBERS **/
.bullets.simplebullets.number .bullet {	
	cursor:pointer;
    position:relative;
    display:inline-block;
    margin-right:1px;
  	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.bullets.simplebullets.number .bullet:last-child {	
	margin-right:0px;
}

.bullets.simplebullets.number .bullet:hover {
    background-color:#000;
}

.bullets.simplebullets.number .bullet.selected {
    color:#000;
	background-color:#FFF;
}

/**	NAVBAR **/
.bullets.simplebullets.navbar { 	
	bottom:-20px; 
	background:url(apex-slider/navbar_bg.png); 
	height:35px; 
	padding:0;
	margin:0;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:-17px;
	text-indent:-9999px;
}

.bullets.simplebullets.navbar .bullet {	
	cursor:pointer; 
	position:relative;	
	background:url(apex-slider/navbar_bullet.png) no-repeat top left;	
	width:15px;	
	height:15px;  
	margin-left:5px; 
	margin-right:5px;
	float:left; 
	margin-top:10px;
}

.bullets.simplebullets.navbar .bullet:hover,
.bullets.simplebullets.navbar .bullet.selected {	
	background-position:bottom left;
}

/***
 ARROWS
***/

/** ROUND ARROWS **/
.leftarrow.large.round,
.rightarrow.large.round {
	z-index:300;
	cursor:pointer;
	position:relative;	
	margin-right:0px;
	float:left;
	width:43px;
    height:43px;	
	margin-top:-22px;
}

.leftarrow.large.round {
	margin-left:20px;
    background:url(apex-slider/round_left_arrow.png) no-repeat top left;
}

.rightarrow.large.round {
	background:url(apex-slider/round_right_arrow.png) no-repeat top left;
    margin-left:-20px;
}

.leftarrow.large.round:hover,
.rightarrow.large.round:hover {
    background-position:bottom left;
}

/** ROUND BLUE ARROWS **/
.leftarrow.large.round-blue,
.rightarrow.large.round-blue {
	z-index:300;
	cursor:pointer; 
	position:relative;	
	margin-right:0px;
	float:left;
	width:21px;
    height:36px;	
	margin-top:-18px;
}

.leftarrow.large.round-blue {
	margin-left:18px;
    background:url(apex-slider/round_blue_left_arrow.png) no-repeat top left;
}

.rightarrow.large.round-blue {
	background:url(apex-slider/round_blue_right_arrow.png) no-repeat top left;
    margin-left:-18px;
}

.leftarrow.large.round-blue:hover,
.rightarrow.large.round-blue:hover {
    background-position:bottom left;
}

/** ROUND BLACK ARROWS **/
.leftarrow.large.round-black,
.rightarrow.large.round-black {
	z-index:300;
	cursor:pointer;
	position:relative;	
	margin-right:0px;
	float:left;
	width:30px;
    height:30px;	
	margin-top:-15px;
}

.leftarrow.large.round-black {
	margin-left:20px;
    background:url(apex-slider/round_black_left_arrow_p.png) no-repeat top left;
}

.rightarrow.large.round-black {
	background:url(apex-slider/round_black_right_arrow_p.png) no-repeat top left;
    margin-left:-20px;
}

.leftarrow.large.round-black:hover,
.rightarrow.large.round-black:hover {
    background-position:bottom left;
}

/** NUMBER ARROWS **/
.leftarrow.large.number,
.rightarrow.large.number {
	z-index:300;
	cursor:pointer; 
	position:relative;	
	margin-right:0px;
	float:left;
	width:21px;
    height:36px;	
	margin-top:-18px;
}

.leftarrow.large.number {
	margin-left:18px;
    background:url(apex-slider/number_left_arrow.png) no-repeat top left;
}

.rightarrow.large.number {
	background:url(apex-slider/number_right_arrow.png) no-repeat top left;
    margin-left:-18px;
}

.leftarrow.large.number:hover,
.rightarrow.large.number:hover {
    background-position:bottom left;
}

/** NAVBAR ARROWS **/
.leftarrow.navbar {
	z-index:300;
	cursor:pointer; 
	position:relative;	
	background:url(apex-slider/navbar_left_arrow.png) no-repeat top left;		
	width:9px;	
	height:16px;   
	float:left;
	padding:0;
	margin-right:10px; 
	margin-top:-7px;	
}

.rightarrow.navbar {	
	z-index:300;
	cursor:pointer; 
	position:relative;	
	background:url(apex-slider/navbar_right_arrow.png) no-repeat top left;	
	width:9px;	
	height:16px;   
	float:left;	
	margin-left:-20px; 
	margin-top:-7px;
}

.leftarrow.navbar:hover,
.rightarrow.navbar:hover {
	background-position:bottom left;
}

/***
 THUMBNAILS
***/
.bullets.thumbs {	
	z-index:300; 
	position:absolute; 
	padding:2px;
	background-color:#fff;
	width:500px; 
	height:50px;
	margin-top:-50px;
}

.fullwidthbanner-container .thumbs {  
	padding:3px;
}

.bullets.thumbs .mask {	
	width:500px; 
	height:50px;
	overflow:hidden; 
	position:relative;
}

.bullets.thumbs .mask .thumb-container {	
	width:5000px; 
	position:absolute;
	background-color:#000;
}

.bullets.thumbs .bullet {   
	width:100px; 
	height:47px; 
	cursor:pointer; 
	overflow:hidden;
	background-color:none;
	margin:0;
	float:left;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.3;
	-webkit-transition:all 0.3s linear; 
	-moz-transition:all 0.3s linear; 
	-o-transition:all 0.3s linear; 
	-ms-transition:all 0.3s linear;
}

.bullets.thumbs .bullet:hover,
.bullets.thumbs .bullet.selected { 	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.thumbs img	{
	width:100%; 
}

/***
 PRELOADER
***/
.apex-slider .preloader {	
	background:#000 url(apex-slider/preloader_black.gif) no-repeat 10px 10px; 
	margin:-26px -26px; 
	top:50%; 
	left:50%; 
	z-index:10000; 
	position:absolute;
	width:52px;
	height:52px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.apex-slider.black .preloader {	
	background:#000 url(apex-slider/preloader_black.gif) no-repeat 10px 10px; 
}

/***
 TIMER
***/
.apex-slider .timer {
	position:absolute;
	z-index:200;
	width:100%;
	height:4px;
	background-color:#fff;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	opacity:0.5;	
}

.apex-slider .timer-bottom {	
	bottom:0px !important;
}

/***
 CUSTOM SLIDER  
***/
.custom-apex-slider {
	position:relative;
	z-index:999;
	margin:0 auto;
}

.custom-apex-slider .slides {
	list-style:none;
	float:left;
}

.custom-apex-slider .columns {
	position:relative;
	list-style:none;
	float:left;
	-webkit-transition:0.2s all ease;
	-moz-transition:0.2s all ease;
	-o-transition:0.2s all ease;
	-ms-transition:0.2s all ease;
	transition:0.2s all ease;
	top:0;
	background-color:#fff;
}

.custom-apex-slider .columns:first-child {
	margin-left:0px !important;	
}

.custom-apex-slider .columns:hover {
	cursor:pointer;
}

.custom-apex-slider .columns:hover .description {
	border-bottom:2px solid #f38a02;
}

.custom-apex-slider img.head {
	display:block;
	clear:both;
}

.custom-apex-slider .description {
	border:1px solid #ddd;
	border-bottom:2px solid #ddd;
	border-top:none;
}

.custom-apex-slider .description h4 {
	margin:0;
	font-family:'Open Sans', sans;
}

.custom-apex-slider .description p {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.custom-apex-slider .columns:after, .custom-apex-slider .description:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

/***
 RESPONSIVE SETTINGS
***/
@media only screen and (min-width:768px) and (max-width:959px) {}

@media only screen and (min-width:480px) and (max-width:767px) {
	.responsive .bullets.thumbs {	
		width:300px !important; 
		height:28px !important;
	}
	
	.responsive .bullets.thumbs .mask {	
		width:300px !important; 
		height:28px !important;
	}
	
	.responsive .bullets.thumbs .bullet {	
		width:60px !important;
		height:28px !important;
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.responsive .bullets {	
		display:none;
	}
	
	.responsive .arrows {	
		display:none;
	}
	
	.custom-apex-slider {
		display:none;
	}
}

/***
 HIDE CAPTION AT STARTUP
***/
.apex-slider .caption {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	-moz-opacity:0;	
	-khtml-opacity:0;	
	opacity:0; 
	position:absolute; 
	visibility:hidden;
}

/***
 CAPTION SLIDELINK   
***/
.apex-slider .caption.slidelink a div {
	width:10000px;
	height:10000px;  
	background:url(apex-slider/empty.png) repeat;
}