
/* ------------------------------------------------------------- *
 * Gallery list section
/* ------------------------------------------------------------- */
#gallery-single-section img {
	width: auto !important;
}
#gallery-list-section {
	width: 100%;
}

/* Gallery list item 
===================== */
.gallery-list-item { 
	position: relative;
}
.gallery-list-item { 
	margin-bottom: 30px;
}
.iso-height-1 .gallery-list-item,
.iso-height-2 .gallery-list-item { 
	margin-bottom: 90px;
}

/* gallery list item if isotope gutters enabled */
.isotope.gutter-2 .gallery-list-item { 
	margin-bottom: 10px;
}
.isotope.gutter-3 .gallery-list-item { 
	margin-bottom: 0;
}
.isotope.gutter-2 .iso-height-1 .gallery-list-item,
.isotope.gutter-2 .iso-height-2 .gallery-list-item { 
	margin-bottom: 70px;
}
.isotope.gutter-3 .iso-height-1 .gallery-list-item,
.isotope.gutter-3 .iso-height-2 .gallery-list-item { 
	margin-bottom: 55px;
}

/* gallery list item image */
.gallery-list-item .gl-item-image-wrap {
	position: relative;
}

.gallery-list-item .gl-item-image-inner {
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery-list-item .gl-item-image-inner:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-list-item .gl-item-image-inner:hover:before {
	background-color: #FFF;
	opacity: .85;
}


.gallery-list-item .gl-item-image-zoom,
.gallery-list-item .gl-item-image-lock {
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 25px;
	height: 25px;
	opacity: 0;
	z-index: 4;
	font-size: 24px;
	color: #222;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
	.gallery-list-item .gl-item-image-zoom,
	.gallery-list-item .gl-item-image-lock {
		display: none;
	}
}
.gallery-list-item .gl-item-image-zoom:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.gallery-list-item .gl-item-image-zoom:before,
.gallery-list-item .gl-item-image-zoom:after {
	content: '';
	position: absolute;
	background-color: #111;
}
.gallery-list-item .gl-item-image-zoom:before {
	left: 0;
	top: 11px;
	width: 100%;
	height: 3px;
}
.gallery-list-item .gl-item-image-zoom:after {
	left: 11px;
	top: 0;
	width: 3px;
	height: 100%;
}
.gallery-list-item .gl-item-image-inner:hover .gl-item-image-zoom,
.gallery-list-item .gl-item-image-inner:hover .gl-item-image-lock {
	bottom: 20px;
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.gallery-list-item .gl-item-image-inner:hover .gl-item-image-zoom:hover {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.iso-height-1 .gallery-list-item .gl-item-image-wrap,
.iso-height-2 .gallery-list-item .gl-item-image-wrap,
.iso-height-1 .gallery-list-item .gl-item-image-inner,
.iso-height-2 .gallery-list-item .gl-item-image-inner,
.iso-height-1 .gallery-list-item .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.gallery-list-item .gl-item-image,
.iso-height-1 .gallery-list-item .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-list-item .gl-item-image-inner:hover .gl-item-image,
.iso-height-1 .gallery-list-item .gl-item-image-inner:hover .gl-item-image,
.iso-height-2 .gallery-list-item .gl-item-image-inner:hover .gl-item-image {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* if page header enabled */
body.page-header-on .gallery-share,
body.page-header-on .isotope.gutter-1 .gallery-share,
body.page-header-on .isotope.gutter-2 .gallery-share,
body.page-header-on .isotope.gutter-3 .gallery-share {
	top: -28px !important;
}

/* if page boxed layout enabled */
body.tt-boxed .isotope-wrap.tt-wrap .gallery-share {
	left: 0;
	margin: 0;
}
body.tt-boxed .isotope-wrap.tt-wrap .gallery-share.gs-right {
	left: auto;
	right: 0;
}

@media (min-width: 768px) {
	body.tt-boxed .isotope-wrap.tt-wrap .isotope-top-content.gallery-share-on,
	body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-1 .isotope-top-content.gallery-share-on,
	body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-2 .isotope-top-content.gallery-share-on,
	body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-top-content.gallery-share-on {
		padding-top: 50px;
	}
}

body.tt-boxed .isotope-wrap.tt-wrap .gallery-share,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-1 .gallery-share,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-2 .gallery-share,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .gallery-share {
	top: 20px;
}

body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope-top-content.gallery-share-on {
	padding-top: 40px;
	padding-bottom: 0;
}
body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope.gutter-1 .isotope-top-content.gallery-share-on {
	padding-top: 40px;
	padding-bottom: 0;
}
body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope.gutter-2 .isotope-top-content.gallery-share-on {
	padding-top: 40px;
	padding-bottom: 0;
}
body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-top-content.gallery-share-on {
	padding-top: 40px;
	padding-bottom: 0;
}


/* move gallery share button to bottom on small screens 
======================================================== */
@media (max-width: 768px) {
	.isotope-filter.fi-to-button,

	body.page-header-on .gallery-share, 
	body.page-header-on .isotope.gutter-1 .gallery-share, 
	body.page-header-on .isotope.gutter-2 .gallery-share, 
	body.page-header-on .isotope.gutter-3 .gallery-share,

	body.tt-boxed .isotope-wrap.tt-wrap .gallery-share, 
	body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-1 .gallery-share, 
	body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-2 .gallery-share, 
	body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .gallery-share {
		position: fixed;
		top: auto !important;
		bottom: 15px !important;
		left: auto !important;
		right: 15px !important;
	}
}


/* Gallery single nav 
====================== */
.gallery-single-nav {
}
.gallery-single-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #222;
	text-align: center;
}
.gallery-single-nav a:hover {
	opacity: .8;
}

.gallery-single-nav .gsn-prew {
	margin-right: 10px;
	font-size: 25px;
}
.gallery-single-nav .gsn-next {
	margin-left: 10px;
	font-size: 25px;
}
.gallery-single-nav .gsn-back {
	font-size: 20px;
}

/* if gallery single nav in page header */
#page-header .gallery-single-nav {
	position: absolute;
	right: 60px;
	bottom: 80px;
	z-index: 9;
}
@media (max-width: 768px) {
	#page-header .gallery-single-nav {
		bottom: 30px;
		right: 15px;
	}
}
#page-header .gallery-single-nav a {
	color: #222;
}
#page-header.ph-image-on .gallery-single-nav a {
	color: #FFF;
}

