/*
 * Gallery Carousel CSS
 *
 * @package ThemeZee Toolkit
 */


.tztk-carousel-wrap * {
	line-height: inherit; /* prevent declarations of line-height in the universal selector */
}

.tztk-carousel-overlay {
	background: #000;
}

div.tztk-carousel-fadeaway {
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
	position: fixed;
	bottom: 0;
	z-index: 2147483647;
	width: 100%;
	height: 15px;
}

.tztk-carousel-msg {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	display: inline-block;
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: center;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #ffba00;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.tztk-carousel-wrap {
	font-family: "Helvetica Neue", sans-serif !important;
}

.tztk-carousel-info {
	position: absolute;
	bottom: 0;
	text-align: left !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.tztk-carousel-info ::selection {
	background: #68c9e8; /* Safari */
	color: #fff;
}

.tztk-carousel-info ::-moz-selection {
	background: #68c9e8; /* Firefox */
	color: #fff;
}

.tztk-carousel-photo-info {
	position: relative;
	left: 25%;
	width: 50%;
}

.tztk-carousel-transitions .tztk-carousel-photo-info {
	-webkit-transition: 400ms ease-out;
	-moz-transition: 400ms ease-out;
	-o-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

.tztk-carousel-info h2 {
	background: none !important;
	border: none !important;
	color: #999;
	display: block !important;
	font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
	letter-spacing: 0 !important;
	margin: 7px 0 0 0 !important;
	padding: 10px 0 0 !important;
	overflow: hidden;
	text-align: left;
	text-shadow: none !important;
	text-transform: none !important;
	-webkit-font-smoothing: subpixel-antialiased;
}

.tztk-carousel-next-button,
.tztk-carousel-previous-button {
	overflow: hidden;
	cursor: pointer;
}

.tztk-carousel-next-button span,
.tztk-carousel-previous-button span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 82px;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.tztk-carousel-transitions .tztk-carousel-next-button span,
.tztk-carousel-transitions .tztk-carousel-previous-button span {
	-webkit-transition: 500ms opacity ease-out;
	-moz-transition: 500ms opacity ease-out;
	-o-transition: 500ms opacity ease-out;
	transition: 500ms opacity ease-out;
}

.tztk-carousel-next-button span:before,
.tztk-carousel-previous-button span:before {
	position: absolute;
	display: inline-block;
	width: 82px;
	top: 40%;
	font-family: 'Dashicons';
	font-size: 128px;
	line-height: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	vertical-align: top;
	text-shadow: 0 0 15px #000;
	text-indent: -24px;
}

.tztk-carousel-next-button span:before {
	content: "\f345";
}

.tztk-carousel-previous-button span:before {
	content: "\f341";
}

.tztk-carousel-next-button:hover span,
.tztk-carousel-previous-button:hover span {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.tztk-carousel-next-button span {
	right: 0;
}

.tztk-carousel-previous-button span {
	left: 0;
}

.tztk-carousel-buttons {
	margin:-18px -20px 15px;
	padding:8px 10px;
	border-bottom:1px solid #222;
	background: #222;
	text-align: center;
}

div.tztk-carousel-buttons a {
	border: none !important;
	color: #999;
	font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
	letter-spacing: 0 !important;
	padding: 5px 2px 5px 0;
	text-decoration: none !important;
	text-shadow: none !important;
	vertical-align: middle;
	-webkit-font-smoothing: subpixel-antialiased;
}

div.tztk-carousel-buttons a:hover {
	color: #68c9e8;
	border: none !important;
}

.tztk-carousel-transitions div.tztk-carousel-buttons a:hover {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.tztk-carousel-slide, .tztk-carousel-slide img, .tztk-carousel-next-button,
.tztk-carousel-previous-button {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
}

.tztk-carousel-slide {
	position:fixed;
	width:0;
	bottom:0;
	background-color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
}

.tztk-carousel-transitions .tztk-carousel-slide {
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

.tztk-carousel-slide.selected {
	position: absolute !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

.tztk-carousel-slide {
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.tztk-carousel-slide img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	zoom: 1;
}

.tztk-carousel-transitions .tztk-carousel-slide {
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.tztk-carousel-close-hint {
	color: #999;
	cursor: default;
	letter-spacing: 0 !important;
	padding:0.35em 0 0;
	position: absolute;
	text-align: left;
	width: 90%;
}

.tztk-carousel-transitions .tztk-carousel-close-hint {
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}

.tztk-carousel-close-hint span {
	cursor: pointer;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	display: block;
	height: 22px;
	font: 400 24px/1 "Helvetica Neue", sans-serif !important;
	line-height: 22px;
	margin: 0 0 0 0.4em;
	text-align: center;
	vertical-align: middle;
	width: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.tztk-carousel-transitions .tztk-carousel-close-hint span {
	-webkit-transition: border-color 200ms linear;
	-moz-transition: border-color 200ms linear;
	-o-transition: border-color 200ms linear;
	transition: border-color 200ms linear;
}

.tztk-carousel-close-hint:hover {
	cursor: default;
	color: #fff;
}

.tztk-carousel-close-hint:hover span {
	border-color: #fff;
}


/** Title and Desc Start **/
.tztk-carousel-titleanddesc {
	border-top: 1px solid #222;
	color: #999;
	font-size: 15px;
	padding-top: 16px;
	margin-bottom: 0;
	font-weight:400;
}
.tztk-carousel-titleanddesc-title {
	font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
	text-transform: none !important; /* prevents uppercase from leaking through */
	color: #fff;
	margin: 0 0 15px;
	padding:0;
}

.tztk-carousel-titleanddesc-desc p {
	color: #999;
	line-height:1.4;
	margin-bottom: 0;
}

.tztk-carousel-titleanddesc p a,
.tztk-carousel-info h2 a {
	color: #fff !important;
	border: none !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.tztk-carousel-titleanddesc p strong,
.tztk-carousel-titleanddesc p b {
	font-weight: bold;
	color: #999;
}

.tztk-carousel-titleanddesc p em,
.tztk-carousel-titleanddesc p i {
	font-style: italic;
	color: #999;
}

.tztk-carousel-titleanddesc p a:hover,
.tztk-carousel-info h2 a:hover {
	color: #68c9e8 !important;
}

.tztk-carousel-titleanddesc p:empty {
	display: none;
}

.tztk-carousel-photo-info h1:before,
.tztk-carousel-photo-info h1:after,
.tztk-carousel-left-column-wrapper h1:before,
.tztk-carousel-left-column-wrapper h1:after {
	content:none !important;
}
/** Title and Desc End **/


/** Meta Box Start **/
.tztk-carousel-image-meta {
	background: #111;
	border: 1px solid #222;
	color: #fff;
	font-size: 13px;
	font: 12px/1.4 "Helvetica Neue", sans-serif !important;
	overflow: hidden;
	padding: 18px 20px;
	width: 209px !important;
}

a.tztk-carousel-image-download {
	display: inline-block;
	clear: both;
	color: #999;
	line-height: 1;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	background-position: 0 -82px;
}

a.tztk-carousel-image-download:before {
	display: inline-block;
	margin: 0 5px 0 0;
	font-family: 'Dashicons';
	font-size: 15px;
	line-height: 1;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	vertical-align: top;
	content: "\f504";
}

a.tztk-carousel-image-download span.photo-size {
	font-size: 11px;
	border-radius: 1em;
	margin-left: 2px;
	display: inline-block;
}

a.tztk-carousel-image-download span.photo-size-times {
	padding: 0 1px 0 2px;
}

a.tztk-carousel-image-download:hover {
	background-position: 0 -122px;
	color: #68c9e8;
	border: none !important;
}

/** Meta Box End **/


/* Small screens */
@media only screen and (max-width: 760px) {

	.tztk-carousel-info {
		margin: 0 10px !important;
	}

	.tztk-carousel-next-button, .tztk-carousel-previous-button {
		display: none !important;
	}

	.tztk-carousel-buttons {
		display: none !important;
	}

	.tztk-carousel-image-meta {
		float: none !important;
		width: 100% !important;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
	}

	.tztk-carousel-close-hint {
	 	font-weight: 800 !important;
		font-size: 26px !important;
		position: fixed !important;
		top: -10px;
	}

	.tztk-carousel-slide img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.tztk-carousel-wrap {
		background-color: #000;
	}

	.tztk-carousel-fadeaway {
		display: none;
	}

	.tztk-carousel-titleanddesc {
		padding-top: 0 !important;
		border: none !important;
	}
	.tztk-carousel-titleanddesc-title {
		font-size: 1em !important;
	}

	.tztk-carousel-left-column-wrapper {
		padding: 0;
		width: 100% !important;
	}

	.tztk-carousel-photo-info {
		left: 0 !important;
		width: 100% !important;
	}
}