a, a:hover, a:focus, input, textarea {
	outline: none;
}

.gt3pg_page-gallery-container {
	width: 100%;
}

dl.gt3pg_gallery-item {
	margin-top: 0 !important;
}

.clear {
	clear: both;
}

.gt3pg_item-wrapper {
	position: relative;
}
.gt3pg_photo_gallery .wp-caption-text {
	margin: 0px 5px 5px;
}
/* Fix IE */
.gt3pg_item-wrapper a {
	color: transparent;
}


/**/
.gt3pg_gallery-item {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
}

.gallery-columns-1 .gt3pg_gallery-item {
	width: 99.90%;
}

.gallery-columns-2 .gt3pg_gallery-item {
	width: 49.95%;
}

.gallery-columns-3 .gt3pg_gallery-item {
	width: 33.3%;
}

.gallery-columns-4 .gt3pg_gallery-item {
	width: 24.95%;
}

.gallery-columns-5 .gt3pg_gallery-item {
	width: 19.95%;
}

.gallery-columns-6 .gt3pg_gallery-item {
	width: 16.65%;
}

.gallery-columns-7 .gt3pg_gallery-item {
	width: 14.27%;
}

.gallery-columns-8 .gt3pg_gallery-item {
	width: 12.49%;
}

.gallery-columns-9 .gt3pg_gallery-item {
	width: 11.1%;
}

.gallery-columns-NaN .gt3pg_gallery-item {
	width: 33.3%;
}

.gt3pg_gallery-item.gt3pg_element {
	opacity: 0;
}

.gt3pg_photo_gallery .gt3pg_item-wrapper {
	position: relative;
}

