/*//////////////////////////////////////////*/
/* Reset styles */
/*//////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, i{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
}
ol, ul{
	list-style:none;
}
caption{
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}
a img{
	border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
}
/** ==|== Responsive =============================================================
	Author: James Jackson-South
	twitter : http://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	website : http://responsivebp.com/
	Copyright (c),  James Jackson-South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v4.1.3 | MIT License | responsivebp.com */

/*//////////////////////////////////////////*/
/* Reset */
/*//////////////////////////////////////////*/

*,
:before,
:after{
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}

/*//////////////////////////////////////////*/
/* Container */
/*//////////////////////////////////////////*/

.container {
	width: 100%;
	max-width: 1200px;
	position:relative;
	margin: 0 auto;
	z-index:15;
}
.container_full {
	width: 100%;
	position:relative;
	z-index:15;
}

/*//////////////////////////////////////////*/
/* Rows and gutters */
/*//////////////////////////////////////////*/

.row,
[class*="block_row_"] {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.no_gutter {
	margin: 0;
}
.no_gutter [class*="block_row_"] {
	display: block;
	padding: 0;
	list-style: none;
}
[class*=col_],
[class*="block_row_"] > * {
	padding: 0 15px;
	width: 100%;
}
[class*=col_][class*=offset],
[class*=col_][class*=push],
[class*=col_][class*=pull] {
	position: relative;
}
[class*="block_row_"].no_gutter > *,
.no_gutter > [class*=col_] {
	padding: 0;
}

/*//////////////////////////////////////////*/
/* XXS — Screen less than 600px */
/*//////////////////////////////////////////*/

.col_xxs_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
.offset_xxs_1 { margin-left: 8.33333%; }
.push_xxs_1 { left: 8.33333%; }
.pull_xxs_1 { right: 8.33333%; }
.col_xxs_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
.offset_xxs_2 { margin-left: 16.66667%; }
.push_xxs_2 { left: 16.66667%; }
.pull_xxs_2 { right: 16.66667%; }
.col_xxs_3 { max-width: 25%; flex: 0 0 25%; }
.offset_xxs_3 { margin-left: 25%; }
.push_xxs_3 { left: 25%; }
.pull_xxs_3 { right: 25%; }
.col_xxs_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
.offset_xxs_4 { margin-left: 33.33333%; }
.push_xxs_4 { left: 33.33333%; }
.pull_xxs_4 { right: 33.33333%; }
.col_xxs_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
.offset_xxs_5 { margin-left: 41.66667%; }
.push_xxs_5 { left: 41.66667%; }
.pull_xxs_5 { right: 41.66667%; }
.col_xxs_6 { max-width: 50%; flex: 0 0 50%; }
.offset_xxs_6 { margin-left: 50%; }
.push_xxs_6 { left: 50%; }
.pull_xxs_6 { right: 50%; }
.col_xxs_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
.offset_xxs_7 { margin-left: 58.33333%; }
.push_xxs_7 { left: 58.33333%; }
.pull_xxs_7 { right: 58.33333%; }
.col_xxs_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
.offset_xxs_8 { margin-left: 66.66667%; }
.push_xxs_8 { left: 66.66667%; }
.pull_xxs_8 { right: 66.66667%; }
.col_xxs_9 { max-width: 75%; flex: 0 0 75%; }
.offset_xxs_9 { margin-left: 75%; }
.push_xxs_9 { left: 75%; }
.pull_xxs_9 { right: 75%; }
.col_xxs_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
.offset_xxs_10 { margin-left: 83.33333%; }
.push_xxs_10 { left: 83.33333%; }
.pull_xxs_10 { right: 83.33333%; }
.col_xxs_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
.offset_xxs_11 { margin-left: 91.66667%; }
.push_xxs_11 { left: 91.66667%; }
.pull_xxs_11 { right: 91.66667%; }
.col_xxs_12 { max-width: 100%; flex: 0 0 100%; }
.offset_xxs_12 { margin-left: 100%; }
.push_xxs_12 { left: 100%; }
.pull_xxs_12 { right: 100%; }

.block_row_xxs_1>* { flex: 0 0 100%; }
.block_row_xxs_2>* { flex: 0 0 50%; }
.block_row_xxs_3>* { flex: 0 0 33.33333%; }
.block_row_xxs_4>* { flex: 0 0 25%; }
.block_row_xxs_5>* { flex: 0 0 20%; }
.block_row_xxs_6>* { flex: 0 0 16.66667%; }
.block_row_xxs_7>* { flex: 0 0 14.28571%; }
.block_row_xxs_8>* { flex: 0 0 12.5%; }
.block_row_xxs_9>* { flex: 0 0 11.11111%; }
.block_row_xxs_10>* { flex: 0 0 10%; }
.block_row_xxs_11>* { flex: 0 0 9.09091%; }
.block_row_xxs_12>* { flex: 0 0 8.33333%; }

/*//////////////////////////////////////////*/
/* XS — Screen between 600px and 800px */
/*//////////////////////////////////////////*/

@media (min-width: 600px) {

	.col_xs_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_xs_1 { margin-left: 8.33333%; }
	.push_xs_1 { left: 8.33333%; }
	.pull_xs_1 { right: 8.33333%; }
	.col_xs_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_xs_2 { margin-left: 16.66667%; }
	.push_xs_2 { left: 16.66667%; }
	.pull_xs_2 { right: 16.66667%; }
	.col_xs_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_xs_3 { margin-left: 25%; }
	.push_xs_3 { left: 25%; }
	.pull_xs_3 { right: 25%; }
	.col_xs_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_xs_4 { margin-left: 33.33333%; }
	.push_xs_4 { left: 33.33333%; }
	.pull_xs_4 { right: 33.33333%; }
	.col_xs_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_xs_5 { margin-left: 41.66667%; }
	.push_xs_5 { left: 41.66667%; }
	.pull_xs_5 { right: 41.66667%; }
	.col_xs_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_xs_6 { margin-left: 50%; }
	.push_xs_6 { left: 50%; }
	.pull_xs_6 { right: 50%; }
	.col_xs_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_xs_7 { margin-left: 58.33333%; }
	.push_xs_7 { left: 58.33333%; }
	.pull_xs_7 { right: 58.33333%; }
	.col_xs_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_xs_8 { margin-left: 66.66667%; }
	.push_xs_8 { left: 66.66667%; }
	.pull_xs_8 { right: 66.66667%; }
	.col_xs_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_xs_9 { margin-left: 75%; }
	.push_xs_9 { left: 75%; }
	.pull_xs_9 { right: 75%; }
	.col_xs_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_xs_10 { margin-left: 83.33333%; }
	.push_xs_10 { left: 83.33333%; }
	.pull_xs_10 { right: 83.33333%; }
	.col_xs_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_xs_11 { margin-left: 91.66667%; }
	.push_xs_11 { left: 91.66667%; }
	.pull_xs_11 { right: 91.66667%; }
	.col_xs_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_xs_12 { margin-left: 100%; }
	.push_xs_12 { left: 100%; }
	.pull_xs_12 { right: 100%; }

	.block_row_xs_1>* { flex: 0 0 100%; }
	.block_row_xs_2>* { flex: 0 0 50%; }
	.block_row_xs_3>* { flex: 0 0 33.33333%; }
	.block_row_xs_4>* { flex: 0 0 25%; }
	.block_row_xs_5>* { flex: 0 0 20%; }
	.block_row_xs_6>* { flex: 0 0 16.66667%; }
	.block_row_xs_7>* { flex: 0 0 14.28571%; }
	.block_row_xs_8>* { flex: 0 0 12.5%; }
	.block_row_xs_9>* { flex: 0 0 11.11111%; }
	.block_row_xs_10>* { flex: 0 0 10%; }
	.block_row_xs_11>* { flex: 0 0 9.09091%; }
	.block_row_xs_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* S — Screen between 800px and 1000px */
/*//////////////////////////////////////////*/

@media (min-width: 800px) {

	.col_s_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_s_1 { margin-left: 8.33333%; }
	.push_s_1 { left: 8.33333%; }
	.pull_s_1 { right: 8.33333%; }
	.col_s_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_s_2 { margin-left: 16.66667%; }
	.push_s_2 { left: 16.66667%; }
	.pull_s_2 { right: 16.66667%; }
	.col_s_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_s_3 { margin-left: 25%; }
	.push_s_3 { left: 25%; }
	.pull_s_3 { right: 25%; }
	.col_s_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_s_4 { margin-left: 33.33333%; }
	.push_s_4 { left: 33.33333%; }
	.pull_s_4 { right: 33.33333%; }
	.col_s_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_s_5 { margin-left: 41.66667%; }
	.push_s_5 { left: 41.66667%; }
	.pull_s_5 { right: 41.66667%; }
	.col_s_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_s_6 { margin-left: 50%; }
	.push_s_6 { left: 50%; }
	.pull_s_6 { right: 50%; }
	.col_s_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_s_7 { margin-left: 58.33333%; }
	.push_s_7 { left: 58.33333%; }
	.pull_s_7 { right: 58.33333%; }
	.col_s_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_s_8 { margin-left: 66.66667%; }
	.push_s_8 { left: 66.66667%; }
	.pull_s_8 { right: 66.66667%; }
	.col_s_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_s_9 { margin-left: 75%; }
	.push_s_9 { left: 75%; }
	.pull_s_9 { right: 75%; }
	.col_s_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_s_10 { margin-left: 83.33333%; }
	.push_s_10 { left: 83.33333%; }
	.pull_s_10 { right: 83.33333%; }
	.col_s_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_s_11 { margin-left: 91.66667%; }
	.push_s_11 { left: 91.66667%; }
	.pull_s_11 { right: 91.66667%; }
	.col_s_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_s_12 { margin-left: 100%; }
	.push_s_12 { left: 100%; }
	.pull_s_12 { right: 100%; }

	.block_row_s_1>* { flex: 0 0 100%; }
	.block_row_s_2>* { flex: 0 0 50%; }
	.block_row_s_3>* { flex: 0 0 33.33333%; }
	.block_row_s_4>* { flex: 0 0 25%; }
	.block_row_s_5>* { flex: 0 0 20%; }
	.block_row_s_6>* { flex: 0 0 16.66667%; }
	.block_row_s_7>* { flex: 0 0 14.28571%; }
	.block_row_s_8>* { flex: 0 0 12.5%; }
	.block_row_s_9>* { flex: 0 0 11.11111%; }
	.block_row_s_10>* { flex: 0 0 10%; }
	.block_row_s_11>* { flex: 0 0 9.09091%; }
	.block_row_s_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* M — Screen between 1000px and 1200px */
/*//////////////////////////////////////////*/

@media (min-width: 1000px) {

	.col_m_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_m_1 { margin-left: 8.33333%; }
	.push_m_1 { left: 8.33333%; }
	.pull_m_1 { right: 8.33333%; }
	.col_m_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_m_2 { margin-left: 16.66667%; }
	.push_m_2 { left: 16.66667%; }
	.pull_m_2 { right: 16.66667%; }
	.col_m_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_m_3 { margin-left: 25%; }
	.push_m_3 { left: 25%; }
	.pull_m_3 { right: 25%; }
	.col_m_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_m_4 { margin-left: 33.33333%; }
	.push_m_4 { left: 33.33333%; }
	.pull_m_4 { right: 33.33333%; }
	.col_m_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_m_5 { margin-left: 41.66667%; }
	.push_m_5 { left: 41.66667%; }
	.pull_m_5 { right: 41.66667%; }
	.col_m_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_m_6 { margin-left: 50%; }
	.push_m_6 { left: 50%; }
	.pull_m_6 { right: 50%; }
	.col_m_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_m_7 { margin-left: 58.33333%; }
	.push_m_7 { left: 58.33333%; }
	.pull_m_7 { right: 58.33333%; }
	.col_m_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_m_8 { margin-left: 66.66667%; }
	.push_m_8 { left: 66.66667%; }
	.pull_m_8 { right: 66.66667%; }
	.col_m_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_m_9 { margin-left: 75%; }
	.push_m_9 { left: 75%; }
	.pull_m_9 { right: 75%; }
	.col_m_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_m_10 { margin-left: 83.33333%; }
	.push_m_10 { left: 83.33333%; }
	.pull_m_10 { right: 83.33333%; }
	.col_m_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_m_11 { margin-left: 91.66667%; }
	.push_m_11 { left: 91.66667%; }
	.pull_m_11 { right: 91.66667%; }
	.col_m_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_m_12 { margin-left: 100%; }
	.push_m_12 { left: 100%; }
	.pull_m_12 { right: 100%; }

	.block_row_m_1>* { flex: 0 0 100%; }
	.block_row_m_2>* { flex: 0 0 50%; }
	.block_row_m_3>* { flex: 0 0 33.33333%; }
	.block_row_m_4>* { flex: 0 0 25%; }
	.block_row_m_5>* { flex: 0 0 20%; }
	.block_row_m_6>* { flex: 0 0 16.66667%; }
	.block_row_m_7>* { flex: 0 0 14.28571%; }
	.block_row_m_8>* { flex: 0 0 12.5%; }
	.block_row_m_9>* { flex: 0 0 11.11111%; }
	.block_row_m_10>* { flex: 0 0 10%; }
	.block_row_m_11>* { flex: 0 0 9.09091%; }
	.block_row_m_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* L — Screen more than 1200px */
/*//////////////////////////////////////////*/

@media (min-width: 1200px) {

	.col_l_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_l_1 { margin-left: 8.33333%; }
	.push_l_1 { left: 8.33333%; }
	.pull_l_1 { right: 8.33333%; }
	.col_l_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_l_2 { margin-left: 16.66667%; }
	.push_l_2 { left: 16.66667%; }
	.pull_l_2 { right: 16.66667%; }
	.col_l_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_l_3 { margin-left: 25%; }
	.push_l_3 { left: 25%; }
	.pull_l_3 { right: 25%; }
	.col_l_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_l_4 { margin-left: 33.33333%; }
	.push_l_4 { left: 33.33333%; }
	.pull_l_4 { right: 33.33333%; }
	.col_l_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_l_5 { margin-left: 41.66667%; }
	.push_l_5 { left: 41.66667%; }
	.pull_l_5 { right: 41.66667%; }
	.col_l_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_l_6 { margin-left: 50%; }
	.push_l_6 { left: 50%; }
	.pull_l_6 { right: 50%; }
	.col_l_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_l_7 { margin-left: 58.33333%; }
	.push_l_7 { left: 58.33333%; }
	.pull_l_7 { right: 58.33333%; }
	.col_l_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_l_8 { margin-left: 66.66667%; }
	.push_l_8 { left: 66.66667%; }
	.pull_l_8 { right: 66.66667%; }
	.col_l_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_l_9 { margin-left: 75%; }
	.push_l_9 { left: 75%; }
	.pull_l_9 { right: 75%; }
	.col_l_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_l_10 { margin-left: 83.33333%; }
	.push_l_10 { left: 83.33333%; }
	.pull_l_10 { right: 83.33333%; }
	.col_l_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_l_11 { margin-left: 91.66667%; }
	.push_l_11 { left: 91.66667%; }
	.pull_l_11 { right: 91.66667%; }
	.col_l_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_l_12 { margin-left: 100%; }
	.push_l_12 { left: 100%; }
	.pull_l_12 { right: 100%; }

	.block_row_l_1>* { flex: 0 0 100%; }
	.block_row_l_2>* { flex: 0 0 50%; }
	.block_row_l_3>* { flex: 0 0 33.33333%; }
	.block_row_l_4>* { flex: 0 0 25%; }
	.block_row_l_5>* { flex: 0 0 20%; }
	.block_row_l_6>* { flex: 0 0 16.66667%; }
	.block_row_l_7>* { flex: 0 0 14.28571%; }
	.block_row_l_8>* { flex: 0 0 12.5%; }
	.block_row_l_9>* { flex: 0 0 11.11111%; }
	.block_row_l_10>* { flex: 0 0 10%; }
	.block_row_l_11>* { flex: 0 0 9.09091%; }
	.block_row_l_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* Hide elements */
/*//////////////////////////////////////////*/

@media (max-width:599px) {
	.hide_xxs{
		display:none !important;
	}
}
@media (max-width:799px) and (min-width:600px) {
	.hide_xs{
		display:none !important;
	}
}
@media (max-width:999px) and (min-width:800px) {
	.hide_s{
		display:none !important;
	}
}
@media (max-width:1199px) and (min-width:1000px) {
	.hide_m{
		display:none !important;
	}
}
@media (min-width:1200px) {
	.hide_l{
		display:none !important;
	}
}

/*//////////////////////////////////////////*/
/* Text align */
/*//////////////////////////////////////////*/

@media (max-width:599px) {
	.txt_xxs_ac{ text-align: center !important; }
	.txt_xxs_al{ text-align: left !important; }
	.txt_xxs_ar{ text-align: right !important; }
}
@media (max-width:799px) and (min-width:600px) {
	.txt_xs_ac{ text-align: center !important; }
	.txt_xs_al{ text-align: left !important; }
	.txt_xs_ar{ text-align: right !important; }
}
@media (max-width:999px) and (min-width:800px) {
	.txt_s_ac{ text-align: center !important; }
	.txt_s_al{ text-align: left !important; }
	.txt_s_ar{ text-align: right !important; }
}
@media (max-width:1199px) and (min-width:1000px) {
	.txt_m_ac{ text-align: center !important; }
	.txt_m_al{ text-align: left !important; }
	.txt_m_ar{ text-align: right !important; }
}
@media (min-width:1200px) {
	.txt_l_ac{ text-align: center !important; }
	.txt_l_al{ text-align: left !important; }
	.txt_l_ar{ text-align: right !important; }
}

/*//////////////////////////////////////////*/
/* Fix float */
/*//////////////////////////////////////////*/

.row:after{
	content:'';
	display:table;
	clear:both;
	float:none;
}
/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.6.1
 * (c) 2012-2017 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */

.tpd-tooltip {
	position: absolute;
}
.tpd-tooltip {
	box-sizing: content-box;
}
.tpd-tooltip [class^="tpd-"] {
	box-sizing: inherit;
}

/*//////////////////////////////////////////*/
/* Content */
/*//////////////////////////////////////////*/

.tpd-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
	float: left;
	position: relative;
}
.tpd-content-relative {
	width: 100%;
}
.tpd-content {
	float: left;
	clear: both;
	position: relative;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	max-width:225px;
	box-sizing: border-box !important;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content {
	padding-right: 0 !important;
}
.tpd-tooltip .tpd-content-no-padding {
	padding: 0 !important;
}
.tpd-content hr{
	width:50%;
	height:1px;
	padding:0;
	margin:5px auto;
	border:0;
}

/*//////////////////////////////////////////*/
/* Skin */
/*//////////////////////////////////////////*/

.tpd-skin {
	position: absolute;
	top: 0;
	left: 0;
}
.tpd-frames {
	position: absolute;
	top: 0;
	left: 0;
}
.tpd-frames .tpd-frame {
	float: left;
	width: 100%;
	height: 100%;
	clear: both;
	display: none;
}
.tpd-visible-frame-top .tpd-frame-top { display: block; }
.tpd-visible-frame-bottom .tpd-frame-bottom { display: block; }
.tpd-visible-frame-left .tpd-frame-left { display: block; }
.tpd-visible-frame-right .tpd-frame-right { display: block; }
.tpd-backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
.tpd-background-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow {
	box-shadow: none !important;
}
.tpd-background-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
	display: none;
}
.tpd-no-stem .tpd-background-box-top {
	display: block;
}
.tpd-background-box-shift,
.tpd-background-box-shift-further {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.tpd-background {
	border-radius: 10px;
	float: left;
	clear: both;
	background: none;
	-webkit-background-clip: padding-box; /* Safari */
	background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,.1); /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}
.tpd-background-loading {
	display: none;
}
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
	border-radius: 0;
}
.tpd-background-title {
	float: left;
	clear: both;
	width: 100%;
	background-color: #232323;
}
.tpd-background-content {
	float: left;
	clear: both;
	width: 100%;
	background-color: #232323;
}
.tpd-background-border-hack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-style: solid;
}
.tpd-background-box-top { top: 0; }
.tpd-background-box-bottom { bottom: 0; }
.tpd-background-box-left { left: 0; }
.tpd-background-box-right { right: 0; }

/*//////////////////////////////////////////*/
/* Skin / Stems */
/*//////////////////////////////////////////*/

.tpd-shift-stem {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.tpd-shift-stem-side {
	position: absolute;
}
.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
	width: 100%;
}
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
	height: 100%;
}
.tpd-stem {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; /* shows possible invalid subpx rendering */
	width: 16px; /* best cross browser stem: width = 2 x height (90deg angle) */
	height: 8px;
	margin-left: 3px; /* space from the side */
	margin-top: 2px; /* space between target and stem */
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 100;
}
/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
	margin: 0 !important;
}
.tpd-stem-spacer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer {
	margin-top: 0;
}
.tpd-stem-point {
	width: 100px;
	position: absolute;
	top: 0;
	left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	position: relative;
}
.tpd-stem-side {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.tpd-stem-side-inversed {
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1);
}
.tpd-stem-triangle {
	width: 0;
	height: 0;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-left-style: solid;
	position: absolute;
	top: 0;
	left: 0;
}
.tpd-stem-border {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #ffffff; /* will become transparent */
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 0;
}
.tpd-stem-border-corner {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	border-right-style: solid;
	border-right-width: 0;
}

