/*=========================*/
/* Featherlight */
/*=========================*/
.featherlight {
				display:none;
				position:fixed;
				top:0;
				right:0;
				bottom:0;
				left:0;
				z-index:2147483647;
				text-align:center;
				white-space:nowrap;
				cursor:pointer;
				background:#333;
				background:rgba(0,0,0,0)
}
.featherlight:last-of-type {
				background:rgba(0,0,0,.8)
}
.featherlight:before {
				content:'';
				display:inline-block;
				height:100%;
				vertical-align:middle;
				margin-right:-.25em
}
.featherlight .featherlight-content {
				position:relative;
				text-align:left;
				vertical-align:middle;
				display:inline-block;
				overflow:auto;
				padding:25px 25px 0;
				border-bottom:25px solid transparent;
				min-width:30%;
				margin-left:5%;
				margin-right:5%;
				max-height:95%;
				background:#fff;
				cursor:auto;
				white-space:normal
}
.featherlight .featherlight-inner {
				display:block
}
.featherlight .featherlight-close-icon {
				position:absolute;
				z-index:9999;
				top:0;
				right:0;
				line-height:25px;
				width:25px;
				cursor:pointer;
				text-align:center;
				font:Arial,sans-serif;
				background:#fff;
				background:rgba(255,255,255,.3);
				color:#000
}
.featherlight .featherlight-image {
				width:100%
}
.featherlight-iframe .featherlight-content {
				border-bottom:0;
				padding:0
}
.featherlight iframe {
				border:0
}

.featherlight-next,.featherlight-previous {
				display:block;
				position:absolute;
				top:20px;
				right:20px;
				bottom:0;
				left:80%;
				cursor:pointer;
				-webkit-touch-callout:none;
				-webkit-user-select:none;
				-khtml-user-select:none;
				-moz-user-select:none;
				-ms-user-select:none;
				user-select:none;
				background:rgba(0,0,0,0)
}
.featherlight-previous {
				left:20px;
				right:80%
}
.featherlight-next:hover,.featherlight-previous:hover {
				background:rgba(0,0,0,.25)
}
.featherlight-next span,.featherlight-previous span {
				display:none;
				position:absolute;
				top:50%;
				left:5%;
				width:82%;
				text-align:center;
				font-size:80px;
				line-height:80px;
				margin-top:-40px;
				text-shadow:0 0 5px #fff;
				color:#fff;
				font-style:normal;
				font-weight:400
}
.featherlight-next span {
				right:5%;
				left:auto
}
.featherlight-next:hover span,.featherlight-previous:hover span {
				display:inline-block
}
.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous {
				display:none
}

.featherlight .featherlight-content {
				padding:0;
				border:none;
				min-width:inherit;
}
.featherlight .featherlight-image {
				max-width:100%;
				border:20px solid #fff;
}

