/**
 * Name: custom.css
 *
 *	T.O.C
 *
 *	=Basics
 *	=Rev Slider Pager
 *	=Rev Slider Nav 
 *	=Rev Slider Typography 
 *
 */
 
 
/* ==========================================================================
   =Basics
   ========================================================================== */
   
	.fullwidthbanner-container {
		position: relative;
		width: 100% !important;
		max-height: 650px !important;
		overflow: hidden;
		padding: 0;
		margin-bottom: 50px; 
	}

	.fullwidthbanner-container ul { list-style: none; }

	.fullwidthbanner-container .fullwidthbanner {
		position: relative;
		width: 100% !important;
		max-height: 650px !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: #ac7900;
	}

	.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: 'Droid Serif', Arial, sans-serif; }
	
	.caption.title {
		color: #000;
		font-size: 62px;
		line-height: 75px;
		text-transform: uppercase;
		text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.5);
		font-family: 'Oswald', sans-serif;
	}
	
	.caption.subtitle {
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
	
		
	}
	.span3 { text-align:center;}
	.span4 img { width:100%; }
	.span3 h4 { text-align:center;}
	    .zika { background:#000; padding:20px; color:#fff!important; margin-bottom:5px; opacity:0.6!important; text-shadow:1px 1px #000;}
		.zika2 { background:#000; padding:10px; color:#fff!important; margin-bottom:5px; opacity:0.6!important;}
	
	.caption.subtitle-2 {
		color: #fff;
		font-size: 36px;
		line-height: 45px;
		text-transform: uppercase;
	}
	
	.caption.subtitle-2:after {
		display: block;
		width: 120px;
		border: 1px solid #ac7900;
		margin: 35px auto;
		content: "";
	}
	
	.caption.text { color: #fff; }
	.caption.text-2 { color: #fff; }
	
	.caption .btn,
	.caption .btn:hover { color: #fff; }
	
	.caption .btn-white { color: #fff; }
	
	.caption .btn-white.alt {
		border-color: #fff;
		color: #fff;
	}
	
	.caption.bg {
		width: 500px;
		height: 350px;
		background: url(../../../images/bck_transparent3.png);
		
		
	}
	
	
	@media (min-width: 1400px) {

		.caption.bg {
			width: 800px;
			height: 400px;
		}
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.caption .btn { 
			padding: 10px 15px; 
			font-size: 14px;
		}
		
		.caption.bg {
			width: 380px;
			height: 265px;
		}
		
		.caption.subtitle-2:after { margin: 20px auto; }
		
	}

	@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;
			line-height: 9px;
		}
		
		.caption.subtitle-2:after { display: none; }
		
		.caption.bg { display: none; }
		
	}