/* fixes rendering issue in IE */

.tpd-stem * {
	z-index: 0;
	zoom: 1;
}

/* used by IE < 9 */

.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tpd-stem-notransform {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
	height: 100%;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
}
.tpd-stem-notransform .tpd-stem-border-center {
	position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
	background: #ffffff;
	border: 0;
	top: auto;
	left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
	height: 0;
	border: 0;
	left: 50%;
}

/* transformations for left/right/bottom */

.tpd-stem-transform-left {
	-webkit-transform: rotate(-90deg) scale(-1,1);
	transform: rotate(-90deg) scale(-1,1);
}
.tpd-stem-transform-right {
	-webkit-transform: rotate(90deg) translate(0, -100%);
	transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
	-webkit-transform: scale(1,-1) translate(0, -100%);
	transform: scale(1,-1) translate(0, -100%);
}

/* Resets while measuring content */

.tpd-tooltip-measuring {
	top: 0;
	left: 0;
	position: absolute;
	max-width: 100%;
	width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
	display: none;
}
.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
	display: block;
}

/*//////////////////////////////////////////*/
/* Sizes */
/*//////////////////////////////////////////*/

/* medium (default) */

.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
	padding: 10px 12px;
	font-size: 12px;
	line-height: 16px;
}
.tpd-size-medium .tpd-background {
	border-radius: 5px;
}
.tpd-size-medium .tpd-stem {
	width: 16px;
	height: 8px;
	margin-left: 6px; /* space from the side */
	margin-top: 2px; /* space between target and stem */
}
.tpd-size-medium.tpd-no-radius .tpd-stem {
	margin-left: 10px;
}