/*=========================*/
/* Carousel */
/*=========================*/
.owl-carousel .owl-wrapper:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.owl-carousel {
	display:none;
	position:relative;
	width:100%;
	-ms-touch-action:pan-y;
}
.owl-carousel .owl-wrapper {
	display:none;
	position:relative;
	-webkit-transform:translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow:hidden;
	position:relative;
	width:99.99%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float:left;
}
.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor:pointer;
}
.owl-controls {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.grabbing {
	cursor:url(../../../www.themepush.com/index.htm)/*tpa=http://themepush.com/demo/cayman/grabbing.png*/ 8 8,move;
}
.owl-theme .owl-controls {
	margin-top:10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	display:inline-block;
	zoom:1;
	*display:inline;
	/*IE7 life-saver */
	margin:5px;
	padding:3px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#869791;
	filter:Alpha(Opacity=50);
	/*IE7 fix*/
	opacity:0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter:Alpha(Opacity=100);
	/*IE7 fix*/
	opacity:1;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-page {
	display:inline-block;
	 margin-top:20px;
	zoom:1;
	*display: inline;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display:block;
	width:12px;
	height:12px;
	margin:5px 7px;
	filter:Alpha(Opacity=50);
	/*IE7 fix*/
	opacity:0.5;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#869791;
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter:Alpha(Opacity=100);
	/*IE7 fix*/
	opacity:1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height:auto;
	width:auto;
	color:#FFF;
	padding:2px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.owl-item.loading {
	min-height:150px;
	background: url(assets/img/loader.gif)/*tpa=http://themepush.com/demo/cayman/assets/img/loader.gif*/ no-repeat center center;
}
/*=========================*/
/* Slider */
/*=========================*/
.slider_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.42);
}
.carousel,.carousel-inner>.item {
	position:relative;
	min-height:600px;
	max-height:600px;
	overflow:hidden;
	color:#fff;
}
.business_carousel.carousel,.business_carousel .carousel-inner>.item {
	position:relative;
	min-height:700px;
	max-height:700px;
	overflow:hidden;
	color:#fff;
}
.business_carousel .carousel-inner>.item p {
	font-size:22px;
	font-weight:300;
}
.carousel-inner>.item {
	-moz-opacity:0.00;
	-khtml-opacity:0.00;
	opacity:0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	-webkit-transition:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
	color:#fff;
}
.carousel-inner>.item.active {
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
.carousel-inner>.item .slider-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.carousel-inner>.item .slider-bg img {
	width:100%;
	height:100%;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:20s;
	-moz-animation-duration:20s;
	-ms-animation-duration:20s;
	-o-animation-duration:20s;
	animation-duration:20s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
}
.carousel-inner>.item .slider-bg img.kenburns {
	-webkit-animation-name:kenburns;
	-moz-animation-name:kenburns;
	-o-animation-name:kenburns;
	animation-name:kenburns;
}
.carousel-inner>.item .slider-bg img.kenburnsreverse {
	-webkit-animation-name:kenburnsreverse;
	-moz-animation-name:kenburnsreverse;
	-o-animation-name:kenburnsreverse;
	animation-name:kenburnsreverse;
}
@-webkit-keyframes kenburns {
	0% {
					-webkit-transform:scale(1.2);
	}
	100% {
					-webkit-transform:scale(1);
	}
}
@keyframes kenburns {
	0% {
					transform:scale(1.2);
	}
	100% {
					webkit-transform:scale(1);
	}
}
@-webkit-keyframes kenburnsreverse {
	0% {
					-webkit-transform:scale(1);
	}
	100% {
					-webkit-transform:scale(1.2);
	}
}
@keyframes kenburnsreverse {
	0% {
					transform:scale(1);
	}
	100% {
					transform:scale(1.2);
	}
}
.carousel-control.left,.carousel-control.right {
	display:none;
}
.carousel-content {
	padding:265px 0px 100px;
}
.business_carousel .carousel-content h1 {
	font-weight:200;
	font-size:60px;
	 letter-spacing:2px;
}
.business_carousel .carousel-content h4 {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
}
.carousel-content h1 {
	color:#fff;
	display:inline-block;
	font-size:40px;
	font-weight:600;
	margin-bottom:0px;
	padding:18px 20px;
	text-transform: capitalize;
}
/*=========================*/
/* Cayman Slider */
/*=========================*/
.maincaymanslider h4 {
	font-size:17px;
	font-weight:300;
	margin-top:0;
	letter-spacing:2px;
	text-transform:uppercase;
}
.maincaymanslider h1 {
	font-weight:200;
	font-size:60px;
	margin-top:0;
	margin-bottom:0;
}
.maincaymanslider {
	color:#fff;
}
.maincaymanslider p {
	font-size:22px;
	font-weight:300;
}
.maincaymanslider.styletwo h4 {
	font-size:20px;
	font-weight:300;
	background:rgba(0,0,0,0.5);
	display:inline-block;
	padding:10px;
	margin-top:10px;
}
.maincaymanslider.styletwo h1 {
	background:rgba(0,0,0,0.5);
	padding:5px 15px;
	font-size: 46px;
}
/*=========================*/
/* Cayman Slider */
/*=========================*/
.active .fromleft.animated1 {
	-webkit-animation:fadeInLeft 1s ease-in-out 700ms both;
	animation:fadeInLeft 1s ease-in-out 700ms both;
}
.active .fromleft.animated2 {
	-webkit-animation:fadeInLeft 2s ease-in-out 700ms both;
	animation:fadeInLeft 2s ease-in-out 700ms both;
}
.active .fromleft.animated3 {
	-webkit-animation:fadeInLeft 3s ease-in-out 700ms both;
	animation:fadeInLeft 3s ease-in-out 700ms both;
}
.active .zoomin.animated1 {
	-webkit-animation:zoomIn 1s ease-in-out 700ms both;
	animation:zoomIn 1s ease-in-out 700ms both;
}
.active .zoomin.animated2 {
	-webkit-animation:zoomIn 2s ease-in-out 700ms both;
	animation:zoomIn 2s ease-in-out 700ms both;
}
.active .zoomin.animated3 {
	-webkit-animation:zoomIn 3s ease-in-out 700ms both;
	animation:zoomIn 3s ease-in-out 700ms both;
}
.active .bouncein.animated1 {
	-webkit-animation:bounceIn 1s ease-in-out 700ms both;
	animation:bounceIn 1s ease-in-out 700ms both;
}
.active .bouncein.animated2 {
	-webkit-animation:bounceIn 2s ease-in-out 700ms both;
	animation:bounceIn 2s ease-in-out 700ms both;
}
.active .bouncein.animated3 {
	-webkit-animation:bounceIn 3s ease-in-out 700ms both;
	animation:bounceIn 3s ease-in-out 700ms both;
}
.active .bounceindown.animated1 {
	-webkit-animation:bounceInDown 1s ease-in-out 700ms both;
	animation:bounceInDown 1s ease-in-out 700ms both;
}
.active .bounceindown.animated2 {
	-webkit-animation:bounceInDown 2s ease-in-out 700ms both;
	animation:bounceInDown 2s ease-in-out 700ms both;
}
.active .bounceindown.animated3 {
	-webkit-animation:bounceInDown 3s ease-in-out 700ms both;
	animation:bounceInDown 3s ease-in-out 700ms both;
}
.active .bounceinup.animated1 {
	-webkit-animation:bounceInUp 1s ease-in-out 700ms both;
	animation:bounceInUp 1s ease-in-out 700ms both;
}
.active .bounceinup.animated2 {
	-webkit-animation:bounceInUp 2s ease-in-out 700ms both;
	animation:bounceInUp 2s ease-in-out 700ms both;
}
.active .bounceinup.animated3 {
	-webkit-animation:bounceInUp 3s ease-in-out 700ms both;
	animation:bounceInUp 3s ease-in-out 700ms both;
}
.active .bounceinleft.animated1 {
	-webkit-animation:bounceInLeft 1s ease-in-out 700ms both;
	animation:bounceInLeft 1s ease-in-out 700ms both;
}
.active .bounceinleft.animated2 {
	-webkit-animation:bounceInLeft 2s ease-in-out 700ms both;
	animation:bounceInLeft 2s ease-in-out 700ms both;
}
.active .bounceinleft.animated3 {
	-webkit-animation:bounceInLeft 3s ease-in-out 700ms both;
	animation:bounceInLeft 3s ease-in-out 700ms both;
}
.active .bounceinright.animated1 {
	-webkit-animation:bounceInRight 1s ease-in-out 700ms both;
	animation:bounceInRight 1s ease-in-out 700ms both;
}
.active .bounceinright.animated2 {
	-webkit-animation:bounceInRight 2s ease-in-out 700ms both;
	animation:bounceInRight 2s ease-in-out 700ms both;
}
.active .bounceinright.animated3 {
	-webkit-animation:bounceInRight 3s ease-in-out 700ms both;
	animation:bounceInRight 3s ease-in-out 700ms both;
}
.active .rollin.animated1 {
	-webkit-animation:rollIn 1s ease-in-out 700ms both;
	animation:rollIn 1s ease-in-out 700ms both;
}
.active .rollin.animated2 {
	-webkit-animation:rollIn 2s ease-in-out 700ms both;
	animation:rollIn 2s ease-in-out 700ms both;
}
.active .rollin.animated3 {
	-webkit-animation:rollIn 3s ease-in-out 700ms both;
	animation:rollIn 3s ease-in-out 700ms both;
}
.active .flipiny.animated1 {
	-webkit-animation:flipInY 1s ease-in-out 700ms both;
	animation:flipInY 1s ease-in-out 700ms both;
}
.active .flipiny.animated2 {
	-webkit-animation:flipInY 2s ease-in-out 700ms both;
	animation:flipInY 2s ease-in-out 700ms both;
}
.active .flipiny.animated3 {
	-webkit-animation:flipInY 3s ease-in-out 700ms both;
	animation:flipInY 3s ease-in-out 700ms both;
}
.active .flipinx.animated1 {
	-webkit-animation:flipInX 1s ease-in-out 700ms both;
	animation:flipInX 1s ease-in-out 700ms both;
}
.active .flipinx.animated2 {
	-webkit-animation:flipInX 2s ease-in-out 700ms both;
	animation:flipInX 2s ease-in-out 700ms both;
}
.active .flipinx.animated3 {
	-webkit-animation:flipInX 3s ease-in-out 700ms both;
	animation:flipInX 3s ease-in-out 700ms both;
}
.cayman-slider .slider-content-style1 h2::before,.cayman-slider .slider-content-style1 h2::after {
	content:' ― ';
	font-weight:200;
}
.cayman-slider .slider-content-style1 {
	padding:0;
	line-height:1.4;
	color:#fff;
	z-index:1000;
	text-transform:uppercase;
	letter-spacing:5px;
}
.cayman-slider .slider-content-style1 h2 {
	font-size:30px;
}
.cayman-slider .slider-content-style1 h1 {
	font-size:60px;
	color:#fff;
	font-weight:800;
	margin-top:0;
}
.cayman-slider .slider-content-style1 h3 {
	font-size:14px;
	max-width:700px;
	margin:0px auto;
	letter-spacing:4px;
	display:inline-block;
	line-height:1.5;
}
.cayman-slider .slider-content-style1 .btn {
	margin-top:10px;
	font-size:11px;
	padding: 15px 20px;
}
/*=========================*/
/* Thumbbox1 */
/*=========================*/	
.thumbbox1 h3 {
	font-size:16px;
	text-transform:uppercase;
	background-color:#E64F1A;
	padding:13px 20px;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
}
.thumbbox1 {
	background:#f3f3f3;
	padding:20px;
}
.thumbbox1 .description {
	background:#fff;
	padding:20px;
}
.thumbbox1 dl dt {
	float:left;
}
.thumbbox1 .description dl dd {
	border-bottom:1px solid #f3f3f3;
	margin-bottom:3px;
	padding-bottom:3px;
	text-align:right;
}
.thumbbox1 dl {
	margin-bottom: 0;
}