@charset "utf-8";
/* CSS Document */
/*
Theme Name: Ovelo 2016
Theme URI: http://www.ovelo.ro/
Author: Aprilred
Author URI: http://www.aprilred.com/
Description: The main WordPress theme for the 2016 edition of the Ovelo platform by Aprilred. Use this as the basis (main theme) for subsequent Ovelo projects.
Version: 1.5
*/

/* GENERAL */
/* Basic elements */
html {
	height: 100%;
}
body {
	position: relative;
	min-height: 100%;
}
body.scroll-lock {
	overflow: hidden;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,
a:visited {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
}
h1 {
	margin: 0 0 20px;
}
h2 {
	margin: 0 0 20px;
}
h3 {
	margin: 0 0 20px;
}
h4 {
	margin: 0 0 20px;
}
h5 {
	margin: 0 0 20px;
}
h6 {
	margin: 0 0 20px;
}
p {
	margin: 0 0 20px;
}
span {
}
ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
ol {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
ul li {
}
ol li {
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ol:last-child,
ul:last-child {
	margin-bottom: 0;
}
b,
strong {
	font-weight: normal;
}
i,
em {
	/* font-style: normal; */
}
b i,
b em,
strong i,
strong em,
i b,
i strong,
em b,
em strong {
	/* font-weight: normal;
	font-style: normal; */
}
h1 i,
h1 em,
h2 i,
h2 em,
h3 i,
h3 em,
h4 i,
h4 em,
h5 i,
h5 em,
h6 i,
h6 em,
i h1,
i h2,
i h3,
i h4,
i h5,
i h6,
em h1,
em h2,
em h3,
em h4,
em h5,
em h6 {
	/* font-weight: normal;
	font-style: normal; */
}
blockquote {
	font-style: italic;
	border-width: 1px;
	border-style: solid;
	padding: 19px;
	margin: 0 0 20px;
}
code {
	display: block;
	font-family: monospace !important;
	border-width: 1px;
	border-style: solid;
	padding: 19px;
	margin: 0 0 20px;
}
code * {
	font-family: monospace !important;
}
blockquote:last-child,
code:last-child {
	margin-bottom: 0;
}
hr {
	margin: 20px 0;
	clear: both;
}
/* Alignment */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.clear-content:after {
	content: "";
	display: block;
	clear: both;
}
.align-left,
.alignleft {
	text-align: left;
}
.align-right,
.alignright {
	text-align: right;
}
.align-center,
.aligncenter {
	text-align: center;
}
.align-none,
.alignnone {
}
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
}
img.align-left,
img.alignleft {
	max-width: 100%;
	float: left;
	margin: 0 20px 20px 0;
	vertical-align: bottom;
}
img.align-right,
img.alignright {
	max-width: 100%;
	float: right;
	margin: 0 0 20px 20px;
	vertical-align: bottom;
}
img.align-center,
img.aligncenter {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.caption {
	display: inline-block;
}
.caption.align-left,
.caption.alignleft {
	max-width: 100%;
	float: left;
	margin: 0 20px 20px 0;
}
.caption.align-right,
.caption.alignright {
	max-width: 100%;
	float: right;
	margin: 0 0 20px 20px;
}
.caption.align-center,
.caption.aligncenter {
	display: block;
	max-width: 100%;
	float: none;
	margin: 0 auto 20px;
}
.caption:last-child {
	margin-bottom: 0;
}
.caption img {
	margin-bottom: 10px;
}
.caption .caption-text {
	display: block;
}
/* Appearance */
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.hidden {
	display: none;
}
.box {
	border-width: 1px;
	border-style: solid;
	padding: 19px;
	margin: 0 0 20px;
}
.box:last-child {
	margin-bottom: 0;
}
/* Menus */
.navigation {
	margin: 0;
}
.navigation .menu {
	padding: 0;
	text-transform: uppercase;
}
.navigation .menu .menu-item {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}
.navigation .menu .menu-item:last-child {
	margin-right: 0;
}
.navigation .menu .menu-item.current-menu-item {
}
.navigation .menu .menu-item a {
	line-height: 2rem;
}
.navigation .menu .menu-item a:hover {
}
.navigation .menu .menu-item.current-menu-item a {
}
.navigation .menu .menu-item.current-menu-item a:hover {
}
.navigation .menu .menu-item .sub-menu {
	text-transform: none;
}
.navigation .menu .menu-item:hover .sub-menu {
}
.navigation .menu .menu-item .sub-menu .menu-item {
}
.navigation .menu .menu-item .sub-menu .menu-item:last-child {
}
.navigation .menu .menu-item .sub-menu .menu-item.current-menu-item {
}
.navigation .menu .menu-item .sub-menu .menu-item a {
}
.navigation .menu .menu-item .sub-menu .menu-item a:hover {
}
.navigation .menu .menu-item .sub-menu .menu-item.current-menu-item a {
}
.navigation .menu .menu-item .sub-menu .menu-item.current-menu-item a:hover {
}

.navigation#language-navigation {
	position: absolute;
	top: -6.2rem;
	right: 0px;
}
.navigation#language-navigation .menu {
}
.navigation#language-navigation .menu .menu-item {
	margin: 0;
	display: block;
	float: left;
}
.navigation#language-navigation .menu .menu-item a {
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 0.8rem;
}
.navigation#language-navigation .menu .menu-item:first-child a {
	/*border-radius: 15px 0 0 15px;*/
}
.navigation#language-navigation .menu .menu-item:last-child a {
	/*border-radius: 0 15px 15px 0;*/
}
.navigation#language-navigation .menu .menu-item.current-menu-item,
.navigation#language-navigation .menu .menu-item.current-menu-item a {
}
.navigation#main-navigation {
	float: left;
	padding: 20px 30px;
}
.navigation#main-navigation .menu .menu-item.current-menu-item,
.navigation#main-navigation .menu .menu-item.current-menu-item a {
	cursor: text;
	pointer-events: none;
}
.navigation#main-navigation .menu .menu-item .sub-menu {
	display: block;
	height: 0;
	opacity: 0;
	position: absolute;
	left: -0.6rem;
	top: 100%;
	padding: 0;
	pointer-events: none;
}
.navigation#main-navigation .menu .menu-item:hover .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
	padding: 20px 0 0;
	pointer-events: auto;
}
.navigation#main-navigation .menu .menu-item .sub-menu .menu-item {
	display: block;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.navigation#main-navigation .menu .menu-item .sub-menu .menu-item a {
	display: block;
	white-space: nowrap;
	padding: 0 0.6rem;
}
.navigation#footer-navigation {
	text-align: center;
}
.navigation#footer-navigation .menu {
	display: inline-block;
}
.navigation#footer-navigation .menu .menu-item {
	display: block;
	margin: 0;
	text-align: left;
}
.navigation#footer-navigation .menu .menu-item a {
	display: block;
}
.navigation#footer-navigation .menu > .menu-item {
	float: left;
	margin: 0 20px 0 0;
}
.navigation#footer-navigation .menu > .menu-item:last-child {
	margin: 0;
}
.navigation#footer-navigation .menu .menu-item .sub-menu {
	display: block;
	padding: 0;
	margin: 0;
}
.navigation#footer-navigation .menu .menu-item .sub-menu .menu-item {
	display: block;
	margin: 0;
}