body.iso-tt-wrap-on #page-header .gallery-single-nav {
	right: 15px;
}


/* ------------------------------------------------------------- *
 * Gallery single carousel 
/* ------------------------------------------------------------- */

.gallery-single-carousel {
}

.gallery-single-carousel-inner {
}

.gs-carousel-wrap {
	position: relative;
	background-color: rgba(128, 128, 128, 0.12);
	padding: 40px 0;
}
@media (max-width: 992px) {
	.gs-carousel-wrap {
		padding: 15px;
	}
}

@media (min-width: 992px) {
	.gallery-single-carousel .owl-carousel .owl-stage-outer {
		margin-left: -1px;
		padding-left: 60px;
	}
	.gs-carousel-center .owl-carousel .owl-stage-outer {
		margin-left: 0;
		padding-left: 0;
	}
}


/* Gallery single full height carousel offsets 
=============================================== */
.gallery-single-carousel .owl-carousel.cc-height-full, 
.gallery-single-carousel .owl-carousel.cc-height-full .cc-item {
	height: calc(100vh - 162px);
}
@media (max-width: 991px) {
	.gallery-single-carousel .owl-carousel.cc-height-full, 
	.gallery-single-carousel .owl-carousel.cc-height-full .cc-item {
		height: calc(100vh - 92px);
	}
}

@media (min-width: 992px) {
	body.footer-minimal-on .gallery-single-carousel .owl-carousel.cc-height-full, 
	body.footer-minimal-on .gallery-single-carousel .owl-carousel.cc-height-full .cc-item {
		height: calc(100vh - 242px);
	}
}

/* if class "no-padding" enabled */
@media (min-width: 992px) {
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full, 
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .cc-item {
		height: calc(100vh - 82px);
	}
	body.footer-minimal-on .gs-carousel-wrap.no-padding .owl-carousel.cc-height-full, 
	body.footer-minimal-on .gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .cc-item {
		height: calc(100vh - 162px);
	}
}
@media (max-width: 991px) {
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full, 
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .cc-item {
		height: calc(100vh - 62px);
	}
}

