/*//////////////////////////////////////////*/
/* 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: calc(100% - 30px);
	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;
}

/*//////////////////////////////////////////*/
/* Grid margins */
/*//////////////////////////////////////////*/

.row_grid{
	margin: 0 -15px;
}
.row_grid [class*=col_] {
	padding: 0 15px 30px;
}
@media (max-width:599px) {
	.row_grid{
		margin: 0 -7.5px 15px;
	}
	.row_grid [class*=col_] {
		padding: 0 7.5px 15px;
	}
}

/*//////////////////////////////////////////*/
/* 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;
}
/*//////////////////////////////////////////*/
/* Animations */
/*//////////////////////////////////////////*/

/* Scroll mouse */

@-webkit-keyframes scrollmouse {
    0% { opacity: 0; -webkit-transform: translateY(0) scale(0.5); }
    10% { opacity: 1; -webkit-transform: scale(1); }
    100% { opacity: 0; -webkit-transform: translateY(30px) scale(0.5); }
}
@-moz-keyframes scrollmouse {
    0% { opacity: 0; -moz-transform: translateY(0) scale(0.5); }
    10% { opacity: 1; -moz-transform: scale(1); }
    100% { opacity: 0; -moz-transform: translateY(30px) scale(0.5); }
}
@keyframes scrollmouse {
    0% { opacity: 0; transform: translateY(0) scale(0.5); }
    10% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: translateY(30px) scale(0.5); }
}

/*//////////////////////////////////////////*/
/* 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:rgba(255, 255, 255, 1);
	font-size:18px;
	font-family:'Roboto Flex', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background: rgba(33, 54, 32, 1);
	min-width:360px;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Common */
/*//////////////////////////////////////////*/

a{
	color:inherit;
	text-decoration:none;
	transition:all 200ms linear;
	cursor: pointer;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
.link_undrl{
	text-decoration:underline;
	cursor: pointer;
}
.link_undrl:hover{
	text-decoration:none;
}
.txt_16_22{
	font-size: 16px;
	line-height: 22px;
}
.txt_18_24{
	font-size: 18px;
	line-height: 24px;
}
.txt_30_34{
	font-size: 30px;
	line-height: 34px;
}
.txt_bld{
    font-weight: 700;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_60{
	margin-bottom: 60px;
}
.img_cover{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img_contain{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.c2a{
	display: inline-flex;
	align-items: center;
	height: 50px;
	border-radius: 25px;
	background: rgba(249, 178, 51, 1);
	color: rgba(33, 54, 32, 1) !important;
	padding: 0 25px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition:all 200ms linear;
	border: 0;
}
.c2a:hover{
	background: rgba(255, 255, 255, 1);
}
.hide_me{
	display: none;
}

/*//////////////////////////////////////////*/
/* Age */
/*//////////////////////////////////////////*/

#age{
	position: fixed;
	top:-150px;
	left:-150px;
	width:calc(100% + 300px);
	height:calc(100% + 300px);
	padding:300px 0;
	z-index: 100000;
	background: rgba(33, 54, 32, 1);
	font-size: 0;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#age div{
	max-width: calc(100% - 330px);
	padding:15px;
	border:1px solid rgba(249, 178, 51, 1);
	position: relative;
	border-radius: 5px;
}
#age div em{
	display:block;
	width:50px;
	height:50px;
	background: rgba(33, 54, 32, 1);
	border:1px solid rgba(249, 178, 51, 1);
	font-size:22px;
	font-weight: 700;
	color:rgba(249, 178, 51, 1);
	line-height: 48px;
	border-radius: 25px;
	position: absolute;
	top:-25px;
	left:calc(50% - 25px);
}
#age div p{
	display:block;
	padding:35px 15px 30px;
	color: rgba(255, 255, 255, 1);
}
#age div a{
	display:inline-block;
	padding:10px 20px;
	width:90px;
	background: rgba(255, 255, 255, 1);
	color:rgba(0, 0, 0, 1);
	font-weight: 700;
	text-transform: uppercase;
	margin:0 15px 15px;
	font-size: 16px;
	border-radius: 5px;
}
#age div a:hover{
	background:rgba(249, 178, 51, 1);
}

/*//////////////////////////////////////////*/
/* Thanks */
/*//////////////////////////////////////////*/

