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

	-	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;
	}


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

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

	.rev_slider ul li{
		margin:0px;
		padding:0px;
		overflow-x: visible;
		overflow-y: visible;	
	}

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

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


	.tp-simpleresponsive .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{	
		display: inline-block;
		font-weight: bold;
		font-family:  Arial, sans-serif;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius:3px;
		border-radius: 3px;
		margin: 0 5px 5px 0;
		line-height: 17px;
		*float: left;
		-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
		box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
		font-size: 14px;
		padding: 7px 14px;
		text-decoration: none;
	}

	.tp-button.big			{ font-weight:bold; padding:9px 20px; font-size:19px; }				





	@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;	 }
	}
.tp-button:active {
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

	/*	BUTTON COLORS	*/					

	.tp-button.green,
	.purchase.green 	{ 
		border: 1px solid #819633;
		background-image: linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
		background-image: -o-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
		background-image: -moz-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
		background-image: -webkit-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
		background-image: -ms-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
		background-color: #8DA046;
		color:#fff;
		text-shadow: 1px -1px 0px #77873b;
		filter: dropshadow(color=#77873b, offx=1, offy=1);
	}
	.tp-button:hover.green, .purchase:hover.green { background: #93a749; }

	.tp-button.blue, 
	.purchase.blue 		{ border: 1px solid #1f70ad;
		background-image: linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
		background-image: -o-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
		background-image: -moz-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
		background-image: -webkit-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
		background-image: -ms-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
		background-color: #2778C8;
		color:#fff;
		text-shadow: 1px -1px 0px #1c6396;
		filter: dropshadow(color=#1c6396, offx=1, offy=1);
	}			

	.tp-button:hover.blue,.purchase:hover.blue	{
		background: #287fc8;
	}
	.tp-button.red, 
	.purchase.red				{ 
		border: 1px solid #b23730;
		background-image: linear-gradient(bottom, #C74039 0%, #E35752 100%);
		background-image: -o-linear-gradient(bottom, #C74039 0%, #E35752 100%);
		background-image: -moz-linear-gradient(bottom, #C74039 0%, #E35752 100%);
		background-image: -webkit-linear-gradient(bottom, #C74039 0%, #E35752 100%);
		background-image: -ms-linear-gradient(bottom, #C74039 0%, #E35752 100%);
		background-color: #C74039;
		color:#fff;
		text-shadow: 1px -1px 0px #a43b37;
		filter: dropshadow(color=#a43b37, offx=1, offy=1);}		
.tp-button:hover.red,
.purchase:hover.red {
	background: #ce4640;
}
		.tp-button.orange, 
		.purchase.orange		{ border: 1px solid #e6bd4c;
			background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
			background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
			background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
			background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
			background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
			background-color: #FCCC73;
			color:#754c00;
			text-shadow: 1px 1px 0px #ffebb7;
			filter: dropshadow(color=#ffebb7, offx=1, offy=1);}
.tp-button:hover.orange,.purchase:hover.orange 
 {background: #fbd684;}

			.tp-button.darkgrey,.tp-button.grey,
			
			.purchase.darkgrey 	{ 	border: 1px solid #464646;
				background-image: linear-gradient(bottom, #464646 0%, #656565 100%);
				background-image: -o-linear-gradient(bottom, #464646 0%, #656565 100%);
				background-image: -moz-linear-gradient(bottom, #464646 0%, #656565 100%);
				background-image: -webkit-linear-gradient(bottom, #464646 0%, #656565 100%);
				background-image: -ms-linear-gradient(bottom, #464646 0%, #656565 100%);
				background-color: #464646;
				color:#fff;
				text-shadow: 1px -1px 0px #444;
				filter: dropshadow(color=#4444444, offx=1, offy=1);}																			
.tp-button:hover.darkgrey,.tp-button:hover.grey, .purchase:hover.darkgrey {
background: #535353;
}
				.tp-button.lightgrey, .
				.purchase.lightgrey { border: 1px solid #dddddd;
					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: #F7F7F7;
					color:#444;
					text-shadow: 1px 1px 0px #fff;
					filter: dropshadow(color=#ffffff, offx=1, offy=1);}						
tp-button:hover.lightgrey,.purchase:hover.lightgrey	{
	background: #fbfbfb;
}


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

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


	.tp-bullets.simplebullets.navbar				{ bottom:-20px; background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}

	.tp-bullets.simplebullets .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}									
	.tp-bullets.simplebullets .bullet.last		{	margin-right:0px;}

	/**	SQUARE BULLETS **/
	.tp-bullets.simplebullets.square .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}									
	.tp-bullets.simplebullets.square .bullet.last		{	margin-right:0px;}

	/** navbar NAVIGATION VERSION **/
	.tp-bullets.simplebullets.navbar .bullet		{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}										
	.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-position:top left; }




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


	.tp-leftarrow						{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}										
	.tp-rightarrow						{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}										

	.tp-leftarrow.navbar				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:-20px; margin-top:-8px;}										
	.tp-rightarrow.navbar				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:-20px; margin-top:-8px;}										
	.tp-leftarrow.navbar.thumbswitharrow	{	margin-right:10px; }
	.tp-rightarrow.navbar.thumbswitharrow	{	margin-left:0px; }

	.tp-leftarrow.square				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}										
	.tp-rightarrow.square				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}										

	.tp-leftarrow.large					{background-color: #555;	z-index:100;cursor:pointer; position:relative;	background:url(../assets/bg_direction_nav_left.png) no-Repeat top left #555;	width:40px;	height:70px;  margin-left:0px; margin-top:-36px; 	
		background-repeat: no-repeat;
		background-position: 45% 50%;

		position: absolute; 	-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius:  0 3px 3px 0;
		border-radius: 0 3px 3px 0;}										
		.tp-rightarrow.large				{	background-color: #555; z-index:100;cursor:pointer; position:relative;	background:url(../assets/bg_direction_nav_right.png) no-Repeat top left #555; background-repeat: no-repeat;
			background-position: 53% 50%;
			width:40px;	height:70px;  margin-left:0px; margin-top:-36px; -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: #2da0ce; }






/****************************************************************************************************
	-	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;}




/***************************************
	-	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;}
	}
	

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

	-	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-stye:none;			
		position:absolute;
		visibility:hidden;
	}

	/*  CAPTION SLIDELINK   **/
	.caption.slidelink a div {	width:10000px; height:10000px;  }  

	.tp-loader 	{	background: url("../assets/loader.gif") no-repeat scroll 0 0 #fafafa;
	border-radius: 3px 3px 3px 3px;
	height: 32px;
	left: 50%;
	margin: -22px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 10000;
}