/*//////////////////////////////////////////*/
/* Skins */
/*//////////////////////////////////////////*/

/* dark */

.tpd-skin-dark .tpd-content{
	color: #ffffff;
}
.tpd-skin-dark .tpd-background-content {
	background-color: #465660;
}
.tpd-skin-dark .tpd-background {
	border-width: 0;
}
.tpd-skin-dark .tpd-content hr{
	background:rgba(255, 255, 255, 0.2);
}

/* white */

.tpd-skin-white .tpd-content{
	color: #717a8f;
}
.tpd-skin-white .tpd-background-content {
	background-color: #ffffff;
}
.tpd-skin-white .tpd-background {
	border-width: 0px;
}
.tpd-skin-white .tpd-background-shadow {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.tpd-skin-white .tpd-content hr{
	background:rgba(0, 0, 0, 0.2);
}
/*//////////////////////////////////////////*/
/* Colors */
/*//////////////////////////////////////////*/

:root {
	--color-accent: #ab1e5f;			/* var(--color-accent) */
}/*//////////////////////////////////////////*/
/* Item post */
/*//////////////////////////////////////////*/

.item_post{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	min-height: calc(100% - 30px);
	background: #ffffff;
	box-shadow: 0 0 0 1px #efefef;
}
.item_post:hover{
	box-shadow: 0 5px 25px 5px #efefef;
}
.item_post .img{
	position: relative;
	background: #323232;
	padding-bottom: 70%;
}
.item_post .img.topic_4{
	background: #ffffff;
}
.item_post .img div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.item_post .img.topic_4 div{
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
}
.item_post .img span{
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: var(--color-accent);
    text-align: center;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.item_post .meta{
	padding: 15px 20px;
	border-top: 1px solid #efefef;
}
.item_post .meta h3{
	display: block;
	font-weight: 700;
	transition:all 150ms linear;
}
.item_post:hover .meta h3{
	color: var(--color-accent);
}
.item_post .meta p{
	display: block;
	padding-top: 15px;
}

/*//////////////////////////////////////////*/
/* Item issue */
/*//////////////////////////////////////////*/

.item_issue{
	display: block;
	margin-bottom: 30px;
	padding-bottom: 140%;
	background: #323232;
	color: #ffffff !important;
	position: relative;
}
.item_issue div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition:all 150ms linear;
}
.item_issue div.meta{
	z-index: 10;
}
.item_issue div.meta strong{
	display: block;
	height: 30px;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	left: 20px;
	background-image: url('../graphics/logos/300x21_white.svg');
	background-position: top;
}
.item_issue div.meta h3{
	display: block;
	font-weight: 800;
	font-size: 40px;
	padding:20px 0 5px;
	position: relative;
	z-index: 10;
}
.item_issue div.meta span{
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 10;
}
.item_issue div.img_cover{
	opacity: 0.5;
	z-index: 5;
}
.item_issue:hover div.img_cover{
	opacity: 0.3;
}
.item_issue div.more{
	background: var(--color-accent);
	font-weight: 800;
}
.item_issue:hover div.more{
	opacity: 0.8;
}/*//////////////////////////////////////////*/
/* Format TinyMCE */
/*//////////////////////////////////////////*/

.format{
	width:100%;
	font-size:18px;
	line-height:26px;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}

/* Inline elements */

.format a{
	color:var(--color-accent);
	border-bottom:1px solid var(--color-accent);
}
.format a:hover{
	border-bottom:1px solid transparent;
}
.format strong{
	font-weight:700;
}
.format em{
	font-style:italic;
}
.format sup{
	display: inline-block;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    background: #e1e1e1;
    color: #323232;
    font-weight: 700;
    vertical-align: top;
    margin: 0 0 0 2px !important;
    border-radius: 7px;
}

/* Block elements */

.format p{
	margin:30px 0;
}
.format hr{
	display:block;
	border:none;
	margin:30px auto;
	height:1px;
	width:80%;
	background:rgba(0, 0, 0, 0.1);
}

/* Custom block elements */

.format .text_accent{
	display:block;
	padding:12px 20px;
	margin:30px 0;
    background: rgba(171, 30, 95, 0.15);
    color: rgba(171, 30, 95, 0.90);
    border-radius: 5px;
	font-size: 20px;
	line-height: 28px;
}
.format .text_small{
	margin:30px 0;
	font-size:14px;
	line-height:18px;
	opacity:0.8;
	max-width:70%;
}
@media (max-width:599px) {
	.format .text_small{
		max-width:100%;
	}
}
.format .text_blockquote{
	padding:0 0 0 50px;
	border:0;
	position: relative;
}
.format .text_blockquote:before,
.format .text_blockquote:after{
	content:'';
	display: block;
	position: absolute;
}
.format .text_blockquote:before{
	width:2px;
	height:100%;
	top:0;
	left:24px;
	background: var(--color-accent);
	border-radius: 2px;
}
.format .text_blockquote:after{
	content:'';
	width:26px;
	height:26px;
	line-height:26px;
	text-align: center;
	top:calc(50% - 13px);
	left:12px;
	font-size:16px;
	color:#ffffff;
	border-radius: 13px;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-accent);
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTguNzUsMS44MnY5LjExQTYuMTYsNi4xNiwwLDAsMSwyLjUsMTdIMi4xOWEuOTMuOTMsMCwwLDEtLjk0LS45MVYxNC4yN2EuOTIuOTIsMCwwLDEsLjk0LS45MUgyLjVBMi40NywyLjQ3LDAsMCwwLDUsMTAuOTNWOC41SDEuODhBMS44NSwxLjg1LDAsMCwxLDAsNi42OFYxLjgyQTEuODUsMS44NSwwLDAsMSwxLjg4LDBoNUExLjg1LDEuODUsMCwwLDEsOC43NSwxLjgyWk0yMCwxLjgydjkuMTFBNi4xNiw2LjE2LDAsMCwxLDEzLjc1LDE3aC0uMzFhLjkzLjkzLDAsMCwxLS45NC0uOTFWMTQuMjdhLjkyLjkyLDAsMCwxLC45NC0uOTFoLjMxYTIuNDcsMi40NywwLDAsMCwyLjUtMi40M1Y4LjVIMTMuMTNhMS44NSwxLjg1LDAsMCwxLTEuODgtMS44MlYxLjgyQTEuODUsMS44NSwwLDAsMSwxMy4xMywwaDVBMS44NSwxLjg1LDAsMCwxLDIwLDEuODJaIi8+PC9zdmc+");

}
.format .text_info{
	padding:10px 10px 10px 50px;
	border:0;
	position: relative;
    color: rgba(171, 30, 95, 0.90);
	font-size: 16px;
    line-height: 24px;
    background: rgba(171, 30, 95, 0.15);
}
.format .text_info:before{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:24px;
	width:20px;
	height:24px;
	line-height:24px;
	text-align: center;
	top:calc(50% - 13px);
	left:15px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3IDE3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2FiMWU1Zjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS42NCwxNC4wOVY5LjI5SDFhLjY3LjY3LDAsMCwxLS42Ny0uNjZWN0EuNjYuNjYsMCwwLDEsMSw2LjM4SDQuN0EuNjYuNjYsMCwwLDEsNS4zNiw3djcuMDVINmEuNjYuNjYsMCwwLDEsLjY3LjY2djEuNTlBLjY3LjY3LDAsMCwxLDYsMTdIMWEuNjcuNjcsMCwwLDEtLjY3LS42NlYxNC43NUEuNjYuNjYsMCwwLDEsMSwxNC4wOVpNNS44OSwyLjM5QTIuMzksMi4zOSwwLDEsMSwzLjUsMCwyLjM5LDIuMzksMCwwLDEsNS44OSwyLjM5WiIvPjwvc3ZnPg==");
}