#thanks{
	position: fixed;
	top:-150px;
	left:-150px;
	width:calc(100% + 300px);
	height:calc(100% + 300px);
	padding:300px 0;
	z-index: 100000;
	background: rgba(33, 54, 32, 1);
	font-size: 0;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#thanks div{
	max-width: calc(100% - 330px);
	padding:15px;
	border:1px solid rgba(249, 178, 51, 1);
	position: relative;
	border-radius: 5px;
}
#thanks div em{
	display:block;
	width:50px;
	height:50px;
	background: rgba(33, 54, 32, 1);
	border:1px solid rgba(249, 178, 51, 1);
	font-size:22px;
	font-weight: 700;
	color:rgba(249, 178, 51, 1);
	line-height: 48px;
	border-radius: 25px;
	position: absolute;
	top:-25px;
	left:calc(50% - 25px);
}
#thanks div p{
	display:block;
	padding:35px 15px 30px;
	color: rgba(255, 255, 255, 1);
}
#thanks div a{
	display:inline-block;
	padding:10px 20px;
	width:90px;
	background: rgba(255, 255, 255, 1);
	color:rgba(0, 0, 0, 1);
	font-weight: 700;
	text-transform: uppercase;
	margin:0 15px 15px;
	font-size: 16px;
	border-radius: 5px;
}
#thanks div a:hover{
	background:rgba(249, 178, 51, 1);
}

/*//////////////////////////////////////////*/
/* Warning */
/*//////////////////////////////////////////*/

#warning{
    background-color: rgba(255, 255, 255, 1);
    background-image:url('../images/warning_b.jpg');
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    height:50px;
    z-index: 100;
	box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 799px) {
    #warning{
        background-image:url('../images/warning_s.jpg');
        height:70px;
    }
}

/*//////////////////////////////////////////*/
/* Cover */
/*//////////////////////////////////////////*/

#cover{
	height: 100vh;
	min-height: 500px;
	padding: 30px 0;
	background-image: url('../images/cover.jpg?v5');
	color: rgba(255, 255, 255, 1);
	position: relative;
}
#cover:before{
	content: '';
	width: 100%;
	height: 240px;
	background: rgba(33, 54, 32, 1);
	background: linear-gradient(0deg, rgba(33, 54, 32, 1) 0%, rgba(33, 54, 32, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#cover .container{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#cover .logos{
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: flex-end;
}
@media (max-width:799px) {
	#cover .logos{
		gap: 15px;
		justify-content: center;
	}
}
#cover .logos a{
	display: block;
	opacity: 0.6;
}
#cover .logos a:hover{
	opacity:1;
}
#cover .logos a img{
	display: block;
	width: auto;
	height: 40px;
}
#cover .dates{
	font-size: 14px;
	line-height: 20px;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width:799px) {
	#cover .dates{
		text-align: center;
		padding: 10px 15px;
		margin: 30px -15px 0;
		background: rgba(255, 255, 255, 0.2);
		border-left: 0;
	}
	#cover .dates br{
		display: none;
	}
}
#cover .dates span{
	padding: 0 5px;
	opacity: 0.6;
}
#cover .logo{
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
}
#cover .logo svg{
	display: block;
	width: 100%;
	height: auto;
	/*border: 1px solid rgba(255, 255, 255, 1);*/
	border-radius: 50%;
}
#cover .more{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}
#cover .more:before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    margin-left: -4px;
    top: 15px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    -webkit-animation: 1.5s scrollmouse cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
    -moz-animation: 1.5s scrollmouse cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
    animation: 1.5s scrollmouse cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
}

/*//////////////////////////////////////////*/
/* Counter */
/*//////////////////////////////////////////*/

#counter{
	margin-top: 60px;
}
#counter .items{
	display: flex;
	gap: 30px;
}
@media (max-width:799px) {
	#counter .items{
	    justify-content: center;
	    margin-bottom: 30px;
	}
}
#counter .items div{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
#counter .items div strong{
	display: block;
	font-size: 40px;
	font-weight: 700;
}
#counter .items div span{
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
}
#counter .not{
	width: 100%;
	height: 140px;
	background-image: url('../images/not.jpg?v8');
}

/*//////////////////////////////////////////*/
/* About */
/*//////////////////////////////////////////*/

