/*//////////////////////////////////////////*/
/* 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;
}
/*//////////////////////////////////////////*/
/* Ornamental font */
/*//////////////////////////////////////////*/

@font-face {
	font-family: 'TwentytwelveSansG';
	src:	url('/wp-content/themes/rvl/specials/arba-fest/fonts/TwentytwelveSansG.eot');
	src:	url('/wp-content/themes/rvl/specials/arba-fest/fonts/TwentytwelveSansG.eot?#iefix') format('embedded-opentype'), 
			url('/wp-content/themes/rvl/specials/arba-fest/fonts/TwentytwelveSansG.woff2') format('woff2'), 
			url('/wp-content/themes/rvl/specials/arba-fest/fonts/TwentytwelveSansG.woff') format('woff'), 
			url('/wp-content/themes/rvl/specials/arba-fest/fonts/TwentytwelveSansG.ttf') format('truetype'), 
			url('/wp-content/themes/rvl/specials/arba-fest/fonts/TwentytwelveSansG.svg#TwentytwelveSansG') format('svg');
	font-weight: normal;
	font-style: normal;
}
.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;
}
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #192138;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  font-size: 1rem;
  color: #ffffff;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #ffffff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #ffffff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  color: #ffffff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #192138;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #ffffff;
  background: rgba(25, 33, 56, 0.8);
  backdrop-filter: blur(5px);
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #ffffff;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}/*//////////////////////////////////////////*/
/* 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 {
	font-size:18px;
	font-family:'Jost', Arial, Tahoma, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	background: #ffffff;
	color: #27294d;
	min-width:360px;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x:hidden;
	position:relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////////*/
/* Animations */
/*//////////////////////////////////////////*/

/* Spin */

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*//////////////////////////////////////////*/
/* Common */
/*//////////////////////////////////////////*/

a{
	color:inherit;
	text-decoration:none;
	transition:all 200ms linear;
	cursor: pointer;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a.link_brdr{
	border-bottom: 1px solid rgba(39, 41, 77, 0.6);
}
a.link_brdr:hover{
	border-bottom: 1px solid transparent !important;
}
.txt_80{
	font-size: 80px;
}
@media (max-width: 799px) {
	.txt_80{
		font-size: 60px;
	}
}
.txt_36{
	font-size: 36px;
	line-height: 42px;
}
.txt_22{
	font-size: 22px;
	line-height: 28px;
}
.txt_20{
	font-size: 20px;
	line-height: 26px;
}
.txt_18{
	font-size: 18px;
	line-height: 24px;
}
.txt_ttl{
	font-family: 'TwentytwelveSansG' !important;
}
.txt_smpl{
	font-family: 'Raleway' !important;
}
.txt_bld{
	font-weight: 600;
}
.txt_ac{
	text-align: center;
}
.txt_subttl{
    font-weight: 500;
}
.txt_subttl strong{
    display: block;
}
.txt_subttl span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}
.img_cover{
	background-size: cover;
	background-repeat: no-repeat;
}
.img_contain{
	background-size: contain;
	background-repeat: no-repeat;
}
.fullsize{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hide_me{
	display: none;
}
.bttn{
	display: inline-flex;
    flex-direction: column;
    justify-content: center;
	height: 50px;
    background: #27294d;
    color: #ffffff;
    padding: 0 25px;
    cursor: pointer;
    border: 0;
	font-size: 18px;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_15{
	margin-bottom: 15px;
}

/*//////////////////////////////////////////*/
/* Thank you */
/*//////////////////////////////////////////*/

#thankyou{
	display: flex;
	flex-direction: column;
    justify-content: center;
	position: fixed;
	align-items: center;
	z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
}
#thankyou div{
	padding: 30px;
	background: #ffffff;
	text-align: center;
	width: 400px;
	max-width: calc(100% - 30px);
	margin: 15px 0;
}
#thankyou div a{
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px dashed #27294d;
}
#thankyou div a:hover{
	border-bottom: 1px solid #e8355a;
	color: #e8355a;
}

/*//////////////////////////////////////////*/
/* Welcome */
/*//////////////////////////////////////////*/

