/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *  + HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ DIVIDERS
 *	+ TEXT BOX
 *	+ IMAGE BOX
 *	+ ACCORDION
 *  + TABS
 *	+ GOOGLE MAPS
 *  + SOCIAL MEDIA
 *	+ PROCESS STEPS
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 *  + COUNTER
 *	+ STATISTICS
 *	+ COUNTDOWN
 *	+ PRICE PLAN
 *  + TESTIMONIALS
 *  + ISOTOPE
 *  + FILTER
 *  + PAGINATION
 *  + FULL SECTIONS
 *  + VIDEO PLAYER
 *  + SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 *  + RESPONSIVE
 *	 - LARGE DISPLAY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 *	 - EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 */
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
 	body {
		font: 14px/24px "Open Sans", Arial, sans-serif;
		font-weight: 300;
		background-color: #fff;
		color: #4e515d;
	}
	

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		margin-bottom: 30px;
		
	}
	
	/* ARROWS */
	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		border: 2px solid #fff;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover {
		border-color: #45bbff;
		background-color: #45bbff;
	}
	
	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before {
		font-family: "mt-icons";
		line-height: 54px;
		font-size: 18px;
	}
	
	.tp-leftarrow.default:before { content: "\e90e"; }
	.tp-rightarrow.default:before { content: "\e911"; }
	
	
	/* BULLETS */
	.tp-bullets.default .tp-bullet {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 2px solid #fff;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.default .tp-bullet:hover,
	.tp-bullets.default .tp-bullet.selected {
		border-color: #45bbff;
		background-color: #45bbff;
	}
	
	
	/* TYPOGRAPHY */
	.tp-caption.title {
		font-size: 86px;
		line-height: 60px;
		font-weight: 800;
		text-transform: uppercase;
		color: #151f48;
	}
	
	.tp-caption.title span {
		font-weight: 300;
		font-style: italic;
	}
	
	.tp-caption.title-small {
		font-size: 44px;
		line-height: 24px;
		font-weight: 800;
		text-transform: uppercase;
		color: #151f48;
	}
	
	.tp-caption.subtitle {
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
		font-style: italic;
		color: #151f48;
	}
	
	.tp-caption.text {
		font-size: 14px;
		line-height: 24px;
	}
	
	.tp-caption.text-white {
		color: #fff;
	}
	
	/* OWL Carousel */
	
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-pagination {
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-page {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin-right: 5px;
		background-color: #d7d7d7;
	}
	
	.owl-page:hover,
	.owl-page.active {
		background-color: #45bbff;
	}
	
	.owl-page:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -20px;
	}
	
	.owl-next {
		right: -20px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "mt-icons";
	}
	
	.owl-prev:before {
		content: "\e90e";
	}
	
	.owl-next:before {
		content: "\e911";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}
	
	
	.slider-navigation {}
	
	.slider-navigation span {
		display: inline-block;
		font-size: 12px;
		line-height: 32px;
		margin: 0 5px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.slider-navigation.rounded span {
		width: 42px;
		height: 42px;
		line-height: 40px;
		border-radius: 50%;
		border: 2px solid #45bbff;
		color: #45bbff;
	}
	
	.slider-navigation span:hover {
		cursor: pointer;
		opacity: 0.5;
	}
	
	.slider-navigation.rounded span:hover {
		opacity: 1;
		background-color: #45bbff;
		color: #fff;
	}
	
	
	/* TWITTER SLIDER */
	#tweet {
		margin: 0 -15px;
	}
	
	#tweet .owl-item {
		padding: 0 15px;
	}
	
	#tweet:hover {
		cursor: move;
	}
	
	
	/* PORTFOLIO CAROUSEL */
	.portfolio-carousel {
		margin-bottom: 0;
	}
	
	.portfolio-carousel:hover {
		cursor: move;
	}
	
	.portfolio-carousel .portfolio-item { 
		margin-bottom: 0; 
	}
	
	/* IMAGES SLIDER */
	.images-slider {
		margin-bottom: 80px;
		text-align: center;
	}
	
	.images-slider:hover {
		cursor: move;
	}
	
	
	/* IMAGES SLIDER */
	.logos-slider {
		text-align: center;
	}
	
	.logos-slider:hover {
		cursor: move;
	}
	
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-pagination {
		top: 50%;
		bottom: auto;
		left: auto;
		right: -50px;
		width: auto;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.testimonials-slider .owl-pagination .owl-page {
		display: block;
		margin: 5px 0;
	}
	
	
	/* BLOG SLIDER */
	.blog-slider .owl-pagination {
		top: 50%;
		bottom: auto;
		left: auto;
		right: 30px;
		width: auto;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.blog-slider .owl-pagination .owl-page {
		display: block;
		margin: 5px 0;
	}
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPLAY (>1200px)
 ***********************************************************************************/

	@media (min-width: 1200px) {
	
		.isotope.col-4 .isotope-item {
			width: 25%;
		}
	
		.flickr_badge_image:last-of-type {
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.nav-tabs > li > a {
			padding: 7px 15px;
		}
		
		.nav-tabs > li.active > a {
			margin-top: -15px;
			padding: 15px 15px;
		}
		
		.legend li {
			float: none;
			width: 100%;
		}
		
		.isotope-item.item-width-1 {
			width: 50%;
		}
		
		.tp-caption .btn {
			padding: 7px 20px 7px 10px;
			font-size: 10px;
		}
		
		.tp-caption .btn:hover {
			padding: 7px 20px;
		}
		
		#section-7:before {
			width: 30%;
		}
		
		#section-7:after {
			width: 30%;
		}
		
		#section-11 {
			margin-top: 70px;
		}
		
		#section-16 img {
			margin-top: -100px;
		}
		
		.widget-recent-posts ul li {
			padding-left: 0;
		}
		
		.widget-recent-posts ul li img {
			display: none;
		}
		
		.flickr_badge_image img {
			width: 72px;
		}
		
		.widget-newsletter input[type="email"] {
			padding-right: 20px;
		}
		
		.widget-newsletter input[type="submit"] {
			position: relative;
			padding: 10px 30px;
			border-radius: 20px;
		}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 ***********************************************************************************/
 
	@media (max-width: 767px) {
	
		.last {
			margin-bottom: 20px;
		}
		
		h1.error {
			font-size: 150px;
			line-height: 100px;
		}
		
		h1.error:after {
			height: 150px;
		}
		
		.nav-tabs > li {
			float: none;
		}
		
		.nav-tabs > li > a {
			margin-right: 0;
			border-radius: 0;
		}
		
		.nav-tabs > li.active > a {
			margin-top: 0;
			padding: 15px 30px;
		}
		
		.tab-content .pull-right,
		.tab-content .pull-left {
			float: none !important;
			margin: 0;
			margin-bottom: 20px;
		}
		
		.process-steps .step {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.process-steps .step:last-child {
			margin-bottom: 0;
		}
		
		.process-steps.process-3-steps .step,
		.process-steps.process-4-steps .step,
		.process-steps.process-5-steps .step {
			width: 100%;
		}
		
		.legend li {
			float: none;
			width: 100%;
		}
		
		.countdown > div {
			font-size: 36px;
			line-height: 36px;
		}
		
		.countdown > div:after {
			font-size: 24px;
		}
		
		.isotope .isotope-item {
			float: none;
			width: 100%;
		}
		
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 100%;
		}
		
		.isotope-item.item-width-1, 
		.isotope-item.item-width-2 {
			width: 100%;
		}
		
		.filter li {
			display: block;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		.filter li:last-child {
			margin-bottom: 0;
		}
		
		.map {
			height: 350px;
		}
		
		.full-section .container-fluid {
			padding: 0 20px;
		}
		
		#section-7:before {
			bottom: auto;
			width: 100%;
			height: 150px;
			border-right: none;
			border-bottom: 10px solid #fff;
		}
		
		#section-7:after {
			top: auto;
			bottom: 0;
			width: 100%;
			height: 150px;
			border-left: none;
			border-top: 10px solid #fff;
		}
		
		#section-11 {
			margin-top: 70px;
		}
		
		#section-16 img {
			margin-top: 0;
		}
		
		#section-22 {
			padding: 150px 0 300px;
		}
		
		.video-details {
			display: none;
		}
		
		.tp-leftarrow.default,
		.tp-rightarrow.default {
			display: none;
		}
		
		.tp-caption .btn {
			padding: 3px 20px 3px 10px;
			font-size: 6px;
			line-height: 12px;
		}
		
		.tp-caption .btn:hover {
			padding: 3px 20px;
		}
		
		.tp-caption .btn:after,
		.tp-caption .btn:before {
			width: 20px; 
		}
		
		.tp-caption .btn:before {
			right: 14px;
		}
		
		.tp-caption .btn:after {
			right: 5px;
		}
		
		.testimonials-slider .owl-pagination {
			top: auto;
			bottom: -30px;
			left: 0;
			right: 0;
			width: 100%;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.owl-prev {
			left: -10px;
		}
		
		.owl-next {
			right: -10px;
		}
		
		.testimonials-slider .owl-pagination .owl-page {
			display: inline-block;
			margin: 0 5px;
		}
		
		#scroll-up {
			bottom: 20px;
			right: 20px;
		}
		
		.flickr_badge_image:last-of-type {
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 ***********************************************************************************/
 
 	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.isotope .isotope-item {
			float: none;
			width: 50%;
		}
		
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 50%;
		}
		
		.isotope-item.item-width-1, 
		.isotope-item.item-width-2 {
			width: 50%;
		}
		
	}