
/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		/*margin-bottom: 100px;*/
		/*height: 650px !important;*/
		padding-top: 112px;
	}
	
	.rev_slider ul,
	.rev_slider ul li {
		overflow: visible !important;
	}
	
	
	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #242424 no-repeat center center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		background-color: #00cee0;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: 2px solid #fff;
		background-color: #242424;
		-webkit-transition: background-color 0.3s, color 0.3s;
				transition: background-color 0.3s, color 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		border-color: #fff;
		background-color: #00cee0;
	}


	/* TYPOGRAPHY */
	.tp-caption.text {
		color: #fff;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	
	.tp-caption.title {
		color: #242424;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 60px;
		line-height: 56px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	
	.tp-caption.title-white {
		color: #fff;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 72px;
		line-height: 72px;
		font-weight: 700;
		letter-spacing: 0.25px;
		text-transform: uppercase;
	}
	
	.tp-caption.title-mute {
		color: #cce3ef;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 72px;
		line-height: 72px;
		font-weight: 700;
		letter-spacing: 0.25px;
		text-align: right;
		text-transform: uppercase;
	}
	
	.tp-caption.title-bordered {
		padding: 40px;
		border: 5px solid #fff;
		color: #fff;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 10px;
		text-transform: uppercase;
	}
	
	.tp-caption.title:after {
		display: none;
	}
	
	.tp-caption.small-title {
		color: #242424;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 36px;
		line-height: 36px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	
	.tp-caption.text-2 {
		color: #242424;
		font-family: "Volkhov", Arial, sans-serif;
		font-size: 18px;
		line-height: 30px;
		font-style: italic;
	}
	
	.tp-caption.text-white {
		color: #fff;
		font-family: "Volkhov", Arial, sans-serif;
		font-size: 18px;
		line-height: 30px;
		font-style: italic;
	}
	
	.tp-caption.text-highlight {
		padding: 5px 10px;
		background-color: #00cee0;
		color: #fff;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.tp-caption.rectangle {
		width: 420px;
		height: 475px;
		background-color: rgba(255, 255, 255, 0.4);
	}
	
	@media (min-width: 1200px) {
		
		.tp-caption.rectangle {
			width: 460px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}
		
		.tp-caption.rectangle {
			width: 300px;
			height: 350px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -35px !important;
		}
		
		.tp-caption .btn {
			padding: 5px 15px;
			font-size: 6px;
		}
		
		.tp-caption.rectangle {
			width: 130px;
			height: 150px;
		}

		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.tp-caption.rectangle {
			width: 180px;
			height: 190px;
		}
		
	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-carousel:hover {
		cursor: -webkit-grab;
		cursor: 		grab;
	}
	
	.owl-carousel .grabbing {
		cursor: -webkit-grabbing;
		cursor: 		grabbing;
	}
	
	.owl-pagination {
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-page {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #d3d3d3;
		border-radius: 50%;
		margin-right: 5px;
		background-color: transparent;
	}
	
	.owl-page:hover,
	.owl-page.active {
		border-color: #00cee0;
	}
	
	.owl-page:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -50px;
	}
	
	.owl-next {
		right: -50px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 24px;
	}
	
	.owl-prev:before {
		content: "\f104";
	}
	
	.owl-next:before {
		content: "\f105";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider {
		text-align: center;
	}
	
	
	/* LATEST POSTS SLIDER */
	.latest-posts-slider {
		margin-bottom: 20px;
	}
	
	.latest-posts-slider-navigation {
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	.latest-posts-slider-navigation .prev,
	.latest-posts-slider-navigation .next {
		line-height: 20px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.latest-posts-slider-navigation .prev:after,
	.latest-posts-slider-navigation .next:after {
		display: block;
		width: 0;
		border-bottom: 1px solid #00cee0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.latest-posts-slider-navigation .prev {
		float: left;
	}
	
	.latest-posts-slider-navigation .next {
		float: right;
	}
	
	.latest-posts-slider-navigation .prev:hover,
	.latest-posts-slider-navigation .next:hover {
		color: #242424;
		cursor: pointer;
	}
	
	.latest-posts-slider-navigation .prev:hover:after,
	.latest-posts-slider-navigation .next:hover:after {
		width: 100%;
	}
	
	.latest-posts-slider-navigation:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* PORTFOLIO SLIDER */
	.portfolios-slider {
		margin: 20px 0 50px;
	}
	
	.portfolios-slider .portfolios-item {
		margin-bottom: 0;
	}
	
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider-container {
		position: relative;
	}
	
	.testimonials-slider-navigation {
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	.testimonials-slider-navigation .prev,
	.testimonials-slider-navigation .next {
		position: absolute;
		top: 50%;
		line-height: 20px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.testimonials-slider-navigation .prev:after,
	.testimonials-slider-navigation .next:after {
		display: block;
		width: 0;
		border-bottom: 1px solid #00cee0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.testimonials-slider-navigation .prev {
		left: -100px;;
	}
	
	.testimonials-slider-navigation .next {
		right: -100px;
	}
	
	.testimonials-slider-navigation .prev:hover,
	.testimonials-slider-navigation .next:hover {
		cursor: pointer;
	}
	
	.testimonials-slider-navigation .prev:hover:after,
	.testimonials-slider-navigation .next:hover:after {
		width: 100%;
	}
	
	.testimonials-slider .owl-pagination {
		display: none;
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider {
		text-align: center;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.testimonials-slider .owl-pagination {
			display: block;
		}
		
		.testimonials-slider-navigation {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.testimonials-slider .owl-pagination {
			display: block;
		}
		
		.testimonials-slider-navigation {
			display: none;
		}
		
	}