#welcome{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	min-height: calc(100vh - 60px);
	position: relative;
}
#welcome .logos{
	display: flex;
	flex-direction: row;
    align-items: center;
	gap: 30px;
	padding: 30px 0;
	position: relative;
	z-index: 15;
}
@media (max-width: 1260px) {
	#welcome .logos{
		padding: 15px 0;
	}
}
@media (max-width: 799px) {
	#welcome .logos{
    	justify-content: center;
    	gap: 15px;
	}
}
#welcome .logos a{
	display: block;
	opacity: 0.6;
}
#welcome .logos a:hover{
	opacity: 1;
}
#welcome .logos a img{
	display: block;
}
#welcome .logos a img.rvland{
	width: auto;
	height: 50px;
}
#welcome .logos a img.bavly{
	width: auto;
	height: 55px;
	margin-bottom: -5px;
}
#welcome .intro{
	padding: 90px 0 300px;
	position: relative;
	z-index: 15;
	color: #ffffff;
	max-width: 800px;
}
#welcome .intro strong{
	display: inline-block;
	padding: 5px 8px;
	background: #e8355a;
	color: #ffffff;
	text-transform: uppercase;
}
#welcome .intro h1{
	display: block;
	margin-left: -5px;
	padding: 5px 0 15px;
}
#welcome .intro p{
	display: inline-block;
	max-width: 600px;
}
#welcome .intro p a{
	border-color: rgba(255, 255, 255, 0.6);
}
#welcome .string{
	font-size: 0;
	padding: 0 15px;
	position: relative;
	z-index: 15;
}
#welcome .corner{
	position: absolute;
	z-index: 10;
	background-image: url('../images/welcome.svg?v4');
	background-position: bottom left;
	background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 799px) {
	#welcome .corner{
		background-size: 900px;
		background-color: rgba(0, 0, 0, 0.6);
	}
}
#welcome video{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	transform: translate(-50%, -50%);
	z-index: 5;
	opacity: 0;
	transition: opacity 300ms linear;
}
#welcome video.is-visible {
	opacity: 1;
}
#welcome button {
	display: none !important;
}

/*//////////////////////////////////////////*/
/* Details */
/*//////////////////////////////////////////*/

#details{
	padding: 210px 0 90px;
	background-image: url('../images/details.svg?v5');
	background-position: top left;
}
@media (max-width: 799px) {
	#details{
		background-size: 900px;
	}
}
#details .item{
	max-width: 300px;
	margin: 0 auto 30px;
}
#details .item strong{
	display: block;
	padding-bottom: 15px;
	font-size: 26px;
}

/*//////////////////////////////////////////*/
/* Closed */
/*//////////////////////////////////////////*/

#closed{
	padding: 90px 0;
	background: #a63248;
	color: #ffffff;
}
#closed h2{
	display: block;
}
#closed p{
	display: block;
	max-width: 500px;
	margin: 30px auto 0;
}

/*//////////////////////////////////////////*/
/* Intro */
/*//////////////////////////////////////////*/

#intro{
	padding: 90px 0;
	background: #a63248;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
#intro .bg{
	position: absolute;
	width: 1000px;
	height: 100%;
	bottom: 0;
	left: 50%;
	background-image: url('../images/intro.jpg?v4');
	background-position: bottom left;
}
@media (max-width: 999px) {
	#intro .bg{
		position: relative;
		width: 100%;
		height: 240px;
		left: 0;
		margin-bottom: -90px;
		background-position: bottom center;
	}
}

/*//////////////////////////////////////////*/
/* Location */
/*//////////////////////////////////////////*/

#location{
	padding: 90px 0;
	position: relative;
}
#location .text{
	display: flex;
	flex-direction: column;
    justify-content: center;
	min-height: 100%;
}
#location .gallery{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	position: relative;
}
@media (max-width: 999px) {
	#location .gallery{
		max-width: 600px;
		margin: 30px auto 0;
	}
}
#location .gallery .emblem{
	width: 180px;
	height: 210px;
	position: absolute;
	top: calc(50% - 105px);
	left: calc(50% - 90px);
	z-index: 10;
	background-image: url('../images/emblem.jpg?v5');
}
@media (max-width: 599px) {
	#location .gallery .emblem{
		width: 120px;
		height: 140px;
		top: calc(50% - 70px);
		left: calc(50% - 60px);
	}
}
#location .gallery .item{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	z-index: 5;
	background: #a63248;
}
#location .gallery .item .slider{
	position: absolute;
    overflow: hidden;
}
#location .gallery .item .slider .slick-list, 
#location .gallery .item .slider .slick-track{
	height: 100%;
}
#location .gallery .item .slider a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: zoom-in;
}
#location .gallery .item .slider a img{
	display: block;
    min-width: 100%;
    min-height: 100%;
	object-fit: cover;
	transition:all 200ms ease-in-out;
}
#location .gallery .item .slider a:hover img{
	opacity: 0.8;
	transform: scale(1.05);
}

/*//////////////////////////////////////////*/
/* Pattern */
/*//////////////////////////////////////////*/

#pattern{
	padding: 60px 15px;
	background: #a63248 url('../images/pattern.jpg') fixed;
}
#pattern a{
	display: inline-block;
	padding: 15px 25px;
	background: #ffffff;
	font-size: 22px;
	line-height: 26px;
	border-radius: 30px;
}
#pattern a:hover{
	color: #a63248;
}

/*//////////////////////////////////////////*/
/* Schedule */
/*//////////////////////////////////////////*/