.navigation#sitemap-navigation .menu .menu-item {
	display: list-item;
}
.navigation#sitemap-navigation .menu .menu-item a {
	display: inline-block;
}
.navigation#sitemap-navigation .menu .menu-item .sub-menu {
	padding: 0 0 0 1.2rem;
}
.navigation#sitemap-navigation .menu .menu-item .sub-menu .menu-item {
	list-style: disc;
}
.navigation#sitemap-navigation {
	float: right;
}
.loop-content #sitemap-navigation {
	float: none;
}

/* Buttons */
a.button {
	display: inline-block;
	min-width: 2.4rem;
	min-height: 2.4rem;
	padding: 0.5rem 1rem;
}
.button.home {
}
.button.home img {
}
.button.more {
}
.toggle {
	display: block;
	min-width: 2.4rem;
	min-height: 2.4rem;
}
.toggle:before {
	vertical-align: bottom;
}
.trick {
}
.trick.disabled .trick-parts {
	cursor: default;
}
.trick .trick-parts {
	cursor: pointer;
}
.trick .trick-parts .trick-part-1:after {
	content: '@';
	display: inline;
	position: static;
}

/* LAYOUT */
/* Wrappers */
.wrapper {
	width: 100%;
}
.wrapper * {
}
.wrapper#main-header-wrapper {
	position: relative;
	z-index: 1000;
	padding: 2rem 0;
}
.wrapper#main-content-wrapper {
	position: relative;
	z-index: 10;
}
.wrapper.map-wrapper#main-content-wrapper {
	position: static;
}
.wrapper#main-footer-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.wrapper#page-slides-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.wrapper#main-ajax-wrapper {
}
/* Pushers */
.pusher#page-slides-pusher {
	min-height: 180px;
	z-index: 1;
}
.pusher#page-map-pusher {
	min-height: 300px;
	z-index: 1;
}
.pusher#main-footer-pusher {
	z-index: 1;
}
/* Containers */
.container {
	width: 96.875%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}
