/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: static;
}

html,
body {
	height: 100%;
	font-family: Open Sans;
	max-width: 100%;
}

.wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

.content {
	display: table-row;
	height: 100%;
}

h1 {
	color: #426caa;
}

h2,
h3 {
	color: #8da24c;
}

.trim-first> :first-child,
.trim-content> :first-child {
	margin-top: 0;
}

.trim-last> :last-child,
.trim-content> :last-child {
	margin-bottom: 0;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clear {
	clear: both;
}

.icon-varrow {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAO3RSTlMAWXERWscLDKkBbBa4aMgKf8y9awPNzmppyv6qxjymNx47gMLP/Qli9ubLDeECjHC86+wkGxV+xDHJ9Fxgwg4AAAC5SURBVBjTVVDHFoJADAy6C7sizYYKiL33rvn//zJbODiXzJvkTSYBIHi1Fk/4ueaBhZP061Tq6dYxwlO4thWJWBWWSXBuRpIZI48uTdwvx52W3NCDRluxE25WB0WCBjR9RTo9xF5BxG8CNw7lAnE4GgOElQIzJHxL+JCmMRmS8HqrGeszR9w7UvuYXX1cT5d2l87zuCpTlYfTbUxISAubWTBVYhHJv7toahDo24MBq95B/8mTvGX+8wM8Bw2ai5/oVAAAAABJRU5ErkJggg==");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.front-intro .intro .wp-caption-text,
.wp-caption-text {
	margin-top: 0.3em;
	margin-bottom: 0;
	text-align: center;
	font-size: 0.9em;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	background: #426caa;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: .6em 1.1em;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
}

.button-green {
	background-color: #8da24c;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 0.4em;
}

.wpcf7-form label {
	display: block;
}

.content ul li {
	padding: .5em 0;
}

.header {
	background-color: #426caa;
	height: 186px;
	position: relative;
	color: #ffffff;
	padding-top: 10px;
}

.header .container {
	position: relative;
}

.header .h-lw,
.header .h-rw {
	width: 30%;
	float: left;
	z-index: 2;
}

.header .h-rw {
	text-align: right;
}

.header .h-lw .links ul {
	padding-left: 0;
	list-style: none;
	color: #ffffff;
}

.header .h-lw .links ul li {
	display: inline-flex;
	align-items: center;
}

.header .h-lw .links ul li:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 20px;
}

.header .h-lw .links ul li a {
	color: #ffffff;
	font-size: 15px;
}

.header .h-lw .links .basket-link .item-count {
	font-size: 0.8em;
}

.header .h-lw .search {
	display: flex;
}

.header .h-lw .search input {
	display: inline-block;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 5px 8px;
	color: #ffffff;
	width: 200px;
	margin-right: 5px;
	height: 30px;
	font-family: Open Sans;
}

.header .h-lw .search input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	font-style: italic;
}

.header .h-lw .search input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	font-style: italic;
}

.header .h-lw .search input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	font-style: italic;
}

.header .h-lw .search input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	font-style: italic;
}

.header .h-lw .search i {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAB6klEQVRIicWWz0sVURiGn3sD3USk4SpuESq5ced/kC6jsFW7cBm5F9rn0kUiJMHdubAW/gFCy3ZGRJAYVgqBSKFXtCKd18XMxMfpnLlzbjP0wmHOnPt+89zznZ9IIlBakvYlJfLrVNLrgvjC0pCER4fAJd8PAa0DUxF+ms77bSBxoHvAE2ACGAHuAqvAL+OZBH7EgG33p51UviuRsj5JP03M77Kpziv9zljeiRyzDRPbiQEfm8CJHifMe/ONp2XAt0zAqx6heTnNvpOUAXfKmkuUB6YTj4q8DenPevoM3IiamX4lQAP4DlwJmexyulcBFOA4ew4WmSx4oyLwVhmTu4FUoZ3/BR6LBU9XBL6ePb2HQC47qw+AgQrA+fe+AldDpibwLatfrgC6YOqzRcaGpJvAh+x9F7j2D+C8twlwocjYBDZJ0wzQAuZ7hHZMfa6r22xj9nRaidwqj0zsdpkYO6tbpn4fOAGGuvzvx6TpvWh6/TJrWykK9F198r021xnp2L8l3X+HgXH+XgH7wAvgoWlrAzNeciAVO4rTfBbnU9vH6DYWb5ReZ3w6kbTk+PcC3uex4F7KlwB8uW4wkj4F4M/qBhfBF6Xwhb4qbeO/1azWDYb0YjDiNtZxHrsaBT46bWt1jnFozNuSOAdlBT04rlD3jwAAAABJRU5ErkJggg==");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	cursor: pointer;
}

