/***
 GENERAL
***/
.apex-slider-wrapper {
	position:relative;
}

.apex-slider {
	position:relative;
	overflow:hidden;
}

.apex-slider .no-slides-text {
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

/***
 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;
	padding-left:0px;
}

/***
 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;
}

/***
 VIDEO PLAY BUTTON
***/
.apex-slider .video-play {
	position:absolute;
	left:50%;
	top:50%;
	width:43px;
	height:43px;
	margin-left:-21px;
	margin-top:-21px;	
	background:url(apex-slider/video_play.png) no-repeat top left;
	cursor:pointer;
	z-index:9;
}

.apex-slider .video-play:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}

.apex-slider .video-frame {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	display:block;
}

.apex-slider .video-close {
	position:absolute;
	width:21px;
	height:21px;
	background:#000 url(apex-slider/video_close.png) no-repeat center center;
	cursor:pointer;	
	right:6px;
	top:6px;
	border:1px solid #5E5C5C;
}

/***
 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:50px;
    height:50px;	
	margin-top:-25px;
}

.leftarrow.large.round-black {
	margin-left:20px;
    background:url(apex-slider/round_black_left_arrow.png) no-repeat top left;
}

.rightarrow.large.round-black {
	background:url(apex-slider/round_black_right_arrow.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:#fff url(apex-slider/preloader.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;
}

/***
 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;
}

.apex-slider .caption.hidden-caption {
	visibility:hidden !important; 
	display:none !important;
}

/***
 CAPTION SLIDELINK   
***/
.apex-slider .caption.slidelink a div {
	width:10000px;
	height:10000px;  
	background:url(apex-slider/empty.png) repeat;
}

/***
 BUTTONS
***/

.apex-slider-button {
	padding:6px 13px 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; 
	line-height:45px !important;
	background:url(apex-slider/g30.png) repeat-x top; 
	font-size:15px; 
	font-family:arial, sans-serif; 
	font-weight:bold; 
	letter-spacing:-1px;
	text-decoration:none;
}

.apex-slider-button.big	{	
	color:#fff; 
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); 
	padding:9px 20px; 
	font-size:19px;  
	font-weight:bold; 
	line-height:57px !important; 
	background:url(apex-slider/g40.png) repeat-x top;
}

.purchase:hover, .apex-slider-button:hover, .apex-slider-button.big:hover {	
	background-position:bottom, 15px 11px;
}

/** RED **/
.apex-slider-button.red, .apex-slider-button:hover.red,
.purchase.red, .purchase:hover.red { 
	background-color:#cb1d1d; 
	-webkit-box-shadow:0px 3px 0px 0px #7c1212;        
	-moz-box-shadow:0px 3px 0px 0px #7c1212;        
	box-shadow:0px 3px 0px 0px #7c1212;
}

/** GREEN **/
.apex-slider-button.green, .apex-slider-button:hover.green,
.purchase.green, .purchase:hover.green { 
	background-color:#21a117; 
	-webkit-box-shadow:0px 3px 0px 0px #104d0b;       
	-moz-box-shadow:0px 3px 0px 0px #104d0b;        
	box-shadow:0px 3px 0px 0px #104d0b;  
}

/** BLUE **/
.apex-slider-button.blue, .apex-slider-button:hover.blue,
.purchase.blue, .purchase:hover.blue { 
	background-color:#1d78cb; 
	-webkit-box-shadow:0px 3px 0px 0px #0f3e68;        
	-moz-box-shadow:0px 3px 0px 0px #0f3e68;        
	box-shadow:0px 3px 0px 0px #0f3e68;
}

/** ORANGE **/
.apex-slider-button.orange, .apex-slider-button:hover.orange,
.purchase.orange, .purchase:hover.orange { 
	background-color:#ff7700; 
	-webkit-box-shadow:0px 3px 0px 0px #a34c00;        
	-moz-box-shadow:0px 3px 0px 0px #a34c00;        
	box-shadow:0px 3px 0px 0px #a34c00;
}

/** DARK GREY **/
.apex-slider-button.darkgrey,.apex-slider-button.grey,
.apex-slider-button:hover.darkgrey,.apex-slider-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey { 
	background-color:#555; 
	-webkit-box-shadow:0px 3px 0px 0px #222;        
	-moz-box-shadow:0px 3px 0px 0px #222;        
	box-shadow:0px 3px 0px 0px #222;
}

/** LIGHT GREY **/
.apex-slider-button.lightgrey, .apex-slider-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey { 
	background-color:#888; 
	-webkit-box-shadow:0px 3px 0px 0px #555;        
	-moz-box-shadow:0px 3px 0px 0px #555;        
	box-shadow:0px 3px 0px 0px #555;
}

/***
 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;
	}
	
	.apex-slider-button {	
		padding:4px 8px 3px; 
		line-height:25px !important; 
		font-size:11px !important;
		font-weight:normal;	
	}
	
	a.apex-slider-button { 
		-webkit-transition:none; 
		-moz-transition:none; 
		-o-transition:none; 
		-ms-transition:none;	 
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.responsive .bullets {	
		display:none;
	}
	
	.responsive .arrows {
		display:none;
	}
	
	.custom-apex-slider {
		display:none;
	}
	
	.apex-slider-button {	
		padding:2px 5px 2px; 
		line-height:20px !important; 
		font-size:10px !important;
	}
	
	a.apex-slider-button { 
		-webkit-transition:none; 
		-moz-transition:none; 
		-o-transition:none; 
		-ms-transition:none;	 
	}
}