/* Titles */

.format h1,
.format h2,
.format h3,
.format h4,
.format h5,
.format h6{
	color:var(--color-accent);
	font-size:26px;
	line-height:30px;
	margin:30px 0 15px;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 800;
}

/* Lists */

.format ul{
	display:block;
	margin:30px 0 30px 50px;
}
.format ul li{
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
	position: relative;
}
.format ul li:before{
	content:'';
	display:block;
	width:14px;
	height:1px;
	line-height:26px;
	font-size:20px;
	text-align: right;
	background: var(--color-accent);
	position: absolute;
	top:12px;
	right: calc(100% + 10px);
}
.format ol{
	display:block;
	margin:30px 0 30px 50px;
	counter-reset: li;
}
.format ol li{
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
	position: relative;
	counter-increment: li;
}
.format ol li:before{
	content:counter(li)'.';
	display:block;
	height:26px;
	line-height:26px;
	font-size:14px;
	text-align: right;
	color:var(--color-accent);
	position: absolute;
	top:0;
	right: calc(100% + 10px);
}

/* Images */

.format img{
	display:block;
	max-width: 100%;
	height:auto;
}
.format .image{
	margin:30px 0;
	width:100%;
}
.format .image a{
	border-bottom:0;
	line-height: 0;
	display:table;
	width: auto;
    margin-left: auto;
    margin-right: auto;
}
.format .image img.size-thumbnail{
	display: inline-block;
}