.header .h-rw {
	left: auto;
	right: 0;
}

.header .h-rw .link-socials i {
	margin-right: 5px;
}

.header .h-rw .link-socials i svg {
	height: 30px;
}

.header-buttons {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.3em;
	margin: 0.3em auto;
}

.header-buttons .button {
	display: inline-block;
	padding: 0.618em 1em;
	background-color: #8da24c;
	color: #fff;
	font-weight: 700;
}

.header .logo {
	width: 40%;
	float: left;
	margin: auto;
	text-align: center;
}

.header .logo img {
	max-width: 100%;
}

.header .menu {
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 100;
}

.header .menu button {
	width: 142px;
	padding: 12px 30px;
	border-radius: 0;
	border: none;
	font-size: 17px;
	color: #426caa;
}

.header .menu button .caret {
	margin-left: 5px;
	font-size: 40px;
	border-top: 8px solid #426caa;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.header .menu button:hover,
.header .menu button:focus {
	background-color: #ffffff !important;
}

.header .menu ul {
	list-style: none;
	margin-top: 0;
	border-radius: 0;
	border: none;
	width: 142px;
	min-width: 142px;
	margin: 0;
	padding: 0;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li:hover>ul,
.header .menu ul li.focus>ul {
	display: block;
}

.header .menu ul li:hover>a,
.header .menu ul li.focus>a {
	background-color: #ffffff;
	color: #426caa;
	text-decoration: none;
}

.header .menu ul li a {
	display: block;
	text-align: center;
	color: #ffffff;
	white-space: normal;
	font-size: 17px;
	padding: 8px;
	background-color: #426caa;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .menu ul li:last-child>a {
	border-bottom: none;
}

.header .menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	width: 160px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header .menu ul ul a {
	background-color: #345585;
}

.front-slider .slick-arrow {
	display: none !important;
}

.front-slider .slide {
	position: relative;
	width: 100vw;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.front-slider .slide:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.front-slider .slide .info-wrap .info {
	max-width: 275px;
	max-height: 280px;
	padding: 30px 15px;
	background-color: rgba(255, 255, 255, 0.72);
	margin: auto;
	position: relative;
	z-index: 2;
	float: none;
	text-align: center;
}

.front-slider .slide .info-wrap .info .title {
	font-size: 30px;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.3;
}

.front-slider .slide .info-wrap .info .text {
	padding-top: 12px;
	font-size: 16px;
	margin-top: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.front-slider .slide .info-wrap .info .button {
	position: absolute;
	left: 50%;
	bottom: -1.4em;
	transform: translateX(-50%);
	padding-right: 1.9em;
	font-size: 1.2em;
}

.front-slider .slide .info-wrap .info .button i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 15px;
	height: 25px;
	display: block;
	margin: auto;
}

.col-md-6:nth-child(2n) {
	border-left: #e5e5e5 solid 3px;
}

.front-intro {
	margin-top: 60px;
	margin-bottom: 65px;
}

.front-intro .image {
	padding-right: 40px;
	text-align: center;
}

.front-intro .image img {
	width: 100%;
	max-width: 300px;
}

.front-intro .intro {
	padding-left: 35px;
}

.front-intro .intro .title {
	font-size: 30px;
	text-align: center;
	color: #8da24c;
	margin-bottom: 30px;
}

.front-intro .intro h4 {
	margin-bottom: 30px;
	font-size: 21px;
}

.front-intro .intro p {
	margin-bottom: 30px;
	font-size: 17px;
}

.front-intro .intro ul {
	font-size: 15px;
	padding-left: 20px;
}

.front-intro .intro ul li {
	padding-bottom: 10px;
}

.front-second-slider .slide {
	min-height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.front-second-slider .slide:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.front-events {
	padding-top: 70px;
	padding-bottom: 200px;
	background-image: url(../img/gray.png);
	background-repeat: repeat-x;
	background-size: auto 100px;
	background-position: center 104%;
	text-align: center;
}

.front-events .main-title {
	text-align: center;
	padding-bottom: 50px;
	font-size: 32px;
	font-weight: 600;
	text-shadow: 0 0 0 #333;
}

.front-events .event {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 2px solid #cbdf8a;
}

.front-events .event:last-child {
	border: none;
}

.front-events .event .titles {
	display: flex;
	align-items: center;
}

.front-events .event .titles .icon {
	width: 50px;
	height: 30px;
	display: inline-block;
	margin-right: 15px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAZCAYAAACsGgdbAAAD1klEQVRYhb3Xa4jUVRjH8c+Os2ojKWXhuoailRaVZE5Wko2aXaA7FkVWVBAU9KJ6UZTTDSYKe1FUb6LUyAqiC4VaFl2covsE3aGbidSKVuq6ui22u/biOZvT4M6qO/bAvJj/+Z/z/57n+T3PeU7T9IWr1bGJuACnYjyy2IKfsRrvoq3eAgNZpVQY8J1snbEjcQMuRWvN2BzMwLFYjk/RvU+Ue2D9QZ6IB1HAt3gTa9GFg4SHT8CtuAzP4in89H9BTsXjmJxAF+P73cw7HufhQtwhJHEn3m80ZKbm/3jci6OwELcnwDEYV/VeNyq4GxfjPkzDEpyNpv0F2SyS5Bw8gaXoScB34YE0PrJmjR9xD25BCx7CKY2ErA73ZFyNjXgaWzEc1+C6tInZeA7L8E3V3B7hxVyCvFFoub0RkNWenIZj8BbWpGdzRDib0//DcDOexBUYXTV/p0ielzALcxsBWA05UnipG+9gs9Dg9ZhUM6cZJ+FhlERoD0xjHXgNB6TntZrfJ+sLd4vI6k34PC1+Lc6oM3e0kMFsrMCXotBPTxsZpkEJlE1Ao9JHN+A3zMSVwiP1bIhIrMPRiV6h47/xi9Bqf5bB8Hyx3FspFbryxXLfxjqFdDLorZQKO7MYihFpYrfQ5k3ixNlTa04b7bN2AyfNEKH3CflieWkCaxUJ2ZJY2tDTF+4dQk/H4VFxogzGDhFJ1pQ+3p+dJhKwNX33VxyKg7ENuXyx3JVJgNuFm0eIDM8NEvJ3rBsA8AghlWG4CueLTU3C+rTG0ZiQETrqFOdyI2yHqKWv9jM+XCTpQuTTs1yCHIcfMFbkSA9ymUQ/NO2oEbZcnFhbap6PwulYhBdxuUiwjjQ+GVMrpUKbSLpNaSyXxXxReKc0ALAHH9jVkGRE1zQLl4hy1SpOs2fwtvDiWULDzfliuVVUnW7hzbasOEFmNgCwD2pu+vhanIuLEuQYobXFeFnU4w0ikm8koD9FXgwT8mvHlizeS4vPMPgToilBLhLemic8uRGP4BV8lWBApVTYKY7hNflieWLaTJuoEO2YkhU94zIsEA1GbRe+t9YXPuKasQSrRPe+tb9J+WJ5ksjmP0RV6BClqDkrBLoJ9+MLUbfm2fcy1CVC+broA74WNa9fyxfLTfgL3wktjhU1M4Md1a3aNryAT0Q5WICT9wJuu5DOSpT9t5Wraynk6xNwTsimQzQ6Tbu7PqzDYwl2gcjKehLYjI9F97PKIO85lVKhMzH8a/Vui5+JUvJRAj3TrpaMOABWJrgPRRHeL1YPkhD68wJ0fvrNFOFYgdtEqdmv9g9O2PFkorsf+QAAAABJRU5ErkJggg==");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.front-events .event .titles .icon img {
	width: 50px;
}

.front-events .event .titles .title {
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	padding-right: 10px;
}

.front-events .event .buttons {
	width: 33%;
	text-align: right;
}

.front-events .event .buttons a,
.woocommerce .my-account-member-buttons a {
	padding: 10px;
	font-size: 17px;
	background-color: #fff;
	color: #ffffff;
	padding-right: 50px;
	padding-left: 17px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
}

.front-events .event .buttons a:first-child {
	background-color: #7d30a9;
}

.front-events .event .buttons a:last-child {
	background-color: #337bc0;
}

.front-events .event .buttons a i,
.my-account-member-buttons a i {
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 18px;
	height: 18px;
	margin: auto;
}

.front-events .all-events {
	background-color: #c1d974;
	padding: 10px 50px;
	font-size: 26px;
	color: #ffffff;
}

.front-events .event .buttons a {
	white-space: nowrap;
	margin-bottom: 1em;
}

.two-columns .left {
	padding-right: 30px;
	border-right: 2px solid #f3f6ed;
}

.two-columns .right {
	padding-left: 30px;
}

.accordion-section {
	margin: 3em auto;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-title>a {
	display: block;
}

.small-boxes {
	margin: 2em auto;
}

.small-boxes-left {
	border-right: 1px solid #eee;
}

.small-boxes-left.col-sm-12 {
	border-right: none;
}

.small-boxes-title,
.small-boxes .sidebar>h2:first-child {
	margin: 0 0 1em;
	text-align: center;
}

.small-boxes-inner {
	overflow: hidden;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

.small-box {
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	padding: 1em;
	background-color: #426caa;
	color: #ffffff;
}

.small-box:hover .small-box-content {
	opacity: 1;
}

.small-box-title {
	font-size: 20px;
	color: inherit;
}

.small-box-title:before {
	content: '\2713';
	margin-right: 0.2em;
	color: #84aae2;
}

.small-box-content {
	opacity: 0.8;
}

.small-box-content p {
	font-size: 1em;
}

.buttons-section {
	padding: 5em 0;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.button-box {
	display: inline-block;
	max-width: 30%;
	margin: 2.66%;
	padding: 0.5em;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.72);
	font-size: 1.2em;
	vertical-align: baseline;
}

.button-box:first-child {
	margin-left: 0;
}

.button-box:last-child {
	margin-right: 0;
}

.button-box.has-title,
.button-box.has-text {
	padding: 1.5em 1em;
	width: 29%;
}

.button-box.has-title.has-button,
.button-box.has-text.has-button {
	padding-bottom: 0;
}

.button-box.has-title .button,
.button-box.has-text .button {
	top: 1em;
}

.button-box .button {
	display: inline-block;
	max-width: 100%;
	position: relative;
	padding: 0.4em 0.9em;
	background-color: #426caa;
	color: #fff;
	word-break: break-all;
	line-height: 1.2em;
}

.button-box .button i {
	display: inline-block;
	position: relative;
	top: -0.05em;
	width: 15px;
	height: 15px;
	margin-left: 0.25em;
	vertical-align: middle;
}

.button-box-title {
	font-size: 1.4em;
	font-weight: bold;
}

.has-title .button-box-text {
	padding-top: 0.5em;
	border-top: 1px solid;
}

.has-button .button-box-text {
	padding-bottom: 0.5em;
	border-bottom: 1px solid;
}

.no-access {
	text-align: center;
}

.blog-wrapper article {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.single-post-comments:empty {
	display: none;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	margin: 2em 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/

.woocommerce-page-wrapper .front-slider {
	margin-bottom: 3em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #8da24c;
	color: #ffffff;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #75863f;
	color: #ffffff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 1.2em;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
	font-size: 0.9em;
}

.add_to_cart_inline {
	display: none;
}

.add_to_cart_inline,
.add_to_cart_inline_variable {
	max-width: 30em;
	margin: 0 auto;
}

.add_to_cart_inline_variable {
	display: block;
}

.add_to_cart_inline_variable .price {
	border-top: 1px dotted #aaa;
}

.woocommerce .price {
	display: block;
	margin: 0.5em 0 1em;
	padding-top: 0.5em;
	color: #8da24c;
	font-size: 1.2em;
}

.woocommerce .quantity {
	float: left;
	margin-right: 1em;
}

.woocommerce .quantity .qty {
	padding: 0.25em 0.4em;
}

.woocommerce ul.products li.product .product-list-thumbnail,
.woocommerce ul.products li.product a img {
	border: 1px solid #eee;
}

.woocommerce ul.products li.product-category a {
	display: block;
	padding: 0.1em 0.5em;
	background-color: #8da24c;
	color: #fff;
	text-align: center;
}

.woocommerce ul.products li.product-category h2 {
	color: inherit;
}

.woocommerce ul.products li.product-category h2:after {
	display: inline-block;
	content: '▸';
}

.woocommerce ul.products li.product a img {
	display: none;
}

.woocommerce ul.products li.product .product-list-thumbnail {
	padding: 3%;
}

.woocommerce ul.products li.product .product-list-thumbnail .image {
	height: 0;
	padding-bottom: 90%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.woocommerce ul.products li.product.event-product .product-list-thumbnail .image {
	background-size: cover;
}

.woocommerce ul.products mark {
	display: none;
}

.woocommerce a.add_to_cart_button {
	margin-right: 0.8em;
}

.woocommerce a.added_to_cart {
	margin-right: 0.5em;
}

.woocommerce a.product-more-info-button {
	background-color: #426caa;
}

.woocommerce a.product-more-info-button:hover {
	background-color: #37598d;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 1.3em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__event-date {
	margin: 0 0 0.8em;
	font-size: 1.2em;
}

.woocommerce ul.products li.product .price {
	margin: 0.2em 0 0.4em;
	padding: 0;
	font-size: 1.1em;
	color: #666;
}

.woocommerce-loop-product__stock-warning {
	position: absolute;
	top: 2%;
	left: 4%;
	padding: 0.3em;
	background-color: #426caa;
	color: #fff;
	font-size: 0.8em;
}

.woocommerce-loop-product__stock-warning span {
	font-weight: bold;
}

#product-524 .price {
	display: none !important;
}

.product-back-to-category {
	display: block;
	margin: -1.5em 0 1.5em;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 33%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 64%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px 5px 0 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 0.8;
}

.woocommerce div.product form.cart {
	margin-top: 2em;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 4em;
	padding: 0 0 3em;
}

.woocommerce div.product .woocommerce-tabs .panel>h2:first-child {
	margin-bottom: 0.6em;
}

.woocommerce div.product .woocommerce-tabs.tab-count-2 .wc-tabs,
.woocommerce div.product .woocommerce-tabs.tab-count-1 .wc-tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs.tab-count-2 .wc-tab,
.woocommerce div.product .woocommerce-tabs.tab-count-1 .wc-tab {
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs.tab-count-2 .wc-tab {
	display: block !important;
	float: left;
	width: 46%;
	margin-right: 4%;
}

.woocommerce div.product .related.products {
	clear: both;
}

.reset_variations {
	display: none;
}

table.variations {
	width: 100%;
}

table.variations td {
	padding: 0.4em 0;
	vertical-align: middle;
}

table.variations .label {
	display: table-cell;
	width: 1em;
	padding-right: 0.4em;
	text-align: left;
	color: #426caa;
	font-size: 1em;
}

table.variations label {
	margin: 0;
}

table.variations select {
	display: block;
	width: 100%;
}

.woocommerce form .form-row {
	margin-bottom: 8px;
}

.woocommerce form .form-row label {
	line-height: 1.45;
}

.woocommerce form .form-row.large textarea {
	height: 10em;
}

.woocommerce form .form-row .description {
	display: block;
	font-size: 0.9em;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	display: block !important;
	height: auto !important;
	margin: 0.1em 0 0;
	padding: 0.2em 0 0;
	background: none;
	color: inherit;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
	display: none;
}

.woocommerce form .form-row select+.description {
	margin-top: 0.5em;
}

.woocommerce form .form-row .optional {
	display: none;
}

#interest_field .woocommerce-input-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

#interest_field .woocommerce-input-wrapper input {
	width: 5%;
	margin-bottom: 0.75em;
}

#interest_field .woocommerce-input-wrapper label {
	width: 95%;
	margin: 0 0 0.75em 0;
}

@media screen and (max-width: 767px) {
	
	#interest_field .woocommerce-input-wrapper {
		margin: 0 auto;
		max-width: 460px;
		text-align: left;
	}
	
}


#wrags_interest_field {
	margin: 2em 0;
	padding: 0.5em 0 0.5em 1em;
	border-left: 2px solid #94a863;
	background-color: #f8f9f7;
}

#wrags_interest_field label {
	font-weight: inherit;
}

#wrags_interest_field label:before {
	display: block;
	content: 'WRAGS interest';
	color: #94a863;
	font-size: 1.1em;
	font-weight: 700;
}

.checkout-wrags-fields {
	display: none;
	margin: 2em 0 4em;
	padding: 2em;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #94a863;
	border-radius: 4px;
}

.checkout-wrags-fields.show {
	display: block;
}

.front-intro .intro .checkout-wrags-fields p {
	margin-bottom: 10px;
	font-size: inherit;
}

.woocommerce form .checkout-wrags-fields .form-row {
	margin-bottom: 1.5em;
}

.woocommerce form .form-row label.radio,
.woocommerce form .form-row label.multicheck {
	display: inline-block;
	margin: 0.2em 1em 0 0;
	padding: 0.2em 0 0 0.25em;
	font-weight: normal;
}

.woocommerce form .form-row legend {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	color: inherit;
	border: none;
}

.woocommerce form .form-row .multicheck-pair {
	display: block;
}

#add_payment_method #payment .payment_method_paypal-pro-hosted img,
.woocommerce-cart #payment .payment_method_paypal-pro-hosted img,
.woocommerce-checkout #payment .payment_method_paypal-pro-hosted img {
	max-height: 52px;
}

.woocommerce-account fieldset {
	margin-top: 2em;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	margin-bottom: 2em;
}

.woocommerce-MyAccount-content button[type="submit"] {
	margin-top: 2em;
}

.my-account-member-buttons {
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
}

.woocommerce .my-account-member-buttons a {
    margin: 0.5em 0.8em 0.5em 0;
}

.woocommerce .my-account-member-buttons a:nth-child(3n-1) {
    background-color: #337bc0;
}

.woocommerce .my-account-member-buttons a:nth-child(3n) {
    background-color: #7d30a9;
}

#bbpress-forums {
	margin-top: 20px;
	font-size: 1em;
}

#bbpress-forums div.bbp-search-form,
div.bbp-breadcrumb {
	margin-bottom: 20px;
}

#subscription-toggle {
	float: right;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background-color: #0054a6;
	color: #fff;
}