.gt3pg_gallery-item .gt3pg_item-wrapper .gt3pg_swipebox,
.gt3pg_gallery-item .gt3pg_item-wrapper .gt3pg_swipebox:before,
.gt3pg_gallery-item .gt3pg_item-wrapper .gt3pg_swipebox:after {
	-webkit-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gt3pg_gallery-item .gt3pg_item-wrapper .gt3pg_swipebox {
    display: block;
	text-decoration: none;
	border: none;
}

.gt3pg_gallery-item .gt3pg_item-wrapper:hover .gt3pg_img_wrap:before {
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.gt3pg_gallery-item .gt3pg_item-wrapper .gt3pg_swipebox:before,
.gt3pg_gallery-item .gt3pg_item-wrapper .gt3pg_swipebox:after {
	content: '';
	position: absolute;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50%;
	left: 50%;
	padding: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 3;
}

.gt3pg_gallery-item .gt3pg_item-wrapper:hover .gt3pg_swipebox:before,
.gt3pg_gallery-item .gt3pg_item-wrapper:hover .gt3pg_swipebox:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gt3pg_gallery-item .gt3pg_item-wrapper:hover .gt3pg_swipebox:before {
	width: 2px !important;
	height: 12px !important;
}

.gt3pg_gallery-item .gt3pg_item-wrapper:hover .gt3pg_swipebox:after {
	width: 12px !important;
	height: 2px !important;
}

.gt3pg_gallery-item .gt3pg_item-wrapper .mfp-iframe:before,
.gt3pg_gallery-item .gt3pg_item-wrapper .mfp-iframe:after {
	box-sizing: border-box;
	background-color: transparent;
	width: 12px !important;
	height: 2px !important;
}

.gt3pg_gallery-item .gt3pg_item-wrapper .mfp-iframe:before {
	border: 8px solid transparent;
	border-left: 12px solid white;
	margin-left: 6px;
}

.gt3pg_gallery-item .gt3pg_item-wrapper .mfp-iframe:after {
	width: 0;
	height: 0;
}

/* Moved from code */
@media only screen and (max-width: 1279px) and (min-width: 769px) {
	.gallery-columns-6 .gt3pg_gallery-item,
	.gallery-columns-9 .gt3pg_gallery-item {
		width: 33% !important;
		max-width: 33% !important;
	}

	.gallery-columns-7 .gt3pg_gallery-item,
	.gallery-columns-8 .gt3pg_gallery-item {
		width: 24.9% !important;
		max-width: 24.9% !important;
	}
}

@media only screen and (max-width: 768px) and (min-width: 668px) {
	.gallery-columns-1 .gt3pg_gallery-item,
	.gallery-columns-2 .gt3pg_gallery-item,
	.gallery-columns-4 .gt3pg_gallery-item,
	.gallery-columns-5 .gt3pg_gallery-item,
	.gallery-columns-6 .gt3pg_gallery-item,
	.gallery-columns-7 .gt3pg_gallery-item,
	.gallery-columns-8 .gt3pg_gallery-item,
	.gallery-columns-9 .gt3pg_gallery-item {
		width: 50% !important;
		max-width: 50% !important;
	}

	.gallery-columns-3 .gt3pg_gallery-item {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 667px) {
	.gallery-columns-1 .gt3pg_gallery-item,
	.gallery-columns-2 .gt3pg_gallery-item,
	.gallery-columns-3 .gt3pg_gallery-item,
	.gallery-columns-4 .gt3pg_gallery-item,
	.gallery-columns-5 .gt3pg_gallery-item,
	.gallery-columns-6 .gt3pg_gallery-item,
	.gallery-columns-7 .gt3pg_gallery-item,
	.gallery-columns-8 .gt3pg_gallery-item,
	.gallery-columns-9 .gt3pg_gallery-item {
		width: 100% !important;
		max-width: 100% !important;
	}
}

.gt3pg_photo_gallery {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gt3pg_photo_gallery ,
.blueimp-gallery {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gt3pg_photo_gallery .gt3pg_img_wrap {
	background: no-repeat center center;
	background-size: cover;

}


.gt3pg_photo_gallery.gt3pg-corner-type-rounded .gt3pg_swipebox,
.gt3pg_photo_gallery.gt3pg-corner-type-rounded .gt3pg_item-wrapper:after,
.gt3pg_photo_gallery.gt3pg-corner-type-rounded .gt3pg_img_wrap:before,
.gt3pg_photo_gallery.gt3pg-corner-type-rounded .gt3pg_item-wrapper,
.gt3pg_photo_gallery.gt3pg-corner-type-rounded .gt3pg_img_wrap {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.gt3pg_photo_gallery.gt3pg-type-circle .gt3pg_swipebox,
div.gt3pg_photo_gallery.gt3pg-type-circle .gt3pg_item-wrapper,
div.gt3pg_photo_gallery.gt3pg-type-circle .gt3pg_item-wrapper:after,
div.gt3pg_photo_gallery.gt3pg-type-circle .gt3pg_img_wrap:before,
div.gt3pg_photo_gallery.gt3pg-type-circle .gt3pg_img_wrap {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.gt3pg_gallery-item .gt3pg_item-wrapper:after {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: none;
	background: transparent;
	z-index: 2;
	width: auto;
	pointer-events: none;
	-webkit-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gt3pg_item-wrapper:hover:after {
	background: rgba(0,0,0,0.5);
}


/* -------------------------------------------- */
.blueimp-gallery.blueimp-gallery-display {
	display: flex !important;

}

.gt3pg_slide_header,
.gt3pg_slide_footer {
	background: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gt3pg_slide_header {
	height: 50px;
	margin-top: -50px;
}
.gt3pg_slide_header a {
	cursor: pointer;
	border: none;
	text-decoration: none;
}

.gt3pg_slide_header a:before,
.gt3pg_slide_header a {
	text-decoration: none;
	color: #777777;
}

.gt3pg_close {
	border: none;
	border-radius: 50%;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	color: #fff;
	background: rgba(46,47,47, 1);
	cursor: pointer;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-ms-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

.gt3pg_slide_header a:hover:before,
.gt3pg_slide_header a:hover {
	color: #ffffff;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	color: #777777;
	margin-left: 15px;
	margin-right: 15px;
}

[class^="flaticon-"]:hover:before, [class*=" flaticon-"]:hover:before,
[class^="flaticon-"]:hover:after, [class*=" flaticon-"]:hover:after {
	color: #ffffff;
}


.gt3pg_close_wrap {
	margin: auto 25px auto 17px;
}
.gt3pg_slide_footer {
	height: 70px;
	margin-bottom: -70px;
}

.blueimp-gallery-controls .gt3pg_slide_header,
.blueimp-gallery-controls .gt3pg_slide_footer {
	margin: 0;
}


.free-space {
	flex-grow: 1;
}

.gt3pg_title_wrap {
	padding-left: 25px;
}

.gt3pg_description {
	font-size: 14px;
	overflow: hidden;
	color: #777777;
}

.gt3pg_title {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.gt3pg_caption_wrap {
	position: relative;
	height: 70px;
	width: 70px;
	margin-right: 10px;
}
.gt3pg_caption_wrap > div {
	position: absolute;
}
.gt3pg_caption_current {
	font-size: 20px;
	color: #ffffff;
	right: 50%;
	top: 20px;
	line-height: 21px;
	font-family: 'latobold';
	font-weight: normal;
	margin-right: -3px;
}
.gt3pg_caption_delimiter {
	top: 50%;
	left: 50%;
	width: 20.8px;
	height: 1.5px;
	background: #787878;
	transform: rotate(-58deg);
	margin: 2px -1px 0 0;
}
.gt3pg_caption_all {
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 12px;
	font-family: 'latoregular';
	font-weight: normal;
	margin: 1px 0 0 13px;
	color: #787878;
}
.gt3pg_clip {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gt3pg_autoplay_wrap {
	position: relative;
	width: 62px;
	height: 70px;
}

/* animate */
.blueimp-gallery-playing .gt3pg_autoplay_button {
	position: absolute;
	width: 32px;
	height: 32px;
	/*animation: colors 1s infinite;*/
	border: none;
}
.gt3pg_autoplay_button {
	position: absolute;
	width: 32px;
	height: 32px;
	/*border: solid 2px #747474;*/
	/*border-radius: 50%;*/
	top: 19px;
	left: 15px;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	-ms-transition: border-color 300ms;
	-o-transition: border-color 300ms;
	transition: border-color 300ms;
}
.gt3pg_autoplay_button:hover{
	border-color: #ffffff;
}

.gt3pg_svg {
	stroke: #747474;
	pointer-events: none;
}
.gt3pg_svg rect{
	stroke-dasharray: 188px;
	stroke-dashoffset: 0px;
}
.gt3_gallety_type_slider .gt3pg_svg rect {
	stroke-dasharray: 162px;
}
.gt3pg_autoplay_button:hover .gt3pg_svg {
	stroke: #ffffff;
}
.blueimp-gallery-playing.changing-slide .gt3pg_svg rect  {
	stroke-dashoffset: 188px;
}
.gt3_gallety_type_slider.blueimp-gallery-playing.changing-slide .gt3pg_svg rect  {
	stroke-dashoffset: 162px;
}

.blueimp-gallery-playing:not(.changing-slide) .gt3pg_svg_animate {
	animation: gt3pg_svg_autoplay 10s linear 1;
}
.gt3_gallety_type_slider.blueimp-gallery-playing:not(.changing-slide) .gt3pg_svg_animate {
	animation: gt3pg_svg_autoplay_slider 10s linear 1;
}

@keyframes gt3pg_svg_autoplay {
	 0% {
		 stroke-dashoffset: 188px;
	 }
	 100% {
		 stroke-dashoffset: 0px;
	 }
 }

@keyframes gt3pg_svg_autoplay_slider {
	0% {
		stroke-dashoffset: 162px;
	}
	100% {
		stroke-dashoffset: 0px;
	}
}


.blueimp-gallery-playing:not(.changing-slide) .gt3pg_halfclip {
	width: 50%;
	height: 100%;
	right: 0px;
	position: absolute;
	overflow: hidden;
	transform-origin: left center;
	animation: gt3pg_cliprotate 8s steps(2) infinite;
	-webkit-animation: gt3pg_cliprotate 8s steps(2) infinite;
}

.gt3pg_autoplay_button:hover:not(.changing-slide) .gt3pg_halfcircle{
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}
.blueimp-gallery-playing:not(.changing-slide) .gt3pg_halfcircle {
	box-sizing: border-box;
	height: 100%;
	right: 0px;
	position: absolute;
	border: solid 2px transparent;
	border-top-color: #747474;
	border-left-color: #747474;
	border-radius: 50%;
	transition: border-color 300ms;
}
.blueimp-gallery-playing:not(.changing-slide) .gt3pg_clipped {
	width: 200%;
	animation: gt3pg_rotate 4s linear infinite;
	-webkit-animation: gt3pg_rotate 4s linear infinite;
}
.blueimp-gallery-playing:not(.changing-slide) .gt3pg_fixed {
	width: 100%;
	transform: rotate(135deg);
	animation: gt3pg_showfixed 8s steps(2) infinite;
	-webkit-animation: gt3pg_showfixed 8s linear infinite;
}
@-webkit-keyframes gt3pg_cliprotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes gt3pg_cliprotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes gt3pg_rotate {
	0% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(135deg);
	}
}
@keyframes gt3pg_rotate {
	0% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(135deg);
	}
}
@-webkit-keyframes gt3pg_showfixed {
	0% {
		opacity: 0;
	}
	49.9% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes gt3pg_showfixed {
	0% {
		opacity: 0;
	}
	49.9% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.click {
	position: absolute;
	top: 100px;
}


.gt3pg_img_wrap {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}

.gt3pg_img_wrap img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.gt3pg_img_wrap.landscape img {
	height: 100%;
	width: auto;
	max-width: none;
}
/* Lightbox new CSS */
.gt3pg_share_wrap {
	margin-left: 11px;
}
.gt3pg_icons_wrap {
	line-height: 20px;
}
.gt3pg_share_wrap a,
.gt3pg_icons_wrap a {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 16px;
	background-image: url("../img/gt3pb_sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 150px 100px;
	opacity: 0.5;
	transition: opacity 300ms;
	outline: none;
	margin-left: 13px;
	margin-right: 13px;
}
.gt3pg_share_wrap a:hover,
.gt3pg_icons_wrap a:hover {
	opacity: 1;
}
.gt3pg_icons_wrap a.gt3pg_button_download {
	background-position: -16px 0;
	width: 24px;
}
.gt3pg_icons_wrap a.gt3pg_button_fullsize {
	background-position: -40px 0;
	width: 20px;
}
.gt3pg_icons_wrap a.gt3pg_button_controls {
	background-position: -60px 0;
	width: 20px;
}
.gt3pg_icons_wrap a.gt3pg_button_shopping-bag {
	background-position: 0 0;
	width: 16px;
}
.gt3pg_share_wrap,
.gt3pg_share_wrap * {
	line-height: 15px;
}
.gt3pg_share_wrap a {
	 height: 15px;
}
.gt3pg_share_wrap a.gt3pg_share_twitter {
	background-position: -1px -24px;
	width: 15px;
}
.gt3pg_share_wrap a.gt3pg_share_facebook {
	background-position: -16px -24px;
	width: 8px;
}
.gt3pg_share_wrap a.gt3pg_share_pinterest {
	background-position: -24px -24px;
	width: 11px;
}
.gt3pg_share_wrap a.gt3pg_share_google_plus {
	background-position: -35px -24px;
	width: 19px;
}
.gt3pg_close:after {
	position: absolute;
	display: block;
	z-index: 5;
	left: 50%;
	top: 50%;
	width: 13px;
	height: 13px;
	background-image: url("../img/gt3pb_sprite.png");
	background-position: -81px 0;
	background-repeat: no-repeat;
	background-size: 150px 100px;
	content: '';
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.gt3pg_close:hover {
	background: rgba(46,47,47, 0.7);
}
.gt3pg_title_wrap .gt3pg_clip {
	margin: 0;
	padding: 0;
	font-family: 'latoregular';
	font-weight: normal;
	color: #777;
	line-height: 24px;
	font-size: 14px;
}
.gt3pg_title_wrap .gt3pg_title.gt3pg_clip {
	font-family: 'latobold';
	color: #fff;
	font-size: 18px;
}
.blueimp-gallery-single .gt3pg_autoplay_wrap {
	display: none;
}

/* Slider */
.blueimp-gallery-carousel.gt3_gallety_type_slider {
	box-shadow: none;
}
.gt3_gallety_type_slider .gt3pg_slide_header {
	height: 35px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap {
	margin-left: 15px;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap {
	padding-right: 12px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap a,
.gt3_gallety_type_slider .gt3pg_icons_wrap a {
	margin-left: 8px;
	margin-right: 8px;
}
.blueimp-gallery.gt3_gallety_type_slider .gt3pg_controls .gt3pg_prev,
.blueimp-gallery.gt3_gallety_type_slider .gt3pg_controls .gt3pg_next {
	left: 15px;
}
.blueimp-gallery.gt3_gallety_type_slider .gt3pg_controls .gt3pg_next {
	right: 15px;
	left: auto;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_shopping-bag,
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_download,
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_fullsize,
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_controls {
	height: 16px;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_shopping-bag {
	background-position: 0 -44px;
	width: 13px;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_download {
	background-position: -13px -44px;
	width: 19px;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_fullsize {
	background-position: -32px -44px;
	width: 16px;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap a.gt3pg_button_controls {
	background-position: -48px -44px;
	width: 16px;
}
.gt3_gallety_type_slider .gt3pg_icons_wrap {
	line-height: 16px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap,
.gt3_gallety_type_slider .gt3pg_share_wrap * {
	line-height: 12px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap a {
	height: 12px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap a.gt3pg_share_twitter {
	background-position: 0 -64px;
	width: 12px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap a.gt3pg_share_facebook {
	background-position: -12px -64px;
	width: 6px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap a.gt3pg_share_pinterest {
	background-position: -18px -64px;
	width: 9px;
}
.gt3_gallety_type_slider .gt3pg_share_wrap a.gt3pg_share_google_plus {
	background-position: -27px -64px;
	width: 15px;
}
.gt3_gallety_type_slider .gt3pg_slide_footer {
	height: 60px;
}
.gt3_gallety_type_slider .gt3pg_slide_footer .gt3pg_title_wrap {
	padding-left: 20px;
}
.gt3_gallety_type_slider .gt3pg_title_wrap .gt3pg_clip {
	line-height: 22px;
}
.gt3_gallety_type_slider .gt3pg_title_wrap .gt3pg_title.gt3pg_clip {
	font-size: 16px;
}

.gt3pg_title_wrap {
	max-width: calc(100% - 650px);
}

.gt3_gallety_type_slider .gt3pg_title_wrap {
	max-width: calc(100% - 500px);
}

.gt3_gallety_type_slider .gt3pg_caption_wrap {
	width: 60px;
	height: 60px;
}
.gt3_gallety_type_slider .gt3pg_caption_current {
	font-size: 15px;
	top: 18px;
	line-height: 17px;
	margin-right: 0;
}
.gt3_gallety_type_slider .gt3pg_caption_delimiter {
	width: 19px;
	height: 1.5px;
	margin: 1px 0 0 -4px;
}
.gt3_gallety_type_slider .gt3pg_caption_all {
	font-size: 10.55px;
	margin: 0 0 0 9px;
}

.gt3_gallety_type_slider .gt3pg_autoplay_wrap {
	width: 46px;
	height: 60px;
}
.gt3_gallety_type_slider .gt3pg_autoplay_button {
	width: 28px;
	height: 28px;
	top: 16px;
	left: 9px;
	border-radius: 50%;
}
.gt3_gallety_type_slider .gt3pg_autoplay_button .gt3pg_svg {
	width: 28px;
	height: 28px;
}
.gt3_gallety_type_slider .gt3pg_autoplay_button .gt3pg_svg rect {
	width: 26px;
	height: 26px;
	stroke-dasharray: 162px;
}
.blueimp-gallery.gt3_gallety_type_slider .gt3pg_autoplay_button .gt3pg_play-pause {
	margin-left: -2px;
	margin-top: -2px;
	transform: scale(0.92);
}

/* Slider Media */
.blueimp-gallery.gt3pg_width_900 .gt3pg_slide_footer .indicator {
	display: none;
}
.gt3pg_width_900 .gt3pg_slide_footer .gt3pg_caption_wrap {
	margin-right: 8px;
}
.gt3pg_width_900 .gt3pg_slide_footer .gt3pg_autoplay_wrap {
	margin-right: -15px;
}
.gt3_gallety_type_slider.gt3pg_width_900 .gt3pg_title_wrap {
	max-width: 50%;
}
.gt3pg_version_pro.gt3pg_width_900 .gt3pg_share_wrap {
	margin-left: 7px;
}
.gt3pg_version_pro.gt3pg_width_900 .gt3pg_title_wrap {
	padding-left: 15px;
}
.gt3pg_version_pro.gt3pg_width_900 .gt3pg_share_wrap a,
.gt3pg_version_pro.gt3pg_width_900 .gt3pg_icons_wrap a {
	margin-left: 7px;
	margin-right: 8px;
}
.gt3pg_version_pro.gt3pg_width_900 .gt3pg_close_wrap {
	margin-right: 15px;
	margin-left: 7px;
}
.gt3_gallery_type_slider.gt3pg_width_900 .gt3pg_icons_wrap {
	margin-right: 7px;
}

.gt3pg_width_1024 .gt3pg_controls {
	display: none;
	visibility: hidden;
}

.gt3pg_width_520 .gt3pg_title_wrap,
.gt3_gallety_type_slider.gt3pg_width_520 .gt3pg_title_wrap {
	max-width: 50% !important;
}

.gt3pg_version_lite .gt3pg_caption_wrap {
	margin-right: 17px;
}

.gt3_gallery_type_slider .gt3pg_icons_wrap {
	margin-right: 10px;
}

.gt3pg_version_pro .gt3pg_slide_header {
	min-height: 36px;
}

@media screen and (max-width: 1024px) {
	.gt3pg_controls {
		display: none !important;
		visibility: hidden !important;
	}
	.gt3pg_version_lite .gt3pg_slide_header {
		height: 0;
		position: absolute;
	}
	.gt3pg_version_lite .gt3pg_slide_header .gt3pg_close_wrap {
		margin: 0;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 99999;
	}
	.gt3pg_version_lite .gt3pg_caption_wrap {
		margin-right: 8px;
	}
	.gt3pg_version_lite .gt3pg_title_wrap {
		padding-left: 15px;
	}
}

@media screen and (max-width: 900px) {
	.blueimp-gallery .gt3pg_slide_footer .indicator {
		display: none;
	}
	.gt3pg_slide_footer .gt3pg_caption_wrap {
		margin-right: 8px;
	}
	.gt3pg_slide_footer .gt3pg_autoplay_wrap {
		margin-right: -15px;
	}
	.gt3pg_title_wrap,
	.gt3_gallety_type_slider .gt3pg_title_wrap {
		max-width: 50%;
	}
	.gt3pg_version_pro .gt3pg_share_wrap {
		margin-left: 7px;
	}
	.gt3pg_version_pro .gt3pg_title_wrap {
		padding-left: 15px;
	}
	.gt3pg_version_pro .gt3pg_share_wrap a,
	.gt3pg_version_pro .gt3pg_icons_wrap a {
		margin-left: 7px;
		margin-right: 8px;
	}
	.gt3pg_version_pro .gt3pg_close_wrap {
		margin-right: 15px;
		margin-left: 7px;
	}
}

@media screen and (max-width: 520px) {
	.gt3pg_title_wrap .gt3pg_clip {
		line-height: 20px;
		font-size: 12px;
	}
	.gt3pg_title_wrap .gt3pg_title.gt3pg_clip {
		font-size: 14px;
	}
	.gt3pg_caption_all {
		font-size: 11px;
	}
	.gt3pg_caption_current {
		font-size: 16px;
		margin-right: -4px;
	}
}