.container * {
	-webkit-transition: all 0.333s ease-out 0s;
	-moz-transition: all 0.333s ease-out 0s;
	-o-transition: all 0.333s ease-out 0s;
	transition: all 0.333s ease-out 0s;
}
.container#main-header-container {
	position: relative;
}
.container#main-content-container {
}
.map-wrapper .container#main-content-container {
	position: relative;
	z-index: 10;
}
.container#main-footer-container {
	text-align: center;
}
/* TEMPLATE PARTS */
#site-identity {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    padding: 0px 30px;
    margin: 0 0 30px 0;
	line-height: 6rem;
}
#site-identity #site-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 6rem;
	max-height: 6rem;
	float: left;
}
#site-identity #site-title {
	display: inline-block;
	vertical-align: middle;
}
/* Main parts */
#main-header {
	width: 100%;
	position: absolute;
	top: 100%;
}
#main-content {
}
#main-sidebar {
}
#main-footer {
}
#main-footer .navigation-wrap {
	padding: 20px 30px;
}
#main-footer .footnotes {
	padding: 20px 30px;
}
.has-sidebar {
	display: flex;
}
.has-sidebar #main-content {
	float: left;
	width: 67.741935483870967741935483870968%;
}
.has-sidebar #main-sidebar {
	float: right;
	width: 32.258064516129032258064516129032%;
}
/* Sections */
.section {
}
.section .section-header-wrap {
	padding: 20px 30px;
}
.section .section-content-wrap {
}
.section .section-footer-wrap {
	padding: 20px 30px;
}
.section .section-aside-wrap {
	margin: 0 auto 20px;
}
.section .section-title-wrap {
	margin: 0 auto 20px;
}
.section .section-thumbnail-wrap {
	margin: 0 auto 20px;
}
.section .section-meta-wrap {
	margin: 0 auto 20px;
}
.section .section-header-wrap:last-child,
.section .section-content-wrap:last-child,
.section .section-footer-wrap:last-child,
.section .section-aside-wrap:last-child,
.section .section-title-wrap:last-child,
.section .section-thumbnail-wrap:last-child,
.section .section-meta-wrap:last-child {
	margin-bottom: 0;
}
.section .section-header {
}
.section .section-content {
}
.section .section-footer {
}
.section .section-aside {
}
.section .section-title {
}
.section .section-thumbnail {
}
.section .section-thumbnail img {
}
.section .section-meta {
}
.section .section-meta .meta-label {
}
.section .section-meta .meta-value {
}
/* Blocks */
.block {
}
.block .block-header-wrap {
	margin: 0 auto 20px;
}
.block .block-content-wrap {
	margin: 0 auto 20px;
}
.block .block-footer-wrap {
	margin: 0 auto 20px;
}
.block .block-aside-wrap {
	margin: 0 auto 20px;
}
.block .block-title-wrap {
	margin: 0 auto 20px;
}
.block .block-thumbnail-wrap {
	margin: 0 auto 20px;
}
.block .block-meta-wrap {
	margin: 0 auto 20px;
}
.block .block-header-wrap:last-child,
.block .block-content-wrap:last-child,
.block .block-footer-wrap:last-child,
.block .block-aside-wrap:last-child,
.block .block-title-wrap:last-child,
.block .block-thumbnail-wrap:last-child,
.block .block-meta-wrap:last-child {
	margin-bottom: 0;
}
.block .block-header {
}
.block .block-content {
}
.block .block-footer {
}
.block .block-aside {
}
.block .block-title {
}
.block .block-thumbnail {
}
.block .block-thumbnail img {
}
.block .block-meta {
}
.block .block-meta .meta-label {
}
.block .block-meta .meta-value {
}
/* Entries */
.entry {
}
.entry .entry-header-wrap {
	padding: 20px 30px;
}
.entry .entry-content-wrap {
	padding: 20px 30px;
}
.entry .entry-footer-wrap {
	padding: 20px 30px;
}
.entry .entry-aside-wrap {
	padding: 20px 30px;
}
.entry .entry-title-wrap {
	margin: 0 auto 20px;
}
.entry .entry-thumbnail-wrap {
	margin: 0 auto 20px;
}
.entry .entry-meta-wrap {
	margin: 0 auto 20px;
}
.entry .entry-header-wrap:last-child,
.entry .entry-content-wrap:last-child,
.entry .entry-footer-wrap:last-child,
.entry .entry-aside-wrap:last-child,
.entry .entry-title-wrap:last-child,
.entry .entry-thumbnail-wrap:last-child,
.entry .entry-meta-wrap:last-child {
	margin-bottom: 0;
}
.page.home .entry .entry-content-wrap .entry-aside {
	width: 34.935897435897435897435897435897%;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
}
.page.home .entry .entry-thumbnail-wrap {
	width: 100%;
}
.page.home .entry .entry-thumbnail-wrap img {
	width: 100%;
	height: auto;
}
.entry .entry-header {
}
.entry .entry-content {
}
.entry .entry-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.entry .entry-content table {
	margin: 0 0 20px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-spacing: 0;
}
.entry .entry-content table thead {
}
.entry .entry-content table tbody {
}
.entry .entry-content table tfoot {
}
.entry .entry-content table tr {
}
.entry .entry-content table td {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 0.4em 0.6em;
}
.entry .entry-content table th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 0.4em 0.6em;
}
.entry .entry-footer {
}
.entry .entry-aside {
}
.entry .entry-title {
}
.entry .entry-thumbnail {
	width: 100%;
	height: auto;
}
.entry .entry-meta {
}
.entry.single .entry-meta {
	display: block;
}
.entry .entry-meta .meta-label {
}
.entry .entry-meta .meta-value {
}
/* Entry Previews (Excerpts) */
.entry.feature {
	padding: 0;
	margin: 0 0 30px;
}
.entry.feature:last-child {
	margin-bottom: 0;
}
.entry.feature .entry-header-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.feature .entry-content-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.feature .entry-footer-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.feature .entry-thumbnail-wrap {
	width: 100%;
}
.entry.feature .entry-thumbnail-wrap .entry-thumbnail {
	max-width: 100%;
	height: auto;
}
.entry.feature .entry-meta {
	display: block;
}
.entry.preview {
	margin: 0 0 30px;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 0 0 30px;
}
.entry.preview:last-child {
	margin-bottom: 0;
	border-width: 0;
	padding: 0;
}
.entry.preview .entry-header-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.preview .entry-content-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.preview .entry-footer-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.preview .entry-aside-wrap {
	width: 34.935897435897435897435897435897%;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}