/* Images with captions */

.format .wp-caption-text{
	line-height:14px;
	font-size: 12px;
	color:#ffffff;
	margin:0;
	padding:7px 10px;
	position: relative;
	background: var(--color-accent);
	margin:0;
}
.format .wp-caption-text:before{
	content:'';
	position: absolute;
	top: -10px;
	left: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent var(--color-accent) transparent;
}

/* Gallery */

.format .gallery{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:40px 0;
	font-size: 0;
	line-height: 0;
	width:100%;
	margin:40px 0;
}
.format .gallery .slick-list{
	margin:0 -5px !important;
}
.format .gallery .item{
    display:inline-block;
	position:relative;
	margin:0 5px !important;
	border:none;
	z-index: 5;
}
.format .gallery .item img{
    width:100%;
	height:auto;
}
.format .gallery .arrow{
	top:calc(50% - 30px);
	position: absolute;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 100;
}
.format .gallery .arrow.arrow_prev{
	left:0px;
}
.format .gallery .arrow.arrow_next{
	right:0px;
}
.format .gallery .arrow.arrow_disabled{
	visibility: hidden;
}
.format .gallery .arrow span{
	display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background:#ffffff;
    color: var(--color-accent);
	position:relative;
	border-radius:25px;
	font-size: 24px;
	opacity:0;
	transition:all 200ms linear;
	font-weight: 800;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
	transform: rotate(-90deg);
}
.format .gallery:hover .arrow span{
	opacity:1;
}
.format .gallery .arrow.arrow_prev span{
	left:-10px;
}
.format .gallery:hover .arrow.arrow_prev span{
	left:10px;
}
.format .gallery .arrow.arrow_next span{
	right:-10px;
}
.format .gallery:hover .arrow.arrow_next span{
	right:10px;
}
.format .gallery.slick-slider ul{
    display: block;
	font-size:0;
	width:100%;
	text-align: center;
	margin:5px 0 0 !important;
}
.format .gallery.slick-slider ul li{
    display: inline-block;
	margin:5px 5px 0 !important;
}
.format .gallery.slick-slider ul li:before,
.format .gallery.slick-slider ul li:after{
    display: none;
}
.format .gallery.slick-slider ul li button{
    display: block;
	width:20px;
	height: 20px;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
	border-radius: 50%;
	font-size:0;
	background: #efefef;
}
.format .gallery.slick-slider ul li.slick-active button{
	cursor:default;
	background: var(--color-accent);
}
.format .gallery br{
    display: none;
}

/* Gallery thumbs */

