/**
 * Name: custom.css
 *
 *	T.O.C
 *
 *	=Basics
 *	=Rev Slider Pager
 *	=Rev Slider Nav 
 *	=Rev Slider Typography 
 *
 */
 
 
/* ==========================================================================
   =Basics
   ========================================================================== */
   
	.fullwidthbanner-container {
		position: relative;
		width: 100% !important;
		overflow: hidden;
		padding: 0; 
	}

	.fullwidthbanner-container ul { list-style: none; }

	.fullwidthbanner-container .fullwidthbanner {
		position: relative;
		width: 100% !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: 12px;
		height: 12px;
		border-radius: 50%;
		margin: 0 3px;
		background: #0e0e0e;
	}

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

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

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 70px;
		height: 70px;
		border: 2px solid #fff;
		background: no-repeat center center;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover { 
		border-color: #171717;
		background-color: #171717;
	}

	.tp-leftarrow.default { background-image: url(../../../images/left.png); }
	.tp-rightarrow.default { background-image: url(../../../images/right.png); }
	
/* ==========================================================================
   =Rev Slider Typography
   ========================================================================== */
   
   	.caption.title {
		color: #fff;
		font: 72px/72px "Oswald", Arial, sans-serif;
		letter-spacing: 10px;
		text-transform: uppercase;
	}
	
	.caption.title:after {
		display: block;
		width: 145px;
		border-bottom: 3px solid #c88b5e;
		margin: 40px auto 0 auto;
		content: "";
	}
	
	.caption.title.alt:after { content: none; }
	
	.caption.subtitle {
		color: #fff;
		font: 36px/54px "Oswald", Arial, sans-serif;
		letter-spacing: 5px;
		text-transform: uppercase;
	}
	
	.caption.text {
		color: #fff;
		font-size: 18px;
		letter-spacing: 5px;
	}
	
	.caption.text.alt { letter-spacing: 0; }
	
	.caption.text-2 {
		color: #fff;
		font-family: "Oswald", Arial, sans-serif;
		font-size: 18px;
		letter-spacing: 3px;
	}
	
	.caption .btn {
		border-color: #fff;
		color: #fff;
		font-family: "Oswald", Arial, sans-serif;
		letter-spacing: 2px;
	}
	
	.caption .btn:hover {
		border-color: #c88b5e;
		color: #c88b5e;
	}

	@media (min-width: 768px) and (max-width: 979px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.caption .btn {
			padding: 10px 10px;
			font-size: 14px;
			line-height: 14px;
		}
		
		.caption.title:after { margin-top: 20px; }
		
	}

	@media (max-width: 767px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
		
		.caption.title:after { display: none; }
		
		.caption .btn {
			padding: 3px 7px;
			font-size: 6px;
			line-height: 6px;
			letter-spacing: 0
		}
		
	}
