/* Table of Content
==================================================
	1.0 - Transition
	2.0 - Gallery
	3.0 - Gallery Single
	4.0 - Infinite Gallery Scroll
	5.0 - Default Color
	6.0 - Responsive
	7.0 - Browser Fix */


/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/
.gallery,
.dt-sc-gallery-sorting.type6 a:before,
.gallery.type10 figure .image-thumb .links a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.gallery .image-overlay .links a:first-child,
.gallery .image-overlay-details,
.gallery .image-overlay .links,
.gallery.type3:hover .image-overlay .links a:before {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.gallery figure img,
.dt-sc-image-caption .dt-sc-image-wrapper img,
.dt-sc-menu figure img,
.dt-sc-gallery-sorting.type3 a:before {
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.gallery .image-overlay .links:after {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.gallery figure img {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

/*--------------------------------------------------------------
	2.0 - Gallery
	--------------------------------------------------------------*/
.dt-sc-gallery-sorting {
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
}

.dt-sc-gallery-sorting.type1 a {
	margin: 0px 15px 20px;
}

.dt-sc-gallery-sorting.type1 a:before,
.dt-sc-gallery-sorting.type1 a:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.dt-sc-gallery-sorting.type1 a:before {
	width: 15px;
	height: 1px;
	left: -18px;
}

.dt-sc-gallery-sorting.type1 a:after {
	width: 1px;
	height: 15px;
	left: -3px;
}

.dt-sc-gallery-container {
	display: block;
	width: auto;
	clear: both;
}

.dt-sc-gallery-container.no-space {
	width: 100%;
	margin-bottom: 40px;
}

.gallery.column.no-space {
	margin-bottom: 0px;
}

.gallery figure {
	position: relative;
	overflow: hidden;
}

.gallery:hover figure img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.gallery .image-overlay {
	position: absolute;
	opacity: 0;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery .image-overlay .links {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.gallery .image-overlay .links a {
	display: inline-block;
	height: 45px;
	width: 45px;
	font-size: 20px;
	line-height: 50px;
	border: 1px solid;
	border-radius: 50%;
	margin: 30px 0px 0px 30px;
	position: relative;
	bottom: 100%;
	z-index: 1;
	text-align: center;
}

.gallery .image-overlay .links a:last-child {
	margin-left: 5px;
}

.gallery .image-overlay .links a span {
	line-height: 45px;
}

.gallery .image-overlay .links {
	width: 100%;
	height: 100%;
}

.gallery .image-overlay .links:after {
	content: '';
	position: absolute;
	z-index: -1;
}

.gallery .image-overlay .links:before {
	left: auto;
	left: 10px;
	z-index: 2;
}

.gallery .image-overlay .links:after {
	width: 0;
	height: 200%;
	z-index: 1;
	left: 0px;
	top: -76%;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(30deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(30deg);
	transform-origin: 0 0;
	transform: rotate(30deg);
	z-index: 0;
}

.gallery:hover .image-overlay .links:after {
	width: 70%;
}

.gallery.dt-sc-one-fourth:hover .image-overlay .links:after {
	width: 80%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/* Safari */
	::i-block-chrome,
	.gallery .image-overlay .links:after {
		-webkit-transform-origin: 0 0;
		-webkit-transform: rotate(30deg);
		-moz-transform-origin: 0 0;
		-moz-transform: rotate(30deg);
		-ms-transform-origin: 0 0;
		-ms-transform: rotate(30deg);
		transform-origin: 0 0;
		transform: rotate(30deg);
	}
}

.gallery:hover .image-overlay .links a {
	bottom: 0px;
}

.gallery .image-overlay-details {
	position: absolute;
	right: 30px;
	bottom: -100%;
	text-align: right;
	border-right: 1px solid;
	padding: 0px 20px;
}

.gallery .image-overlay-details .categories {
	margin-bottom: 0px;
}

.gallery .image-overlay-details .categories a {
	letter-spacing: 0.5px;
}

.gallery .image-overlay h2 {
	font-weight: 300;
	margin-bottom: 0px;
	padding: 0px;
}

.gallery:hover .image-overlay-details {
	bottom: 30px;
}

.gallery:hover .image-overlay {
	opacity: 1;
}

.isotope-hidden,
.hidden {
	display: none !important;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.dt-sc-infinite-load-more {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

/*----*****---- << Architecture >> ----*****----*/
.gallery.type2 .image-overlay {
	background: rgba(0, 0, 0, 0.7);
}

.gallery.type2 .image-overlay-details {
	left: 0px;
	bottom: -100px;
	right: inherit;
	width: 100%;
	text-align: left;
	padding: 17px 20px;
	border: 0px;
}

.gallery.type2:hover .image-overlay-details {
	bottom: 0px;
}

.gallery.type2 .image-overlay h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
}

.gallery.type2 .image-overlay h2 a,
.gallery.type2 .image-overlay-details .categories a {
	color: #ffffff;
}

.gallery.type2 .image-overlay .links:after {
	background: none;
}

.gallery.type2 .image-overlay .links {
	left: inherit;
	left: 100%;
	width: 100%;
	height: auto;
	bottom: 57px;
	top: inherit;
}

.gallery.type2 .image-overlay .links a {
	background: #000000;
	border-radius: 0px;
	border: none;
	top: auto;
	bottom: auto;
	right: 0px;
	float: right;
	width: 60px;
	height: 60px;
	margin: 0px 0px 1px 1px;
}

.gallery.type2 .image-overlay .links a span {
	font-size: 28px;
	line-height: 60px;
}

.gallery.type2 .image-overlay .links a:hover {
	color: #ffffff;
}

.gallery.type2:hover .image-overlay .links {
	left: 0px;
}

.dt-sc-gallery-sorting.type2 a,
.dt-sc-gallery-sorting.type2 a:hover,
.dt-sc-gallery-sorting.type2 a.active-sort {
	border: none;
	background: none;
	margin: 0px;
}

.dt-sc-gallery-sorting.type2 a:before,
.dt-sc-gallery-sorting.type2 a:hover:before,
.dt-sc-gallery-sorting.type2 a.active-sort:before {
	background: none;
}

.dt-sc-gallery-sorting.type2 a:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 1px;
	height: 15px;
	left: -3px;
	background: #ffffff;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.dt-sc-gallery-sorting.type2 {
	clear: none;
	width: auto;
	margin: 0px 0px 0px 15px;
	padding: 0px 20px;
	position: relative;
}

.page-template-tpl-gallery .dt-sc-gallery-sorting.type2 {
	margin: 0px 0px 60px;
}

.dt-sc-gallery-sorting.type2 a {
	color: #ffffff;
	padding: 25px 20px 23px;
}

.dt-sc-gallery-sorting.type2 a:hover,
.dt-sc-gallery-sorting.type2 a.active-sort {
	color: rgba(0, 0, 0, 0.4) !important;
}

.dt-sc-gallery-sorting.type2 a:after,
.dt-sc-gallery-sorting.type2 a:hover:after {
	background: #ffffff;
}

.dt-sc-gallery-sorting.type2 a:first-child:hover:before,
.dt-sc-gallery-sorting.type2 a:first-child:hover:after {
	background: none;
}

.dt-sc-gallery-sorting.type2 a.active-sort:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: -webkit-calc(100% + 2px);
	height: -moz-calc(100% + 2px);
	height: calc(100% + 2px);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/* Safari */
	::i-block-chrome,
	.dt-sc-gallery-sorting.type2 a.active-sort:before {
		height: 103%;
	}
}

.dt-sc-gallery-sorting.type2:before {
	content: "";
	position: absolute;
	right: -25px;
	top: 0px;
	width: 50px;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.dt-sc-gallery-sorting.type2 a.active-sort:after {
	background: #ffffff;
}

.dt-sc-gallery-sorting.type2 a:first-child:after,
.dt-sc-gallery-sorting.type2 a.active-sort:first-child:after {
	background: none;
}

/*----*****---- << Fitnesszone >> ----*****----*/
.dt-sc-gallery-container .gallery.type3 {
	padding: 2px;
}

.gallery.column.no-space {
	padding: 0;
}

.column .gallery.type3 {
	position: relative;
}

.gallery.type3 .image-overlay .links:after {
	background: none;
}

.gallery.type3 .image-overlay {
	background: rgba(0, 0, 0, 0.6);
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
}

.gallery.type3 .image-overlay .links {
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	width: 100%;
	-webkit-transform: scale(0.8) translateY(-50%);
	transform: scale(0.8) translateY(-50%);
}

.gallery.type3 .image-overlay .links a {
	background: none;
	border-width: 0;
	font-size: 20px;
	height: auto;
	letter-spacing: 0.32px;
	line-height: normal;
	margin: 0;
	padding: 0 10px;
	bottom: auto;
	top: 50%;
	text-transform: capitalize;
	width: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery.type3 .image-overlay .links a:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto 10px;
	width: 0;
}

.gallery.type3 .image-overlay .links a:first-child {
	margin: 0px;
}

.gallery.type3:hover figure img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .7s;
	transition: transform .7s;
	-webkit-transform: rotate(-4deg) scale(1.1);
	transform: rotate(-4deg) scale(1.1);
}

.gallery.type3:hover:before {
	opacity: 1;
}

.gallery.type3:hover .image-overlay .links {
	-webkit-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.gallery.type3 .image-overlay .links a:hover {
	background: none;
}

.gallery.type3:hover .image-overlay .links a:before {
	width: 50px;
}

.dt-sc-gallery-sorting.type3 {
	margin-bottom: 35px;
}

.dt-sc-gallery-sorting.type3 a {
	border-width: 0;
	color: initial;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: capitalize;
}

.dt-sc-gallery-sorting.type3 a:before {
	content: "";
	height: 1px;
	margin: auto;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 0;
}

.dt-sc-gallery-sorting.type3 a:hover,
.dt-sc-gallery-sorting.type3 a.active-sort {
	background-color: transparent;
}

.dt-sc-gallery-sorting.type3 a:hover:before,
.dt-sc-gallery-sorting.type3 a.active-sort:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/* Safari */
	::i-block-chrome,
	.gallery-single-grid .dt-sc-two-fifth .gallery.type3 .image-overlay,
	::i-block-chrome,
	.gallery-single-grid .dt-sc-two-third .gallery.type3 .image-overlay {
		width: 94.5%;
		height: 89.5%;
	}

	::i-block-chrome,
	.gallery-single-grid .dt-sc-two-fifth .gallery.type3:before,
	::i-block-chrome,
	.gallery-single-grid .dt-sc-two-third .gallery.type3:before {
		width: 96.7%;
		height: 94%;
	}

	::i-block-chrome,
	.gallery-single-grid .dt-sc-one-fifth #dt_galleries-153.gallery.type3 .image-overlay {
		height: 94.6%;
	}

	::i-block-chrome,
	.gallery-single-grid .dt-sc-one-fifth #dt_galleries-153.gallery.type3:before {
		height: 96.8%;
	}
}

/*----*****---- << Hotel >> ----*****----*/
.gallery.type4 .image-overlay .links:after {
	background: none;
}

.gallery.type4 .image-overlay .links {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 111px;
	height: 45px;
}

.gallery.type4 .image-overlay .links a {
	margin: 0px 5px;
	bottom: 100%;
	background: #000000;
	border: 0px;
	border-radius: 0px;
}

.gallery.type4 .image-overlay .links a:hover {
	color: #000000;
}

.gallery.type4 .image-overlay .links a:first-child {
	right: 100%;
	bottom: 0px;
}

.gallery.type4:hover .image-overlay .links a:first-child {
	right: 0px;
	bottom: 0;
}

.gallery.type4 .image-overlay .links a:last-child {
	left: 100%;
	bottom: 0px;
	margin-left: 0px;
}

.gallery.type4:hover .image-overlay .links a:last-child {
	left: 0px;
	bottom: 0;
}

.gallery.type4 .image-overlay .links a:last-child {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/*----*****---- << Medical >> ----*****----*/
.gallery.type5 .image-overlay-details {
	left: 0px;
	bottom: -100px;
	right: inherit;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px 10px;
	border: 0px;
}

.gallery.type5:hover .image-overlay-details {
	bottom: 0px;
}

.gallery.type5 .image-overlay h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.gallery.type5 .image-overlay .links:after {
	background: none;
}

.gallery.type5 .image-overlay .links {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 120px;
	height: 45px;
}

.gallery.type5 .image-overlay .links a {
	margin: 0px 5px;
	bottom: 100%;
}

.gallery.type5 .image-overlay .links a:first-child {
	right: 100%;
	bottom: 0px;
}

.gallery.type5:hover .image-overlay .links a:first-child {
	right: 0px;
	bottom: 90%;
}

.gallery.type5 .image-overlay .links a:last-child {
	left: 100%;
	bottom: 0px;
}

.gallery.type5:hover .image-overlay .links a:last-child {
	left: 0px;
	bottom: 90%;
}

.gallery.type5 .image-overlay .links a:last-child {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.dt-sc-gallery-sorting.type5 a {
	border-color: #eeeeee;
	border-radius: 5px;
}

/*----*****---- << Photography >> ----*****----*/

.gallery.type6 figure {
	overflow: visible;
}

.gallery.type6 figure img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: gray;
}

.gallery.type6:hover figure img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	filter: none;
}

.gallery.type6 .image-overlay {
	background: none;
	width: 103%;
	height: 100%;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: -webkit-calc(100% + 10px);
	height: -moz-calc(100% + 10px);
	height: calc(100% + 10px);
}

.gallery.type6 .image-overlay:before {
	content: none;
}

.gallery.type6 .image-overlay .links:after {
	background: none;
}

.gallery.type6 .image-overlay .links a {
	background: #000000;
	border: none;
	border-radius: 0px;
	position: absolute;
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 66px;
	font-size: 24px;
	margin: 0px;
	z-index: 1;
}

.gallery.type6 .image-overlay .links a span {
	line-height: 60px;
}

.gallery.type6 .image-overlay .links a:last-child {
	margin-left: 60px;
}

.gallery.type6 .image-overlay .links {
	bottom: 0px;
	left: 0px;
}

.gallery.type6 .image-overlay .links a {
	bottom: -100%;
	left: 0px;
}

.gallery.type6:hover .image-overlay .links a {
	bottom: 0px;
}

.gallery.type6:hover figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery.type6 .image-overlay .links a:hover {
	color: #ffffff;
}

.dt-sc-gallery-sorting.type6 a {
	background: #000000;
	color: #ffffff;
}

.dt-sc-gallery-sorting.type6 a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}

.dt-sc-gallery-sorting.type6 a.active-sort:before {
	left: -7px;
	top: -7px;
	background: #000000;
	opacity: 1;
}

.isotope .gallery.type6 .image-overlay {
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
}

.isotope .gallery.type6 .image-overlay:before {
	left: 0px;
	bottom: 0px;
}

.gallery.type6.column.no-space {
	margin-bottom: 0px;
}

/*----*****---- << Restaurant >> ----*****----*/
.gallery.type7 .image-overlay .links:after {
	background: none;
}

.gallery.type7 .image-overlay-details {
	width: 100%;
	text-align: center;
	border: none;
}

.gallery.type7 .image-overlay h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.gallery.type7 .image-overlay-details .categories {
	margin-bottom: 10px;
}

.gallery.type7 .image-overlay-details .categories a {
	position: relative;
	padding: 0px 15px 0px 17px;
	font-size: 12px;
	text-transform: uppercase;
}

.gallery.type7 .image-overlay-details .categories a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 4px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gallery.type7 .image-overlay-details .categories a.nonveg:before {
	background: #bb0605;
}

.gallery.type7 .image-overlay-details .categories a.veg:before {
	background: #328500;
}

.gallery.type7 .image-overlay-details {
	right: 0px;
}

.gallery.type7:hover .image-overlay-details {
	bottom: 70px;
}

.gallery.type7 .image-overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.gallery.type7 .image-overlay .links:after {
	background: none;
}

.gallery.type7 .image-overlay .links {
	left: 0px;
	right: 0px;
	width: 100%;
	height: auto;
	bottom: 0px;
	top: inherit;
	width: 180px;
	margin: auto;
}

.gallery.type7:hover .image-overlay .links {
	left: 0px;
}

.gallery.type7 .image-overlay .links a {
	margin-left: 0px;
	border: none;
	width: 87px;
	border-radius: 0px;
	line-height: 60px;
}

.gallery.type7 .image-overlay .links a span {
	line-height: 60px;
}

.gallery.type7 .image-overlay .links a span.icon-linked {
	margin-left: -7px;
}

.gallery.type7 .image-overlay .links a:hover {
	background: none;
	color: #ffffff;
	z-index: 1;
}

.gallery.type7 .image-overlay .links a:before {
	content: "";
	position: absolute;
	left: 12px;
	bottom: -32px;
	width: 60px;
	height: 60px;
	border: 2px solid;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: -1;
}

.gallery.type7 .image-overlay .links a,
.gallery.type7:hover .image-overlay .links a {
	bottom: 0px;
}

.gallery.type7 .image-overlay .links {
	bottom: -100%;
}

.gallery.type7:hover .image-overlay .links {
	bottom: 0px;
}

.gallery.type7 .image-overlay .links a:first-child,
.gallery.type7 .image-overlay .links a:last-child {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dt-sc-gallery-sorting.type7 a {
	border-width: 2px;
	border-radius: 30px;
}

/*----*****---- << Spa >> ----*****----*/
.dt-sc-gallery-container .gallery.type8 figure img,
.dt-sc-gallery-container .gallery.type8 figure .image-overlay {
	border-radius: 0px 40px 0px 40px;
}

.dt-sc-gallery-container .gallery.type8:nth-child(1) figure img,
.dt-sc-gallery-container .gallery.type8:nth-child(3) figure img,
.dt-sc-gallery-container .gallery.type8:nth-child(6) figure img,
.dt-sc-gallery-container .gallery.type8:nth-child(8) figure img,
.dt-sc-gallery-container .gallery.type8:nth-child(1) figure .image-overlay,
.dt-sc-gallery-container .gallery.type8:nth-child(3) figure .image-overlay,
.dt-sc-gallery-container .gallery.type8:nth-child(6) figure .image-overlay,
.dt-sc-gallery-container .gallery.type8:nth-child(8) figure .image-overlay {
	border-radius: 40px 0px 40px 0px;
}

.gallery.type8:hover figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery.type8 .image-overlay h2 {
	font-size: 18px;
	padding-bottom: 30px;
}

.gallery.type8 .image-overlay-details .categories {
	font-size: 14px;
	position: absolute;
	bottom: 60px;
	left: 0px;
	right: 0px;
}

.gallery.type8 .image-overlay-details {
	border: 0px;
	text-align: center;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 120px;
}

.gallery.type8 .image-overlay .links:after {
	background: none;
}

.gallery.type8 .image-overlay-details:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #ffffff;
	left: 0px;
	right: 0px;
	bottom: 45px;
	margin: auto;
}

.gallery.type8 .image-overlay .links {
	text-align: center;
	bottom: 0px;
	height: 36px;
	left: 0px;
	right: 0px;
	top: 100px;
	bottom: 0px;
	width: 115px;
	margin: auto;
}

.gallery.type8 .image-overlay .links a {
	border: 0px;
	margin: 0px 5px;
	border-radius: 15px 0px;
	background: #ffffff;
}

.gallery.type8 .image-overlay .links a:hover {
	background: #553737;
	color: #ffffff;
}

.gallery.type8 .image-overlay .links a {
	top: 100%;
	bottom: auto;
}

.gallery.type8:hover .image-overlay .links a {
	top: 0;
	bottom: auto;
}

.dt-sc-gallery-sorting.type8 a {
	background: #f7f7f7;
	border: none;
	border-radius: 15px 0px;
	padding: 10px 20px 10px;
}

/*----*****---- << Wedding >> ----*****----*/
.dt-sc-gallery-sorting.type9 {
	margin-bottom: 40px;
}

.dt-sc-gallery-sorting.type9 a {
	border-radius: 8px;
	background: #ffffff;
	border: none;
	font-size: 15px;
	text-transform: capitalize;
	color: #6e4d27;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 5px 20px;
}

.gallery.type9 figure img {
	border: 5px solid #ffffff;
	border-radius: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	::i-block-chrome,
	.gallery.type9 figure img {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-ms-border-radius: 20px;
	}
}

.gallery.type9 .image-overlay {
	border-radius: 5px;
	left: 5px;
	top: 5px;
	width: auto;
	height: auto;
	right: 5px;
	bottom: 5px;
}

.gallery.type9:hover figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery.type9 figure {
	overflow: inherit;
}

.gallery.type9 .image-overlay .links:after {
	background: none;
}

.gallery.type9 .image-overlay .links {
	text-align: center;
	width: 100%;
	height: 100%;
}

.gallery.type9 .image-overlay .links a {
	border: none;
	font-size: 40px;
}

.gallery.type9 .image-overlay .links a:last-child {
	margin-left: 0px;
}

.gallery.type9 .image-overlay .links,
.gallery.type9 .image-overlay .links a {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 44px;
}

.gallery.type9 .image-overlay .links a:hover {
	background: none;
	color: #6e4d27;
}

/*----*****---- << Fitnesszone >> ----*****----*/
.gallery.type11 .image-overlay {
	opacity: 1;
	top: 100%;
	transition: 0.5s all linear;
}

.gallery.type11 .gallery-detail {
	clear: both;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	margin: 0;
	min-height: 48px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


.gallery.type11:hover .image-overlay {
	opacity: 1;
	top: 0;
	transition: 0.5s all linear;
}

.gallery.type11 .gallery-detail .views:after {
	display: none;
}

.gallery.type11 .gallery-detail .views a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.gallery.type11 .gallery-detail .gallery-meta-content {
	max-width: calc(100% - 65px);
	vertical-align: bottom;
	display: inline-block;
	padding: 0px 15px;
	text-align: left;
	transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	-o-transform: translateX(25px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.gallery.type11 .gallery-detail h5 {
	line-height: 18px;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery.type11 .gallery-detail p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery.type11 .image-overlay .links:after {
	display: none;
}

.gallery.type11 .image-overlay .links {
	position: relative;
}

.gallery.type11 .image-overlay .links a {
	padding: 0 10px;
	margin: 0px;
	display: inline-block;
	height: 50px;
	width: auto;
	min-width: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 0;
	border: none;
}

.gallery.type10 .image-overlay .views a:before,
.gallery.type11 .image-overlay .views a:before {
	display: block;
	content: "\f08a";
	font: normal normal normal 18px/1 FontAwesome;
}

.gallery.type11 .image-overlay .links a:hover {
	background: #49423c;
	color: #FFF;
}

.gallery.type10 .image-overlay .views,
.gallery.type11 .gallery-detail .views {
	border: none;
	padding: 0 !important;
	margin: 0;
}

.gallery.type10 .image-overlay .views i,
.gallery.type11 .gallery-detail .views i {
	font-size: 16px;
}

.gallery.type10:hover .gallery-detail .views,
.gallery.type10:hover .gallery-detail .gallery-meta-content,
.gallery.type11:hover .gallery-detail .views,
.gallery.type11:hover .gallery-detail .gallery-meta-content {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, -2px);
}

.gallery.type10 .image-overlay,
.gallery.type10 .gallery-detail {
	position: relative;
	opacity: 1;
	transform: none;
	top: 0;
}

.gallery.type10 .gallery-detail {
	padding: 11px 0 8px;
}

.gallery.type10 .gallery-detail h5,
.gallery.type10 .gallery-detail p.categories {
	text-align: left;
}

.gallery.type10 .gallery-detail h5 {
	font-size: 18px;
	font-weight: 500;
}

.gallery.type10:hover figure .image-thumb .links {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery.type10 figure .image-thumb .links {
	float: left;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0.1s;
	-moz-transition: all 0.3s ease-out 0.1s;
	-o-transition: all 0.3s ease-out 0.1s;
	-ms-transition: all 0.3s ease-out 0.1s;
	transition: all 0.3s ease-out 0.1s;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.gallery.type10:hover figure .image-thumb .links a {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.gallery.type10 figure .image-thumb {
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.gallery.type10 figure .image-thumb .links a {
	border: 1px solid;
	width: 48px;
	height: 48px;
	line-height: 44px;
	margin: 0px 0px 0px -1px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: inline-block;
	top: 50%;
	position: relative;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.gallery.type10 .image-overlay a {}

.gallery.type10 .gallery-detail h5 a {
	color: #4d4d4d;
}

.gallery.type10 .image-overlay {
	border: 1px solid #e6e6e6;
	background-color: transparent;
}

.gallery.type10:hover .image-overlay a,
.gallery.type10:hover .image-overlay p.categories a,
.gallery.type10:hover .image-overlay .views a.likeThis {
	color: #fff;
}

.gallery.type10 .gallery-detail {
	float: left;
	width: 70%;
	padding: 0 3%;
}

.gallery.type10 .image-overlay .views {
	position: relative;
	color: #bdbdbd;
	float: right;
	margin-right: 9px;
	width: auto;
	text-align: center;
	margin-top: 5px;
}

.dt-sc-gallery-sorting.type10 a {
	font-size: 14px;
}

.dt-sc-gallery-sorting.type10 a.active-sort,
.dt-sc-gallery-sorting.type10 a:hover {
	text-shadow: none;
}

.gallery.type10 .image-overlay {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 11px 0 8px;
	width: 100%;
	float: left;
	position: relative;
}

.gallery.type10 .image-overlay.views a:before {
	position: absolute;
	left: 0;
	right: 0;
	content: "\f08a";
	padding-right: 0;
}

.gallery.type10 .image-overlay .views a {
	line-height: 26px;
	color: #bdbdbd;
	display: inline-block;
}

.gallery.type10 .gallery-detail p.categories {
	text-align: left;
	font-weight: 300;
	font-style: italic;
}

.gallery.type10 .image-overlay p.categories a {
	color: #bdbdbd;
}

.gallery.type10 .image-overlay:before {
	position: absolute;
	left: 0;
	bottom: -100%;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 300ms linear;
	z-index: 0;
}

.gallery.type10:hover .image-overlay:before {
	bottom: 0;
	opacity: 1;
}

#primary.with-both-sidebar .dt-sc-gallery-sorting.type10 a {
	border-left: 1px solid #ededed;
	margin-left: 10px;
	margin-bottom: 10px;
}

.with-both-sidebar .dt-sc-gallery-container.with-space.type10 {
	margin: 0;
}

.dt-sc-gallery-sorting.type10 a:first-child {
	border-left: 1px solid #ededed;
}

.gallery.dt-sc-one-half.with-sidebar.type10 .gallery-detail h5 {
	font-size: 18px;
}

/*.page-with-sidebar .gallery.type10.dt-sc-one-half  figure .image-thumb .links a{margin-top: 20%;}
.page-with-sidebar .gallery.type10.dt-sc-one-third  figure .image-thumb .links a{margin-top: 17%;}
.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-third.type10 .gallery-detail{ width: 69%; }
.with-both-sidebar .gallery.type10.dt-sc-one-third  figure .image-thumb .links a{margin-top: 9%;}*/


/*Four Column*/
.page-with-sidebar .gallery.type10.dt-sc-one-fourth .gallery-detail {
	width: 69%;
}

.gallery.dt-sc-one-fourth.with-sidebar.type10 .gallery-detail h5 {
	font-size: 16px;
}

.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth.type10:nth-child(2) {
	padding-left: 0px;
}

.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth.type10:nth-child(5) {
	padding-right: 0px;
}

.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth.type10 .gallery-detail {
	width: 100%;
	padding: 0 6%;
}

.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth.type10 .gallery-detail h5 {
	font-size: 14px;
}

.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth.type10 .image-overlay .views {
	padding: 0 6% !important;
	margin-right: 0;
	float: right;
	text-align: center;
	display: inline;
	margin-top: 10px;
}

/*.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth.type10 .image-overlay .views a:before{display: inline; font-size: 12px;}*/
.with-both-sidebar .gallery.type10.dt-sc-one-fourth figure .image-thumb .links a {
	margin-top: 2%;
}

.with-both-sidebar .gallery.dt-sc-one-fourth.type10 .gallery-detail p.categories {
	line-height: 20px;
}



.gallery.type11:after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
	float: left;
	background: url(../images/textured-border.png) left bottom repeat-x;
	padding-bottom: 6px;
}

.gallery.type11 .gallery-subtitle {
	display: block;
	padding: 20px;
	border: 1px solid #e5e5d8;
	background: #fcfcf7;
}

.gallery.type11 .gallery-subtitle h5 {
	font-weight: 300;
	text-transform: none;
	font-size: 24px !important;
	margin-bottom: 0px;
}

.gallery.type11 .gallery-subtitle h6 {
	font-size: 13px;
	font-weight: normal;
	color: #a5a38c;
	text-transform: none;
	margin: 10px 0px 0px;
}

.gallery.type10 .image-overlay .links {
	position: initial;
	display: inline;
}

.dt-sc-gallery-sorting.type10 a:before {
	display: none;
}

.dt-sc-gallery-sorting.type10 a {
	margin: 0;
	border-radius: 0;
	border: 1px solid #ededed;
	border-left: none;
	color: #878787;
	padding: 0px 22px;
	line-height: 50px;
}


.slick-track .gallery-detail h5 {
	font-size: 13px;
}

.carousel-arrows {
	position: absolute;
	top: -60px;
	right: 0px;
}

.carousel-arrows a {
	background: #f5f5f5;
	color: #808080;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.carousel-arrows a.gallery-next-arrow {
	border-left: 1px solid #fff;
}

.carousel-arrows a:hover {
	color: #fff;
}

.dt-sc-sorting-container {
	float: left;
	clear: both;
	margin: 0px 0px 30px;
	padding: 0px;
	width: 100%;
}

.dt-sc-sorting-container a {
	font-size: 14px;
	line-height: 36px;
	color: #2d2d29;
	padding: 0px 15px;
	background: #ededed;
	margin: 0px 5px 10px 0px;
	float: left;
	border-bottom: 3px solid #d9d9d9;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.dt-sc-sorting-container a:hover,
.dt-sc-sorting-container a.active-sort {
	color: #ffffff;
}

.dt-sc-gallery-container {
	clear: both;
	display: block;
	width: auto;
	float: none;
}

.gallery-carousel-wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	position: relative;
}

.gallery-carousel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}

.gallery-carousel li {
	display: inline;
	margin: 0px 5px;
}

.gallery-carousel .gallery {
	margin-top: 0px;
	margin-bottom: 0px;
}

.gallery-carousel-wrapper .carousel-arrows {
	right: 5px;
}

.gallery {
	padding: 0px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ult-carousel-wrapper .gallery {
	max-width: 100%;
}

.gallery.last {
	margin-right: 0px;
}

.gallery .gallery-thumb,
.gallery .gallery-thumb img {
	float: left;
	width: 100%;
}

.gallery .gallery-thumb:hover img {
	-moz-transform: scale(1.3) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.3) rotate(0deg) translate(0px);
	-o-transform: scale(1.3) rotate(0deg) translate(0px);
	transform: scale(1.3) rotate(0deg) translate(0px);
}

.gallery .gallery-thumb {
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.gallery .image-overlay {
	background-image: url(images/transparent-bg.png);
	background-repeat: repeat;
	float: left;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.gallery:hover .image-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.gallery .gallery-detail {
	clear: both;
	display: inline-block;
	margin: 0;
	min-height: 48px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.gallery .gallery-detail .views {
	color: #2d2d29;
	display: inline-block;
	height: 100%;
	margin: 0 -4px 0 0;
	padding: 0 25px;
	position: relative;
	text-align: center;
	transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
	-moz-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	-o-transform: translateX(-25px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.gallery .gallery-detail .views i {
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

.gallery .gallery-detail .views a {
	color: #fff;
	display: inline-block;
}

.gallery:hover .gallery-detail .views,
.gallery:hover .gallery-detail .views a {
	color: #fff;
}

.gallery .gallery-detail .views:after {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 5px;
	right: 0;
	top: 5px;
	width: 1px;
}

.gallery .gallery-detail .gallery-meta-content {
	display: inline-block;
	padding: 0 15px 0 25px;
	text-align: left;
	transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	-o-transform: translateX(25px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.gallery .gallery-detail h5,
.gallery .gallery-detail p {
	margin: 0;
}

.gallery .gallery-detail h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.gallery .gallery-detail p {
	color: #919191;
	text-transform: capitalize;
}

.gallery .gallery-detail .views,
.gallery .gallery-detail .gallery-meta-content {
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallery:hover .gallery-detail .views,
.gallery:hover .gallery-detail .gallery-meta-content {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery:hover .gallery-detail .views,
.gallery:hover .gallery-detail .gallery-meta-content {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.gallery:hover .gallery-detail h5,
.gallery:hover .gallery-detail h5 a,
.gallery:hover .gallery-detail p {
	color: #fff;
}

.gallery.dt-sc-one-half.with-sidebar .gallery-detail .views,
.gallery.dt-sc-one-third .gallery-detail .views {
	padding: 0 15px;
}

.gallery.dt-sc-one-half.with-sidebar .gallery .gallery-detail .gallery-meta-content,
.gallery.dt-sc-one-third .gallery .gallery-detail .gallery-meta-content {
	padding: 0 15px 0 20px;
}

.gallery.dt-sc-one-half.with-sidebar .gallery-detail h5,
.gallery.dt-sc-one-half.with-sidebar .gallery-detail p,
.gallery.dt-sc-one-third .gallery-detail p,
.gallery.dt-sc-one-half.with-sidebar .gallery-detail .views a,
.gallery.dt-sc-one-third .gallery-detail .views a {
	font-size: 14px;
}

.gallery.dt-sc-one-third.with-sidebar .gallery-detail .views,
.gallery.dt-sc-one-fourth .gallery-detail .views,
.gallery.dt-sc-one-third.with-sidebar .gallery-detail .gallery-meta-content,
.gallery.dt-sc-one-fourth .gallery-detail .gallery-meta-content {
	padding: 0 15px;
}

.gallery.dt-sc-one-third.with-sidebar .gallery-detail p,
.gallery.dt-sc-one-fourth .gallery-detail p,
.gallery.dt-sc-one-third.with-sidebar .gallery-detail .views a,
.gallery.dt-sc-one-fourth .gallery-detail .views a {
	font-size: 12px;
}

.gallery.dt-sc-one-third.with-sidebar .gallery-detail .views i,
.gallery.dt-sc-one-fourth .gallery-detail .views i {
	font-size: 16px;
	line-height: 22px;
}

.gallery.dt-sc-one-fourth.with-sidebar .gallery-detail .views,
.gallery.dt-sc-one-fourth.with-sidebar .gallery-detail .gallery-meta-content {
	padding: 0 10px;
}

.gallery.dt-sc-one-fourth.with-sidebar .gallery-detail h5 {
	font-size: 11px;
}

.gallery.dt-sc-one-fourth.with-sidebar .gallery-detail .views i {
	font-size: 14px;
}

.isotope-hidden {
	display: none !important;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Gallery Single */
.gallery-single {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.gallery-slider-container {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px;
	position: relative;
}

.two-third .gallery-slider-container {
	margin-bottom: 0px;
}

.gallery-slider {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.gallery-slider li {
	width: 100%;
	display: block;
	padding: 0px;
	float: left;
	position: relative;
	margin-bottom: 15px;
	margin-right: 10px;
	background: none;
}

.gallery-slider li img {
	display: block;
}

.gallery-slider-container .bx-controls-direction {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.gallery-slider-container .bx-controls-direction a {
	text-indent: -9999px;
	z-index: 100;
	position: absolute;
	top: 41%;
	width: 39px;
	height: 72px;
	float: left;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.gallery-slider-container .bx-controls-direction a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery-slider-container .bx-controls-direction a.bx-prev {
	left: 10px;
}

.gallery-slider-container .bx-controls-direction a.bx-next {
	right: 10px;
}

.gallery-single h3 {
	text-transform: none;
	margin: 15px 0;
}

.gallery-single h6 {
	color: #919191;
	font-weight: normal;
	margin: -10px 0px 10px;
}

.gallery-share {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 0px;
}

.gallery-single .tags span {
	margin-right: 5px;
	color: #808080;
}

.gallery-single .bx-wrapper {
	position: relative;
}

.entry-thumb .bx-wrapper {
	position: relative;
}

.bx-controls a {
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 60px;
	position: absolute;
	top: 43%;
	width: 40px;
	z-index: 9;
}

.bx-controls a.bx-prev {
	background-image: url(../images/gallery-slider-arrow-left.png);
	left: 0;
}

.bx-controls a.bx-next {
	background-image: url(../images/gallery-slider-arrow-right.png);
	right: 0;
}

.post-nav-container {
	float: left;
	width: 100%;
	margin: 30px 0px 0px;
	clear: both;
}

.post-nav-container .post-prev-link {
	float: left;
}

.post-nav-container .post-next-link {
	float: right;
}

.gallery-single .right-gallery.dt-sc-two-third {
	margin-left: 2%;
	float: right;
	margin-right: 0px;
}

.gallery-single .dt-sc-one-third.last {
	margin-left: 0px;
}

.gallery-single .dt-sc-two-third {
	margin-right: 2%;
}

/*----*****---- << Gallery Columns >> ----*****----*/

.dt-sc-gallery-container .gallery {
	margin-left: 0px;
	margin-right: 0px;
	clear: none;
}

.dt-sc-gallery-container.with-space .gallery {
	padding: 0 10px 20px;
}

.dt-sc-gallery-container.with-space {
	margin: 10px -10px 20px;
}

.gallery-container-carousel-wrapper .dt-sc-gallery-container.with-space .gallery {
	padding: 0;
	margin: 0;
}

.gallery-container-carousel-wrapper .dt-sc-gallery-container.with-space {
	margin: 0;
}

.dt-sc-gallery-container .dt-sc-one-fourth,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth {
	width: 25%;
}

.page-with-sidebar.with-left-sidebar .dt-sc-gallery-container .dt-sc-one-fourth {
	width: 50%;
}

.dt-sc-gallery-container .dt-sc-one-third,
.dt-sc-gallery-container .column.no-space.dt-sc-one-third,
.dt-sc-gallery-container .column.no-space.dt-sc-one-thirdall-sort.type10 {
	width: 33.34%;
}

.dt-sc-gallery-container .dt-sc-one-fifth,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth {
	width: 20%;
}

.dt-sc-gallery-container .dt-sc-one-sixth,
.dt-sc-gallery-container .column.no-space.dt-sc-one-sixth {
	width: 16.666%;
}

.dt-sc-gallery-container .dt-sc-one-seventh,
.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh {
	width: 14.28%;
}

.dt-sc-gallery-container .dt-sc-one-eight,
.dt-sc-gallery-container .column.no-space.dt-sc-one-eight {
	width: 12.5%;
}

.dt-sc-gallery-container .dt-sc-one-nineth,
.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth {
	width: 11.11%;
}

.dt-sc-gallery-container .dt-sc-one-tenth,
.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth {
	width: 10%;
}

.dt-sc-gallery-container .dt-sc-one-half,
.dt-sc-gallery-container .column.no-space.dt-sc-one-half {
	width: 50%;
}

.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-sixth,
.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-sixth,
.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-seventh,
.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-seventh,
.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-eight,
.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-eight,
.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-nineth,
.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-nineth,
.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-tenth,
.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-tenth {
	width: 20%;
}

/*.with-both-sidebar .dt-sc-gallery-container-wrapper .dt-sc-one-half, .with-both-sidebar .dt-sc-gallery-container-wrapper .column.no-space.dt-sc-one-half, .with-both-sidebar .dt-sc-gallery-container-wrapper .column.no-space.dt-sc-one-third, .with-both-sidebar .dt-sc-gallery-container-wrapper .column.no-space.dt-sc-one-fourth, .with-both-sidebar .dt-sc-gallery-container-wrapper .column.dt-sc-one-third, .with-both-sidebar .dt-sc-gallery-container-wrapper .column.dt-sc-one-fourth, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-half, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-third, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-fourth, .with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-third, .with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-fourth:not(.type10), .with-both-sidebar .dt-sc-gallery-container .dt-sc-one-fifth, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-fifth, .with-both-sidebar .dt-sc-gallery-container .dt-sc-one-sixth, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-sixth, .with-both-sidebar .dt-sc-gallery-container .dt-sc-one-seventh, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-seventh, .with-both-sidebar .dt-sc-gallery-container .dt-sc-one-eight, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-eight, .with-both-sidebar .dt-sc-gallery-container .dt-sc-one-nineth, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-nineth, .with-both-sidebar .dt-sc-gallery-container .dt-sc-one-tenth, .with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-tenth, .page-with-sidebar.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-fourth, .with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-third, .with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-half { width: 100%; }*/
.with-both-sidebar .dt-sc-gallery-container .dt-sc-one-fifth,
.with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-fifth,
.with-both-sidebar .dt-sc-gallery-container .dt-sc-one-sixth,
.with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-sixth,
.with-both-sidebar .dt-sc-gallery-container .dt-sc-one-seventh,
.with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-seventh,
.with-both-sidebar .dt-sc-gallery-container .dt-sc-one-eight,
.with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-eight,
.with-both-sidebar .dt-sc-gallery-container .dt-sc-one-nineth,
.with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-nineth,
.with-both-sidebar .dt-sc-gallery-container .dt-sc-one-tenth,
.with-both-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-tenth,
.page-with-sidebar.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-fourth,
.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-third,
.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-half {
	width: 100%;
}

.page-with-sidebar.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-fourth,
.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-third,
.page-with-sidebar.with-both-sidebar .dt-sc-gallery-categories-list .dt-sc-one-half {
	margin: 0 0 20px;
}

.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-third.gallery.hover-modern-title .image-overlay-details,
.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-fourth.gallery.hover-modern-title .image-overlay-details {
	display: none;
}

/** Masonry Grid **/
.dt-sc-gallery-container .dt-sc-one-half.grid-sizer-1,
.dt-sc-gallery-container .dt-sc-one-half.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-half.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-half.grid-sizer-2 {
	width: 100%;
}

.dt-sc-gallery-container .dt-sc-one-third.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-third.grid-sizer-1 {
	width: 66.65%;
}

.dt-sc-gallery-container .dt-sc-one-third.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-third.grid-sizer-2 {
	width: 100%;
}

.dt-sc-gallery-container .dt-sc-one-fourth.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth.grid-sizer-1 {
	width: 50%;
}

.dt-sc-gallery-container .dt-sc-one-fourth.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth.grid-sizer-2 {
	width: 75%;
}

.dt-sc-gallery-container .dt-sc-one-fourth.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth.grid-sizer-3 {
	width: 100%;
}

.dt-sc-gallery-container .dt-sc-one-fifth.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth.grid-sizer-1 {
	width: 40%;
}

.dt-sc-gallery-container .dt-sc-one-fifth.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth.grid-sizer-2 {
	width: 60%;
}

.dt-sc-gallery-container .dt-sc-one-fifth.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth.grid-sizer-3 {
	width: 80%;
}

.dt-sc-gallery-container .dt-sc-one-sixth.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-sixth.grid-sizer-1 {
	width: 33.33%;
}

.dt-sc-gallery-container .dt-sc-one-sixth.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-sixth.grid-sizer-2 {
	width: 50%;
}

.dt-sc-gallery-container .dt-sc-one-sixth.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-sixth.grid-sizer-3 {
	width: 66.66%;
}

.dt-sc-gallery-container .dt-sc-one-seventh.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh.grid-sizer-1 {
	width: 28.6%;
}

.dt-sc-gallery-container .dt-sc-one-seventh.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh.grid-sizer-2 {
	width: 42.85%;
}

.dt-sc-gallery-container .dt-sc-one-seventh.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh.grid-sizer-3 {
	width: 57.14%;
}

.dt-sc-gallery-container .dt-sc-one-eight.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-eight.grid-sizer-1 {
	width: 25%;
}

.dt-sc-gallery-container .dt-sc-one-eight.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-eight.grid-sizer-2 {
	width: 37.5%;
}

.dt-sc-gallery-container .dt-sc-one-eight.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-eight.grid-sizer-3 {
	width: 50%;
}

.dt-sc-gallery-container .dt-sc-one-nineth.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth.grid-sizer-1 {
	width: 22.22%;
}

.dt-sc-gallery-container .dt-sc-one-nineth.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth.grid-sizer-2 {
	width: 33.33%;
}

.dt-sc-gallery-container .dt-sc-one-nineth.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth.grid-sizer-3 {
	width: 44.44%;
}

.dt-sc-gallery-container .dt-sc-one-tenth.grid-sizer-1,
.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth.grid-sizer-1 {
	width: 20%;
}

.dt-sc-gallery-container .dt-sc-one-tenth.grid-sizer-2,
.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth.grid-sizer-2 {
	width: 30%;
}

.dt-sc-gallery-container .dt-sc-one-tenth.grid-sizer-3,
.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth.grid-sizer-3 {
	width: 40%;
}

/* */

.grid-sizer.gallery.column {
	margin: 0;
	padding: 0;
	min-height: 0;
}

/* */


/*----*****---- << Type1 >> ----*****----*/
.page-with-sidebar .gallery.type1 .image-overlay h2,
.gallery.type1.dt-sc-one-third .image-overlay h2 {
	font-size: 20px;
}

.page-with-sidebar .gallery.type1 .image-overlay .links a,
.page-template-tpl-gallery .gallery.type1.dt-sc-one-third .image-overlay .links a,
.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
	margin: 20px 0px 0px 20px;
}

.page-with-sidebar .gallery.type1 .image-overlay .links a:last-child,
.page-template-tpl-gallery .gallery.type1.dt-sc-one-third .image-overlay .links a:last-child,
.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay .links a:last-child {
	margin-left: 5px;
}

.with-both-sidebar .gallery.type1 .image-overlay h2 {
	font-size: 15px;
}

.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay .links:after {
	background: none;
}

.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay h2 {
	font-size: 16px;
}

.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links:after,
.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay-details .categories {
	display: none;
}

.with-both-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay-details .categories {
	display: block;
}

.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay h2 {
	font-size: 14px;
}

.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
	height: 30px;
	width: 30px;
	line-height: 25px;
}

.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
	line-height: 30px;
	font-size: 14px;
}

.page-with-sidebar .gallery.type1.dt-sc-one-fourth:hover .image-overlay-details {
	bottom: 20px;
}

.with-both-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
	height: 40px;
	width: 40px;
}

.with-both-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
	line-height: 40px;
	font-size: 16px;
}

.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay .links:after {
	background: none;
}

.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay .links a {
	margin: 20px 0 0 20px;
}

.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay .links a:last-child {
	margin-left: 10px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type1 .image-overlay .links:after {
	background: none;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type1 .image-overlay .links a {
	margin: 10px 0 0 10px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type1 .image-overlay h2 {
	font-size: 16px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type1:hover .image-overlay-details {
	bottom: 10px;
	right: 10px;
}

/*----*****---- << Type2 >> ----*****----*/
.with-both-sidebar .dt-sc-gallery-sorting.type2 {
	width: 100%;
}

.with-both-sidebar .dt-sc-gallery-sorting.type2:before {
	display: none;
}

.with-both-sidebar .dt-sc-gallery-sorting.type2 a {
	font-size: 10px;
	padding: 15px 9px 14px;
}

.page-template-tpl-gallery .gallery-fullwidth-container .dt-sc-gallery-sorting.type2:before {
	display: none;
}

.page-template-tpl-gallery .gallery-fullwidth-container .dt-sc-gallery-sorting.type2 {
	width: 100%;
	text-align: center;
}

.with-both-sidebar .gallery.type2 .image-overlay h2 {
	font-size: 12px;
}

.with-both-sidebar .gallery.type2 .image-overlay .links a,
.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay .links a,
.page-template-tpl-gallery .gallery.type2.dt-sc-one-fourth .image-overlay .links a {
	width: 50px;
	height: 50px;
}

.with-both-sidebar .gallery.type2 .image-overlay .links a span,
.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay .links a span,
.page-template-tpl-gallery .gallery.type2.dt-sc-one-fourth .image-overlay .links a span {
	line-height: 50px;
	font-size: 20px;
}

.with-both-sidebar .gallery.type2 .image-overlay .links,
.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay .links,
.page-template-tpl-gallery .gallery.type2.dt-sc-one-fourth .image-overlay .links {
	bottom: 50px;
}

.gallery.type2.dt-sc-one-third .image-overlay h2 {
	font-size: 16px;
}

.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay h2 {
	font-size: 11px;
}

.page-template-tpl-gallery .gallery.type2.dt-sc-one-fourth .image-overlay h2 {
	font-size: 12px;
}

.page-with-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
	bottom: 65px;
}

.with-both-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay h2 {
	font-size: 11px;
}

.page-with-sidebar.with-both-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
	bottom: 49px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2 .image-overlay h2 {
	font-size: 12px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2 .image-overlay .links a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2 .image-overlay .links a span {
	font-size: 18px;
	line-height: 40px;
}

/*----*****---- << Type3 >> ----*****----*/
.with-both-sidebar .gallery.type3 .image-overlay .links a {
	font-size: 12px;
}

.page-with-sidebar .gallery.type3.dt-sc-one-third .image-overlay .links a,
.gallery.type3.dt-sc-one-fourth .image-overlay .links a {
	font-size: 13px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type3 .image-overlay .links a,
.page-with-sidebar .gallery.type3.dt-sc-one-fourth .image-overlay .links a {
	font-size: 12px;
}

/*----*****---- << Type5 >> ----*****----*/
.with-both-sidebar .gallery.type5 .image-overlay-details .categories,
.with-both-sidebar .gallery.type5 .image-overlay-details .categories {
	font-size: 11px;
}

.with-both-sidebar .gallery.type5 .image-overlay h2,
.page-with-sidebar .gallery.type5.dt-sc-one-third .image-overlay h2,
.page-template-tpl-gallery .gallery.type5.dt-sc-one-fourth .image-overlay h2 {
	font-size: 14px;
}

.page-with-sidebar .gallery.type5.dt-sc-one-fourth .image-overlay h2 {
	margin-bottom: 0px;
}

.page-with-sidebar .gallery.type5.dt-sc-one-fourth .image-overlay-details .categories {
	display: none;
}

.with-both-sidebar .gallery.type5.dt-sc-one-fourth .image-overlay-details .categories {
	display: block;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type5 .image-overlay-details {
	padding: 5px 10px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type5 .image-overlay h2 {
	margin: 3px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type5 .image-overlay .links {
	height: 40px;
}

/*----*****---- << Type7 >> ----*****----*/
.with-both-sidebar .gallery.type7 .image-overlay h2,
.page-with-sidebar .gallery.type7 .image-overlay h2,
.gallery.type7.dt-sc-one-fourth .image-overlay h2 {
	font-size: 12px;
}

.page-with-sidebar .gallery.type7.dt-sc-one-fourth .image-overlay-details .categories {
	display: none;
}

.gallery.type7.dt-sc-one-fourth .image-overlay-details .categories {
	display: none;
}

.with-both-sidebar .gallery.type7.dt-sc-one-fourth .image-overlay-details .categories {
	display: block;
}

.page-with-sidebar .gallery.type7.dt-sc-one-fourth:hover .image-overlay-details {
	bottom: 60px;
}

/*----*****---- << Type8 >> ----*****----*/
.with-both-sidebar .gallery.type8 .image-overlay-details .categories,
.page-with-sidebar .gallery.type8.dt-sc-one-third .image-overlay-details .categories,
.page-template-tpl-gallery .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
	font-size: 12px;
	bottom: 70px;
}

.with-both-sidebar .gallery.type8 .image-overlay h2,
.page-with-sidebar .gallery.type8.dt-sc-one-third .image-overlay h2,
.page-template-tpl-gallery .gallery.type8.dt-sc-one-fourth .image-overlay h2 {
	font-size: 14px;
}

.with-both-sidebar .gallery.type8 .image-overlay-details:before,
.page-with-sidebar .gallery.type8.dt-sc-one-third .image-overlay-details:before,
.page-template-tpl-gallery .gallery.type8.dt-sc-one-fourth .image-overlay-details:before {
	bottom: 50px;
}

.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
	display: none;
}

.with-both-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
	display: block;
}

.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay .links {
	top: 60px;
}

.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details:before {
	bottom: 67px;
}

.with-both-sidebar.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details:before {
	bottom: 62px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type8 .image-overlay-details {
	height: 105px;
}

.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type8 .image-overlay .links {
	top: 70px;
}

/*--------------------------------------------------------------
	3.0 - Gallery Single
--------------------------------------------------------------*/

.bx-wrapper {
	position: relative;
}

.dt-gallery-single-details {
	display: inline-block;
	clear: both;
}

.single-dt_galleries .mz-stripe-title .mz-stripe-title-content h5 {
	margin-bottom: 0px;
	background-color: #fff;
	padding-right: 15px;
}

.dt-gallery-single h3 {
	font-weight: 300;
	margin-bottom: 20px;
}

.dt-sc-one-third .dt-gallery-single-details {
	padding-top: 0px;
}

.dt-sc-one-third .dt-gallery-single-details .dt-sc-three-fourth,
.dt-sc-one-third .dt-gallery-single-details .dt-sc-one-fourth {
	width: 100%;
	margin: 0px;
}

.dt-sc-one-third .dt-gallery-single-details .dt-sc-three-fourth {
	padding-bottom: 40px;
}

.dt-sc-one-third .dt-gallery-single-details .dt-sc-three-fourth {
	padding-right: 0px;
}

.dt-gallery-single>.dt-sc-two-third {
	margin-right: 2%;
	margin-left: 0px;
}

.dt-gallery-single>.dt-sc-one-third {
	margin-left: 0px;
	margin-right: 0px;
}

.dt-gallery-single .dt-sc-two-third.right-gallery {
	float: right;
	margin-left: 2%;
	margin-right: 0px;
}

.dt-gallery-single-slider-wrapper,
.dt-gallery-single-slider {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 0px;
}

.dt-gallery-single-slider-wrapper {
	position: relative;
}

.dt-gallery-single-slider-wrapper .bx-wrapper .bx-controls-direction a {
	border-radius: 50%;
	bottom: 0;
	color: #fff;
	font-size: 0;
	height: 52px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 501;
}

.dt-gallery-single-slider li {
	display: block;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

.dt-gallery-single-slider li img {
	max-width: 100%;
	height: auto;
}

.dt-gallery-single-slider-wrapper #bx-pager {
	float: left;
	display: inline;
	margin: 30px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.dt-gallery-single-slider-wrapper #bx-pager a {
	margin: 0px 10px 15px;
	padding: 3px;
	line-height: 0px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.dt-gallery-single-slider-wrapper #bx-pager a img {
	max-width: 85px;
	height: auto;
}

.dt-gallery-single-slider-wrapper #bx-pager a.active:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
}

.dt-gallery-single-details .dt-sc-three-fourth {
	padding-right: 40px;
}

.gallery-categories,
.gallery-tags {
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0px 0px;
	padding: 0px;
}

.gallery-categories a:hover,
.gallery-tags a:hover {
	color: #000000;
}

.gallery-categories i,
.gallery-tags i {
	color: #808080;
	margin: 0px 5px 0px 0px;
	position: relative;
    min-width: 15px;
}

.project-details {
	margin: 0px;
	float: left;
	clear: both;
	width: 100%;
}

.project-details li {
	float: left;
	display: block;
	margin: 0px;
	padding: 10px 0px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}

.project-details li:last-child {
	border-bottom: none;
}

.project-details li span {
	font-weight: bold;
	width: 20px;
	display: inline-block;
	color: #000000;
}

.project-details li a {
	color: #808080;
}

.post-nav-container:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 21px;
	/* border-top:1px solid rgba(0, 0, 0, 0.1);*/
	width: 100%;
	height: 1px;
}

.post-nav-container a {
	position: relative;
	font-size: 16px;
	color: #FFF;
	padding: 11px 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.post-nav-container a:hover {
	color: #FFF;
}

.post-nav-container .post-prev-link {
	float: left;
}

.post-nav-container .post-next-link {
	float: right;
}

.post-nav-container .post-next-link a i,
.post-nav-container .post-prev-link a i {
	padding-right: 5px;
}

.post-nav-container .post-next-link a {
	margin-right: 0px;
}

/*----*****---- << Gallery Single Layout >> ----*****----*/
.with-both-sidebar .dt-gallery-single-details .column {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.with-both-sidebar .dt-gallery-single-details .dt-sc-one-fourth {
	margin-top: 40px;
}

.with-both-sidebar .dt-gallery-single .dt-sc-two-third,
.with-both-sidebar .dt-gallery-single .dt-sc-one-third {
	margin: 0px;
	width: 100%;
}

.with-both-sidebar .dt-gallery-single-details {
	margin: 30px 0px 0px;
}

/*----*****---- << Related Gallery >> ----*****----*/
.related-galleries {
	float: left;
	margin: 0px 0px 0px;
	padding: 70px 0 0 0;
	width: 100%;
	clear: both;
}


.page-template-tpl-gallery .pagination.blog-pagination .pager_wrapper {
	float: none;
	text-align: center;
}

.page-template-tpl-gallery .pagination ul {
	float: none;
	margin: auto;
	padding: 0;
	display: inline-block;
}

/*--------------------------------------------------------------
	4.0 - Infinite Gallery Scroll
	--------------------------------------------------------------*/

.bx-controls a.bx-prev {
	background: url(../images/slider-prev-arrow-white.png) no-repeat scroll center center rgba(77, 77, 77, 0.7);
	background-color: rgba(77, 77, 77, 0.7);
	left: 20px;
}

.bx-controls a.bx-next {
	background: url(../images/slider-next-arrow-white.png) no-repeat scroll center center rgba(77, 77, 77, 0.7);
	right: 20px;
}

.bx-controls a {

	color: #ffffff;
	font-size: 0;
	height: 52px;
	margin: auto;
	position: absolute;
	top: 400px;
	width: 52px;
	z-index: 501;
	border-radius: 50%;
}

.grid-sizer-1 img,
.grid-sizer-2 img,
.grid-sizer-3 img,
.grid-sizer-4 img,
.grid-sizer-5 img,
.dt-sc-infinite-gallery-load-more,
.disable,
.message {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.dt-sc-masonry-gallery-container {
	clear: both;
	display: block;
	margin: 0 -1px;
	padding: 0;
	width: auto;
	text-align: center;
}

.dt-sc-masonry-gallery-container .ms-gallery {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0;
}

.dt-sc-infinite-gallery-container {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.dt-sc-infinite-gallery-container .message {
	border: 1px solid;
	border-radius: 3px;
	bottom: -96px;
	color: #fff;
	left: 0;
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	right: 0;
	width: 180px;
	z-index: 99;
}

.dt-sc-infinite-gallery-load-more {
	padding: 10px 25px;
	border-radius: 3px;
	float: none;
	display: inline-block;
	z-index: 9;
	font-size: 18px;
	color: #fff;
}

.dt-sc-infinite-gallery-load-more.disable {
	font-size: 0;
	visibility: hidden;
}

.dt-sc-infinite-gallery-load-more:hover {
	color: #fff;
}

.grid-sizer-1 {
	width: 100%;
}

.grid-sizer-2 {
	width: 50%;
}

.grid-sizer-3 {
	width: 33%;
}

.grid-sizer-4 {
	width: 25%;
}

.grid-sizer-5 {
	width: 20%;
}

.grid-sizer-1,
.grid-sizer-2,
.grid-sizer-3,
.grid-sizer-4,
.grid-sizer-5 {
	text-align: center;
	float: none;
	margin: 50px 0;
	display: inline-block;
	position: relative;
}

.grid-sizer-1:before,
.grid-sizer-2:before,
.grid-sizer-3:before,
.grid-sizer-4:before,
.grid-sizer-5:before {
	background-image: url(../images/loading_icon.gif);
	background-position: center;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	z-index: -1;
}

.grid-sizer-1 img,
.grid-sizer-2 img,
.grid-sizer-3 img,
.grid-sizer-4 img,
.grid-sizer-5 img {
	float: none;
	display: inline-block !important;
}

.grid-sizer-1:hover img,
.grid-sizer-2:hover img,
.grid-sizer-3:hover img,
.grid-sizer-4:hover img,
.grid-sizer-5:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.message {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}

.message.hidden {
	display: block !important;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
}

div.pp_pic_holder.pp_default {
	position: fixed;
	top: 50% !important;
	transform: translateY(-50%);
}

div.pp_pic_holder.pp_default .pp_content_container .pp_details {
	margin: 0;
	float: none;
}

div.pp_pic_holder.pp_default .pp_description {
	margin-right: 0;
	margin-top: 10px;
}

div.pp_default .pp_content {
	min-height: 180px;
}

div.pp_default .pp_nav {
	margin: 0;
}

/*--------------------------------------------------------------
	5.0 - Default Color
	--------------------------------------------------------------*/
.dt-sc-gallery-sorting a {
	color: #000000;
}

.dt-sc-gallery-sorting a.active-sort,
.dt-sc-gallery-sorting a:hover,
.gallery .image-overlay .links a,
.gallery .image-overlay h2,
.gallery .image-overlay a,
.gallery .image-overlay {
	color: #ffffff;
}

.gallery .image-overlay .links a:hover {
	background: #ffffff;
}

.dt-sc-gallery-sorting.type1 a:before,
.dt-sc-gallery-sorting.type1 a:after {
	background: #000000;
}

.gallery .image-overlay .links:after,
.domain-search-form label,
.domain-tld-list {
	background: rgba(0, 0, 0, 0.1);
}

.dt-sc-gallery-sorting a {
	border-color: #000000;
}

.gallery .image-overlay .links a {
	border-color: #ffffff;
}

.gallery .image-overlay-details {
	border-right-color: #ffffff;
}

.dt-sc-gallery-line .dt-sc-gallery-sorting a {
	border-bottom: 2px solid;
	line-height: 36px;
}

.dt-sc-gallery-line .dt-sc-gallery-sorting a:hover {
	border-bottom: 2px solid;
}

.dt-sc-gallery-line .dt-sc-gallery-sorting.type3 a::before {
	height: 0;
}

.dt-sc-gallery-line .dt-sc-gallery-sorting {
	width: auto;
}

.dt-sc-gallery-line .dt-sc-gallery-sorting a {
	border-bottom: 0px solid;
}

.dt-sc-gallery-sorting.type3 a.active-sort {
	border-bottom: 2px solid #29d9c2;
}

.dt-sc-gallery-sorting a {
	font-size: 16px;
	padding: 10px 20px;
	line-height: normal;
	display: inline-block;
	margin: 0 5px 20px 5px;
	cursor: pointer;
	outline: none;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	position: relative;
}

.dt-sc-gallery-sorting a:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 1px solid #e5e5d8;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.dt-sc-gallery-sorting a.active-sort,
.dt-sc-gallery-sorting a:hover {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.gallery,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.gallery {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.dt-gallery-single-slider-wrapper #bx-pager a {
	padding: 5px;
}

.dt-gallery-single-slider-wrapper #bx-pager a.active::before {
	border: 1px solid;
}



/*--------------------------------------------------------------
	6.0 - Responsive
	--------------------------------------------------------------*/

/*----*****---- << Desktop >> ----*****----*/

@media only screen and (min-width:1200px) and (max-width:1380px) {

	.with-both-sidebar .gallery.dt-sc-one-half,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth,
	.page-with-sidebar .gallery.dt-sc-one-half {
		width: 50%;
	}

	.with-both-sidebar .dt-sc-gallery-sorting.type2 {
		width: 100%;
	}

	.dt-sc-gallery-sorting.type2:before {
		display: none;
	}

	.bx-controls a {
		height: 42px;
		width: 42px;
	}

	.entry-thumb .bx-controls a.bx-prev:before,
	.entry-thumb .bx-controls a.bx-next:before {
		line-height: 42px !important;
	}

	.entry-thumb .bx-controls a {
		height: 42px !important;
		width: 42px !important;
	}

}


/* Note: Design for a width of 960px */

@media only screen and (min-width:992px) and (max-width:1199px) {

	.home2-gallery .dt-sc-gallery-container {
		margin-bottom: 10px;
	}

	.page-with-sidebar .dt-sc-gallery-sorting.type10 a {
		border: 1px solid #ededed;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.page-with-sidebar .dt-sc-gallery-sorting.type10 a:last-child {
		margin-right: 0px;
	}

	.gallery.type10 .gallery-detail {
		width: 100%;
	}

	.page-with-sidebar .gallery.type10 figure .image-thumb .links a {
		width: 38px;
		height: 38px;
		line-height: 35px;
	}

	#primary.with-both-sidebar .dt-sc-gallery-sorting.type10 a {
		margin-left: 0px;
	}



	.page-template-tpl-fullwidth .gallery.no-space.dt-sc-one-fourth h2,
	.page-template-tpl-gallery .gallery.no-space.dt-sc-one-fourth h2 {
		font-size: 17px;
	}

	/*.gallery.dt-sc-one-third.with-sidebar, .gallery.dt-sc-one-half.with-sidebar, .gallery.dt-sc-one-fourth.with-sidebar { width: 32%; }*/
	.gallery.dt-sc-one-third.with-sidebar.no-space,
	.gallery.dt-sc-one-half.with-sidebar.no-space,
	.gallery.dt-sc-one-fourth.with-sidebar.no-space {
		width: 50%;
	}

	.with-both-sidebar .gallery.dt-sc-one-half.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-third.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-fourth.with-sidebar {
		width: 100%;
	}

	.page-with-sidebar .gallery.type1 .image-overlay h2,
	.gallery.type1.dt-sc-one-third .image-overlay h2 {
		line-height: normal;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay h2,
	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay h2,
	.with-both-sidebar .gallery.type1 .image-overlay h2 {
		font-size: 20px;
	}

	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay h2 {
		font-size: 18px;
	}

	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth.no-space .image-overlay-details .categories {
		display: none;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
		font-size: 20px;
		line-height: 45px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		height: 45px;
		width: 45px;
	}

	/* Gallery */

	.with-both-sidebar .gallery.dt-sc-one-half.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-third.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-fourth.with-sidebar,
	.page-with-sidebar .dt-sc-gallery-container .hover-icons-only.dt-sc-one-third,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.hover-icons-only.dt-sc-one-third {
		width: 100%;
	}

	.dt-sc-gallery-container .dt-sc-one-tenth,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth {
		width: 20%;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay h2,
	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay h2,
	.with-both-sidebar .gallery.type1 .image-overlay h2 {
		font-size: 20px;
	}

	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay h2,
	.gallery.hover-icons-only.dt-sc-one-third .image-overlay h2 {
		font-size: 18px;
	}

	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth.no-space .image-overlay-details .categories {
		display: none;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
		font-size: 20px;
		line-height: 45px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		height: 45px;
		width: 45px;
	}

	.content-full-width .gallery.dt-sc-one-fourth.hover-modern-title .image-overlay h2 {
		font-size: 15px;
	}

	.content-full-width .gallery.dt-sc-one-fourth.hover-modern-title .image-overlay .links a {
		margin: 10px 0 0 10px;
	}

	.dt-sc-gallery-sorting.type2 {
		width: 100%;
		left: 0;
		position: static;
		top: 0;
	}

	.dt-sc-gallery-sorting.type2 a {
		display: inline-block;
		padding-right: 10px;
	}

	.fixed-left-header .dt-sc-gallery-sorting.type2 {
		width: 100%;
	}

	.fixed-left-header .dt-sc-gallery-sorting.type2 {
		text-align: center;
	}

	.page-template-default .gallery.type1.dt-sc-one-fourth .image-overlay .links:after {
		background: none;
	}

	.page-template-default .gallery.type1.dt-sc-one-fourth .image-overlay .links a:last-child {
		margin-left: 10px;
	}

	.page-template-default .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		margin: 20px 0 0 20px;
	}

	.page-template-default .gallery.type1.dt-sc-one-fourth .image-overlay-details p {
		display: none;
	}

	.page-template-default .gallery.type1.dt-sc-one-fourth .image-overlay-details h2 {
		font-size: 18px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type5 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type5 .image-overlay .links {
		height: 15px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay .links a {
		margin: 10px 0 0 10px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay-details {
		bottom: 10px;
		right: 10px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay-details h2 {
		font-size: 18px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay-details h2 {
		font-size: 12px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay .links a span {
		line-height: 40px;
		font-size: 18px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay .links a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay .links {
		bottom: 46px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type5 .image-overlay-details {
		padding: 5px 10px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type5 .image-overlay-details h2 {
		margin-bottom: 3px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type5 .image-overlay .links {
		height: 36px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type8 .image-overlay-details {
		height: 105px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type8 .image-overlay .links {
		bottom: 30px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type1 .image-overlay .links:after {
		background: none;
	}

	.page-template-default .vc_col-sm-4 .gallery.type1 .image-overlay-details h2 {
		font-size: 18px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type2 .image-overlay-details h2 {
		font-size: 14px;
	}

	/* with sidebar / page template */

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type1 .image-overlay .links a {
		margin: 25px 0 0 18px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type1 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2:hover .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2:hover .image-overlay .links,
	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2 .image-overlay .links {
		top: auto;
		bottom: 0;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2 .image-overlay .links a span {
		line-height: 40px;
		font-size: 18px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type2 .image-overlay .links a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type3 .image-overlay .links a {
		font-size: 10px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type5 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type5 .image-overlay .links {
		height: 15px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type6 .image-overlay .links a span {
		line-height: 50px;
		font-size: 22px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type6 .image-overlay .links a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type6 .image-overlay .links a:last-child {
		margin-left: 50px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type7 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type7 .image-overlay .links a {
		width: 77px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type7 .image-overlay .links a:before {
		width: 60px;
		height: 60px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type8 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-3 .gallery.type8 .image-overlay .links {
		top: 20px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type1 .image-overlay .links a {
		margin: 45px 0 0 18px;
		left: 30px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type1 .image-overlay .links:after {
		background: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type1:hover .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type1 .image-overlay-details h2 {
		font-size: 18px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type2 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type2 .image-overlay-details h2 {
		font-size: 14px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type2:hover .image-overlay .links,
	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type2 .image-overlay .links {
		top: auto;
		bottom: 0;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type3 .image-overlay .links a {
		font-size: 10px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type5 .image-overlay-details h2 {
		margin-bottom: 3px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type5 .image-overlay-details {
		padding: 5px 10px;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type8 .image-overlay-details {
		display: none;
	}

	.page-template-default .page-with-sidebar .vc_col-sm-4 .gallery.type8 .image-overlay .links {
		top: 0;
	}

	/* ----- */

	/* Type 5 / With Out Sidabar */
	.content-full-width .gallery.type5.column.dt-sc-one-fourth .image-overlay-details {
		display: none;
	}

	.content-full-width .gallery.type5.column.dt-sc-one-fourth .image-overlay .links {
		height: 15px;
	}

	/* Type2 **/
	.page-with-sidebar .dt-sc-gallery-sorting.type2 a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.with-both-sidebar .dt-sc-gallery-sorting.type2::before {
		content: none;
	}

	.with-both-sidebar .dt-sc-gallery-sorting.type2 {
		width: 100%;
		box-sizing: border-box;
	}

	.dt-sc-gallery-sorting.type2 {
		margin-bottom: 60px;
	}

	.gallery.type2 .image-overlay-details {
		padding: 15px 20px;
	}

	.gallery.type2.dt-sc-one-half.with-sidebar .image-overlay h2 {
		font-size: 14px;
	}

	.gallery.type2.dt-sc-one-half.with-sidebar .image-overlay .links {
		bottom: 53px;
	}

	.gallery.type2.dt-sc-one-third .image-overlay h2 {
		font-size: 12px;
	}

	.gallery.type2.dt-sc-one-third .image-overlay .links,
	.page-with-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
		bottom: 50px;
	}

	.gallery.type2.dt-sc-one-fourth.no-space .image-overlay .image-overlay-details {
		display: none;
	}

	.gallery.type2.dt-sc-one-fourth.no-space .image-overlay .links {
		bottom: 0;
	}

	.page-with-sidebar .dt-sc-gallery-sorting.type2::before {
		content: none;
	}

	/** Type3 **/
	.with-both-sidebar .gallery.type3 .image-overlay .links a {
		font-size: 14px;
	}

	.gallery.type3 .image-overlay .links a {
		font-size: 12px;
	}

	.with-both-sidebar .gallery.type5 .image-overlay h2,
	.page-with-sidebar .gallery.type5.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type5.dt-sc-one-fourth .image-overlay h2 {
		font-size: 16px;
	}

	.type5.gallery.no-space .image-overlay-details .categories {
		display: none;
	}

	.page-template-tpl-gallery .with-both-sidebar .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth {
		width: 49.9%;
	}

	.page-template-tpl-fullwidth .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth {
		width: 24.9789%;
	}

	.type7.no-space.gallery.dt-sc-one-fourth .image-overlay-details {
		display: none;
	}

	.gallery_content_middle .wpb_wrapper>p {
		display: none;
	}

	.gallery.type7:hover .image-overlay .links {
		bottom: -2px;
	}

	.dt-sc-one-third.gallery.type7 .image-overlay h2,
	.dt-sc-one-third.gallery.type7.no-space .image-overlay h2 {
		font-size: 12px;
	}

	.gallery.type7.dt-sc-one-fourth .image-overlay-details .categories,
	.page-with-sidebar .gallery.type7.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.gallery_content_middle .gallery.type7 .image-overlay-details {
		display: none;
	}

	.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.gallery.type8 .image-overlay h2 {
		font-size: 17px;
	}
}

/*----*****---- << Tablet (Portrait) >> ----*****----*/

/* Note: Design for a width of 768px */

@media only screen and (min-width:768px) and (max-width:991px) {

	.home2-gallery .dt-sc-gallery-container {
		margin: 0 0 10px 0;
	}

	.dt-sc-gallery-sorting.type10 a {
		border: 1px solid #ededed;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0px 18px;
	}

	.page-with-sidebar .gallery.type10 figure .image-thumb .links a {
		width: 38px;
		height: 38px;
		line-height: 35px;
	}

	#primary.with-both-sidebar .dt-sc-gallery-sorting.type10 a {
		margin-left: 0px;
	}

	#primary.with-both-sidebar .gallery.type10.dt-sc-one-third figure .image-thumb .links a {
		margin-top: 6%;
	}

	.with-both-sidebar .dt-sc-gallery-container .column.dt-sc-one-third.type10 .gallery-detail {
		width: 100%;
	}

	.gallery.type1 .image-overlay h2 {
		font-size: 20px;
		line-height: normal;
	}

	.dt-sc-gallery-container .gallery.dt-sc-one-half.with-space {
		width: 50%;
	}

	.page-template-tpl-gallery .with-both-sidebar .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth {
		width: 100%;
	}

	.page-with-sidebar .gallery.type1 .image-overlay h2,
	.gallery.type1.dt-sc-one-third .image-overlay h2 {
		font-size: 18px;
	}

	/* .gallery.dt-sc-one-half,
	.gallery.dt-sc-one-third,
	.gallery.dt-sc-one-fourth,
	.dt-sc-gallery-container .dt-sc-one-fourth,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth {
		width: 50% !important;
	} */

	.related-galleries .gallery.dt-sc-one-third {
		width: 49%;
	}

	.page-with-sidebar .gallery.dt-sc-one-half,
	.page-with-sidebar .gallery.dt-sc-one-half.no-space {
		width: 50%;
	}

	.with-both-sidebar .gallery.dt-sc-one-half.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-third.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-fourth.with-sidebar,
	.page-with-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar .gallery.dt-sc-one-fourth,
	.with-both-sidebar .gallery.dt-sc-one-half.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth.no-space {
		width: 100%;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay h2,
	.with-both-sidebar .gallery.type1 .image-overlay h2,
	.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay h2 {
		font-size: 20px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.page-with-sidebar .gallery.dt-sc-one-half .image-overlay-details .categories {
		display: none;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
		font-size: 20px;
		line-height: 45px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		height: 45px;
		width: 45px;
	}

	.page-template-tpl-gallery .with-both-sidebar .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-half,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-half,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-third,
	.page-with-sidebar .dt-sc-gallery-container .column.dt-sc-one-third,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-fourth,
	.page-with-sidebar .dt-sc-gallery-container .column.dt-sc-one-half,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-sixth,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-sixth,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-seventh,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-seventh,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-eight,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-eight,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-nineth,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-nineth,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-tenth,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-tenth {
		width: 50%;
	}

	.page-with-sidebar .gallery.type1 .image-overlay h2,
	.gallery.type1.dt-sc-one-third .image-overlay h2 {
		font-size: 18px;
	}

	.related-galleries .gallery.dt-sc-one-third {
		width: 49%;
	}

	/* .with-both-sidebar .gallery.dt-sc-one-half.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-third.with-sidebar,
	.with-both-sidebar .gallery.dt-sc-one-fourth.with-sidebar,
	.page-with-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar .gallery.dt-sc-one-fourth,
	.with-both-sidebar .gallery.dt-sc-one-half.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth.no-space {
		width: 49%;
	} */

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay h2,
	.with-both-sidebar .gallery.type1 .image-overlay h2,
	.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay h2 {
		font-size: 20px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.with-both-sidebar .gallery.hover-icons-only .image-overlay-details {
		display: none;
	}

	.with-both-sidebar .gallery.hover-icons-only .image-overlay .links {
		height: 50px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
		font-size: 20px;
		line-height: 45px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		height: 45px;
		width: 45px;
	}

	.fixed-gallery .gallery.hover-title-overlay.hover-state .image-overlay-details,
	.fixed-gallery .gallery.hover-title-overlay .image-overlay-details {
		right: 10px;
		bottom: 0;
	}

	.gallery.hover-presentation .image-overlay h2 {
		font-weight: 400;
		text-transform: capitalize;
		font-size: 15px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay .links a {
		left: 10px;
		margin: 25px 0 0 18px;
		top: 5px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type1 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2:hover .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2:hover .image-overlay .links,
	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay .links {
		top: auto;
		bottom: 0;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay .links a span {
		line-height: 40px;
		font-size: 18px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type2 .image-overlay .links a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type3 .image-overlay .links a {
		font-size: 10px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type5 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-3 .gallery.type5 .image-overlay .links {
		height: 15px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type6 .image-overlay .links a span {
		line-height: 50px;
		font-size: 22px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type6 .image-overlay .links a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type6 .image-overlay .links a:last-child {
		margin-left: 50px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type7 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-3 .gallery.type7 .image-overlay .links a {
		width: 77px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type7 .image-overlay .links a:before {
		width: 60px;
		height: 60px;
	}

	.page-template-default .vc_col-sm-3 .gallery.type8 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-3 .gallery.type8 .image-overlay .links {
		top: 0px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type1 .image-overlay .links a {
		margin: 45px 0 0 18px;
		left: 30px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type1 .image-overlay .links:after {
		background: none;
	}

	.page-template-default .vc_col-sm-4 .gallery.type1 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-4 .gallery.type1 .image-overlay-details h2 {
		font-size: 18px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type2 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-4 .gallery.type2 .image-overlay-details h2 {
		font-size: 14px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type2:hover .image-overlay .links,
	.page-template-default .vc_col-sm-4 .gallery.type2 .image-overlay .links {
		top: auto;
		bottom: 0;
	}

	.page-template-default .vc_col-sm-4 .gallery.type3 .image-overlay .links a {
		font-size: 10px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type5 .image-overlay-details h2 {
		margin-bottom: 3px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type5 .image-overlay-details {
		padding: 5px 10px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type5 .image-overlay .links {
		height: 35px;
	}

	.page-template-default .vc_col-sm-4 .gallery.type8 .image-overlay-details {
		display: none;
	}

	.page-template-default .vc_col-sm-4 .gallery.type8 .image-overlay .links {
		top: 0;
	}

	/** Type 2 **/
	.dt-sc-gallery-sorting.type2 a {
		padding-left: 6px;
		padding-right: 6px;
	}

	.dt-sc-gallery-sorting.type2 {
		margin-bottom: 60px;
	}

	.dt-sc-gallery-sorting.type2::before {
		content: none;
	}

	.page-with-sidebar .dt-sc-gallery-sorting.type2 {
		width: 100%;
	}

	.gallery.type2 .image-overlay h2 {
		font-size: 16px;
		text-transform: capitalize;
		min-height: 23px;
	}

	.page-with-sidebar .gallery.type2 .image-overlay .image-overlay-details {
		display: none;
	}

	.page-with-sidebar .gallery.type2 .image-overlay .links,
	.with-both-sidebar .gallery.type2 .image-overlay .links,
	.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay .links,
	.page-with-sidebar.with-both-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links,
	.page-with-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
		bottom: 0;
	}

	.page-template-tpl-gallery .gallery.type2.dt-sc-one-fourth .image-overlay .links {
		bottom: 57px;
	}

	.page-template-tpl-gallery .page-with-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
		bottom: 0;
	}

	.gallery.type2.dt-sc-one-third .image-overlay h2 {
		font-size: 18px;
	}

	.page-with-sidebar .gallery.type3.dt-sc-one-third .image-overlay .links a,
	.gallery.type3.dt-sc-one-fourth .image-overlay .links a,
	.page-with-sidebar .gallery.type3.dt-sc-one-fourth .image-overlay .links a {
		font-size: 16px;
	}

	.type3.gallery.with-sidebar {
		width: 100%;
	}

	.gallery-single-grid .gallery.type3 .image-overlay .links a {
		font-size: 14px;
		text-transform: capitalize;
	}

	.with-both-sidebar .gallery.type5 .image-overlay h2,
	.page-with-sidebar .gallery.type5.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type5.dt-sc-one-fourth .image-overlay h2 {
		font-size: 16px;
	}

	.gallery.type7 .image-overlay .links a:before {
		bottom: -31px;
		left: 14px;
	}

	.gallery.type7.dt-sc-one-fourth .image-overlay-details .categories,
	.page-with-sidebar .gallery.type7.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.page-with-sidebar .gallery.type7.dt-sc-one-fourth .image-overlay h2 {
		font-size: 14px;
	}

	.with-both-sidebar.page-with-sidebar .gallery.type7.dt-sc-one-fourth .image-overlay h2 {
		font-size: 12px;
	}

	.gallery_content_middle .gallery.type7 .image-overlay-details {
		display: none;
	}

	.gallery_content_middle .wpb_wrapper>p {
		display: none;
	}

	.related-galleries .dt-sc-one-third.type7:nth-child(4) {
		margin-left: 0;
	}

	.gallery.type7.dt-sc-one-third.with-sidebar:hover .image-overlay-details {
		bottom: 40px;
	}

	.with-both-sidebar .gallery.dt-sc-one-half .image-overlay-details .categories,
	.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.dt-sc-one-half.with-sidebar.gallery.type8 .image-overlay-details::before {
		content: none;
	}

	.with-both-sidebar .dt-sc-one-half.with-sidebar.gallery.type8 .image-overlay-details::before {
		content: "";
	}

	.with-both-sidebar .gallery.type8 .image-overlay h2,
	.page-with-sidebar .gallery.type8.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type8.dt-sc-one-fourth .image-overlay h2 {
		font-size: 16px;
	}

	.page-with-sidebar .gallery.type8.dt-sc-one-half .image-overlay .links {
		top: 80px;
	}

	.page-with-sidebar.with-left-sidebar .dt-sc-gallery-container .dt-sc-one-fourth {
		width: 100%;
	}

	.page-with-sidebar .dt-gallery-single>.column {
		width: 100%;
	}

	.related-galleries .gallery.dt-sc-one-third:nth-child(2n+4) {
		margin-left: 0;
	}

	/** Infinite Scroll **/
	.grid-sizer-1,
	.grid-sizer-2,
	.grid-sizer-3,
	.grid-sizer-4,
	.grid-sizer-5 {
		width: 50%;
	}
}

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

	.dt-sc-gallery-sorting.type10 a {
		margin-bottom: 10px;
	}

	.dt-sc-gallery-sorting.type10 a:last-child,
	#primary.with-both-sidebar .dt-sc-gallery-sorting.type10 a {
		border-bottom: 1px solid #ededed;
	}

	.dt-sc-gallery-sorting.type10 a:last-child {
		margin-right: 0;
	}

	#primary.with-both-sidebar .dt-sc-gallery-sorting.type10 a {
		margin-left: 0px;
	}

	.home2-gallery .dt-sc-gallery-container {
		margin: 0 0 10px 0;
	}

	.dt-gallery-single .dt-gallery-single-details p.gallery-categories {
		margin-bottom: 40px;
	}

	.page-with-sidebar .related-galleries {
		padding: 10px 0 0 0;
	}

	.page-with-sidebar .dt-sc-hr-invisible-medium {
		margin: 20px 0 !important;
	}

	.dt-sc-gallery-container.with-space .gallery {
		padding-bottom: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.dt-sc-gallery-container.with-space {
		margin: 10px 0px;
	}

	.page-template-tpl-fullwidth .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.page-template-tpl-gallery .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.page-with-sidebar .gallery.dt-sc-one-half,
	.page-with-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar .gallery.dt-sc-one-fourth,
	.with-both-sidebar .gallery.dt-sc-one-half,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth,
	.with-both-sidebar .gallery.dt-sc-one-half.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth.no-space {
		width: 100%;
	}

	.page-with-sidebar.with-left-sidebar .dt-sc-gallery-container .dt-sc-one-fourth {
		width: 100%;
	}

	.with-both-sidebar .gallery.type1 .image-overlay h2,
	.page-with-sidebar .gallery.type1.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay h2 {
		font-size: 20px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.gallery-fullwidth-container .gallery.dt-sc-one-fourth {
		width: 50%;
	}

	.hide-galleries {
		margin-bottom: 10px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
		font-size: 20px;
		line-height: 45px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		height: 45px;
		width: 45px;
	}

	.dt-sc-gallery-sorting.type2::before {
		content: none;
	}

	.dt-sc-gallery-sorting.type2,
	.with-both-sidebar .dt-sc-gallery-sorting.type2 {
		width: 100%;
		margin-left: 0;
	}

	.gallery.type2.dt-sc-one-third .image-overlay h2 {
		font-size: 18px;
	}

	.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay h2 {
		font-size: 12px;
	}

	.page-with-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
		bottom: 50px;
	}

	.gallery.type6.column.no-space {
		margin-bottom: 20px;
	}

	.dt-sc-gallery-sorting.type2 a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.with-both-sidebar .gallery.type3 .image-overlay .links a,
	.page-with-sidebar .gallery.type3.dt-sc-one-third .image-overlay .links a,
	.gallery.type3.dt-sc-one-fourth .image-overlay .links a,
	.page-with-sidebar .gallery.type3.dt-sc-one-fourth .image-overlay .links a {
		font-size: 16px;
	}

	.gallery.type4,
	.gallery_content_middle .gallery.type7 {
		margin-bottom: 20px;
	}

	.with-both-sidebar .gallery.type5 .image-overlay h2,
	.page-with-sidebar .gallery.type5.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type5.dt-sc-one-fourth .image-overlay h2 {
		font-size: 16px;
	}

	.page-with-sidebar .gallery.type5.dt-sc-one-fourth .image-overlay-details .categories {
		display: block;
	}

	.with-both-sidebar .gallery.type7 .image-overlay h2,
	.page-with-sidebar .gallery.type7 .image-overlay h2,
	.gallery.type7.dt-sc-one-fourth .image-overlay h2 {
		font-size: 14px;
	}

	.gallery_content_middle.section-wrapper {
		background-repeat: repeat !important;
	}

	.gallery.type8 .image-overlay h2,
	.with-both-sidebar .gallery.type8 .image-overlay h2,
	.page-with-sidebar .gallery.type8.dt-sc-one-third .image-overlay h2,
	.page-template-tpl-gallery .gallery.type8.dt-sc-one-fourth .image-overlay h2 {
		font-size: 18px;
	}

	.with-both-sidebar .gallery.type8 .image-overlay-details .categories,
	.page-with-sidebar .gallery.type8.dt-sc-one-third .image-overlay-details .categories,
	.page-template-tpl-gallery .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
		font-size: 14px;
		bottom: 60px;
	}

	.with-both-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details .categories {
		display: none;
	}

	.with-both-sidebar.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details::before,
	.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay-details::before {
		bottom: 70px;
	}

	.gallery.type7:hover .image-overlay .links {
		bottom: -2px;
	}

	/*----*****---- << Infinite Scroll >> ----*****----*/
	.gallery-modern-fullwidth {
		width: 420px;
	}

	.gallery-modern-fullwidth h2 {
		font-size: 50px;
		line-height: 50px;
	}

	.gallery-modern-fullwidth h3 {
		font-size: 20px;
		line-height: 40px;
	}

	.gallery-modern-fullwidth h5 {
		font-size: 16px;
	}

	.gallery-modern-fullwidth h5 a {
		margin-top: 10px;
		font-size: 14px;
	}

	.grid-sizer-1,
	.grid-sizer-2,
	.grid-sizer-3,
	.grid-sizer-4,
	.grid-sizer-5 {
		width: 100%;
	}

	/*----*****---- << Custom Class >> ----*****----*/
	.rs_col_no_btm_space .gallery.type4,
	.rs_col_no_btm_space .gallery.type4,
	.gallery_content_middle .rs_col_no_btm_space .gallery.type7 {
		margin-bottom: 0;
	}

	/* */

	/*----*****---- << (Responsive Below -- 767) Gallery >> ----*****----*/
	.page-template-tpl-fullwidth .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.page-template-tpl-gallery .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.page-with-sidebar .gallery.dt-sc-one-half,
	.page-with-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar .gallery.dt-sc-one-fourth,
	.with-both-sidebar .gallery.dt-sc-one-half,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth,
	.with-both-sidebar .gallery.dt-sc-one-half.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-third.no-space,
	.page-with-sidebar.with-both-sidebar .gallery.dt-sc-one-fourth.no-space,
	.dt-sc-gallery-container .dt-sc-one-half,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-half,
	.dt-sc-gallery-container .dt-sc-one-third,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-third,
	.dt-sc-gallery-container .dt-sc-one-fourth,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-sixth,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-sixth,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-seventh,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-seventh,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-eight,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-eight,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-nineth,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-nineth,
	.page-with-sidebar .dt-sc-gallery-container .dt-sc-one-tenth,
	.page-with-sidebar .dt-sc-gallery-container .column.no-space.dt-sc-one-tenth,
	.dt-sc-gallery-container .dt-sc-one-fifth,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth,
	.dt-sc-gallery-container .dt-sc-one-fourth.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-third.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-third.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-fourth.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-fourth.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fourth.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-fifth.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-fifth.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-fifth.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-sixth.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-sixth.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-sixth.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-sixth.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-seventh.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-seventh.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-seventh.grid-sizer-3,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-seventh.grid-sizer-3,
	.dt-sc-gallery-container .dt-sc-one-eight.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-eight.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-eight.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-eight.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-eight.grid-sizer-3,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-eight.grid-sizer-3,
	.dt-sc-gallery-container .dt-sc-one-nineth.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-nineth.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-nineth.grid-sizer-3,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-nineth.grid-sizer-3,
	.dt-sc-gallery-container .dt-sc-one-tenth.grid-sizer-1,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth.grid-sizer-1,
	.dt-sc-gallery-container .dt-sc-one-tenth.grid-sizer-2,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth.grid-sizer-2,
	.dt-sc-gallery-container .dt-sc-one-tenth.grid-sizer-3,
	.dt-sc-gallery-container .column.no-space.dt-sc-one-tenth.grid-sizer-3,
	.swiper-wrapper .gallery.hover-with-details .image-overlay-details {
		width: 100%;
	}


	.gallery.type11 {
		margin-bottom: 30px;
	}

	.gallery figure img {
		width: 100%;
	}
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.gallery-fullwidth-container .dt-sc-one-third {
		margin: 0;
	}

	.dt-sc-gallery-sorting.type10 a {
		border: 1px solid #ededed;
		margin-right: 10px;
	}

}


/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {

	.dt-sc-gallery-sorting.type10 a {
		border: 1px solid #ededed;
		margin-right: 10px;
	}

	.dt-gallery-single-slider-wrapper #bx-pager a {
		margin: 0px 0px 15px;
	}


	.page-template-tpl-fullwidth .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.page-template-tpl-gallery .dt-sc-gallery-container .gallery.no-space.dt-sc-one-fourth,
	.gallery-fullwidth-container .dt-sc-one-third,
	.gallery-fullwidth-container .gallery.dt-sc-one-fourth {
		width: 100%;
	}

	.gallery .image-overlay-details {
		display: none;
	}

	.gallery.type2 .image-overlay .links,
	.with-both-sidebar .gallery.type2 .image-overlay .links,
	.page-with-sidebar .gallery.type2.dt-sc-one-third .image-overlay .links,
	.page-template-tpl-gallery .gallery.type2.dt-sc-one-fourth .image-overlay .links,
	.page-with-sidebar.with-both-sidebar .gallery.type2.dt-sc-one-fourth .image-overlay .links {
		bottom: 0;
	}

	.gallery.type2 .image-overlay .links a {
		width: 50px;
		height: 50px;
	}

	.gallery.type2 .image-overlay .links a span {
		line-height: 50px;
		font-size: 20px;
	}

	.dt-sc-gallery-sorting.type2 a {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	.gallery.type1 .image-overlay .links {
		text-align: center;
	}

	.gallery.type1 .image-overlay .links a,
	.page-with-sidebar .gallery.type1 .image-overlay .links a,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-third .image-overlay .links a,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		margin-top: 88px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.page-template-tpl-gallery .gallery-fullwidth-container .gallery.type1.dt-sc-one-third .image-overlay .links a,
	.page-template-tpl-gallery .gallery-fullwidth-container .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		margin-top: 150px;
	}

	.gallery.type5:hover .image-overlay .links a:first-child,
	.gallery.type5:hover .image-overlay .links a:last-child {
		bottom: 0;
	}

	.gallery.type8 .image-overlay .links,
	.page-with-sidebar .gallery.type8.dt-sc-one-fourth .image-overlay .links {
		top: 0;
	}

	/* Infinite Scroll */
	.gallery-modern-fullwidth {
		width: 290px;
	}

	.gallery-modern-fullwidth h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.gallery-modern-fullwidth h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.gallery-modern-fullwidth h5 {
		font-size: 14px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

	.page-template-tpl-gallery .gallery-fullwidth-container .gallery.type1.dt-sc-one-third .image-overlay .links a,
	.page-template-tpl-gallery .gallery-fullwidth-container .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		margin-top: 125px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {

	.gallery.type1 .image-overlay h2,
	.gallery.type1 .image-overlay p.categories,
	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay-details .categories {
		display: none;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a span {
		font-size: 20px;
		line-height: 45px;
	}

	.page-with-sidebar .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		height: 45px;
		width: 45px;
	}

	.dt-sc-gallery-sorting.type2 a::after {
		content: none;
	}

	.gallery.type1 .image-overlay .links a,
	.page-with-sidebar .gallery.type1 .image-overlay .links a,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-third .image-overlay .links a,
	.page-template-tpl-gallery .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		margin-top: 53px;
	}

	.page-template-tpl-gallery .gallery-fullwidth-container .gallery.type1.dt-sc-one-third .image-overlay .links a,
	.page-template-tpl-gallery .gallery-fullwidth-container .gallery.type1.dt-sc-one-fourth .image-overlay .links a {
		margin-top: 100px;
	}

	.gallery.type3 .image-overlay .links a,
	.with-both-sidebar .gallery.type3 .image-overlay .links a,
	.page-with-sidebar .gallery.type3.dt-sc-one-third .image-overlay .links a,
	.gallery.type3.dt-sc-one-fourth .image-overlay .links a,
	.page-with-sidebar .gallery.type3.dt-sc-one-fourth .image-overlay .links a {
		font-size: 13px;
	}

	.gallery.type6 .image-overlay .links a:last-child {
		margin-left: 40px;
	}

	.gallery.type6 .image-overlay .links a span,
	.gallery.type6 .image-overlay .links a {
		line-height: 40px;
	}

	.gallery.type6 .image-overlay .links a {
		width: 40px;
		height: 40px;
		font-size: 19px;
	}

	.dt-gallery-single-slider-wrapper #bx-pager a {
		margin: 0px 2px 15px;
	}
}

/*--------------------------------------------------------------
	1.4 - Browser Fix
	--------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

	::i-block-chrome,
	.gallery.type3:before,
	.gallery.type3 .image-overlay {
		height: auto;
		width: auto;
	}

	::i-block-chrome,
	.gallery.type3:before {
		bottom: 12px;
		right: 12px;
	}
}