/**
 * Name: custom.css
 *
 *	T.O.C
 *
 *	=Basics
 *	=Rev Slider Pager
 *	=Rev Slider Nav 
 *	=Rev Slider Typography
 *
 */
 
 
/* ==========================================================================
   =Basics
   ========================================================================== */
   
   
   
	.fullwidthbanner-container {
		position: relative;
		overflow: hidden;
		width: 100% !important;
		padding: 0;
		margin: 0; 
	}

	.fullwidthbanner-container ul { list-style: none; }

	.fullwidthbanner-container .fullwidthbanner {
		position: relative;
		width: 100% !important;
	}
	
	/**
 	 * 1. We apply the max-height using an extra class to make the transition to WP more easy
	 *    If we apply the max-heigh directly to .fullwidthbanner-container, in WP, it would overwrite the height setting you make in the plugin
 	 */
	
	.slider-revolution.fullwidthbanner-container {
		max-height: 610px !important;  /*1 */
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 90px; /**/
		margin-bottom: 0px;
	}
	.slider-revolution.fullwidthbanner-container .fullwidthbanner {
		max-height: 610px !important; /* 1 */
	}


/* ==========================================================================
   =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: #7b868c;
	}

	.tp-bullets.simplebullets.round .bullet.selected { background: #98d4ec;  }

/* ==========================================================================
   =Rev Slider Nav 
   ========================================================================== */

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		opacity: 0.5;
	}

	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover { opacity: 1; }

	.tp-leftarrow.default { background: #28353e url(../../../images/left.png) no-repeat center center; }
	.tp-rightarrow.default { background: #28353e url(../../../images/right.png) no-repeat center center; }
	
/* ==========================================================================
   =Rev Slider Typography 
   ========================================================================== */
   
   	.caption.title {
		color: #28353e;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.caption.text {
		color: #fff;
		font-size: 30px;
		line-height: 39px;
		font-weight: 300;
	}
	
	.caption.text-2 {
		color: #7b868c;
		font-size: 24px;
		line-height: 39px;
		font-weight: 300;
	}
	
	.caption.text-3 {
		color: #7b868c;
		font-size: 18px;
		line-height: 39px;
		font-weight: 400;
	}
	
	.caption .btn {
		padding: 10px 25px; 
		color: #fff;
		font-size: 18px;
	}
	
	.caption .btn:hover { color: #fff; }
	.caption .btn.alt:hover { color: #98d4ec; }
	

	@media (min-width: 768px) and (max-width: 991px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.caption .btn {
			padding: 7px 20px; 
			color: #fff;
			font-size: 14px;
		}
		
	}

	@media (max-width: 767px) {
		
		.tp-leftarrow.default,
		.tp-rightarrow.default { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
		
		.caption .btn {
			padding: 0 10px; 
			color: #fff;
			font-size: 8px;
		}
		
	}

/*[ 27. Company Events ]

-------------------------------------------------------------------*/
.company-events {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	border-left-width: 0px;
	border-right-width: 0px;
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 100px;
}
.company-events .nav-st-2 {
  margin-top: 15px !important;
}
.company-events > span.label {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #28353E;
	font-size: 18px;
	font-weight: bold;
}
.company-events > .nav {
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.company-events .item {
  width: 100%;
  float: left;
  line-height: 20px;
}
.company-events .item span {
  font-style: italic;
  margin-left: 20px;
}

/*[ 28. Riva Styles ]

-------------------------------------------------------------------*/
div.rivaCarouselNav {
  float: left;
  width: auto;
}
div.rivaCarouselNav a {
  cursor: pointer;
  display: inline-block;
}
div.rivaCarouselNav a i.fa {
  float: left;
  line-height: inherit;
}
div.rivaCarouselNavBullets {
  float: left;
}
div.rivaCarouselNavBullets a {
  margin: 0px 3px;
  display: inline-block;
}
div.rivaCarouselWrapper {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
div.rivaCarouselWrapper div.rivaCarouselWrapperInner {
  width: 100000px;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.rivaCarouselWrapperVertical div.rivaCarouselItem {
  width: 100%;
}
div.rivaCarouselWrapperVertical div.rivaCarouselWrapperInner {
  width: 100%;
  height: 10000px;
}
div.rivaCarouselItem {
  float: left;
  box-sizing: border-box;
}
div.rivaCarouselItem.cloned {
  border: 0px solid #f00;
}
.nav-st-1 {
  margin-top: 40px;
  text-align: center;
}
.nav-st-1 a {
  font-size: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #373d4b;
  display: inline-block;
  float: left;
}
.nav-st-1 a.active {
  background-color: #ce434a;
}
.width-100.nav-st-1 a {
  float: none;
}
.nav-st-4 {
  margin-top: 40px;
  text-align: center;
}
.nav-st-4 a {
  font-size: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  float: left;
}
.nav-st-4 a.active {
  background-color: #ce434a;
}
.width-100.nav-st-4 a {
  float: none;
}
.nav-st-2 {
  margin-top: 40px;
}
.nav-st-2 a {
  width: 20px;
  text-align: center;
}
.nav-st-3 {
  margin-top: 40px;
}
.nav-st-3 a {
  background-color: #373d4b;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.nav-st-3 a i {
  width: 100%;
  line-height: 30px;
  text-align: center;
}
.nav-st-3 a.to-the-left {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ce434a;
}
.nav-st-3 a:hover {
  background-color: #ce434a;
}
/* ecoicons */
.hi-icon {
  color: #666666;
}