/* if header-transparent enabled */
body.header-transparent-on .gallery-single-carousel .owl-carousel.cc-height-full, 
body.header-transparent-on .gallery-single-carousel .owl-carousel.cc-height-full .cc-item {
	height: calc(100vh - 82px);
}
body.header-transparent-on .gs-carousel-wrap.no-padding .owl-carousel.cc-height-full, 
body.header-transparent-on .gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .cc-item {
	height: 100vh;
}


/* Gallery single carousel item 
================================ */
.gallery-single-carousel .cc-item {
}

/* gallery single carousel item image caption */
.gallery-single-carousel .cc-item .gsi-image-caption {
	position: absolute;
	left: 5%;
	bottom: 3%;
	max-width: 600px;
	background-color: rgba(255, 255, 255, 0.85);
	margin-right: 10%;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	font-style: italic;
	color: #222;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-single-carousel .cc-item:hover .gsi-image-caption {
	bottom: 5%;
	opacity: 1;
	visibility: visible;

	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
@media (max-width: 992px) { /* disable captions on small screens */
	.gallery-single-carousel .cc-item .gsi-image-caption {
		display: none;
	}
}


/* gallery single carousel meta 
================================ */
.gallery-single-carousel ul.gallery-meta {
	position: absolute;
	right: 27px;
	bottom: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px 8px 20px;
	z-index: 2;
	color: #333;
	/* border-radius: 50px; */
}
@media (max-width: 992px) {
	.gallery-single-carousel ul.gallery-meta {
		right: 30px;
		bottom: 30px;
	}
}

.gallery-single-carousel ul.gallery-meta > li {
	margin-right: 20px;
}
.gallery-single-carousel ul.gallery-meta > li a {
	color: #333;
}
.gallery-single-carousel ul.gallery-meta > li a:hover {
	color: rgba(0, 0, 0, 0.5);
}
.gallery-single-carousel ul.gallery-meta .favorite-btn {
	font-size: 16px;
}


/* gallery single carousel nav-bottom-right
============================================ */
.gallery-single-carousel .nav-bottom-right .owl-nav {
	position: absolute;
	top: auto;
	bottom: 150px;
	right: 35px;
	width: 133px;
}
@media (max-width: 992px) {
	.gallery-single-carousel .nav-bottom-right .owl-nav {
		bottom: 135px;
		right: 20px;
	}
}


/* gallery single carousel center 
================================== */

/* gallery single carousel item cover (for carousel center) */
@media (min-width: 992px) {
	.gallery-single-carousel.gs-carousel-center .cc-item .gsi-image-caption {
		opacity: 0;
		visibility: hidden;
	}
	.gallery-single-carousel.gs-carousel-center .owl-item.center .cc-item .gsi-image-caption {
		bottom: 5%;
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: 0.5s;
		-moz-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
}


/* Gallery single carousel info 
================================ */
.gs-carousel-info {
	position: relative;
	width: inherit; /* width handled by "theme.js" file */
	background-color: #FFF;
	padding: 8% 8% 80px 8%;
}

/* gallery single full height carousel info offsets */
.gallery-single-carousel .owl-carousel.cc-height-full .gs-carousel-info {
	height: calc(100vh - 162px);
}
@media (max-width: 991px) {
	.gallery-single-carousel .owl-carousel.cc-height-full .gs-carousel-info {
		height: calc(100vh - 112px);
	}
}
@media (max-width: 767px) {
	.gallery-single-carousel .owl-carousel.cc-height-full .gs-carousel-info {
		height: calc(100vh - 92px);
	}
}

@media (min-width: 992px) {
	body.footer-minimal-on .gallery-single-carousel .owl-carousel.cc-height-full .gs-carousel-info {
		height: calc(100vh - 242px);
	}
}

/* if class "no-padding" enabled on "gs-carousel-wrap" */
@media (min-width: 992px) {
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .gs-carousel-info {
		height: calc(100vh - 162px);
	}
}
@media (max-width: 991px) {
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .gs-carousel-info {
		height: calc(100vh - 62px);
	}
}

/* callery single carousel info inner */
.gsc-info-inner {
	height: 100%;
	overflow-y: auto;
}

.gs-carousel-info .gallery-single-nav {
	position: absolute;
	left: 8%;
	bottom: 25px;
	margin: 0;
}
.gallery-single-carousel .gs-carousel-info ul.gallery-meta {
	position: absolute;
	right: 8%;
	bottom: 25px;
	padding: 0;
	background-color: transparent;
	z-index: 2;
	font-size: 18px;
	color: #a7a7a7;
}
.gallery-single-carousel .gs-carousel-info ul.gallery-meta .favorite-btn {
	font-size: 14px;
}


/* ------------------------------------------------------------- *
 * Gallery single section with sidebar
/* ------------------------------------------------------------- */

.gallery-single-with-sidebar {
	padding: 60px 4% 0 4%;
}
@media (max-width: 1200px) {
	.gallery-single-with-sidebar {
		padding: 5% 15px 0 15px;
	}
	body.tt-boxed .gallery-single-with-sidebar {
		padding: 5% 0 0 0;
	}
}

/* If page header enabled */
body.page-header-on .gallery-single-with-sidebar {
	padding-top: 40px;
}


/* Gallery single sidebar
========================== */
.gs-sidebar {
	position: relative;
	margin-bottom: 30px;
}

.gs-sidebar-left .gs-sidebar {
	padding: 0 30px 0 0;
	border-right: 1px solid rgba(150, 150, 150, 0.2);
}
.gs-sidebar-right .gs-sidebar {
	padding: 0 0 0 30px;
	border-left: 1px solid rgba(150, 150, 150, 0.2);
}
@media (max-width: 1200px) {
	.gs-sidebar-left .gs-sidebar,
	.gs-sidebar-right .gs-sidebar {
		padding: 0 10%;
		border: none;
	}
}

/* gallery single sidebar info */
.gs-sidebar-info {
}

/* gallery single sidebar title */
.gs-sidebar-title {
	margin-bottom: 30px;
	font-size: 34px;
}

/* gallery single sidebar info description */
.gs-sidebar-description {
	margin-top: 30px;
}

/* gallery single sidebar meta */
.gs-sidebar ul.gallery-meta {
	position: absolute;
	top: 0;
	right: 30px;
}

/* if isotope gutters enabled 
============================== */
.gallery-single-with-sidebar .isotope.gutter-1 .isotope-items-wrap,
.gallery-single-with-sidebar .isotope.gutter-2 .isotope-items-wrap,
.gallery-single-with-sidebar .isotope.gutter-3 .isotope-items-wrap {
	padding-top: 0;
	margin-top: 0 !important;
	margin-left: 0;
	margin-right: 0;
}


/* ----------------------------------------------------------------------- *
 * Lightgallery: (more info: http://sachinchoolur.github.io/lightGallery)
/* ----------------------------------------------------------------------- */

body.lg-on {
   overflow: hidden !important;
}
.lg-backdrop {
	z-index: 99999;
}
.lg-outer {
	z-index: 99999;
}

/* Lightgallery sub html (image caption) */
.lg-sub-html {
	font-size: 16px;
}
@media (max-width : 992px) {
	.lg-sub-html {
		padding: 10px 10px 40px 10px;
		font-size: 14px;
	}
}

.lg-sub-html p {
	display: inline-block;
	max-width: 800px;
	font-size: 16px;
}

/* Lightgallery thumbnails improvements */
.lg-outer .lg-thumb {
	margin-left: auto;
	margin-right: auto;
}
.lg-outer .lg-thumb-item {
	position: relative;
	border: 2px solid #FFF;
	border-radius: 0;
}
.lg-outer .lg-thumb-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: inherit;
	width: 150%;
	height: auto;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Lightgallery autoplay progress bar improvements */
.lg-progress-bar {
	background-color: #333;
	height: 2px;
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 2px;
}

/* hide next/prev buttons on small screens */
@media (max-width: 768px) {
	.lg-actions .lg-next, .lg-actions .lg-prev {
		display: none;
	}
}




/* CC caption sizes 
=================== */

/* cc caption xs */
.cc-caption.cc-caption-xs .cc-title {
	font-size: 17px;
}

/* cc caption sm */
.cc-caption.cc-caption-sm .cc-title {
	font-size: 20px;
}

/* cc caption lg */
.cc-caption.cc-caption-lg .cc-title {
	font-size: 32px;
}
.cc-caption.cc-caption-lg .cc-description {
	margin: 8px 0 0 0;
	font-size: 18px;
}
@media (max-width: 768px) {
	.cc-caption.cc-caption-lg .cc-title {
		font-size: 28px;
	}
}

/* cc caption xlg */
.cc-caption.cc-caption-xlg .cc-title {
	font-size: 48px;
}
.cc-caption.cc-caption-xlg .cc-description {
	margin: 5px 0 0 0;
	font-size: 20px;
}
@media (max-width: 992px) {
	.cc-caption.cc-caption-xlg .cc-title {
		font-size: 38px;
	}
}
@media (max-width: 768px) {
	.cc-caption.cc-caption-xlg .cc-title {
		font-size: 28px;
	}
	.cc-caption.cc-caption-xlg .cc-description {
		font-size: 18px;
	}
}

/* cc caption xxlg */
.cc-caption.cc-caption-xxlg .cc-title {
	font-size: 92px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.cc-caption.cc-caption-xxlg .cc-description {
	margin: 5px 0 0 0;
	font-size: 20px;
}
@media (max-width: 992px) {
	.cc-caption.cc-caption-xxlg .cc-title {
		font-size: 72px;
	}
}
@media (max-width: 768px) {
	.cc-caption.cc-caption-xxlg .cc-title {
		font-size: 42px;
	}
	.cc-caption.cc-caption-xxlg .cc-description {
		font-size: 18px;
	}
}


/* CC caption positions 
======================== */
/* position top */
.owl-carousel .cc-caption.top-left {
	top: 10%;
	left: 5%;
	text-align: left;
}
.owl-carousel .cc-caption.top-center {
	top: 10%;
	left: 50%;
	width: 100% !important;
	max-width: 800px !important;
	padding: 0 15px;
	text-align: center;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.top-right {
	top: 10%;
	right: 5%;
	text-align: right;
}

/* position center */
.owl-carousel .cc-caption.center-left {
	top: 50%;
	left: 13%;
	text-align: left;
	-moz-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}
@media (max-width: 992px) {
	.owl-carousel .cc-caption.center-left {
		left: 8%;
	}
}
.owl-carousel .cc-caption.center {
	top: 50%;
	left: 50%;
	width: 100% !important;
	max-width: 800px;
	padding: 0 15px;
	text-align: center;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.owl-carousel .cc-caption.center-right {
	top: 50%;
	right: 13%;
	text-align: right;
	-moz-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}
@media (max-width: 992px) {
	.owl-carousel .cc-caption.center-right {
		right: 8%;
	}
}

/* position bottom */
.owl-carousel .cc-caption.bottom-left {
	bottom: 10%;
	left: 5%;
	margin-right: 8%;
	text-align: left;
}
@media (max-width: 768px) {
	.owl-carousel .cc-caption.bottom-left {
		bottom: 45px;
	}
}
.owl-carousel .cc-caption.bottom-center {
	bottom: 10%;
	left: 50%;
	width: 100% !important;
	max-width: 800px;
	padding: 0 15px;
	text-align: center;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}
.owl-carousel .cc-caption.bottom-right {
	bottom: 10%;
	left: auto;
	right: 5%;
	text-align: right;
}

/* if "nav-bottom-right" enabled */
.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
	bottom: 110px;
}
@media (max-width: 768px) {
	.owl-carousel.nav-bottom-right .cc-caption.bottom-left,
	.owl-carousel.nav-bottom-right .cc-caption.bottom-center,
	.owl-carousel.nav-bottom-right .cc-caption.bottom-right {
		bottom: 110px;
	}
}


/* owl elements 
================ */
/* owl video */
.owl-carousel .owl-video-wrapper {
	z-index: 2;
}
/* owl video play icon */
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background-color: rgba(0, 0, 0, 0.7);
	background-position: center;
	cursor: pointer;
	z-index: 1;
	border-radius: 80px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* cursor grab icon */
.owl-carousel.cursor-grab {
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.cursor-grab:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}


/* ------------------------------------------------------------------------------------ *
 *  Project carousel (related with "Latest work section" and "More projects section")
/* ------------------------------------------------------------------------------------ */

.project-carousel {
	position: relative;
	z-index: 9;
}


/* ------------------------------------------------------------- *
 *  Background image classes
/* ------------------------------------------------------------- */

.no-bg-image { background: none !important; }

.bg-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-image-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-pattern {
	background-repeat: repeat !important;
	-webkit-background-size: inherit !important;
	background-size: inherit !important;
}

/* if parallax background classes enabled (more info: file "theme.css") */
.bg-image[class*="parallax-bg-"] {
	background-position: 50% 0;
}

/* page background */
.page-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-background:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	opacity: .93;
}
