audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.preloader {
	-webkit-animation: rotate 1.4s linear infinite;
	animation: rotate 1.4s linear infinite;
	position: relative;
	left: 50%;
	margin-bottom: 20px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}

@media (min-width: 992px) {
	.preloader {
		width: 117px;
		height: 117px;
		margin-left: -58px;
	}
}

.filter-select {
	display: inline-block;
	text-align: left;
	position: relative;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 12px;
	font-size: .75rem;
	line-height: 20px;
}

.filter-select__panel {
	background: #fff;
	text-transform: uppercase;
	padding: 14px 45px 14px 20px;
	border: 1px solid #e1e1e1;
	min-width: 210px;
	position: relative;
	cursor: pointer;
}

.filter-select__panel:hover {
	box-shadow: -2px 4px 13px 0px rgba(0, 0, 0, .1);
}

.filter-select__list {
	padding: 5px 0;
	position: absolute;
	width: 100%;
	left: -9999px;
	z-index: 1;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-top: 2px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: opacity, margin-top;
	transition-property: opacity, margin-top;
	opacity: 0;
}

.filter-select__list li {
	list-style: none;
	border: none;
	border-top: 1px solid #e1e1e1;
}

.filter-select__list li:first-child {
	border: none;
}

.filter-select__list li a {
	display: block;
	padding: 3.5px 20px;
	text-transform: uppercase;
	box-shadow: none;
}

.filter-select.open .filter-select__panel {
	box-shadow: -2px 4px 13px 0px rgba(0, 0, 0, .1);
}

.filter-select.open .filter-select__list {
	opacity: 1;
	left: 0;
}

.tm-pg {
	font-family: "Open Sans", sans-serif;
	font-size: .875rem;
	color: #888;
}

.tm-pg a {
	color: #b4b7ba;
}

.tm-pg a i {
	color: #b4b7ba;
}

.tm-pg a:hover {
	color: #298ffc;
}

.tm-pg a:hover i {
	color: inherit;
}

.tm-pg a:disabled, .tm-pg a.disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}

.tm-pg a:disabled:hover, .tm-pg a.disabled:hover {
	background: inherit;
	color: inherit;
}

.tm-pg p {
	margin: 0 0 1em;
}

.tm-pg h1, .tm-pg h2, .tm-pg h3, .tm-pg h4, .tm-pg h5, .tm-pg h6, .tm-pg_library_popup h1, .tm-pg_library_popup h2, .tm-pg_library_popup h3, .tm-pg_library_popup h4, .tm-pg_library_popup h5, .tm-pg_library_popup h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #23282d;
}

.tm-pg h1, .tm-pg_library_popup h1 {
	font-size: 2.85em;
	margin: 0 0 .2em 0;
}

.tm-pg h2, .tm-pg_library_popup h2 {
	font-size: 2.43em;
	margin: 0 0 .4em 0;
}

.tm-pg h3, .tm-pg_library_popup h3 {
	font-size: 2.14em;
	margin: 0 0 .5em 0;
}

.tm-pg h4, .tm-pg_library_popup h4 {
	font-size: 1.74em;
	margin: 0 0 .7em 0;
}

.tm-pg h5, .tm-pg_library_popup h5 {
	font-size: 1.43em;
	margin: 0 0 .8em 0;
}

.tm-pg h6, .tm-pg_library_popup h6 {
	font-size: 1.14em;
	margin: 0 0 .8em 0;
}

.tm-pg_sidebar-title {
	padding: 11px 0 0;
	margin: 0 0 11px;
}

.tm-pg_library_title {
	margin: 0;
}

.tm-pg_library_grid_header_select_all.selected i {
	color: #298ffc;
}

.tm-pg_frontend_lightbox {
	position: relative;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
}

.tm-pg_frontend_lightbox .lSSlideOuter, .tm-pg_frontend_lightbox .lSSlideWrapper, .tm-pg_frontend_lightbox .lslide, .tm-pg_frontend_lightbox .lslide div {
	height: 100%;
}

.tm-pg_frontend_lightbox .lightSlider {
	height: 100% !important;
}

.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery {
	position: absolute;
	bottom: 0;
	padding: 5px;
	background: rgba(30, 30, 30, .8);
	width: 100% !important;
	margin: 0 !important;
	text-align: center;
	box-sizing: border-box;
}