#schedule{
	padding: 90px 0 60px;
	position: relative;
}
#schedule .title{
	min-height: calc(100% - 30px);
}
#schedule .title .sticky{
	position: sticky;
	top: 30px;
}
@media (max-width: 599px) {
	#schedule .title .sticky{
		position: relative;
		top: 0;
	}
}
#schedule .title .sticky p{
	display: block;
	max-width: 400px;
}
#schedule .title .sticky img{
	display: block;
	max-width: 300px;
	height: auto;
}
@media (max-width: 599px) {
	#schedule .title .sticky img{
		max-width: 100%;
    	width: 100%;
	}
}
#schedule .list .day strong{
	display: inline-block;
    padding: 5px 8px;
    background: #e8355a;
    color: #ffffff;
    text-transform: uppercase;
}
#schedule .list .day .event{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#schedule .list .day .event span{
	display: block;
	width: 60px;
	flex-shrink: 0;
}
#schedule .list .day .event ul li{
	display: block;
	position: relative;
	padding-left: 15px;
}
#schedule .list .day .event ul li:before{
	content: '';
	width: 6px;
	height: 6px;
    background: #e8355a;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 3px;
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

#join{
	padding: 90px 0;
	position: relative;
	background-color: #fffbea;
	background-image: url('../images/join.jpg?v3');
	background-position: bottom;
}
@media (max-width: 999px) {
	#join{
		padding-bottom: 0;
		background-image: none;
	}
}
#join .form{
    background: #27294d;
    color: #ffffff;
    padding: 26px 30px 30px;
    max-width: 500px;
    position: relative;
}
@media (max-width: 599px) {
	#join .form{
		padding: 15px;
	}
}
@media (max-width: 999px) {
	#join .form{
		margin: 0 auto;
	}
}
#join .form label{
	display: block;
}
#join .form label span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
#join .form label span:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 0 7.5px 6px 7.5px;
	border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
	position: absolute;
	bottom: -10px;
	left: 18px;
}
#join .form label input{
	display: block;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	color: #ffffff;
	border-radius: 20px;
	padding: 0 15px;
	font-size: 18px;
	font-family:'Jost', Arial, Tahoma, Helvetica, sans-serif;
}
#join .form button{
    background: #e8355a;
}
@media (max-width: 999px) {
	#join .bg{
		display: block;
		width: 100%;
		height: auto;
	}
}
#join .form .process{
    background: #27294d;
    position: absolute;
    z-index: 10;
}
#join .form .process div{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 3px solid #ffffff;
    border-right: 3px solid #27294d;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);

	-webkit-animation: spin 500ms linear infinite;
	-moz-animation: spin 500ms linear infinite;
	animation: spin 500ms linear infinite;
}

/*//////////////////////////////////////////*/
/* Guests */
/*//////////////////////////////////////////*/

#guests{
	padding: 90px 0 60px;
	position: relative;
}
#guests .title{
	max-width: 500px;
	margin: 0 auto;
}
#guests .item{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	z-index: 5;
}
#guests .item:hover{
	z-index: 10;
}
#guests .item .inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 100%;
	transition:all 200ms linear;
}
#guests .item:hover .inner{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
#guests .item .inner .logo{
    display: block;
    width: auto;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}
#guests .item .inner .name{
	font-size: 0;
	transition:padding 200ms linear;
}
#guests .item:hover .inner .name{
	font-size: 14px;
	padding: 15px 10px 0;
}
#guests .guestlist{
	max-width: 500px;
	margin: 30px auto 0;
}
#guests .guestlist .toggle{
	display: inline-block;
	padding: 15px 25px;
    background-color: #f7cde1;
    border-radius: 30px;
}
#guests .guestlist .list{
	display: none;
	border: 1px solid #d1d1d1;
	border-top: 0;
}
#guests .guestlist .list .guest{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
	padding: 15px;
	text-align: left;
	border-top: 1px solid #d1d1d1;
}
#guests .guestlist .list .guest.deleted{
	text-decoration: line-through;
	color: rgba(0, 0, 0, 0.4);
	border-top: 1px solid #d1d1d1;
}
#guests .guestlist .list .guest strong em{
	opacity: 0.6;
}
#guests .guestlist .list .guest b{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #e7e7e7;
	text-align: center;
	flex-shrink: 0;
}
#guests .guestlist .list .guest span{
	display: block;
	font-size: 12px;
	padding-top: 4px;
}

/*//////////////////////////////////////////*/
/* History */
/*//////////////////////////////////////////*/

#history{
	padding:90px 0;
	background-color: #f7cde1;
}
#history .item{
	display: block;
	cursor: zoom-in;
}
#history .item img{
	display: block;
	width: 100%;
	height: auto;
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

#footer{
	padding:90px 15px 30px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background-color: #27294d;
}
#footer .inner{
	max-width: 800px;
	margin:0 auto;
	color:#ffffff;
	text-align: center;
}
#footer .rvland{
	display:inline-block;
}
#footer .rvland img{
	display:block;
	width:80px;
	height:auto;
}
#footer ul{
	display:block;
	margin-top: 15px;
	font-size: 0;
}
#footer ul li{
	display:inline-block;
	padding:15px 7.5px 0;
}
#footer ul li a{
	display:block;
	padding:0 15px;
	height: 30px;
	line-height: 30px;
	font-size:12px;
	text-transform: uppercase;
	color:#ffffff;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	border-radius: 15px;
}
#footer ul li a:hover{
	background: rgba(255, 255, 255, 0.2);
}
#footer p{
	font-size: 12px;
	line-height: 16px;
	margin-top: 30px;
}
#footer p a{
	color: inherit;
}