#about{
	padding: 60px 0;
}
#about .stripe{
	margin: 60px 0;
	height: 60px;
	background-image: url('../images/stripe.png?v5');
}
#about .gallery{
	width: calc(100% - 45px);
	height: 100%;
	min-height: 400px;
	position: relative;
}
@media (max-width:799px) {
	#about .gallery{
		width: 100%;
		height: auto;
	    margin: 0 0 30px 0;
	}
}
#about .gallery div{
	position: absolute;
    border-radius: 15px;
}
#about .gallery div:nth-child(1){
    width: 60%;
    height: 100%;
    left: 20%;
	background-image: url('../images/gallery_1.jpg');
}
@media (max-width:599px) {
	#about .gallery div:nth-child(1){
	    width: 80%;
	    left: 10%;
	}
}
#about .gallery div:nth-child(2){
	width: 35%;
    height: 0;
    padding-bottom: 35%;
    left: 65%;
    top: 10%;
	background-image: url('../images/gallery_2.jpg');
    border: 5px solid rgba(33, 54, 32, 1);
}
#about .gallery div:nth-child(3){
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    bottom: 5%;
    left: 0;
	background-image: url('../images/gallery_3.jpg');
    border: 5px solid rgba(33, 54, 32, 1);
}
#about .text{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	height: 100%;
}
#about .text .note{
	position: relative;
}
#about .text .note:before{
	content: '';
	background: rgba(249, 178, 51, 0.1);
	position: absolute;
	top: -10px;
	left: -13px;
	right: -13px;
	bottom: -10px;
	border-radius: 5px;
	z-index: -1;
}

/*//////////////////////////////////////////*/
/* Faq */
/*//////////////////////////////////////////*/

#faq{
	padding: 0 0 90px 0;
}
#faq strong{
	display: block;
	font-weight: 700;
	font-size: 20px;
}
#faq p{
	display: block;
	max-width: 300px;
}

/*//////////////////////////////////////////*/
/* Schedule */
/*//////////////////////////////////////////*/

#schedule{
	padding: 120px 0;
	background-image: url('../images/schedule.jpg?v2');
}
#schedule .item{
	display: flex;
	align-items: center;
	max-width: 500px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#schedule .item:last-of-type{
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#schedule .item svg{
	display: block;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin-right: 15px;
}
#schedule .item svg path{
	fill: rgba(255, 255, 255, 1);
}

/*//////////////////////////////////////////*/
/* Beer */
/*//////////////////////////////////////////*/

#beer{
	padding: 120px 0;
	background-image: url('../images/beer.jpg?v4');
	background-position: top center;
	position: relative;
}
@media (max-width:799px) {
	#beer{
		background-position: left;
	}
	#beer:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 5;
	}
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

#join{
	padding: 240px 0 120px;
	background-color: rgba(231, 231, 231, 1);
	position: relative;
	overflow: hidden;
}
#join .text{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	color: rgba(33, 54, 32, 1);
	height: 100%;
}
#join .text img{
	display: block;
    width: 100%;
    height: auto;
    margin-top: auto;
}
#join .form{
	padding: 30px;
	min-height: 100%;
	max-width: 450px;
	margin-left: auto;
	background: rgba(33, 54, 32, 1);
	position: relative;
	border-radius: 15px;
}
@media (max-width:799px) {
	#join .form{
		min-height: calc(100% - 30px);
		margin: 0 auto 30px;
	}
}
#join .form:before{
	content: '';
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: -400px;
	background-image: url('../images/join_form.jpg?v2');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
#join .form svg{
	display: block;
	width: auto;
	height: 90px;
	margin: 0 auto 30px;
}
#join .form label{
	display: block;
	width: 100%;
	position: relative;
}
#join .form label span{
	cursor: pointer;
	font-size: 14px;
}
#join .form label .fld{
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 1);
	color: rgba(33, 54, 32, 1);
	border-radius: 5px;
	margin-top: 5px;
	font-size:16px;
	font-family:'Roboto Flex', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
}
#join .form label select.fld{
	cursor: pointer;
}
#join .form .half{
	display: flex;
	gap: 15px;
}
#join .form button{
	margin-left: auto;
    display: flex;
}
#join .form .closed{
	padding: 120px 0 240px;
	text-align: center;
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

#footer{
	background: rgba(33, 54, 32, 1) url('../images/footer.jpg?v2') fixed repeat top center;
}
#footer .inner{
	max-width: 800px;
	padding:120px 15px 170px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#footer .inner .rvland{
	display:inline-block;
}
#footer .inner .rvland img{
	display:block;
	width:100px;
	height:auto;
}
#footer .inner ul{
	display:block;
	margin-top: 15px;
	font-size: 0;
}
#footer .inner ul li{
	display:inline-block;
	padding:15px 7.5px 0;
}
#footer .inner ul li a{
	display:block;
	padding:0 15px;
	height: 30px;
	line-height: 30px;
	font-size:12px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	border-radius: 15px;
}
#footer .inner ul li a:hover{
	color: rgba(33, 54, 32, 1);
	background: rgba(249, 178, 51, 1);
}
#footer .inner p{
	font-size: 12px;
	line-height: 16px;
	margin-top: 30px;
}
#footer .inner p a{
	color: inherit;
}