/*--------------------------------------------------------------
Quick Donate
--------------------------------------------------------------*/

.quick-donate {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
	padding: 1em;
	background-color: #f7f6f7;
}

.quick-donate h3 {
	flex-basis: max-content;
	display: flex;
	align-items: center;
	margin: 0;
	text-align: left;
	font-size: 1.3em;
}

.quick-donate .donate-option-list {
	display: flex;
	flex-wrap: wrap;
}

.quick-donate .donate-option {
	display: flex;
	margin: 0;
}

.quick-donate .donate-option-content {
	display: flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.4em 0.9em;
	border: 1px solid #ddd;
	border-right-style: none;
	background-color: #fff;
	cursor: pointer;
}

.quick-donate .donate-option-content:hover {
	background-color: #eee;
}

.quick-donate .donate-option:first-child .donate-option-content {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.quick-donate .donate-option:last-child .donate-option-content {
	border-right-style: solid;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.quick-donate .donate-option input[type="radio"] {
	display: none;
}

.quick-donate .donate-option input[type="radio"]:checked + .donate-option-content {
	border-color: #8da24c;
	background-color: #8da24c;
	color: #fff;
}

.quick-donate .donate-option-content input[name="other_amount"] {
	display: inline-block;
	width: 4em;
	color: #222;
}

/*--------------------------------------------------------------
Cookie Box
--------------------------------------------------------------*/

.cookieBox {
	z-index: 999;
	opacity: 0.95;
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 15em;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 0.8em;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cookieBox p {
	margin: 0;
	padding: 0;
}

.cookieBox .cookieAccept {
	display: inline-block;
	margin-top: .3em;
	padding: 1px 3px;
	border-radius: 2px;
	color: #fff;
	background-color: #888;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.cookieBox .cookieAccept:hover {
	background-color: #000;
}

.footer {
	background-color: #0054a6;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer .column-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer .column-wrap .column {
	width: 23%;
}

.footer .column-wrap .column .title {
	font-size: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 18px;
}

.footer .column-wrap .column ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0px;
}

.footer .column-wrap .column ul li a {
	color: #ffffff;
}

.footer .column-wrap .column .input-wrap input {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding: 5px 8px;
	color: #ffffff;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	font-family: Open Sans;
}

.footer .column-wrap .column .input-wrap input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	font-style: italic;
}

.footer .column-wrap .column .input-wrap input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	font-style: italic;
}