.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li {
	width: auto !important;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li a {
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li.active, .tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
}

body.lg-on {
	overflow: hidden;
}

.tm-pg_front_gallery {
	padding: 50px 0;
	font-family: "Open Sans", sans-serif;
	line-height: 1.2;
	color: #888;
}

.tm-pg_front_gallery-tabs {
	text-align: center;
	border-bottom: 1px solid #dedede;
	margin: 0 0 .9375rem;
}

.tm-pg_front_gallery-tabs li {
	display: block;
	margin: 10px 0;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-tabs li {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
}

.tm-pg_front_gallery-tabs li a {
	font-size: 1rem;
	font-weight: 600;
	padding: 0 0 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #23282d;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-tabs li a {
		padding: 5px 22px 30px;
	}
}

.tm-pg_front_gallery-tabs li.active a, .tm-pg_front_gallery-tabs li:hover a {
	color: #298ffc;
}

.tm-pg_front_gallery-navigation {
	text-align: center;
	margin: .9375rem 0;
}

.tm-pg_front_gallery-navigation>div, .tm-pg_front_gallery-navigation>nav {
	display: block;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-navigation>div, .tm-pg_front_gallery-navigation>nav {
		display: inline-block;
		vertical-align: middle;
	}
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-navigation>div {
		margin-right: 5px;
	}
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 0 0;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-navigation .tm_pg_nav-links {
		margin: 0;
	}
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links>* {
	margin: 0 10px;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links>*.current {
	color: #298ffc;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
	font-size: 14px;
	line-height: 1.5;
	color: #23282d;
	box-shadow: none;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.current {
	cursor: default;
	color: #298ffc;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers i {
	font-size: 16px;
	line-height: 1.5;
	color: #b4b7ba;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers:not(.current):hover {
	color: #298ffc;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers:not(.current):hover i {
	color: inherit;
}

.tm-pg_front_gallery .load-more-button {
	margin: .9375rem 0;
	text-align: center;
}

.tm-pg_front_gallery .load-more-button .btn {
	-webkit-transition: 300ms background;
	transition: 300ms background;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 2px;
	background: #298ffc;
	box-shadow: none;
}

.tm-pg_front_gallery .load-more-button .btn:hover {
	background: #23282d;
	color: #fff;
}

.tm-pg_front_gallery-preloader {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	position: absolute;
	visibility: visible;
	opacity: 1;
	margin-top: 100px;
	left: 0;
	width: 100%;
}

.tm-pg_front_gallery-preloader.tm-pg_hidden {
	visibility: hidden;
	opacity: 0;
	margin-top: 250px;
}

.tm-pg_front_gallery-grid, .tm-pg_front_gallery-masonry, .tm-pg_front_gallery-justify {
	position: relative;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item, .tm-pg_front_gallery-masonry .tm_pg_gallery-item, .tm-pg_front_gallery-justify .tm_pg_gallery-item {
	position: relative;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item.col-lg-12 .tm_pg_gallery-item_link, .tm-pg_front_gallery-masonry .tm_pg_gallery-item.col-lg-12 .tm_pg_gallery-item_link, .tm-pg_front_gallery-justify .tm_pg_gallery-item.col-lg-12 .tm_pg_gallery-item_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item-wrapper, .tm-pg_front_gallery-masonry .tm_pg_gallery-item-wrapper, .tm-pg_front_gallery-justify .tm_pg_gallery-item-wrapper {
	overflow: hidden;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item img, .tm-pg_front_gallery-masonry .tm_pg_gallery-item img, .tm-pg_front_gallery-justify .tm_pg_gallery-item img {
	width: 100%;
	max-width: none;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_link, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link, .tm-pg_front_gallery-justify .tm_pg_gallery-item_link {
	display: block;
	vertical-align: middle;
	position: relative;
	box-shadow: none;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_label, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_label, .tm-pg_front_gallery-justify .tm_pg_gallery-item_label {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 1px 5px 0;
	font-size: 12px;
	line-height: 1.58;
	font-weight: normal;
	color: #fff;
	background: #298ffc;
	z-index: 5;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_meta, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta, .tm-pg_front_gallery-justify .tm_pg_gallery-item_meta {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5% 10%;
	text-align: center;
	color: #fff;
	z-index: 3;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon {
	display: inline-block;
	width: 29px;
	height: 29px;
	min-height: 29px;
	margin-bottom: 20px;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon {
	background: url("/wp-content/plugins/tm-photo-gallery/media/css/frontend/../../img/image-icon.png");
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_album-icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_album-icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_album-icon {
	background: url("/wp-content/plugins/tm-photo-gallery/media/css/frontend/../../img/album-icon.png");
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_set-icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_set-icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_set-icon {
	background: url("/wp-content/plugins/tm-photo-gallery/media/css/frontend/../../img/set-icon.png");
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_title, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_title, .tm-pg_front_gallery-justify .tm_pg_gallery-item_title {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_description, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description, .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 1.58;
	font-weight: normal;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_counter, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_counter, .tm-pg_front_gallery-justify .tm_pg_gallery-item_counter {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.58;
	text-transform: uppercase;
	color: #298ffc;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_default_icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_default_icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_default_icon {
	font-size: 35px;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item {
	padding-top: .9375rem;
	padding-bottom: .9375rem;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more {
	padding-top: .9375rem;
	padding-bottom: .9375rem;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a {
	-webkit-transition: 300ms background;
	transition: 300ms background;
	background: #298ffc;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	padding: 20px;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a:hover {
	background: #23282d;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more .preloader {
	margin-bottom: 20px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more .preloader {
		width: 117px;
		height: 117px;
		margin-left: -58px;
	}
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more .path {
	stroke-dasharray: 170;
	stroke-dashoffset: 20;
}

.tm-pg_front_gallery-masonry {
	width: auto;
	position: relative;
}

.tm-pg_front_gallery-masonry-colum-2 .tm_pg_gallery-item {
	width: 100%;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-masonry-colum-2 .tm_pg_gallery-item {
		width: 50%;
	}
}

.tm-pg_front_gallery-masonry-colum-3 .tm_pg_gallery-item {
	width: 100%;
}

@media (min-width: 544px) {
	.tm-pg_front_gallery-masonry-colum-3 .tm_pg_gallery-item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-masonry-colum-3 .tm_pg_gallery-item {
		width: 33.3334%;
	}
}

.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item {
	width: 100%;
}

@media (min-width: 544px) {
	.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item {
		width: 33.3334%;
	}
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item {
		width: 25%;
	}
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more {
	margin-bottom: .9375rem;
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a {
	-webkit-transition: 300ms background;
	transition: 300ms background;
	background: #298ffc;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	padding: 35% 20px;
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a:hover {
	background: #23282d;
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more .spinner {
	-webkit-animation: rotate 1.4s linear infinite;
	animation: rotate 1.4s linear infinite;
	position: relative;
	left: 50%;
	margin-bottom: 20px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more .spinner {
		width: 117px;
		height: 117px;
		margin-left: -58px;
	}
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more .path {
	stroke-dasharray: 170;
	stroke-dashoffset: 20;
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more.tm_pg_loading .tm_pg_gallery-item_link_show-more {
	display: block;
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more.tm_pg_loading .tm_pg_gallery-item_link_show-more .preloader {
	position: absolute;
	margin-top: -75px;
}

.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more.tm_pg_loading .tm_pg_gallery-item_link_show-more span {
	position: relative;
	top: 75px;
}

.tm-pg_front_gallery-justify {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.tm-pg_front_gallery-justify .tm_pg_gallery-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	height: auto;
}

.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a {
	-webkit-transition: 300ms background;
	transition: 300ms background;
	background: #298ffc;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	padding: 20px;
}

.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a:hover {
	background: #23282d;
}

.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more .spinner {
	-webkit-animation: rotate 1.4s linear infinite;
	animation: rotate 1.4s linear infinite;
	position: relative;
	left: 50%;
	margin-bottom: 20px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more .spinner {
		width: 117px;
		height: 117px;
		margin-left: -58px;
	}
}

.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more .path {
	stroke-dasharray: 170;
	stroke-dashoffset: 20;
}

.lg-outer .lg-thumb-outer {
	background: rgba(30, 30, 30, .8);
}

.lg-outer .lg-thumb-outer .lg-thumb {
	padding: 5px 0;
}

.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	position: relative;
	border: none;
}

.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item img {
	height: auto;
}

.lg-outer .lg-progress-bar {
	background: none;
}

.lg-outer .lg-progress-bar .lg-progress {
	background: white;
	height: 2px;
}

.lg-outer .lg-toolbar {
	background: none;
}

.lg-outer .lg-toolbar .lg-icon {
	margin: 10px 5px 0;
}

.lg-outer .lg-toolbar .lg-icon.lg-close {
	margin-right: 10px;
}

.lg-outer .lg-icon.lg-toogle-thumb, .lg-outer .lg-icon.lg-close, .lg-outer .lg-icon.lg-autoplay-button, .lg-outer .lg-icon.lg-download, .lg-outer .lg-icon.lg-fullscreen {
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .8);
	border-radius: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: 333ms all;
	transition: 333ms all;
}

.lg-outer .lg-icon.lg-toogle-thumb:hover, .lg-outer .lg-icon.lg-close:hover, .lg-outer .lg-icon.lg-autoplay-button:hover, .lg-outer .lg-icon.lg-download:hover, .lg-outer .lg-icon.lg-fullscreen:hover {
	background: #298ffc;
}

.lg-outer .lg-icon.lg-toogle-thumb {
	right: 10px;
	top: -49px;
}

.lg-outer .lg-icon.lg-download {
	display: none;
}

.lg-outer .lg-actions .lg-icon {
	background: none;
	border-radius: 0;
}

.lg-outer #lg-counter {
	display: none;
}

.tm-pg_front_gallery .tm-pg_animation-fade .tm_pg_gallery-item .tm_pg_gallery-item-wrapper {
	opacity: 1;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.tm-pg_front_gallery .tm-pg_animation-fade .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show {
	opacity: 0;
}

.tm-pg_front_gallery .tm-pg_animation-fade .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide {
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.tm-pg_front_gallery .tm-pg_animation-scale .tm_pg_gallery-item .tm_pg_gallery-item-wrapper {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s cubic-bezier(.29, .65, .64, .97);
	transition: all .7s cubic-bezier(.29, .65, .64, .97);
}

.tm-pg_front_gallery .tm-pg_animation-scale .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show {
	opacity: 0;
	-webkit-transform: scale(.1) translateY(-750px) rotate(45deg);
	-ms-transform: scale(.1) translateY(-750px) rotate(45deg);
	transform: scale(.1) translateY(-750px) rotate(45deg);
}

.tm-pg_front_gallery .tm-pg_animation-scale .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide {
	opacity: 0;
	-webkit-transform: scale(.1) translateY(750px) rotate(45deg);
	-ms-transform: scale(.1) translateY(750px) rotate(45deg);
	transform: scale(.1) translateY(750px) rotate(45deg);
	-webkit-transition: all .45s cubic-bezier(.29, .65, .64, .97);
	transition: all .45s cubic-bezier(.29, .65, .64, .97);
}

.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item .tm_pg_gallery-item-wrapper {
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(0px) translateZ(0) rotateX(0deg);
	transform: translateY(0px) translateZ(0) rotateX(0deg);
	-webkit-transition: all .8s cubic-bezier(.29, .65, .64, .97);
	transition: all .8s cubic-bezier(.29, .65, .64, .97);
}

.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show {
	opacity: 0;
	-webkit-transform: translateY(350px) translateZ(-250px) rotateX(45deg);
	transform: translateY(350px) translateZ(-250px) rotateX(45deg);
}

.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide {
	opacity: 0;
	-webkit-transform: translateY(225px) translateZ(-1500px) rotateX(75deg);
	transform: translateY(225px) translateZ(-1500px) rotateX(75deg);
	-webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
	transition: all .4s cubic-bezier(.55, .055, .675, .19);
}

.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item .tm_pg_gallery-item-wrapper {
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: translateY(0px) rotateX(0deg);
	transform: translateY(0px) rotateX(0deg);
	-webkit-transition: all .8s cubic-bezier(.31, .78, .39, .93);
	transition: all .8s cubic-bezier(.31, .78, .39, .93);
}

.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show {
	opacity: 0;
	-webkit-transform: translateY(-50px) rotateX(75deg);
	transform: translateY(-50px) rotateX(75deg);
}

.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide {
	opacity: 0;
	-webkit-transform: translateY(-50px) translateZ(-250px) rotateX(75deg);
	transform: translateY(-50px) translateZ(-250px) rotateX(75deg);
	-webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
	transition: all .4s cubic-bezier(.55, .055, .675, .19);
}

.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item .tm_pg_gallery-item-wrapper {
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0px) translateY(0px) rotateY(0deg);
	transform: translateZ(0px) translateY(0px) rotateY(0deg);
	-webkit-transition: all .8s cubic-bezier(.29, .65, .64, .97);
	transition: all .8s cubic-bezier(.29, .65, .64, .97);
}

.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show {
	opacity: 0;
	-webkit-transform: translateZ(-750px) translateY(150px) rotateY(-90deg);
	transform: translateZ(-750px) translateY(150px) rotateY(-90deg);
}

.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide {
	opacity: 0;
	-webkit-transform: translateZ(-750px) translateY(100px) rotateY(-90deg);
	transform: translateZ(-750px) translateY(100px) rotateY(-90deg);
	-webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
	transition: all .4s cubic-bezier(.55, .055, .675, .19);
}

.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item .tm_pg_gallery-item-wrapper {
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
	transform: translateZ(0px) translateY(0px) rotateX(0deg);
	-webkit-transition: all .8s cubic-bezier(.29, .65, .64, .97);
	transition: all .8s cubic-bezier(.29, .65, .64, .97);
}

.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show {
	opacity: 0;
	-webkit-transform: translateZ(150px) translateY(200px) rotateX(-75deg);
	transform: translateZ(150px) translateY(200px) rotateX(-75deg);
}

.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide {
	opacity: 0;
	-webkit-transform: translateZ(150px) translateY(200px) rotateX(-75deg);
	transform: translateZ(150px) translateY(200px) rotateX(-75deg);
	-webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
	transition: all .4s cubic-bezier(.55, .055, .675, .19);
}

.tm-pg_front_gallery .tm-pg_hover-fade .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta {
	visibility: visible;
	opacity: 1;
}

.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link .tm_pg_gallery-item_meta {
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link .tm_pg_gallery-item_meta {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:hover img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link img {
	width: calc(100% + 50px);
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta {
	visibility: visible;
	opacity: 1;
}

.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}