.entry.preview .entry-title-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.preview .entry-thumbnail-wrap {
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.entry.preview .entry-meta-wrap {
	margin: 0 0 20px;
	padding: 0;
}
.entry.preview .entry-header-wrap:last-child,
.entry.preview .entry-content-wrap:last-child,
.entry.preview .entry-footer-wrap:last-child,
.entry.preview .entry-aside-wrap:last-child,
.entry.preview .entry-title-wrap:last-child,
.entry.preview .entry-thumbnail-wrap:last-child,
.entry.preview .entry-meta-wrap:last-child {
	margin-bottom: 0;
}
.entry.preview .entry-header {
}
.entry.preview .entry-content {
}
.entry.preview .entry-footer {
}
.entry.preview .entry-aside {
}
.entry.preview .entry-title {
}
.entry.preview .entry-thumbnail {
	max-width: 100%;
	height: auto;
}
.entry.preview .entry-meta {
	display: block;
}
.entry.preview .entry-meta .meta-label {
}
.entry.preview .entry-meta .meta-value {
}
.entry.single.post,
.entry.single.article,
.entry.single.notice,
.entry.single.event {
	display: flex;
	min-height: 100%;
}
.entry.single.post .entry-main,
.entry.single.article .entry-main,
.entry.single.notice .entry-main,
.entry.single.event .entry-main {
	float: left;
	width: 67.741935483870967741935483870968%
}
.entry.single.post .entry-aside,
.entry.single.article .entry-aside,
.entry.single.notice .entry-aside,
.entry.single.event .entry-aside {
	float: right;
	width: 32.258064516129032258064516129032%;
	padding: 30px;
}
.entry.single.gallery .entry-content-wrap {
	padding: 30px;
}
/* Loop */
.loop {
	padding: 0;
}
.loop .loop-header-wrap {
	padding: 20px 30px;
}
.loop .loop-content-wrap {
	padding: 30px 30px;
}
.loop .loop-footer-wrap {
	padding: 0 30px 30px;
}
.loop .loop-aside-wrap {
	padding: 30px 30px 0;
}
.loop .loop-header-wrap:last-child,
.loop .loop-content-wrap:last-child,
.loop .loop-footer-wrap:last-child,
.loop .loop-aside-wrap:last-child {
	margin-bottom: 0;
}
.loop .loop-header {
}
.loop .loop-content {
}
.loop .loop-footer {
}
.loop .loop-aside {
}
.loop .loop-controls {
	display: block;
}
.loop .loop-aside .loop-controls {
	border-width: 0 0 1px;
	border-style: solid;
	padding: 0 0 30px;
}
.loop .loop-footer .loop-controls {
	border-width: 1px 0 0;
	border-style: solid;
	padding: 30px 0 0;
}
.loop .loop-controls .loop-control {
}
.loop .pagination {
	display: inline-block;
	vertical-align: bottom;
}
.loop .pagination .page-numbers {
	display: inline-block;
	vertical-align: bottom;
	float: left;
	min-width: 2.4rem;
	min-height: 2.4rem;
	margin: 0 0 0 0.6rem;
	padding: 0.5rem 1rem;
}
.loop .pagination .page-numbers:first-child {
	margin-left: 0;
}
.loop .filters {
	display: inline-block;
	vertical-align: bottom;
}
.loop .filters .filter {
	display: inline-block;
	vertical-align: bottom;
	float: left;
	min-width: 2.4rem;
	min-height: 2.4rem;
	margin: 0 0 0 0.6rem;
	padding: 0.5rem 1rem;
}

.loop#downloads-loop {
}
.loop#downloads-loop .download-title {
	margin: 0 0 20px;
}
.loop#downloads-loop .download-files {
}

