/*-----------------------------------------------------------------------------

	-	revolution slider -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/******************************
	-	WRAPPER STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
}

.rev_slider{
	position:relative;
	overflow:hidden;
}


.rev_slider img{
	max-width:none !important;
	max-width:none !important;
	-moz-transition: none 0 !important;
	-webkit-transition: none 0 !important;
	-o-transition: none 0 !important;
	transition: none 0 !important;
	margin:0px !important;
	padding:0px !important;
	border-width:0px !important;
	border:none;	
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider ul{
	margin:0px;
	padding:0px;
	list-style: none !important;
	list-style-type: none !important;
}



.rev_slider >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden;
	margin:0px;
	padding:0px;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none !important;
}

.rev_slider .tp-caption,
.rev_slider .caption, {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; 	position:absolute; visibility: hidden;

}

/******************************
	-	WRAPPER STYLES END	-
******************************/

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

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

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100% !important;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	margin:0 5px 5px 0;
	font-size:13px;
	line-height:13px;
	padding:12px 20px;
	border: 1px solid #ddd;
	font-weight:bold;
	display: inline-block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.08);
			box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, 
.purchase.green { 
	color: #ffffff;
	border: solid 1px #729200;
	background: #aecf39;
	background: -webkit-gradient(linear, left top, left bottom, from(#aecf39), to(#84a805));
	background: -moz-linear-gradient(top,  #aecf39,  #84a805);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.tp-button:hover.green,
.purchase:hover.green {
	color: #ffffff !important;
	border: solid 1px #5c7600;
	background: #84a805;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a805), to(#84a805));
	background: -moz-linear-gradient(top,  #84a805,  #84a805);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.blue,
.purchase.blue{ 
	color: #ffffff;
	border: solid 1px #0b5996;
	background: #438ac2;
	background: -webkit-gradient(linear, left top, left bottom, from(#438ac2), to(#1063a4));
	background: -moz-linear-gradient(top,  #438ac2,  #1063a4);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.blue,
.purchase:hover.blue{
	color: #ffffff;
	border: solid 1px #004377;
	background: #1063a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#1063a4), to(#1063a4));
	background: -moz-linear-gradient(top,  #1063a4,  #1063a4);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.red,
.purchase.red{ 
	color: #ffffff;
	border: solid 1px #920500;
	background: #c44844;
	background: -webkit-gradient(linear, left top, left bottom, from(#c44844), to(#a70c07));
	background: -moz-linear-gradient(top,  #c44844,  #a70c07);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.red,
.purchase:hover.red{
	color: #ffffff;
	border: solid 1px #920500;
	background: #a70c07;
	background: -webkit-gradient(linear, left top, left bottom, from(#a70c07), to(#a70c07));
	background: -moz-linear-gradient(top,  #a70c07,  #a70c07);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.orange, 
.purchase.orange { 
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.orange,
.purchase:hover.orange{
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#f47a20));
	background: -moz-linear-gradient(top,  #f47a20,  #f47a20);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.darkgrey,
.tp-button.grey,
.purchase.darkgrey { 
	color: #ffffff;
	border: solid 1px #383838;
	background: #383838;
	background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#383838));
	background: -moz-linear-gradient(top,  #595959,  #383838);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase:hover.darkgrey{
	color: #ffffff;
	border: solid 1px #383838;
	background: #383838;
	background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#383838));
	background: -moz-linear-gradient(top,  #383838,  #383838);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.lightgrey, 
.purchase.lightgrey	{ 
	color: #555555;
	border: solid 1px #cccccc;
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7));
	background: -moz-linear-gradient(top,  #FFFFFF,  #F7F7F7);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.lightgrey,
.purchase:hover.lightgrey{
	color: #555555;
	border: solid 1px #cccccc;
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#F7F7F7));
	background: -moz-linear-gradient(top,  #F7F7F7,  #F7F7F7);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

/************************
	-	NAVIGATION	-
*************************/

.tp-bullets									{	z-index:100; position:absolute; bottom:10px; }
.tp-bullets.simplebullets					{ 	bottom:10px;}


.tp-bullets.simplebullets.navbar				{ 
	bottom:-20px; 
	background: rgba(0,0,0,0.2); 
	height:32px; 
	padding:0px 0px !important; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin-top:-17px;
}

.tp-bullets.simplebullets .bullet { 
	cursor:pointer; 
	position:relative;	
	background:rgba(0,0,0,0.4);	
	width:13px;	
	height:13px;  
	margin-right:6px; 
	float:left; 
	margin-top:-12px; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
}									
.tp-bullets.simplebullets .bullet.last		{	margin-right:0px;}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet			{	
	cursor:pointer; 
	position:relative;	
	background:rgba(0,0,0,0.4);	
	width:13px;	
	height:13px;  
	margin-right:6px; 
	float:left; 
	margin-top:-12px; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
}									
.tp-bullets.simplebullets.square .bullet.last		{	margin-right:0px;}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet		{	
	cursor:pointer; 
	position:relative;	
	background:rgba(0,0,0,0.4);	
	width:13px;	
	height:13px;  
	margin-left:3px !important; 
	margin-right:3px !important;
	float:left; 
	margin-top:10px;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .20), 0 1px 0 rgba(255, 255, 255, .35);
}										
.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:30px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:30px !important;}

.tp-bullets.simplebullets .bullet:hover, 
.tp-bullets.simplebullets .bullet.selected	{	background:rgba(0,0,0,0.7); }

/*************************************
	-	TP ARROWS 	-
**************************************/

.tp-leftarrow {	
	z-index:100;
	cursor:pointer; 
	position:relative;	
	background:url(../assets/slider-mini-prev.png) no-Repeat 49% 50% #555555;	
	width:26px;	
	height:26px;  
	margin-right:10px; 
	float:left; 
	margin-top:-18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
}										
.tp-rightarrow {
	z-index:100;
	cursor:pointer; 
	position:relative;	
	background:url(../assets/slider-mini-next.png) no-Repeat 51% 50% #555555;	
	width:26px;	
	height:26px;  
	margin-left:10px; 
	float:left;	
	margin-top:-18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;

}										
							
.tp-leftarrow.large	{
	z-index:100;
	cursor:pointer;
	position:relative;	
	background: #555555 url(../assets/slider-prev.png) no-Repeat top left;	
	width:40px;	
	height:50px;  
	margin-left:0px; 
	margin-top:-25px; 	
	background-repeat: no-repeat;
	background-position: 45% 50%;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius:  0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}										
.tp-rightarrow.large {	
	z-index:100;
	cursor:pointer; 
	position:relative;
	background: #555555 url(../assets/slider-next.png) no-Repeat top left; 
	background-repeat: no-repeat;
	background-position: 53% 50%;
	width:40px;	
	height:50px;  
	margin-left:0px; 
	margin-top:-25px; 
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}										

.tp-leftarrow:hover,
.tp-rightarrow:hover {	background-color: #7ab317; }
	
	
/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:100; position:absolute; padding:0px 2px 2px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
											}

.fullwidthbanner-container .tp-thumbs					{  padding:2px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";		-moz-opacity: 0.5;	-khtml-opacity: 0.5;	opacity: 0.5;
												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";		-moz-opacity: 1;	-khtml-opacity: 1;	opacity: 1;}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


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

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}
	
/***************************************
	-	RETINA SETTINGS 	-
****************************************/	
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
		.tp-leftarrow {	
			background-image:url(../assets/slider-mini-prev@2x.png);
			-webkit-background-size:11px 11px;
			   -moz-background-size:11px 11px;
			     -o-background-size:11px 11px;
			        background-size:11px 11px;	
		}										
		.tp-rightarrow {
			background-image:url(../assets/slider-mini-next@2x.png);
			-webkit-background-size:11px 11px;
			   -moz-background-size:11px 11px;
			     -o-background-size:11px 11px;
			        background-size:11px 11px;
		}
	
		.tp-leftarrow.large	{
			background-image:url(../assets/slider-prev@2x.png);
			-webkit-background-size:10px 15px;
			   -moz-background-size:10px 15px;
			     -o-background-size:10px 15px;
			        background-size:10px 15px;
		}										
		.tp-rightarrow.large {	
			background-image:url(../assets/slider-next@2x.png);
			-webkit-background-size:10px 15px;
			   -moz-background-size:10px 15px;
			     -o-background-size:10px 15px;
			        background-size:10px 15px;
		}
	
	}


/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}


.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(../assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(../assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