.format .gallery.gallery-columns-4{
	font-size: 0;
	width: calc(100% + 20px);
	margin: 30px -10px 20px;
}
.format .gallery.gallery-columns-4 .item{
	width:calc(25% - 10px);
	margin:0 5px 10px !important;
}
@media (max-width: 799px) {
	.format .gallery.gallery-columns-4{
		width: 100%;
		margin: 30px 0 20px;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.format .gallery.gallery-columns-4 .item{
		width: calc(33.333333% - 10px);
	    margin: 0 0 10px !important;
	}
}

/* Tables */

.format .table{
	width:100% !important;
	overflow-x: auto;
}
.format table{
	width:100% !important;
	min-width:500px;
	margin:30px 0;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	border-bottom:none;
	border-right:none;
	border-collapse: collapse;
}
.format table tr{
	padding:0;
	margin:0;
}
.format table tr td{
	padding:10px 15px;
	margin:0;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
}

/* Embeds */

.format iframe{
	margin:30px auto 30px !important;
}
.format .fluid_video{
	margin:30px 0;
	width:100%;
	background: #efefef;
	position: relative;
}
.format .fluid_video iframe{
	margin:0 !important;
	z-index: 10;
}
.format iframe.instagram-media{
	margin:30px auto 15px !important;
}
.format .twitter-tweet{
	margin:30px auto 15px !important;
}
.format .fb-post{
	margin:30px auto 15px !important;
}
.format .fb_iframe_widget{
	width:100% !important;
}
.format .fb_iframe_widget span{
	display:block !important;
	margin-left:auto;
	margin-right: auto;
}

/* No first / last margin */

.format *:first-child{
	margin-top:0 !important;
}
.format *:last-child{
	margin-bottom:0 !important;
}
/*//////////////////////////////////////////*/
/* Core elements */
/*//////////////////////////////////////////*/

html{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}
body{
	color:#323232;
	font-size:16px;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background:#ededed;
	min-width:360px;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Animations */
/*//////////////////////////////////////////*/

@-webkit-keyframes slider_progress {
	0% { width: 0; }
	100% { width: 100%; }
}
@-moz-keyframes slider_progress {
	0% { width: 0; }
	100% { width: 100%; }
}
@keyframes slider_progress {
	0% { width: 0; }
	100% { width: 100%; }
}

/*//////////////////////////////////////////*/
/* Common elements */
/*//////////////////////////////////////////*/

/* Links */

a{
	color:inherit;
	text-decoration:none;
	transition:all 150ms linear;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a:active{
	-webkit-tap-highlight-color:transparent;
}
.link_undrl{
	text-decoration:underline;
}
.link_undrl:hover{
	text-decoration:none;
}
.link_undrl_h{
	text-decoration:none;
}
.link_undrl_h:hover{
	text-decoration:underline;
}

/* Images */

.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.img_contain{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.img_fade{
	-webkit-filter: saturate(0.95) brightness(0.95) contrast(75%);
	-moz-filter: saturate(0.95) brightness(0.95) contrast(75%);
	filter: saturate(0.95) brightness(0.95) contrast(75%);
}

/* Texts */

.txt_12_16{
	font-size: 12px;
	line-height: 16px;
}
.txt_16_22{
	font-size: 16px;
	line-height: 22px;
}
.txt_18_24{
	font-size: 18px;
	line-height: 24px;
}
.txt_28_34{
	font-size: 28px;
	line-height: 34px;
}

/* Title */

.page_title{
	position: relative;
	margin: 0 0 60px;
}
.page_title h1{
	display: block;
	font-weight: 800;
	margin-bottom: 15px;
}

/* Subtitle */

.page_subtitle{
	position: relative;
	margin: 30px 0;
	text-align: center;
}
.page_subtitle:before{
	content: '';
	width: 100%;
	height: 10px;
	background: var(--color-accent);
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
	z-index: 5;
}
.page_subtitle h1,
.page_subtitle h2{
	display: inline-block;
	position: relative;
	z-index: 10;
	font-weight: 800;
	font-size: 26px;
	padding:0 15px;
	background: #ffffff;
	color: var(--color-accent);
}

/*//////////////////////////////////////////*/
/* Main layout */
/*//////////////////////////////////////////*/

/* Journal */

#journal{
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
}
@media (max-width:999px) {
	#journal{
		max-width: 600px;
		margin: 0 auto;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	}
}

/* Cover */

#journal .cover{
	display: flex;
	flex-direction: column;
	width: 50%;
	min-height: 100vh;
	padding: 60px;
	background: #323232;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
}
@media (max-width:1200px) {
	#journal .cover{
		padding: 30px;
	}
}
@media (max-width:999px) {
	#journal .cover{
		width: 100%;
		position: relative;
		min-height: auto;
	}
}
#journal .cover .header{
	position: relative;
	z-index: 10;
}
#journal .cover .header .logo{
	display: block;
}
#journal .cover .header .logo:hover{
	opacity: 0.7;
}
#journal .cover .header .logo img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition:all 150ms linear;
}
#journal .cover .header .logo:active img{
	transform: scale(0.98);
}
#journal .cover .header div{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#journal .cover .header div *{
	display: inline-block;
	margin-top: 10px;
}
#journal .cover .titles{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-top:auto;
	position: relative;
	z-index: 10;
	padding-top: 45px;
	gap: 60px;
}
@media (max-width:599px) {
	#journal .cover .titles{
		display: none;
	}
}
#journal .cover .titles div{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
	flex-shrink: 1;
	width: 50%;
	max-width: 300px;
	gap: 30px;
}
#journal .cover .titles div:last-child{
	text-align: right;
	align-items: flex-end;
}
#journal .cover .titles div a{
	display: inline-block;
	word-break: break-word;
}
#journal .cover .titles div a:hover{
	opacity: 0.6;
}
#journal .cover .titles div a span{
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
}
#journal .cover .titles div a strong{
	display: block;
	font-weight: 800;
}
#journal .cover .titles div a.item_1 strong{
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
}
#journal .cover .titles div a.item_2{
	padding: 10px 0;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
#journal .cover .titles div a.item_2 strong{
	font-size: 26px;
	line-height: 32px;
}
#journal .cover .titles div a.item_3 strong{
	font-size: 26px;
	line-height: 32px;
}
#journal .cover .titles div a.item_4 strong{
	font-size: 30px;
	line-height: 36px;
	font-style: italic;
}
#journal .cover .titles div a.item_5 strong{
	font-size: 26px;
	line-height: 32px;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.2);
}
@media (max-width:1199px) {
	#journal .cover .titles div a strong{
		font-size: 26px !important;
		line-height: 32px !important;
	}
}
#journal .cover .progress{
	margin-top: auto;
	padding-top: 30px;
	text-align: center;
	position: relative;
	z-index: 10;
}
#journal .cover .progress strong{
	display: block;
	padding-bottom: 15px;
	font-weight: 800;
}
#journal .cover .progress p{
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
#journal .cover .img_cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0.4;
	background-image: url('../graphics/issues/00000.jpg');
}

/* Page */