.footer .column-wrap .column .input-wrap input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	font-style: italic;
}

.footer .column-wrap .column .input-wrap input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	font-style: italic;
}

.footer .column-wrap .column .input-wrap+input {
	float: right;
	padding: 6px 10px 8px;
	font-size: 15px;
	background-color: #337bc0;
	color: #ffffff;
	padding-right: 30px;
	padding-left: 10px;
	position: relative;
	display: inline-block;
	height: 34px;
	border: none;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAO3RSTlMAWXERWscLDKkBbBa4aMgKf8y9awPNzmppyv6qxjymNx47gMLP/Qli9ubLDeECjHC86+wkGxV+xDHJ9Fxgwg4AAAC5SURBVBjTVVDHFoJADAy6C7sizYYKiL33rvn//zJbODiXzJvkTSYBIHi1Fk/4ueaBhZP061Tq6dYxwlO4thWJWBWWSXBuRpIZI48uTdwvx52W3NCDRluxE25WB0WCBjR9RTo9xF5BxG8CNw7lAnE4GgOElQIzJHxL+JCmMRmS8HqrGeszR9w7UvuYXX1cT5d2l87zuCpTlYfTbUxISAubWTBVYhHJv7toahDo24MBq95B/8mTvGX+8wM8Bw2ai5/oVAAAAABJRU5ErkJggg==");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 90% center;
}