.loop .loop-content .download-section:not(:first-child) {
	margin-top: 40px;
}

.loop#downloads-loop .download-files .download-file {
	display: block;
	float: left;
	padding: 1rem;
	background: #ffffff;
	border-width: 0.1rem;
	border-style: solid;
}
.loop#downloads-loop .download-files .download-file {
	width: 31.63841807909604519774011299435%;
	margin: 0 2.5423728813559322033898305084746% 30px 0;
}
.loop#downloads-loop .download-files .download-file:nth-child(3n) {
	margin-right: 0px;
}
.loop#downloads-loop .download-files .download-file:nth-child(3n+1) {
	clear: both;
}
.has-sidebar .loop#downloads-loop .download-files .download-file,
.single-article .loop#downloads-loop .download-files .download-file,
.single-notice .loop#downloads-loop .download-files .download-file,
.single-event .loop#downloads-loop .download-files .download-file {
	width: 48.076923076923076923076923076923%;
	margin: 0 3.8461538461538461538461538461538% 30px 0;
}
.has-sidebar .loop#downloads-loop .download-files .download-file:nth-child(3n),
.single-article .loop#downloads-loop .download-files .download-file:nth-child(3n),
.single-notice .loop#downloads-loop .download-files .download-file:nth-child(3n),
.single-event .loop#downloads-loop .download-files .download-file:nth-child(3n) {
	margin-right: 3.8461538461538461538461538461538%;
}
.has-sidebar .loop#downloads-loop .download-files .download-file:nth-child(3n+1),
.single-article .loop#downloads-loop .download-files .download-file:nth-child(3n+1),
.single-notice .loop#downloads-loop .download-files .download-file:nth-child(3n+1),
.single-event .loop#downloads-loop .download-files .download-file:nth-child(3n+1) {
	clear: none;
}
.has-sidebar .loop#downloads-loop .download-files .download-file:nth-child(2n),
.single-article .loop#downloads-loop .download-files .download-file:nth-child(2n),
.single-notice .loop#downloads-loop .download-files .download-file:nth-child(2n),
.single-event .loop#downloads-loop .download-files .download-file:nth-child(2n) {
	margin-right: 0px !important;
}
.has-sidebar .loop#downloads-loop .download-files .download-file:nth-child(2n+1),
.single-article .loop#downloads-loop .download-files .download-file:nth-child(2n+1),
.single-notice .loop#downloads-loop .download-files .download-file:nth-child(2n+1),
.single-event .loop#downloads-loop .download-files .download-file:nth-child(2n+1) {
	clear: both !important;
}

