@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

@font-face {
	font-family: "Ico Moon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#Ico Moon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Ico Moon";
		src: url("../fonts/icomoon.svg#Ico Moon") format("svg");
	}
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.2 "Poppins", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background: #f8f0f2;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #999 !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1780px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.container {
		padding: 0 10px;
	}
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "\e90b";
}

.icon-close:before {
	content: "\e90a";
}

.icon-info:before {
	content: "\e905";
}

.icon-dislike:before {
	content: "\e90c";
}

.icon-like:before {
	content: "\e90d";
}

.icon-arrow-down:before {
	content: "\e909";
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-arrow-up:before {
	content: "\e902";
}

.icon-comment:before {
	content: "\e903";
}

.icon-flag:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e906";
}

.icon-share:before {
	content: "\e907";
}

.icon-zoom:before {
	content: "\e908";
}

.header {
	box-shadow: 0 4px 28px 2px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 991;
	transition: top .6s;
}

@media screen and (max-width: 1024px) {
	.header.open_panel .btn_login {
		color: #d40d21;
	}
	.header.open_panel .panel_header {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 1024px) {
	.header.open_nav .hamburger span {
		background-color: #d40d21;
		transform: translate3d(5px, 0, 0);
	}
	.header.open_nav .navigation {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 1001px) {
	.header.show .nav_item:hover i {
		transform: none;
	}
	.header.show .dropped {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 1024px) {
	.header.show .search_mobile {
		visibility: visible;
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.header.show .search_view .icon-search {
	transform: translate3d(-25px, 0, 0) rotate(-280deg) scale(0.5);
	opacity: 0;
	visibility: hidden;
}

.header.show .search_view .icon-close {
	transform: translate3d(0, 0, 0) rotate(0) scale(1);
	opacity: 1;
	visibility: visible;
}

.header .holder {
	display: flex;
	margin: 0 -10px;
}

@media screen and (max-width: 1024px) {
	.header .holder {
		margin: 0 -15px;
	}
}

@media screen and (max-width: 375px) {
	.header .holder {
		margin: 0 -10px;
	}
}

.header .column {
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0 10px;
}

@media screen and (max-width: 1024px) {
	.header .column {
		padding: 0 15px;
	}
}

@media screen and (max-width: 375px) {
	.header .column {
		padding: 0 10px;
	}
}

.header .column.second {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

@media screen and (max-width: 1024px) {
	.header .column.second {
		flex-shrink: 0;
		flex-grow: 0;
	}
}

.header .column.before, .header .column.after {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.header .column.before {
		flex-shrink: 1;
		flex-grow: 1;
		min-width: 1px;
		width: 100%;
	}
}

.hamburger {
	background: none;
	border: none;
	width: 26px;
	height: 22px;
	flex-direction: column;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	display: none;
}

@media screen and (max-width: 1024px) {
	.hamburger {
		display: flex;
	}
}

.hamburger:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}

.hamburger:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	height: 4px;
	border-radius: 4px;
}

.hamburger span {
	background-color: #000;
	height: 4px;
	border-radius: 4px;
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform .3s, background .3s;
}

.logo {
	padding: 14px 0;
	flex-shrink: 0;
	flex-grow: 0;
}

@media screen and (max-width: 1024px) {
	.logo {
		flex-shrink: 1;
		flex-grow: 1;
		min-width: 1px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 374px) {
	.logo {
		width: 175px;
	}
}

.logo a,
.logo svg {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.wrap_box {
	display: flex;
	height: 100%;
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.wrap_box {
		max-width: 620px;
	}
}

@media screen and (max-width: 1024px) {
	.wrap_box {
		max-width: 100%;
		justify-content: flex-end;
	}
}

.navigation {
	display: flex;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

@media screen and (max-width: 1024px) {
	.navigation {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		width: 250px;
		flex-direction: column;
		background-color: #fff;
		transform: translate3d(-100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		transition: transform .3s, opacity .3s, visibility .3s;
	}
}

.nav_item {
	font-weight: 500;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	padding: 0 8px;
	text-transform: uppercase;
}

.nav_item.active > a {
	color: #d40d21;
}

.nav_item.active > a:after {
	transform: translate3d(0, -3px, 0);
}

@media screen and (min-width: 1025px) {
	.nav_item:hover i {
		transform: rotate(-180deg);
	}
	.nav_item:hover .dropped,
	.nav_item:hover .dropped_tags {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 1024px) {
	.nav_item {
		position: relative;
		padding: 0 10px;
	}
	.nav_item.open > a {
		color: #d40d21;
	}
	.nav_item.open i {
		transform: rotate(-180deg);
	}
	.nav_item.open .dropped,
	.nav_item.open .dropped_tags {
		height: 150px;
	}
}

.nav_item > a {
	color: #000;
	transition: color .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	.nav_item > a:hover {
		color: #d40d21;
	}
	.nav_item > a:hover:after {
		transform: translate3d(0, -3px, 0);
	}
}

@media screen and (max-width: 1024px) {
	.nav_item > a {
		padding: 12px 0;
		justify-content: flex-start;
	}
}

.nav_item > a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	transform: translate3d(0, 0, 0);
	transition: transform .3s;
	background-color: #d40d21;
	height: 3px;
}

.nav_item span {
	padding: 0 8px;
}

@media screen and (max-width: 1024px) {
	.nav_item span {
		padding: 0;
		margin-right: 10px;
		flex-shrink: 1;
		flex-grow: 1;
		min-width: 1px;
	}
}

.nav_item i {
	font-size: 6px;
	transition: transform .3s;
}

@media screen and (max-width: 1024px) {
	.nav_item i {
		flex-shrink: 0;
		flex-grow: 0;
	}
}

.dropped {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #eae5e7;
	padding: 15px 0;
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1024px) {
	.dropped {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		height: 0;
		padding: 0;
		margin: 0 -10px;
		overflow: auto;
		opacity: 1;
		visibility: visible;
		transform: none;
		background-color: #f7f7f7;
		transition: height .3s;
	}
	.dropped .container {
		padding: 0;
	}
}

.dropped .columns {
	display: flex;
}

@media screen and (max-width: 1024px) {
	.dropped .columns {
		flex-wrap: wrap;
		padding: 10px;
	}
}

.categories_list {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	margin: -2px;
	padding: 5px 0;
}

@media screen and (max-width: 1024px) {
	.categories_list {
		padding: 0;
	}
}

.categories_list .list_item {
	padding: 2px;
	font-size: 12px;
}

.categories_list a {
	color: #000;
	border-radius: 10px;
	background-color: #fefefe;
	display: inline-block;
	vertical-align: top;
	padding: 8px 20px;
	color: #7c7c7c;
	transition: color .3s, background-color .3s, box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.categories_list a:hover {
		box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
		border-radius: 10px;
		background-color: #d40d21;
		color: #fff;
	}
}

.search {
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 10px;
	max-width: 390px;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.search {
		max-width: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.search {
		margin: 10px 0 0;
		max-width: 100%;
	}
}

.search .wrap {
	border-radius: 10px;
	background-color: #fff;
	display: flex;
}

.search .input {
	border: none;
	padding: 12px 14px;
	background: none;
	height: 40px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

.search .btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #d40d21;
	padding: 0 20px;
}

.search .btn i {
	font-size: 20px;
}

.search_mobile {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 -10px;
	display: none;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 10px, 0);
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1024px) {
	.search_mobile {
		display: block;
	}
}

.search_mobile .wrap {
	background-color: #fbfbfb;
	display: flex;
}

.search_mobile .input {
	border: none;
	padding: 12px 20px;
	background: none;
	height: 40px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

.search_mobile .btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #d40d21;
	padding: 0 20px;
}

.search_mobile .btn i {
	font-size: 20px;
}

.dropped_tags {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	box-shadow: 0 4px 28px 2px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 40px 0;
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1440px) {
	.dropped_tags {
		height: 340px;
		overflow: auto;
	}
}

@media screen and (max-width: 1024px) {
	.dropped_tags {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		box-shadow: none;
		height: 0;
		padding: 0;
		margin: 0 -10px;
		opacity: 1;
		visibility: visible;
		transform: none;
		background-color: #f7f7f7;
		transition: height .3s;
	}
	.dropped_tags .container {
		padding: 0;
	}
}

.dropped_tags .list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	.dropped_tags .list {
		flex-direction: column;
	}
}

.dropped_tags .item {
	width: 14.28%;
	margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
	.dropped_tags .item {
		font-size: 12px;
		width: 100%;
	}
}

.dropped_tags .item:last-child {
	margin-bottom: 0;
}

.dropped_tags a {
	color: #000;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	border-radius: 10px;
	transition: color .3s, background-color .3s, box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.dropped_tags a:hover {
		box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
		background-color: #d40d21;
		color: #fff;
	}
}

.search_view {
	align-self: center;
	background: none;
	cursor: pointer;
	border: none;
	color: #000;
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 1.5vw;
	transition: color .3s;
	position: relative;
	overflow: visible;
	display: block;
}

@media screen and (min-width: 1025px) {
	.search_view:hover {
		color: #d40d21;
	}
}

@media screen and (max-width: 1024px) {
	.search_view {
		margin: 0;
	}
}

.search_view i {
	display: inline-block;
	vertical-align: top;
	transform: translate3d(0, 0, 0) rotate(0) scale(1);
	opacity: 1;
	visibility: visible;
	transition: transform .6s, opacity .6s, visibility .6s;
	font-size: 20px;
}

.search_view i.icon-close {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #d40d21;
	transform: translate3d(25px, 0, 0) rotate(180deg) scale(0.5);
	opacity: 0;
	visibility: hidden;
	transition: transform .6s, opacity .6s, visibility .6s;
}

.btn_login {
	display: none;
	background: none;
	border: none;
	color: #000;
	transition: color .3s;
}

@media screen and (max-width: 1024px) {
	.btn_login {
		display: block;
	}
}

.btn_login i {
	font-size: 20px;
}

.panel_header {
	display: flex;
	height: 100%;
	align-items: center;
	margin: 0 -4px;
}

@media screen and (max-width: 1024px) {
	.panel_header {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 2;
		width: 200px;
		height: auto;
		flex-direction: column;
		align-items: stretch;
		background-color: #fff;
		transform: translate3d(0, 10px, 0);
		opacity: 0;
		visibility: hidden;
		transition: transform .3s, opacity .3s, visibility .3s;
	}
}

.panel_header .item {
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 4px;
}

@media screen and (max-width: 1024px) {
	.panel_header .item {
		padding: 0;
	}
}

.panel_header .btn {
	padding: 10px 30px;
	border-radius: 10px;
	color: #7c7c7c;
	transition: background .3s, box-shadow .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.panel_header .btn:hover {
		box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
		background-color: #d40d21;
		color: #fff;
	}
}

@media screen and (max-width: 1280px) {
	.panel_header .btn {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 1024px) {
	.panel_header .btn {
		display: block;
		padding: 15px 20px;
		text-align: center;
	}
}

.main {
	padding-top: 120px;
}

.section {
	margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
	.section {
		margin-bottom: 20px;
	}
}

.section:last-child {
	margin-bottom: 0;
}

.row_section {
	margin-bottom: 25px;
}

.row_section:last-child {
	margin-bottom: 0;
}

.heading {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.heading {
		font-size: 20px;
		margin-bottom: 12px;
	}
}

.section_post {
	color: #838383;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.35px;
}

@media screen and (max-width: 860px) {
	.section_post.show .wrap {
		max-height: 100%;
	}
	.section_post.show .link_more {
		display: none;
	}
}

@media screen and (max-width: 860px) {
	.section_post .wrap {
		max-height: 75px;
		overflow: hidden;
	}
}

.section_post a {
	color: #d40d21;
}

@media screen and (min-width: 1025px) {
	.section_post a:hover {
		text-decoration: underline;
	}
}

.link_more {
	color: #d40d21;
	margin-top: 10px;
	display: none;
}

@media screen and (max-width: 860px) {
	.link_more {
		display: block;
	}
}

.thumbs_album {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.thumbs_album.second .thumb_item {
	width: 20%;
}

@media screen and (max-width: 640px) {
	.thumbs_album.second .thumb_item {
		width: 33.333%;
	}
	.thumbs_album.second .thumb_item:nth-child(2n) {
		display: none;
	}
}

.thumb {
	width: 14.28%;
	padding: 5px;
}

@media screen and (max-width: 1279px) {
	.thumb {
		width: 16.666%;
	}
}

@media screen and (max-width: 1024px) {
	.thumb {
		width: 20%;
	}
}

@media screen and (max-width: 860px) {
	.thumb {
		width: 25%;
	}
}

@media screen and (max-width: 690px) {
	.thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 568px) {
	.thumb {
		width: 50%;
	}
}

.thumb_item {
	width: 20%;
	padding: 5px;
}

@media screen and (max-width: 860px) {
	.thumb_item {
		width: 25%;
	}
}

@media screen and (max-width: 690px) {
	.thumb_item {
		width: 33.333%;
	}
}

@media screen and (max-width: 568px) {
	.thumb_item {
		width: 50%;
	}
}

.thumb_item .tools {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px;
	z-index: 2;
	font-weight: 300;
	line-height: 1.4;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1024px) {
	.thumb_item .tools {
		opacity: 1;
		visibility: hidden;
		transform: translate3d(0, 0, 0);
	}
}

@media screen and (max-width: 479px) {
	.thumb_item .tools {
		font-size: 12px;
	}
}

.thumb_item .title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/* autoprefixer: off */
	overflow: hidden;
}

.thumb_item .date {
	color: #7c7c7c;
	font-size: 12px;
	margin-bottom: 5px;
}

.thumbs_aside {
	margin: -5px;
	display: flex;
	flex-wrap: wrap;
}

.thumb_vertical {
	padding: 5px;
	width: 100%;
}

.thumb_vertical .spots_main .title {
	height: 20%;
}

.thumb_vertical .tools {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px;
	z-index: 2;
	font-weight: 300;
	line-height: 1.4;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1024px) {
	.thumb_vertical .tools {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.thumb_vertical .date {
	color: #7c7c7c;
	font-size: 12px;
	margin-bottom: 5px;
}

.th {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 151.32%;
	height: 100%;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.th:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
	.th:after {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 1025px) {
	.th:hover:after,
	.th:hover .tools {
		opacity: 1;
		visibility: visible;
	}
	.th:hover .tools {
		transform: translate3d(0, 0, 0);
	}
}

.th img {
	position: absolute;
	left: 50%;
	height: 100%;
	width: auto;
	transform: translateX(-50%);
}

.th .tools {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px;
	z-index: 2;
	font-weight: 300;
	line-height: 1.4;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1024px) {
	.th .tools {
		opacity: 1;
		visibility: hidden;
		transform: translate3d(0, 0, 0);
	}
	.th .tools:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
	}
}

.th .date {
	color: #7c7c7c;
	font-size: 12px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
	.th .date {
		background: #000;
		color: #fff;
		padding: 2px 14px;
		margin-left: -14px;
		display: inline-block;
		vertical-align: top;
	}
}

.box_list {
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	background-color: #fff;
	padding: 18px 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.box_list .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0 18px;
}

.box_list .hold {
	position: relative;
	flex-shrink: 1;
	flex-grow: 1;
	min-height: 1px;
}

.box_list span {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

.box_list em {
	flex-shrink: 0;
	flex-grow: 0;
	color: #898989;
	font-size: 12px;
	font-weight: 300;
	margin-left: 5px;
}

.nano {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 479px) {
	.nano {
		height: 240px;
		position: relative;
	}
}

.nano.list {
	counter-reset: custom;
}

.nano.list a:before {
	flex-shrink: 0;
	flex-grow: 0;
	content: "" counter(custom) ". ";
	counter-increment: custom;
	font-size: 12px;
	font-weight: 300;
	margin-right: 2px;
	min-width: 14px;
}

.nano .item {
	color: #898989;
	margin-bottom: 10px;
	padding: 0 18px;
}

.nano .item:last-child {
	margin-bottom: 0;
}

.nano .item a {
	color: #000;
	display: flex;
	padding: 5px 0;
	align-items: flex-end;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	position: relative;
}

.nano .item a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d40d21;
	height: 3px;
	transform: translate3d(0, 3px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (min-width: 1025px) {
	.nano .item a:hover {
		color: #d40d21;
	}
	.nano .item a:hover:after {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
	.nano .item a:hover em {
		color: #d40d21;
	}
}

.nano > .nano-content {
	padding: 0;
}

.nano > .nano-pane {
	background: transparent;
	width: 6px;
	right: 4px;
}

.nano > .nano-pane > .nano-slider {
	border-radius: 2px;
	background-color: #bababa;
}

.spots_main {
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	overflow: hidden;
	background-color: #eae5e7;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding-bottom: 151.32%;
}

.spots_main .title {
	color: #898989;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	height: 25%;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 568px) {
	.spots_main .title {
		padding: 10px 0;
	}
}

.spots_main .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.spots_main .spot {
	padding-bottom: 83.333%;
	position: relative;
	transform: translate3d(0, -50%, 0);
	top: 50%;
	left: 0;
	right: 0;
}

.spots_main .inner {
	position: absolute;
	width: 240px;
	height: 200px;
}

.content_mark {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -2px;
	padding: 0 18px;
}

.item_mark {
	font-size: 12px;
	padding: 5px 2px;
}

.item_mark a {
	border-radius: 10px;
	background-color: #eae5e7;
	display: inline-block;
	vertical-align: top;
	padding: 8px 10px;
	color: #7c7c7c;
}

@media screen and (min-width: 1025px) {
	.item_mark a:hover {
		background-color: #d40d21;
		color: #fff;
	}
}

.box_post {
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	background-color: #fff;
	padding: 18px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.box_post .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 0;
}

.box_post .post {
	color: #838383;
	flex-shrink: 0;
	flex-grow: 0;
	line-height: 1.4;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/* autoprefixer: off */
}

.box_post a {
	color: #d40d21;
}

@media screen and (min-width: 1025px) {
	.box_post a:hover {
		text-decoration: underline;
	}
}

.box_post .wrap_image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 106%;
}

.box_post img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.spot_container {
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	background-color: #eae5e7;
	padding: 20px 40px 5px;
}

@media screen and (max-width: 1024px) {
	.spot_container {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.spot_container {
		padding: 20px 0 0;
	}
}

.spot_container .wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.spot_container .wrap {
		justify-content: space-around;
	}
}

.spot_container .title {
	text-transform: uppercase;
	color: #898989;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1680px) {
	.spot_container .item:last-child {
		display: none;
	}
}

@media screen and (max-width: 1440px) {
	.spot_container .item:first-child {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.spot_container .item:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.spot_container .item:nth-child(2) {
		display: none;
	}
}

.wrap_thumbs {
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	background-color: #eae5e7;
	padding: 45px;
}

@media screen and (max-width: 860px) {
	.wrap_thumbs {
		padding: 25px;
	}
}

.list_thumbs {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

@media screen and (max-width: 860px) {
	.list_thumbs {
		margin: -10px;
	}
}

.box_thumb {
	padding: 15px;
	width: 16.666%;
}

@media screen and (max-width: 860px) {
	.box_thumb {
		width: 33.333%;
		padding: 10px;
	}
}

@media screen and (max-width: 568px) {
	.box_thumb {
		width: 50%;
	}
}

.item_thumb {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: 100%;
}

@media screen and (min-width: 1025px) {
	.item_thumb:hover:after,
	.item_thumb:hover .tools {
		opacity: 1;
		visibility: visible;
	}
	.item_thumb:hover .tools {
		transform: translate3d(0, 0, 0);
	}
}

.item_thumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.item_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.item_thumb .tools {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px;
	z-index: 2;
	font-weight: 300;
	line-height: 1.4;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.item_thumb .date {
	color: #7c7c7c;
	font-size: 12px;
	margin-bottom: 5px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.pagination .item {
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 5px;
}

@media screen and (max-width: 860px) {
	.pagination .item {
		display: none;
	}
}

.pagination .item:last-child {
	margin-right: 0;
}

@media screen and (max-width: 860px) {
	.pagination .item.active {
		display: block;
	}
}

.pagination .item.active a {
	background-color: #eae5e7;
	color: #000;
	box-shadow: none;
}

@media screen and (max-width: 860px) {
	.pagination .item.pager {
		display: block;
	}
}

.pagination .item.pager a {
	padding: 0 15px;
}

.pagination .item.dots a {
	background: none;
	box-shadow: none;
	color: #7c7c7c;
}

.pagination a {
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7c7c7c;
	padding: 0 5px;
	border-radius: 10px;
	background-color: #fff;
	transition: background .3s, color .3s, box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.pagination a:hover {
		background-color: #d40d21;
		color: #fff;
		box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	}
}

.pagination span,
.pagination i {
	padding: 0 5px;
}

.wrap_load {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.btn_more {
	border-radius: 10px;
	background-color: #fff;
	max-width: 180px;
	width: 100%;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #7c7c7c;
	padding: 10px;
	display: block;
	transition: background .3s, color .3s, box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.btn_more:hover {
		background-color: #d40d21;
		color: #fff;
		box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	}
}

.grid_columns {
	display: flex;
	flex-wrap: wrap;
}

.grid_column {
	flex-shrink: 0;
	flex-grow: 0;
	width: 13.8%;
}

@media screen and (max-width: 960px) {
	.grid_column.hidden {
		display: none;
	}
}

.grid_column.second {
	padding: 0 10px;
	width: calc(100% - (13.8%*2));
}

@media screen and (max-width: 960px) {
	.grid_column.second {
		width: 100%;
		margin: 0;
	}
}

.sup_panel {
	margin-bottom: 6px;
}

.slide_headline {
	margin-bottom: 18px;
}

.slide_image {
	position: relative;
	text-align: center;
	background-color: #eae5e7;
	margin-bottom: 10px;
}

.slide_image img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.btn_share {
	position: absolute;
	top: 30px;
	right: 30px;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.btn_share:hover {
		color: #d40d21;
	}
}

@media screen and (max-width: 479px) {
	.btn_share {
		right: 15px;
		top: 15px;
	}
}

.btn_share i {
	font-size: 30px;
}

@media screen and (max-width: 479px) {
	.btn_share i {
		font-size: 18px;
	}
}

.slide_navigation {
	display: flex;
	margin: -5px;
	padding-bottom: 10px;
}

.slide_navigation .item {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	padding: 5px;
}

.slide_navigation .item.second {
	flex-shrink: 2;
	flex-grow: 2;
	min-width: 2px;
}

.btn_prev,
.btn_next {
	border-radius: 10px;
	background-color: #fff;
	padding: 18px;
	color: #7c7c7c;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .3s, box-shadow .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.btn_prev:hover,
	.btn_next:hover {
		background-color: #53b000;
		color: #fff;
		box-shadow: 0 6px 8px rgba(74, 156, 1, 0.3);
	}
}

.btn_prev span,
.btn_next span {
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0 5px;
}

@media screen and (max-width: 479px) {
	.btn_prev span,
	.btn_next span {
		display: none;
	}
}

.btn_prev i,
.btn_next i {
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 10px;
}

.btn_join {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .6px;
	color: #fff;
	height: 100%;
	border-radius: 10px;
	background-color: #53b000;
	transition: background-color .3s, box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.btn_join:hover {
		background-color: #4a9c01;
		box-shadow: 0 6px 8px rgba(74, 156, 1, 0.3);
	}
}

@media screen and (max-width: 479px) {
	.btn_join {
		font-size: 16px;
	}
}

.slide_tools {
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.02);
	border-radius: 10px;
	background-color: #eae5e7;
	padding: 20px;
}

.slide_panel {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d0d2;
	display: flex;
}

@media screen and (max-width: 757px) {
	.slide_panel {
		flex-direction: column;
	}
}

.rating_container {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 20px;
}

@media screen and (max-width: 757px) {
	.rating_container {
		justify-content: center;
		margin: 0 0 20px;
	}
}

.group_buttons {
	margin: -2px;
	display: flex;
}

.rate_btn {
	padding: 2px;
	color: #7c7c7c;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.rate_btn:hover.like {
		color: #53b000;
	}
	.rate_btn:hover.dislike {
		color: #d40d21;
	}
}

.rate_btn i {
	font-size: 40px;
}

@media screen and (max-width: 479px) {
	.rate_btn i {
		font-size: 30px;
	}
}

.rating {
	width: 120px;
	margin-left: 10px;
	flex-shrink: 0;
	flex-grow: 0;
}

.rating .views {
	font-size: 16px;
	margin-bottom: 3px;
	color: #000;
	font-weight: 500;
}

@media screen and (max-width: 479px) {
	.rating .views {
		font-size: 14px;
	}
}

.scale_holder {
	height: 3px;
	border-radius: 2px;
	background-color: #d2cccf;
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
}

.scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	background-color: #53b000;
	border-radius: 2px;
}

.rate_bottom {
	color: #7c7c7c;
	font-size: 12px;
}

@media screen and (max-width: 479px) {
	.rate_bottom {
		font-size: 11px;
	}
}

.tabs {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: -3px;
}

@media screen and (max-width: 757px) {
	.tabs {
		justify-content: stretch;
		flex-wrap: wrap;
	}
}

.btn_tab {
	text-transform: uppercase;
	font-weight: 500;
	padding: 3px;
}

@media screen and (max-width: 757px) {
	.btn_tab {
		flex-shrink: 1;
		flex-grow: 1;
		min-width: 1px;
	}
}

@media screen and (max-width: 479px) {
	.btn_tab {
		font-size: 11px;
	}
}

.btn_tab:last-child {
	margin-right: 0;
}

.btn_tab.active a {
	box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	background-color: #d40d21;
	color: #fff;
}

.btn_tab a {
	border-radius: 10px;
	background-color: #fff;
	color: #7c7c7c;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

@media screen and (max-width: 757px) {
	.btn_tab a {
		justify-content: center;
		padding: 10px;
	}
}

.btn_tab i {
	font-size: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 8px;
}

@media screen and (max-width: 479px) {
	.btn_tab i {
		font-size: 14px;
	}
}

.tab_content {
	display: none;
}

.tab_content.selected {
	display: block;
}

.tab_content .row {
	margin-bottom: 22px;
}

.tab_content .row:last-child {
	margin-bottom: 0;
}

.tab_content .description {
	color: #838383;
	line-height: 1.4;
	letter-spacing: 0.35px;
}

.tab_content .description a {
	color: #d40d21;
}

@media screen and (min-width: 1025px) {
	.tab_content .description a:hover {
		text-decoration: underline;
	}
}

.list_tools {
	display: flex;
	flex-wrap: wrap;
	color: #7c7c7c;
	margin: -5px -14px;
}

.list_tools .col {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 14px;
}

.list_tools span {
	padding: 6px 0;
	margin-right: 10px;
	flex-shrink: 0;
	flex-grow: 0;
}

.list_tools .wrap {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	display: flex;
	flex-wrap: wrap;
	margin: -2px;
}

.list_tools .item {
	padding: 2px;
}

.list_tools a {
	font-size: 12px;
	color: #7c7c7c;
	display: block;
	padding: 8px 20px;
	border-radius: 10px;
	background-color: #fff;
	transition: background-color .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.list_tools a:hover {
		background-color: #d40d21;
		color: #fff;
	}
}

.spot_large {
	display: flex;
	justify-content: center;
}

.spot_large img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.form_comments .title {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.form_comments .row {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

.form_comments .row:first-child {
	margin-top: 0;
}

.form_comments .avatar {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
	background-color: #fff;
}

.form_comments .avatar img {
	width: 100%;
	height: auto;
	display: block;
}

.form_comments .avatar i {
	color: #707c82;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.form_comments .content {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

.form_comments .sup {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.2;
	color: #7c7c7c;
	display: flex;
}

@media screen and (max-width: 479px) {
	.form_comments .sup {
		font-size: 13px;
	}
}

.form_comments .name {
	margin-right: 8px;
	color: #d40d21;
}

@media screen and (min-width: 1025px) {
	.form_comments .name:hover {
		text-decoration: underline;
	}
}

.form_comments .date {
	display: flex;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	color: #7c7c7c;
	align-items: center;
}

.form_comments .post {
	color: #7c7c7c;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 479px) {
	.form_comments .post {
		font-size: 13px;
	}
}

.form_comments .input {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 1px;
	height: 40px;
	padding: 12px 20px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	border: none;
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
}

.form_comments .textarea {
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 1px;
	border: none;
	border-radius: 10px;
	background-color: #fff;
	resize: none;
	padding: 12px 20px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	height: 90px;
	width: 100%;
}

@media screen and (max-width: 479px) {
	.form_comments .textarea {
		padding: 10px;
	}
}

.form_comments .btn_comment {
	margin: 0;
	min-width: 96px;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 10px;
	background-color: #d40d21;
	box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	color: #fff;
	text-transform: uppercase;
}

@media screen and (max-width: 860px) {
	.form_comments .btn_comment {
		padding: 12px 15px;
		min-width: auto;
	}
}

.wrap_form {
	max-width: 800px;
	width: 100%;
}

.wrap_form .row {
	margin-top: 20px;
}

.wrap_form .row:first-child {
	margin-top: 0;
}

.wrap_form .columns {
	display: flex;
	max-width: 780px;
	width: 100%;
}

@media screen and (max-width: 479px) {
	.wrap_form .columns {
		flex-direction: column;
	}
}

.wrap_form .column {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

.wrap_form .column.second {
	flex-shrink: 0;
	flex-grow: 0;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 479px) {
	.wrap_form .column.second {
		margin: 10px 0 0;
	}
}

.wrap_form .input {
	max-width: 390px;
	width: 100%;
}

.report_columns {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 860px) {
	.report_columns {
		flex-direction: column;
	}
}

.report_columns .radio_input {
	display: none;
}

.report_columns .radio_input:checked + .label:before {
	background-color: #d40d21;
}

.report_columns .radio_input:checked + .label:after {
	display: block;
}

.report_columns .label {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	padding-left: 26px;
	position: relative;
	cursor: pointer;
}

.report_columns .label:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.report_columns .label:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
	display: none;
}

.report_columns .textarea {
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 1px;
	border: none;
	border-radius: 10px;
	background-color: #fff;
	resize: none;
	padding: 12px 20px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	height: 90px;
	width: 100%;
	max-width: 580px;
}

@media screen and (max-width: 479px) {
	.report_columns .textarea {
		padding: 10px;
	}
}

.report_column {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 68px;
}

@media screen and (max-width: 767px) {
	.report_column {
		width: 100%;
		margin: 0;
		order: 2;
	}
}

.report_column.second {
	margin: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 1px;
}

@media screen and (max-width: 767px) {
	.report_column.second {
		order: 1;
		margin-bottom: 20px;
	}
}

.report_column .wrap {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.report_column .wrap {
		flex-direction: column;
	}
}

.report_column .row {
	margin: 16px 0 0;
}

.report_column .row:first-child {
	margin: 0;
}

.report_column .bottom_panel {
	margin-top: 35px;
}

@media screen and (max-width: 479px) {
	.report_column .bottom_panel {
		margin-top: 20px;
	}
}

.report_column .button_send {
	margin: 0;
	min-width: 100px;
	padding: 12px 10px;
	border: none;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 10px;
	background-color: #d40d21;
	box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	color: #fff;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.report_column .button_send {
		font-size: 14px;
		padding: 12px 15px;
		min-width: auto;
	}
}

.slide_grid {
	margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
	.slide_grid {
		display: flex;
		align-items: flex-start;
		margin: -3px;
		padding-bottom: 20px;
	}
}

.slide_grid .wrapped {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -5px 0;
}

@media screen and (max-width: 960px) {
	.slide_grid .wrapped {
		width: 66.666%;
		flex-shrink: 2;
		flex-grow: 2;
		min-width: 1px;
	}
}

@media screen and (max-width: 960px) {
	.slide_grid .grid_column.aside {
		width: 33.333%;
		flex-shrink: 1;
		flex-grow: 1;
		min-width: 1px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 960px) {
	.slide_grid .thumbs_aside {
		margin: 0;
	}
}

@media screen and (max-width: 960px) {
	.slide_grid .thumb_vertical {
		padding: 0 0 5px;
		display: none;
	}
	.slide_grid .thumb_vertical:last-child {
		padding-bottom: 0;
	}
	.slide_grid .thumb_vertical:nth-child(-n+5) {
		display: block;
	}
}

.slide_item {
	padding: 0 5px 5px 0;
	width: 20%;
}

@media screen and (max-width: 960px) {
	.slide_item {
		width: 50%;
	}
}

.slide_item a {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 151.32%;
}

@media screen and (min-width: 1025px) {
	.slide_item a:hover:after {
		opacity: 1;
		visibility: visible;
	}
	.slide_item a:hover i {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
		visibility: visible;
	}
}

.slide_item a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.slide_item img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.slide_item i {
	font-size: 60px;
	color: whitesmoke;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate3d(-50%, -50%, 0) scale(0.4);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.scrollup {
	position: fixed;
	bottom: 275px;
	right: 30px;
	width: 60px;
	height: 60px;
	z-index: 99;
	box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	background-color: #d40d21;
	color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -20px, 0);
	transition: transform .6s, opacity .6s, visibility .6s;
}

@media screen and (max-width: 860px) {
	.scrollup {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

.scrollup.show {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.scrollup i {
	font-size: 20px;
}

@media screen and (max-width: 860px) {
	.scrollup i {
		font-size: 12px;
	}
}

.footer {
	display: table-row;
	height: 1px;
}

.footer .holder {
	margin-top: 50px;
	background-color: #eae5e7;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.footer .holder {
		margin-top: 40px;
	}
}

.footer_logo {
	display: flex;
	justify-content: center;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0;
	max-width: 900px;
	width: 100%;
}

.nav .item {
	font-weight: 500;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	display: flex;
	justify-content: center;
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.nav .item {
		width: 33.333%;
	}
}

@media screen and (max-width: 479px) {
	.nav .item {
		width: 50%;
	}
}

.nav .item.active a {
	color: #d40d21;
}

.nav .item.active a:after {
	transform: translate3d(0, -3px, 0);
}

.nav a {
	color: #000;
	transition: color .3s;
	position: relative;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	.nav a:hover {
		color: #d40d21;
	}
	.nav a:hover:after {
		transform: translate3d(0, -3px, 0);
	}
}

.nav a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #d40d21;
	transform: translate3d(0, 0, 0);
	transition: transform .3s;
}

.subscribe_box {
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	max-width: 790px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.subscribe_box {
		flex-direction: column;
		align-items: stretch;
	}
}

.subscribe_box .text {
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.subscribe_box .text {
		margin: 0 0 10px;
	}
}

.subscribe_box .wrap {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

.subscribe_box .columns {
	display: flex;
}

.subscribe_box .input {
	border-radius: 10px;
	background-color: #fff;
	border: none;
	padding: 12px 14px;
	width: 100%;
	height: 40px;
	max-width: 390px;
	font-family: 'Poppins', sans-serif;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

@media screen and (max-width: 767px) {
	.subscribe_box .input {
		max-width: 100%;
	}
}

.subscribe_box .btn {
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 10px;
	box-shadow: 0 6px 8px rgba(212, 13, 33, 0.16);
	border-radius: 10px;
	background-color: #d40d21;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.copy {
	margin-top: 30px;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	color: #898989;
	font-weight: 300;
}

.copy > * {
	margin-top: 10px;
}

.copy > *:first-child {
	margin-top: 0;
}