.footer .column-wrap .column:first-child ul li {
	padding: 10px 0;
}

.footer .column-wrap .column:nth-child(2) ul li {
	padding: 10px 0;
}

.footer .column-wrap .column:nth-child(2) ul li:last-child {
	padding-bottom: 15px;
}

.footer .column-wrap .column:nth-child(2) #footer-map {
	height: 90px;
	background-color: #fff;
}

.footer .column-wrap .column:last-child p {
	margin-bottom: 25px;
}

.footer .coopiright {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.footer .coopiright span:last-child {
	padding-right: 0px;
}

@media screen and (max-width: 1200px) {
	.front-intro .intro h4,
	.front-intro .intro p,
	.front-intro .intro ul {
		padding-right: 0;
	}
	.small-boxes-inner {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media screen and (max-width: 1170px) {
	.container {
		margin-top: 85px;
	}
	.menu {
		bottom: -1.3em;
	}
}

@media screen and (max-width: 991px) {
	.front-intro .intro {
		border-left: none;
	}
	.header .menu button {
		width: 490px;
		margin: auto;
	}
	.header .menu ul {
		right: 0;
		margin: auto;
		width: 490px;
	}
	.header .menu {
		clear: both;
		width: 100%;
		right: 0;
		/* left: 0; */
		/* right: 0; */
		/* bottom: -60px; */
		/* z-index: 10; */
		text-align: center;
		/* margin: auto; */
	}
	.header .menu ul ul {
		position: static;
		width: auto;
		border: none;
	}
	.front-events {
		padding-top: 30px;
		padding-bottom: 130px;
	}
	.front-intro {
		padding: 40px 0;
	}
	.quick-donate h3 {
		flex: 1 1;
	}
}

@media screen and (max-width: 930px) {
	.header {
		height: auto;
	}
	.header .logo,
	.header .h-lw,
	.header .h-rw {
		width: 100%;
	}
	.header .logo {
		margin-top: 1em;
	}
	.header .h-lw .search,
	.header .h-rw .link-socials {
		display: block;
		text-align: center;
		margin-top: 1em;
	}
	.header-buttons {
		justify-content: center;
	}
	.links,
	.search {
		text-align: center;
	}
	.search {
		margin-left: 20px;
	}
	.header .menu {
		position: static;
	}
}

@media screen and (max-width: 767px) {
	.sidebar ol,
	ul {
		margin: 0;
		padding: 0;
	}
	.sidebar ol li,
	ul li {
		list-style-position: inside;
	}
	.front-intro {
		margin: 0px auto;
		padding: 2em 0;
	}
	.front-events .event {
		display: flex;
		flex-direction: column;
	}
	.front-events .event .buttons {
		margin-left: 55px;
	}
	.front-events .all-events {
		float: none;
		margin: auto;
	}
	.front-events .container {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.front-events .container .events-wrap {
		width: 100%;
	}
	.two-columns .left {
		margin-bottom: 1em;
		padding-right: 15px;
		border-right: none;
	}
	.two-columns .right {
		padding-left: 15px;
	}
	.front-events .container .events-wrap {
		text-align: center;
	}
	.front-events .main-title {
		padding-bottom: 0px;
	}
	.front-events .event .titles .icon {
		display: none;
	}
	.front-events .event .titles .title {
		text-align: center;
		padding-right: 0px;
	}
	.front-events .event .titles {
		display: block;
	}
	.front-events .event .buttons {
		margin: 1em 0 0;
		width: 100%;
		text-align: center;
	}
	.front-events .event .buttons a {
		margin-bottom: 0;
	}
	.small-boxes-inner {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	.small-boxes .sidebar {
		margin-top: 1em;
		padding-top: 1em;
		border-top: 1px dashed #8da24c;
	}
	.small-boxes-left {
		border-right: none;
	}
	.container {
		width: 90%;
	}
	.content {
		text-align: center;
	}
	.container:first-child {
		padding: 2em 0;
	}
	.small-boxes {
		margin: 2em auto 0;
	}
	.button-box.has-title,
	.button-box.has-text {
		width: 100%;
		padding: .5em, 1em;
	}
	.button-box {
		max-width: 100%;
		margin: 2em 0;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 1em;
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		float: none;
		width: auto;
		clear: both;
	}
	.footer .column-wrap {
		flex-wrap: wrap;
	}
	.footer .column-wrap .column {
		width: 45%;
		margin-bottom: 20px;
	}
	.footer .coopiright {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer .coopiright span:last-child {
		padding-right: 0;
	}
}

@media screen and (max-width: 715px) {
	.header {
		/* height: 21.7em; */
	}
	.header .container {
		margin-top: 95px;
	}
}

@media screen and (max-width: 640px) {
	.small-boxes-inner {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.woocommerce div.product .woocommerce-tabs.tab-count-2 .wc-tab {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.woocommerce div.product .woocommerce-tabs.tab-count-2 .wc-tab:not(:last-child) {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 620px) {
	.quick-donate h3 {
		flex: auto;
	}

	.quick-donate .donate-option-list {
		gap: 0.5em;
	}

	.quick-donate .donate-option-content {
		border-right-style: solid;
		border-radius: 3px;
	}
}

@media screen and (max-width: 550px) {
	.footer .column-wrap .column {
		width: 100%;
	}
	.wrapper {
		display: block;
	}
	.content {
		display: block;
		height: auto;
	}
	.header .menu button,
	.header .menu ul {
		width: 100%;
	}
	.header .h-rw {
		top: 100px;
		left: 0;
		right: 0;
		padding: 0;
		text-align: center;
	}
	.header {
		height: 26em;
	}
	.header .container {
		margin-top: 135px;
	}
	.header .h-rw .link-socials {
		flex-direction: row;
		justify-content: center;
	}
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 1em;
	}
}

@media screen and (max-width: 500px) {
	.header {
		height: 77vw;
	}
}

@media screen and (max-width: 480px) {
	.small-boxes-inner {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media screen and (max-width: 400px) {
	.header {
		height: auto;
	}
	.front-intro>.col-sm-12 {
		padding: 0 15px;
	}
	.front-intro .image,
	.front-intro .intro {
		padding: 0;
	}
	.front-intro .intro .title {
		font-size: 28px;
	}
}

@media screen and (max-width: 370px) {
	.front-events .event .buttons {
		margin-left: 0;
		margin-top: 15px;
	}
	.front-events .event .buttons a:first-child {
		margin-left: 0;
	}
	.header .h-lw .search input {
		width: 200px;
	}
	.front-intro .intro .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 300px) {
	.front-events .event .buttons a {
		margin-left: -6px;
	}
	.front-intro .intro .title {
		font-size: 24px;
	}
	.front-slider .slide .info-wrap .info .title {
		font-size: 30px;
	}
	.front-slider .slide .info-wrap .info .text {
		font-size: 15px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	::i-block-chrome .front-slider .slide .info-wrap .info .title,
	.yourcssrule .front-slider .slide .info-wrap .info .title {
		font-size: 28px;
	}
}