#journal .page{
	display: flex;
	flex-direction: column;
	background: #ffffff;
	width: 100%;
	min-height: 100vh;
	padding: 60px 0 0 50%;
}
@media (max-width:1199px) {
	#journal .page{
		padding: 30px 0 0 50%;
	}
}
@media (max-width:999px) {
	#journal .page{
		padding: 30px 0 0 0;
	}
}
#journal .page .inner{
	padding: 0 60px;
}
@media (max-width:1199px) {
	#journal .page .inner{
		padding: 0 30px;
	}
}
#journal .page .inner .pagination{
	display: flex;
	justify-content: center;
	width: 100%;
	position:relative;
	margin:30px 0;
}
#journal .page .inner .pagination .list{
	display: flex;
	font-size: 0;
}
#journal .page .inner .pagination .list .item{
	position:relative;
	margin:0 5px;
	height:60px;
	padding:0;
	border-radius: 30px;
	border: 1px solid #efefef;
    background: transparent;
    font-weight: 800;
}
#journal .page .inner .pagination .list a.item{
    display: flex;
    align-items: center;
    justify-content: center;
	width:60px;
	font-size: 20px;
}
#journal .page .inner .pagination .list a.item:hover{
	border: 1px solid var(--color-accent);
    color: var(--color-accent);
}
#journal .page .inner .pagination .list a.item:active{
	top:1px;
}
#journal .page .inner .pagination .list a.item.current{
	color:#ffffff;
	border: 1px solid var(--color-accent);
    background: var(--color-accent);
	cursor: default;
	top:0;
}
#journal .page .inner .pagination .list select.item{
	padding:0 20px;
	font-size:16px;
	font-weight: 400;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
}
@media (max-width:599px) {
	#journal .page .inner .pagination .list .item{
		height:50px;
	}
	#journal .page .inner .pagination .list a.item{
		width:50px;
	}
	#journal .page .inner .pagination .list select.item{
		padding:0 10px;
	}
}
#journal .page .footer{
	color: #7e7e7e;
	margin-top: auto;
	position: relative;
	text-align: center;
}
#journal .page .footer .channel {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 30px;
    padding: 15px 30px 0;
    color: #ffffff;
    background: #0088cc;
    background: linear-gradient(135deg, #0088cc 0%, #a46ee8 70%);
    border-radius: 5px;
}
@media (max-width:599px) {
	#journal .page .footer .channel {
	    display: flex;
	    flex-direction: column-reverse;
        align-items: center;
	}
}
#journal .page .footer .channel .phone{
    flex-shrink: 0;
    width: 40%;
    height: 260px;
	background-image: url('../graphics/channel/phone.png');
	background-position: bottom center;
}
@media (max-width:599px) {
	#journal .page .footer .channel .phone{
		width: 100%;
	}
}
#journal .page .footer .channel .c2a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
    width: 100%;
}
#journal .page .footer .channel .c2a img{
    display: block;
    width: 180px;
    height: auto;
    margin-bottom: 30px;
}
#journal .page .footer .channel .c2a strong{
    display: block;
    font-weight: 700;
}
#journal .page .footer .channel .c2a span{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    border-radius: 20px;
	transition:all 150ms linear;
}
#journal .page .footer .channel .c2a span:hover{
    border: 1px solid rgba(255, 255, 255, 1);
}
#journal .page .footer .breadcrumbs{
	padding: 60px 0 0 0;
}
#journal .page .footer .breadcrumbs a{
	text-decoration: underline;
}
#journal .page .footer .breadcrumbs a:hover{
	text-decoration: none;
}
#journal .page .footer .text{
	padding: 15px 0 60px;
}
#journal .page .footer .info{
	background: #323232;
	position: relative;
	padding: 60px 0 30px;
}
#journal .page .footer .info .logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 60px;
	background: var(--color-accent);
	border: 5px solid #ffffff;
	position: absolute;
	top: -30px;
	left: calc(50% - 110px);
}
#journal .page .footer .info .logo img{
	display: block;
	width: 80%;
	height: auto;
}
#journal .page .footer .info form{
	display: flex;
    background: rgba(255, 255, 255, 0.05);
}
#journal .page .footer .info input,
#journal .page .footer .info button{
	display: block;
	height: 40px;
	border: 0;
	background: transparent;
	color: #ffffff;
	padding: 0 15px;
	font-size: 14px;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
	transition:all 150ms linear;
}
#journal .page .footer .info input:focus,
#journal .page .footer .info button:hover{
    background: rgba(255, 255, 255, 0.05);
}
#journal .page .footer .info input{
	width: 100%;
	flex-shrink: 1;
	font-weight:400;
}
#journal .page .footer .info button{
	width: auto;
	flex-shrink: 0;
	border-left: 1px solid #323232;
	cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}
#journal .page .footer .info p{
	display: block;
	padding-top: 20px;
}
#journal .page .footer .info ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
	gap: 15px;
	padding-top: 30px;
	max-width: 700px;
	margin: 0 auto;
}
#journal .page .footer .info ul li{
	display: block;
}
#journal .page .footer .info ul li a{
	display: block;
	font-size: 12px;
	padding: 5px 8px;
	background: rgba(255, 255, 255, 0.05);
}
#journal .page .footer .info ul li a:hover{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

/*//////////////////////////////////////////*/
/* Page home */
/*//////////////////////////////////////////*/

