/**
 * Name: custom.css
 *
 *	T.O.C
 *
 *	=Basics
 *	=Rev Slider Pager
 *	=Rev Slider Nav 
 *	=Rev Slider Typography 
 *
 */
 
 .supar { color:#fff!important;  font-size:26px!important;; text-align:center!important;; margin:0px auto!important;; line-height:none!important;; padding:0px 0px 20px 0px!important;}
/* ==========================================================================
   =Basics
   ========================================================================== */
   
	.fullwidthbanner-container {
		position: relative;
		width: 100% !important;
		max-height: 580px !important;
		overflow: hidden;
		padding: 0;
		
	}

	.fullwidthbanner-container ul { list-style: none; max-height: 580px !important;}
	
	.fullwidthbanner-container ul li { max-height: 580px !important;}
	
	.fullwidthbanner-container ul li img { max-height: 580px !important;}

	.fullwidthbanner-container .fullwidthbanner {
		position: relative;
		width: 100% !important;
		max-height: 580px !important;
	}

/* ==========================================================================
   =Rev Slider Pager
   ========================================================================== */

   /**
 	 * 1. changing the z-index from 1000 so that the bullets don't go over the sticky menu
 	 */
   
	.tp-bullets { 
		z-index: 100; /* 1 */
	}
	   
	.tp-bullets.simplebullets.round .bullet {
		width: 9px;
		height: 9px;
		border-radius: 50%;
		margin: 0 3px;
		background: #4fb7ff;
	}

	.tp-bullets.simplebullets.round .bullet.selected { background: #313947;  }

/* ==========================================================================
   =Rev Slider Nav
   ========================================================================== */

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 60px;
		height: 60px;
		opacity: 0.7;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover { opacity: 1; }

	.tp-leftarrow.default { background: #313947 url(../../../images/left.png) no-repeat center center; }
	.tp-rightarrow.default { background: #313947 url(../../../images/right.png) no-repeat center center; }
	
/* ==========================================================================
   =Rev Slider Typography
   ========================================================================== */
   
   	.caption { font-family: 'Open Sans', Arial, sans-serif; }
	
	.caption.title {
		color: #fff;
		font-size: 36px;
		line-height: 48px;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	.caption.title strong { font-weight: 800; }
	
	.caption.title-2 {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		font-weight: 800;
		text-transform: uppercase;
		
	}
		
	.caption.icon {
		color: #fff;
		font-size: 14px;
		font-weight: 800;
		text-align: center;
	}
	
	.caption.icon i {
		display: block;
		margin-bottom: 20px;
		font-size: 50px;
	}
	
	.caption .btn,
	.caption .btn:hover { color: #fff; }
	

	@media (min-width: 768px) and (max-width: 979px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.caption .btn { 
			padding: 10px 15px; 
			font-size: 14px;
		}
		
	}

	@media (max-width: 767px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
		
		.caption .btn { 
			padding: 3px 5px; 
			font-size: 7px;
		}
		
		.caption.icon i {
			margin-bottom: 10px;
			font-size: 20px;
		}
		
	}