.loop#downloads-loop .download-files .download-file .block-thumbnail {
	float: left;
	margin: 0 1rem 0 0;
	width: 3.2rem;
}
.loop#downloads-loop .download-files .download-file .block-thumbnail img {
	width: 100%;
	height: auto;
}
.loop#downloads-loop .download-files .download-file .block-title {
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 0.4rem;
}
.loop#downloads-loop .download-files .download-file .block-content {
	font-size: 1rem;
	line-height: 1.2rem;
}

a.more-link,
a.term-link,
a.archive-link {
	white-space: nowrap;
}
.entry-title a.more-link {
	white-space: normal;
}
/* GUI ELEMENTS */
/* Custom Dropdown Menus */
.custom-select {
	display: inline-block;
	width: 100%;
	min-width: 240px;
	position: relative;
	z-index: 100;
	vertical-align: bottom;
	outline: none;
	cursor: pointer;

	margin-bottom: 15px;
	border: 0 solid #ffffff;
	padding: 0 40px 0 0;

	-webkit-box-sizing: border-box;
	-moz-sizing: border-box;
	box-sizing: border-box;
}
.custom-select:last-child {
	margin-bottom: 0;
}
.custom-select:hover {
}
.custom-select:hover:after {
	border-color: #ffffff transparent;
}
.custom-select:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 14px;
	top: 21px;
	margin-top: -3px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #000000 transparent;
}
.custom-select.active {
	z-index: 1000;
}
.custom-select.active:after {
	border-width: 0 5px 5px 5px;
	top: 21px;
}
.custom-select.disabled {
}
.custom-select .custom-option-current {
	display: block;
	line-height: 20px;
	padding: 10px 10px;
	white-space: nowrap;
	overflow: hidden;
}
.custom-select.disabled .custom-option-current {
}
.custom-select .custom-options {
	width: 100%;
	height: 0;
	max-height: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	overflow-y: auto;
	list-style: none;

	padding-left: 0;
}
.custom-select.active .custom-options {
	height: auto;
	opacity: 1;
}
.custom-select .custom-option {
	display: block;
	cursor: pointer !important;

	padding: 10px 10px;
}
.custom-select .custom-option.active {
}
.custom-select .custom-option:hover {
}
.custom-select .custom-option a {
}
.custom-select .custom-option:hover a {
}
/* Custom Radio Buttons */
.custom-radio-wrapper {
	display: inline-block;
	cursor: pointer;
}
.custom-radio-wrapper .custom-radio {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	border: 0 solid #222222;
	border-radius: 10px;
	padding: 0;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.custom-radio-wrapper .custom-radio.active {
}
.custom-radio-wrapper:active .custom-radio,
.custom-radio-wrapper:hover .custom-radio.active {
}
.custom-radio-wrapper:hover .custom-radio,
.custom-radio-wrapper .custom-radio.disabled {
}
/* Custom Checkboxes */
.custom-checkbox-wrapper {
	display: inline-block;
	cursor: pointer;
}
.custom-checkbox-wrapper label {
	cursor: pointer;
}
.custom-checkbox-wrapper .custom-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 0 none transparent;
	padding: 0;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.custom-checkbox-wrapper .custom-checkbox.active {
}
.custom-checkbox-wrapper:active .custom-checkbox,
.custom-checkbox-wrapper:hover .custom-checkbox.active {
}
.custom-checkbox-wrapper:hover .custom-checkbox,
.custom-checkbox-wrapper .custom-checkbox.disabled {
}

/* Social media */
.sm-links {
}
.sm-links .menu {
}
.sm-links .menu-item {
}
.sm-links .menu-item:last-child {
}
.sm-links .menu-item a {
}
.sm-links .menu-item a img {
}

.google-map {
	width: 100%;
	min-height: 680px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

/* Footer Sponsors */

.footer-sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-sponsors .footer-sponsor {
    flex-basis: 100%;
    margin: 2rem 1rem;
}

.footer-sponsors img {
    max-height: 120px;
    max-width: 100%;
}