.page_home .slider{
	position: relative;
	margin-bottom: 30px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
@media (max-width:599px) {
	.page_home .slider{
		aspect-ratio: 3 / 2;
	}
}
.page_home .slider .slide{
	position: relative;
	background: #323232;
}
.page_home .slider .slide.slick-active:not(:hover):before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 15;
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	height: 3px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);

	-webkit-animation: slider_progress 4000ms linear 1;
	-moz-animation: slider_progress 4000ms linear 1;
	animation: slider_progress 4000ms linear 1;
}
.page_home .slider .slide .item{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
	position: relative;
	aspect-ratio: 16 / 10;
	padding: 30px;
}
@media (max-width:599px) {
	.page_home .slider .slide .item{
		aspect-ratio: 3 / 2;
		padding: 12px 15px;
	}
}
.page_home .slider .slide .item .excerpt{
	color: #ffffff;
	position: relative;
	z-index: 10;
}
.page_home .slider .slide .item .excerpt strong{
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page_home .slider .slide .item .excerpt h2{
	display: block;
	max-width: 400px;
    max-height: 170px;
    overflow: hidden;
	font-weight: 800;
}
@media (max-width:599px) {
	.page_home .slider .slide .item .excerpt h2{
		max-width: 300px;
		max-height: 150px;
		font-size: 24px;
		line-height: 30px;
	}
}
.page_home .slider .slide .item .img_cover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0.85;
}
.page_home .slider .slide .item .img_cover:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0.8;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(50, 50, 50, 0) 100%);
}
.page_home .slider .arrow{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	cursor: pointer;
	border-radius: 25px;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 10;
	backdrop-filter: blur(5px);
}
@media (max-width:599px) {
	.page_home .slider .arrow{
		display: none !important;
	}
}
.page_home .slider .arrow:active{
	top: 31px;
}
.page_home .slider .arrow i{
	border: solid #ffffff;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 4px;
}
.page_home .slider .arrow.prev{
	right: 100px;
	padding-left: 3px;
}
.page_home .slider .arrow.prev i{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.page_home .slider .arrow.next{
	right: 30px;
	padding-right: 3px;
}
.page_home .slider .arrow.next i{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*//////////////////////////////////////////*/
/* Page contacts */
/*//////////////////////////////////////////*/

.page_contacts .form{
	position: relative;
	margin-bottom: 30px;
}
.page_contacts .form img{
	display: block;
	width: 100%;
	height: auto;
    position: relative;
    z-index: 10;
}
.page_contacts .form .fields{
	padding: 30px;
	background: #f7f7f7;
    border-radius: 0 0 5px 5px;
    position: relative;
    margin-top: -2px;
    z-index: 5;
    box-shadow: 0 5px 30px 5px rgba(63, 63, 63, 0.25);
}
.page_contacts .form .fields .sent{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	height: 300px;
}
.page_contacts .form .fields .required{
	display: none;
}
.page_contacts .form .fields label{
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	text-align: right;
}
@media (max-width:599px) {
	.page_contacts .form .fields label{
		flex-direction: column;
		text-align: left;
		margin-bottom: 15px;
	}
}
.page_contacts .form .fields label strong{
	display: block;
	width: 100px;
	flex-shrink: 0;
	font-size: 13px;
	line-height: 14px;
	padding-top: 13px;
	text-transform: uppercase;
	color: #7e7e7e;
	cursor: pointer;
}
.page_contacts .form .fields label .fld{
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 0 10px;
	border: 1px solid #d7d7d7;
	font-size:16px;
	line-height: 20px;
	font-weight: 400;
	font-family:'Manrope', Arial, Tahoma, Helvetica, sans-serif;
	border-radius: 5px;
	flex-shrink: 1;
}
.page_contacts .form .fields label textarea.fld{
	min-height: 90px;
	padding: 5px;
}
.page_contacts .form .fields .submit{
	text-align: right;
	margin-bottom: 30px;
}
.page_contacts .form .fields .submit button{
	display: inline-block;
	cursor: pointer;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 700;
	background: var(--color-accent);
	color: #ffffff;
	border: 0;
	border-radius: 5px;
}
.page_contacts .form .fields .note{
	text-align: center;
}

/*//////////////////////////////////////////*/
/* Page single */
/*//////////////////////////////////////////*/

.page_single .its_closed{
	margin-bottom: 30px;
	padding: 10px 15px;
    background: #dd4b39;
    color: #ffffff;
    border-radius: 5px;
}
.page_single .format{
	margin-bottom: 60px;
}
.page_single .infoblock{
	padding: 30px;
	background: #efefef;
	margin-bottom: 60px;
	border-radius: 5px;
}
@media (max-width:799px) {
	.page_single .infoblock{
		padding: 15px;
	}
}
.page_single .infoblock .closed{
	padding: 8px 12px;
    border: 2px solid #dd4b39;
    border-radius: 5px;
	margin-bottom: 30px;
}
.page_single .infoblock .rating{
	display: flex;
	flex-wrap: wrap;
}
.page_single .infoblock .rating iframe{
	display: block;
	flex-shrink: 0;
}
.page_single .infoblock .rating p{
	display: block;
	max-width: 300px;
	line-height: 20px;
	margin-left: 15px;
	padding-top: 5px;
}
@media (max-width:549px) {
	.page_single .infoblock .rating p{
		margin-left: 0;
		padding-top: 15px;
		max-width: 100%;
	}
}
.page_single .infoblock h2{
	display: block;
	font-weight: 800;
}
.page_single .infoblock ul.options{
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_single .infoblock ul.options li{
	display: block;
	width: calc(50% - 15px);
	padding-top: 30px;
	flex-shrink: 0;
}
@media (max-width:549px) {
	.page_single .infoblock ul.options li{
		width: 100%;
	}
}
.page_single .infoblock ul.options li strong{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--color-accent);
}
.page_single .infoblock ul.options li strong i{
	margin-left: 5px;
	cursor: help;
}
.page_single .infoblock ul.options li div{
	display: block;
	line-height: 22px;
	padding-top: 5px;
}
.page_single .infoblock ul.options li div span{
	display: block;
}
.page_single .infoblock ul.options li div span i{
	display: inline-block;
	margin-right: 5px;
	color: var(--color-accent);
	opacity: 0.6;
}
.page_single .infoblock .note{
	font-size: 12px;
	line-height: 18px;
	padding-top: 30px;
	opacity: 0.6;
}
.page_single .banners{
	margin-bottom: 30px;
}
.page_single .share{
	padding: 26px 30px 30px;
	margin-bottom: 60px;
    border-radius: 5px;
	background: rgba(171, 30, 95, 0.15);
	position: relative;
}
@media (max-width:799px) {
	.page_single .share{
		padding: 12px 15px 15px;
	}
}
.page_single .share h4{
	display: block;
	font-weight: 800;
}
.page_single .share .buttons{
	padding: 15px 0 20px;
}
.page_single .share .image{
	position: relative;
}
.page_single .share .image img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
	position: relative;
	z-index: 5;
}
.page_single .share .image .imageupdate{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	border-radius: 5px;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
}
.page_single .share .tg_link{
	display: block;
    border-radius: 4px;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px;
}
.page_single .share .tg_link:hover{
	background: rgba(0, 0, 0, 0.15);
	text-decoration: underline;
}
.page_single .issue{
	margin-bottom: 60px;
	padding-top: 60px;
}
.page_single .issue .block{
	display: flex;
	gap: 30px;
	background: #efefef;
    border-radius: 5px;
	padding: 0 30px 30px;
}
@media (max-width:999px) {
	.page_single .issue .block{
		flex-direction: column;
		text-align: center;
    	align-items: center;
		gap: 0;
		padding: 0 15px;
	}
}
.page_single .issue .block .mag{
	width: 220px;
	flex-shrink: 0;
	margin-top: -60px;
}
@media (max-width:1399px) {
	.page_single .issue .block .mag{
		width: 190px;
	}
}
@media (max-width:1299px) {
	.page_single .issue .block .mag{
		width: 160px;
	}
}
.page_single .issue .block .mag a{
	margin-bottom: 0;
}
.page_single .issue .block .desc{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	padding: 30px 0 0 0;
}
@media (max-width:999px) {
	.page_single .issue .block .desc{
	    align-items: center;
		padding: 30px 0;
	}
}
.page_single .issue .block .desc h5{
    display: block;
    font-weight: 800;
    max-width: 360px;
}
@media (max-width:999px) {
	.page_single .issue .block .desc h5{
		margin: 0 auto;
	}
}
.page_single .issue .block .desc p{
    margin: 10px 0 20px;
}
.page_single .issue .block .desc .more{
    display: inline-block;
    font-weight: 700;
    background: var(--color-accent);
    padding: 15px 25px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: auto;
}
.page_single .source{
	padding: 15px 20px;
	margin-bottom: 30px;
	background: #efefef;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
    border-radius: 5px;
}

/*//////////////////////////////////////////*/
/* Page search */
/*//////////////////////////////////////////*/

.page_search img.not_found{
	display: block;
	width: 100%;
	height: auto;
}