@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-width: 100vw;
	overflow-x: hidden; 
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

td,
th {
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(-50%, -100%)
}

.modal.in .modal-dialog {
	transform: translate(-50%, -50%)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		max-width: 400px;
		width: 100%
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

@font-face {
    font-family: 'custom-icons';
    src: url('../fonts/custom-icons.eot?1594120857256');
    src: url('../fonts/custom-icons.eot?#iefix-1594120857256') format('embedded-opentype'), url('../fonts/custom-icons.woff2?1594120857256') format('woff2'), url('../fonts/custom-icons.woff?1594120857256') format('woff'), url('../fonts/custom-icons.ttf?1594120857256') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'custom-icons';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    font-size: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-404:before {
	content: '\ea01';
}
.icon-arrow-bottom:before {
	content: '\ea02';
}
.icon-arrow-top:before {
	content: '\ea03';
}
.icon-bottom:before {
	content: '\ea04';
}
.icon-checked:before {
	content: '\ea05';
}
.icon-clear:before {
	content: '\ea06';
}
.icon-double-chevron:before {
	content: '\ea07';
}
.icon-event:before {
	content: '\ea08';
}
.icon-facebook-logo:before {
	content: '\ea09';
}
.icon-facebook:before {
	content: '\ea0a';
}
.icon-home:before {
	content: '\ea0b';
}
.icon-instagram-logo:before {
	content: '\ea0c';
}
.icon-instagram:before {
	content: '\ea0d';
}
.icon-link:before {
	content: '\ea0e';
}
.icon-linkedin-logo:before {
	content: '\ea0f';
}
.icon-linkedin:before {
	content: '\ea10';
}
.icon-messenger:before {
	content: '\ea11';
}
.icon-minus:before {
	content: '\ea12';
}
.icon-moon:before {
	content: '\ea13';
}
.icon-next:before {
	content: '\ea14';
}
.icon-pinterest:before {
	content: '\ea15';
}
.icon-plus:before {
	content: '\ea16';
}
.icon-prev:before {
	content: '\ea17';
}
.icon-printfriendly:before {
	content: '\ea18';
}
.icon-reddit:before {
	content: '\ea19';
}
.icon-rss:before {
	content: '\ea1a';
}
.icon-search:before {
	content: '\ea1b';
}
.icon-star:before {
	content: '\ea1c';
}
.icon-sun:before {
	content: '\ea1d';
}
.icon-top:before {
	content: '\ea1e';
}
.icon-tumblr:before {
	content: '\ea1f';
}
.icon-twitter-logo:before {
	content: '\ea20';
}
.icon-twitter:before {
	content: '\ea21';
}
.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slider {
	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,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

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

.slick-track:after,
.slick-track:before {
	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
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

img {
	box-sizing: content-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

a:focus {
	outline: none !important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

* {
	outline: 0 none
}

body {
	line-height: 1.4;
	font-size: 15px;
	background: #fff;
	font-family: Poppins, arial, helvetica, clean, sans-serif;
	color: #000;
	min-height: 100vh;
	position: relative;
	max-width: 100vw;
	width: 100vw;
	overflow-x: hidden;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 80px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.adminbar {
	padding-top: 112px
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

@font-face {
	font-family: LeagueSpartan;
	src: url(../fonts/LeagueSpartan-Bold/LeagueSpartan-Bold.eot);
	src: url(../fonts/LeagueSpartan-Bold/LeagueSpartan-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/LeagueSpartan-Bold/LeagueSpartan-Bold.woff) format("woff"), url(../fonts/LeagueSpartan-Bold/LeagueSpartan-Bold.ttf) format("truetype"), url(../fonts/LeagueSpartan-Bold/LeagueSpartan-Bold.svg#FontName) format("svg");
	font-style: normal;
	font-weight: 700
}


body.admin-bar{
	padding-top: 112px;
}
.button {
	padding: 0 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	font-size: 13px;
	margin: 5px auto 20px;
	transition: all .3s linear
}

.load_more_events{
	transition: all 0.3s ease;
}

.load_more_events:hover{
	transform: scale(1.1);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.button:hover {
	background: #ce2d27;
	color: #fff
}

.adminbar header {
	top: 32px
}
.page .news-inner .breadcrumbs{
	margin-top: 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 1px 1px 14px hsla(0, 0%, 40%, .41);
	z-index: 20;
	background: #fff;
	max-width: 100vw;
	width: 100%
}
header .dfr > ul.menu li{
	position: relative;
}
#menu-second_header_menu .sub-menu li:first-of-type a{
	border-radius:3px 3px  0 0 ;
}
#menu-second_header_menu .sub-menu li:first-of-type a:hover:before{
	background: #CE2D27;
}
#menu-second_header_menu .sub-menu li:first-of-type a:before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	transition: all 0.3s ease;
	top: 4px;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
}
#menu-second_header_menu .sub-menu li{
	position: relative;
	z-index: 1;
	background: #fff;
}
#menu-second_header_menu .sub-menu li:last-of-type a{
	border-radius: 0 0 3px 3px;
}
#menu-second_header_menu .sub-menu{
	position: absolute;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	min-width: 240px;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
	z-index: 1;
	border-radius: 3px;
	display: none;
}
#menu-second_header_menu li:hover .sub-menu{
	display: block;
}
#menu-second_header_menu .sub-menu:before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	background: #fff;
	top: 3px;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
}
#menu-second_header_menu .sub-menu a:hover{
	background: #CE2D27;
	color: #FFF;
}
#menu-second_header_menu .sub-menu li{
	margin-right: 0;
}
#menu-second_header_menu .sub-menu a{
	padding: 10px 15px;
	transition: all 0.3s ease
}
.post-content a:not([class]):hover{
	color: #99110C;
}
.post-content a:not([class]){
	color: #CE2D27;
	line-height: 1.5;
	margin-bottom: 5px;
	display: inline-block;
}
.post-slider .item > a{
	width: 100%;
}
.item > a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	flex-direction: column;
}
.wpb_video_widget{
	margin-bottom: 30px !important;
}
.wpb_button, 
.wpb_content_element:not(.wpb_video_widget),
ul.wpb_thumbnails-fluid > li{
	margin-bottom: 5px !important;
}
.wpb_text_column .mp-layout-sprocket:last-of-type .mp-layout-sprocket.mp-grid-12 p:last-of-type{
	margin-bottom: 35px;
}

@media only screen and (max-width:1024px) {


	header {
		position: fixed
	}
}

input:-moz-placeholder {
	opacity: 1
}

input:-ms-input-placeholder {
	opacity: 1
}

input::-moz-placeholder {
	opacity: 1
}

.wpem-calendar-left-nav:hover,
.wpem-calendar-left-nav:hover:before,
.wpem-calendar-right-nav:hover,
.wpem-calendar-right-nav:hover:before {
	color: #ce2d27
}

.post-inner > blockquote,
.post > blockquote {
	margin-bottom: 15px
}

.post-inner ol li,
.post-inner ul:not([class]) li,
.post ol li,
.post ul:not([class]) li {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 10px
}

.post-inner ul:not([class]) li,
.post ul:not([class]) li{
	padding-left: 15px;
}
.post-inner ul:not([class]) li:before,
.post ul:not([class]) li:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	background: #ce2d27;
}
.post-inner ol ol,
.post ol ol {
	margin-top: 10px;
	margin-left: 30px
}

.post-inner  ol li,
.post  ol li {
	padding-left: 10px
}

.post-inner  ol > li:before,
.post  ol > li:before {
	counter-increment: a;
	content: counters(a, ".") ". "
}

.new-news.style_one h3 {
	font-size: 24px;
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 0
}

.new-news.style_one p {
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333
}

.new-news.style_one .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}
.meta .fsk_splitbox_2516_onscreen{
	display: none;
}
.new-news.style_one .post-author a{
	color: #999;
}
.new-news.style_one .post-author,
.new-news.style_one .post-date {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px
}

.new-news.style_one .items {
	-ms-flex-direction: column;
	flex-direction: column
}
.new-news.style_one .items .item:last-of-type{
	border-bottom: 0;
	margin-bottom: 15px;
}
.new-news.style_one .item,
.new-news.style_one .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.new-news.style_one .item {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0  0 20px;
	border-bottom: 1px solid #ddd
}

.new-news.style_one .item:first-of-type {
	padding-top: 0
}

.new-news.style_one .link {
	width: 340px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 10px
}

.new-news.style_one img {
	height: 227px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-width: -webkit-min-content;
	max-width: -moz-min-content;
	max-width: min-content
}

.new-news.style_one .description {
	width: calc(100% - 350px)
}

.new-news.style_two h3 {
	font-size: 32px;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif
}

.new-news.style_two .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.new-news.style_two .item:last-of-type {
	border: none
}

.new-news.style_two p.exerpt {
	font-size: 16px;
	line-height: 1.5;
	font-family: Source Sans Pro, sans-serif;
	color: #333
}

.new-news.default h3 {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2
}

.new-news.default .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.event-day.open {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.event-day:before {
	content: "";
	position: absolute;
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, .3);
	width: 15px;
	height: 15px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	background: #fff
}

/*
section {
	padding: 40px 0
}
*/

.attachment-news_banner_component {
	width: 100%;
	height: auto
}

.event-day {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 1;
	max-width: 300px;
	width: 100vw;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	padding: 20px;
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, .3);
	border-radius: 20px
}

.event-day .event-list::-webkit-scrollbar-thumb {
	background: #ccc
}

.event-day .event-list::-webkit-scrollbar-track {
	background: #fefefe
}

.event-day .event-list {
	display: block;
	max-height: 310px;
	overflow-y: auto;
	overflow-x: hidden;
	width: calc(100% + 10px);
	margin-right: -10px;
	padding-right: 10px;
	scrollbar-width: thin;
	scrollbar-color: #ccc #fff
}

.event-day .event-list .calendar-event-details-link {
	width: 100%;
	height: auto !important;
	overflow: inherit !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px !important
}

.event-day .event-list::-webkit-scrollbar {
	width: 10px
}

.event-day .calendar-tooltip-box {
	display: none !important
}

.event-day .icon-clear {
	position: absolute;
	right: 10px;
	top: 5px;
	transition: all .3s ease
}

.event-day .icon-clear:hover {
	color: #ce2d27
}

.event-day:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
	background: #fff
}

.news-inner .vc_col-sm-12 .tow_col .item img {
	height: 359px
}

news-inner .vc_col-sm-4 h2 {
    margin: 0 0 15px;
}

.news-inner .inside {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px
}

.news-inner .inside .link {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
#calendar-container{
	display: none;
}
.vc_col-sm-4 .new-news.post-listing h2{
	margin: 40px 0 30px;
}
.vc_col-sm-4 .new-news.post-listing .item a,
.vc_col-sm-4 .new-news.post-listing .item h3{
	margin-bottom: 5px;
}
.news-inner .inside .description {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 20px 20px;
	pointer-events: none
}

.news-inner .inside .description h3 {
	text-shadow: 2px 2px #000;
	color: #fff;
	font-size: 32px;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 0
}

.news-inner .inside .description p {
	color: #fff;
	font-size: 20px;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400
}

.news-inner .inside:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .65))
}

.news-inner h1 {
	font-size: 42px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Condensed", serif !important;
	font-weight: 600 !important;
}
.news-inner h1,
.news-inner h2,
.news-inner h3,
.news-inner h4,
.news-inner h5,
.news-inner h6 {
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start
}

h2 {
	font-size: 21px;
	color: #ce2d27;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	width: 100%;
	margin: 20px 0
}

.vc_col-sm-4 hr {
	display: none
}

.vc_col-sm-4 .new-news .posts img {
	width: 100%;
	height: auto
}

.vc_col-sm-4 .new-news .posts .item {
	margin-bottom: 30px
}

.vc_col-sm-8 .events .list .item {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd
}

.post-banner img {
	width: 100%;
	height: auto;
	max-height: 624px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.vc_col-sm-6 .new-news.style_two h3 {
	font-size: 24px
}

.vc_col-sm-6 .events hr {
	display: none
}

.vc_col-sm-6 .events .list .item {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.vc_col-sm-12 .new-news.post-listing .item .link {
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 0 30px
}

.new-news .four_col,
.new-news .three_col,
.new-news .tow_col {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch
}

.new-news .four_col .item,
.new-news .three_col .item,
.new-news .tow_col .item {
	margin: 0 30px 30px 0
}

.new-news .four_col .item img,
.new-news .three_col .item img,
.new-news .tow_col .item img {
	width: 100%
}

.new-news h3 {
	font-size: 24px;
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	line-height: 1.208;
	margin-bottom: 0
}

.new-news .post-author a{
	color: #999;
}
.new-news .post-author,
.new-news .post-date {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 10px
}

.new-news .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vc_col-sm-8 .meta,
.vc_col-sm-4 .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.vc_col-sm-8 .meta .post-author,
.vc_col-sm-8 .meta .time,
.vc_col-sm-4 .meta .post-author,
.vc_col-sm-4 .meta .time {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700; 
	font-size: 10px;
	margin-right: 10px;
}
.vc_col-sm-8 .meta .category,
.vc_col-sm-4 .meta .category{
	font-weight: 700; 
	font-size: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	color: #ce2d27;
}
.vc_col-sm-8 .item, 
.vc_col-sm-4 .item{
	margin-bottom: 20px;
}
.vc_col-sm-8 .item:hover h3,
.vc_col-sm-4 .item:hover h3{
	color: #ce2d27 !important;
}
.vc_col-sm-8 .item a h3,
.vc_col-sm-4 .item a h3{
	color: #313131;
	transition: 0.3s ease;
}
.vc_col-sm-8 .ui-datepicker{
	max-width: 100%;
}
.vc_col-sm-8 .ui-datepicker th span{
	height: 45px;
	font-size: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.vc_col-sm-8 .ui-datepicker td a{
	height: 85px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.vc_col-sm-8 .item a p,
.vc_col-sm-4 .item a p{
	color: #313131;
	margin-bottom: 0;
}
.new-news .meta .tags {
	margin: 0
}

.new-news .meta .tags li {
	margin-bottom: 0
}

.new-news .meta .tags a {
	margin-top: 10px;
	margin-bottom: 10px
}
.new-news.style_one p.excerpt{
	margin-bottom: 0; 
}
.new-news p.excerpt {
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
}

.new-news .tow_col .item {
	width: calc((100% - 30px) / 2)
}

.new-news .tow_col .item img {
	width: 100%;
	height: 227px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-news .tow_col .item:nth-of-type(2n) {
	margin-right: 0
}

.new-news .three_col .item {
	width: calc((100% - 60px) / 3)
}

.new-news .three_col .item img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-news .three_col .item:nth-of-type(3n) {
	margin-right: 0
}

.new-news .four_col .item {
	width: calc((100% - 90px) / 4)
}

.new-news .four_col .item img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.new-news .four_col .item:nth-of-type(4n) {
	margin-right: 0
}

.new-news:not(.default):not(.style_two).post-listing .item .description {
	width: calc(100% - 370px)
}

.new-news:not(.default):not(.style_two).post-listing h1 {
	font-size: 48px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	margin-bottom: 70px
}
.home .news-inner .wpb_single_image{
	margin-bottom: 40px !important;
}
.home .item.inside.post-banner {
    margin-bottom: 0 !important;
}
.home .news-sidebar {
    list-style: none !important;
    margin-bottom: 0px;
}
.home ._yeti_main_container + ._yeti_done hr{
	margin-top: 0 !important;
}
.news-sidebar ._yeti_main_container {
    margin-top: 20px !important;
}
.events .event .sline{
	margin-top: 0;
}
.vc_col-sm-4 .item:last-of-type{
	margin-bottom: 0;
}
.new-news .posts .button {
    margin-bottom: 0;
}
@media only screen and (max-width:1199px) {
	.new-news.style_one p {
		font-size: 14px;
		line-height: 20px
	}

	.new-news.style_one h3 {
		font-size: 22px
	}

	.post-banner img {
		max-height: 528px
	}
}

@media only screen and (max-width:991px) {
	.post-banner img {
		max-height: 53.659vw
	}

	.new-news .three_col .item img {
		height: 23.022vw
	}

	.new-news.style_one img {
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-bottom: 10px
	}

	.new-news.style_one .description {
		width: 100%
	}

	.new-news.style_one p {
		font-size: 16px;
		line-height: 24px
	}

	.new-news.style_one h3 {
		font-size: 24px
	}

	.new-news.style_one .item {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.new-news.style_one .item .link {
		width: 100%;
		margin-right: 0
	}

	.vc_col-sm-12 .new-news.post-listing.style_one .item {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.vc_col-sm-12 .new-news.post-listing.style_one .item .link {
		width: 340px
	}

	.vc_col-sm-12 .new-news.post-listing.style_one .item .description {
		width: calc(100% - 370px) !important
	}
}

@media only screen and (max-width:767px) {
	.vc_col-sm-8 .item,
	.vc_col-sm-4 .item{
		margin-bottom: 30px;
	}
	.new-news .four_col,
	.new-news .three_col,
	.new-news .tow_col {
		margin-bottom: 20px !important;
	}
	.new-news .three_col .item:nth-of-type(3n) {
		margin-right: 30px
	}

	.new-news .three_col .item {
		width: calc((100% - 30px) / 2)
	}

	.new-news .three_col .item img {
		height: 30.679vw
	}

	.new-news .three_col .item:nth-of-type(2n) {
		margin-right: 0
	}

	.vc_col-sm-4 .new-news .posts {
		padding-top: 0
	}
	.new-news .tow-col .item:last-of-type{
		margin-bottom: 0;
	}
	.new-news .tow-col .item a:not([class]){
		margin-bottom: 0;
	}
	.post-listing .sline{
		margin-top: 0;
	}
}

@media only screen and (max-width:679px) {
	.vc_col-sm-12 .new-news.post-listing.style_one .item {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.vc_col-sm-12 .new-news.post-listing.style_one .item .link {
		width: 100%;
		margin-left: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.vc_col-sm-12 .new-news.post-listing.style_one .item .description {
		width: 100% !important
	}
}

@media only screen and (max-width:579px) {
	.post-banner img {
		max-height: 65vw
	}

	.new-news .three_col .item:nth-of-type(3n) {
		margin-right: 0
	}

	.new-news .three_col .item {
		width: 100%;
		margin-right: 0 !important;
	}
	.items + .button{
		margin: 0 auto 0px;
	}
	.new-news .three_col .item img {
		height: 63.04vw
	}

	.new-news .three_col .item:nth-of-type(2n) {
		margin-right: 0
	}
	body ._yeti_main_container {
		margin: 10px auto 10px !important;
	}
	footer p.copyright a {
		margin-left: 10px;
	}
}

.event .four.tile img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.event .four {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: flex-start;
}

.event .four .item {
	width: calc((100% - 90px) / 4);
	margin: 0 30px 30px 0
}

.event .four .item:nth-of-type(4n){
	margin-right: 0
}

.event .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 10px
}

.event .post-author,
.event .post-date {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px;
	margin-right: 10px
}

.event p.excerpt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	color: #333
}

.event h3 {
	font-size: 24px;
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	line-height: 1.208;
	margin-top: 0px !important;
	margin-bottom: 0 !important
}
.event .description{
	margin-top: 10px;
}
.event a:not(.button){
	margin-bottom: 0 !important;
}
.event img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
	width: 100%
}
.events .event .masonry img{
	height: 347.5px;
	object-fit: cover;
	object-position: center;
}
.events .event .masonry{
	align-items: flex-start;
}
.post-author:empty {
    display: none;
}
.event .two .item {
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px
}

.event .list .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.event_list .single-title h3 {
	font-size: 55px;
	font-weight: 900;
	margin-bottom: 30px;
	color: #333;
	font-family: Source Sans Pro, sans-serif
}

.news-sidebar {
	list-style: none !important;
	margin-bottom: 30px
}

.news-sidebar li:not(.widget):hover img {
	opacity: .6
}

.news-sidebar li:not(.widget):hover h4 {
	color: #ce2d27
}

.news-sidebar .widget > a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.news-sidebar .attachment-full {
	width: 100%
}

.news-sidebar .wp-caption.alignnone {
	margin: 0 auto
}

.news-sidebar .attachment-medium {
	width: 100%;
	margin-right: 0;
	box-shadow: 7px 7px 7px #aaa
}

.news-sidebar .description p {
	margin-top: 5px
}

.news-sidebar .post-date {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px
}

.news-sidebar p {
	color: #333
}

.news-sidebar p,
.news-sidebar p a {
	font-size: 16px;
	line-height: 1.5;
	font-family: Source Sans Pro, sans-serif
}

.news-sidebar p a {
	color: #ce2d27
}

.news-sidebar .zoom-social-icons-list {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

.news-sidebar .widget,
.news-sidebar .zoom-social-icons-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.news-sidebar .widget {
	-ms-flex-direction: column;
	flex-direction: column;
	border: none
}

.news-sidebar .widget h5 {
	margin-bottom: 0;
	text-align: center
}

.news-sidebar .widget h2 {
	font-size: 24px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	text-align: center;
	color: #ce2d27;
	margin-top: 0
}

.news-sidebar .widget:first-of-type h2 {
	color: #333;
	margin: 40px 0 10px
}

.news-sidebar a .img-ie,
.news-sidebar a img {
	width: 136px;
	height: 91px;
	margin-right: 25px;
	transition: all .3s ease;
	margin-bottom: 0 !important
}

.news-sidebar a img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.news-sidebar li {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdde1;
	margin-bottom: 15px;
	transition: all .3s ease;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-sidebar li a {
	text-decoration: none
}

.news-sidebar li h4,
.news-sidebar li p {
	margin-bottom: 0 !important
}

.news-sidebar li h4 {
	line-height: 1.2;
	font-weight: 700;
	font-size: 19px;
	font-family: Roboto Condensed, sans-serif;
	color: #333;
	transition: all .3s ease
}

.news-sidebar li .desc {
	width: calc(100% - 161px)
}

.news-sidebar li .desc + a img {
	margin-right: 0;
	margin-left: 25px
}

.news-sidebar li:last-of-type {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.vc_col-sm-4 .new-news .posts {
	padding-top: 36px
}
.new-news .posts .four_col .item > a{
	width: 100%;
}
.vc_col-sm-4 .wpem-calendar-view-container{
	margin-bottom: 30px !important; 
}
@media only screen and (max-width:1199px) {
	.news-sidebar li h4 {
		font-size: 15px
	}

	.news-inner .vc_col-sm-12 .tow_col .item img {
		height: 302px
	}
	.news-sidebar{
		margin-bottom: 0;
	}
	.events .event .masonry img {
		height: 290px;
	}
	
}

@media only screen and (max-width:991px) {
	.news-inner .vc_col-sm-12 .tow_col .item img {
		height: 30.629vw
	}

	.container {
		width: 100%
	}

	.news-sidebar li .desc {
		width: calc(100% - 110px)
	}

	.news-sidebar li .desc + a img {
		margin-left: 10px
	}

	.news-sidebar a .img-ie,
	.news-sidebar a img {
		width: 100px;
		height: 66px;
		margin-right: 10px
	}

	.news-inner .inside .description h3 {
		font-size: 26px
	}

	.news-inner .inside .description p {
		font-size: 14px
	}

	.new-news .posts .four_col .item {
		width:calc((100% - 30px) / 2)
	}

	.new-news .posts .four_col .item img {
		height: 31.282vw
	}

	.new-news .posts .four_col .item:nth-of-type(2n) {
		margin-right: 0
	}

	.new-news.post-listing:not(.default):not(.style_two) .item .description {
		width: 100%
	}

	.event .four .item {
		width: calc((100% - 30px) / 2)
	}

	.event .four .item img {
		height: 31.282vw
	}

	.event .four .item:nth-of-type(2n) {
		margin-right: 0
	}
	.events .event .masonry img {
		height: 30.054vw;
	}
}

@media only screen and (max-width:767px) {
	.new-news .four_col .item {
		width: calc((100% - 90px) / 4)
	}

	.news-sidebar {
		margin-bottom: 0
	}

	.news-sidebar li:last-of-type {
		margin-bottom: 0;
		border: none;
		padding-bottom: 0
	}

	.news-sidebar.vc_col-sm-4,
	.vc_col-sm-4 .wpb_button,
	.vc_col-sm-4 .wpb_content_element,
	.vc_col-sm-4 ul.wpb_thumbnails-fluid > li {
		margin-bottom: 0 !important
	}

	.news-inner .vc_col-sm-4 {
		margin-bottom: 30px
	}

	.news-inner .inside {
		margin-bottom: 20px
	}

	.news-inner .inside .description {
		padding: 0 15px 15px
	}
	.new-news.style_one .item{
		padding: 0 0 20px;
	}
	.new-news .four_col .item, 
	.new-news .tow_col .item {
		margin: 0 30px 20px 0;
	}
	.new-news .three_col .item{
		margin: 0 30px 25px 0;
	}
	body .vc_custom_1595425855424{
		margin-top: 20px !important;
	}
	.events .event .masonry img{
		height: 46.089vw;
	}
	.book-covers .item:nth-last-of-type(-n+3), 
	.new-news .four_col .item:nth-last-of-type(-n+4) {
		margin-bottom: 10px !important;
	}
}

@media only screen and (max-width:579px) {
	.post-banner img {
		height: 95vw
	}

	.event .two .item {
		width: 100%
	}
	.events .items .item {
		margin-right: 0px !important;
	}
	.events .event .masonry img{
		height: 94.819vw;
	}
}

@media only screen and (max-width:479px) {
	.news-inner .vc_col-sm-12 .tow_col .item img {
		height: 63.04vw
	}

	.new-news .posts .four_col .item {
		width: 100%;
		margin-right: 0
	}

	.new-news .posts .four_col .item img {
		height: 62.63vw
	}

	.new-news .tow_col .item {
		width: 100%;
		margin-right: 0
	}

	.new-news .tow_col .item img {
		height: 63.04vw
	}

	.event .four .item {
		width: 100%;
		margin-right: 0
	}

	.event .four .item img {
		height: 63.04vw
	}
	
}

.tags {
	margin-top: 5px;
	margin-bottom: 0 !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tags li {
	margin-right: 8px;
	margin-bottom: 5px;
	padding-bottom: 0 !important;
	border: none !important
}

.tags a {
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	color: #ce2d27 !important;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	transition: all .3s ease;
	margin-bottom: 0;
}
.post_banner_title{
	color: #ce2d27;
}
.tags a:hover {
	opacity: .6
}

.tags.selected {
	margin-bottom: 25px !important
}

.tags.selected ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.tags.selected p {
	margin-right: 10px
}

.tags.selected a {
	padding: 2px 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.tags.selected a i {
	margin-left: 5px
}

.tags.selected a i:before {
	font-size: 8px
}

.book-covers .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.book-covers .item {
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0
}

.book-covers .item img {
	width: 100%
}

.book-covers .item:nth-of-type(3n) {
	margin-right: 0
}

@media only screen and (max-width:579px) {
	.book-covers .item {
		width: 100%;
		margin-right: 0
	}
}

.post-slider-wrapp .slick-arrow.icon-next {
	right: 5px
}

.post-slider-wrapp .slick-arrow.icon-prev {
	right: 5px;
	transform: translateX(-100%)
}

.post-slider-wrapp .slick-arrow:before {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.post-slider-wrapp .post-slider {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px
}

.post-slider-wrapp .post-slider .item {
	width: calc((100% - 80px) / 4)
}

.post-slider-wrapp .slick-arrow {
	position: absolute;
	top: 10px;
	background-color: transparent;
	border: none;
	z-index: 1
}

.post-slider-wrapp .slick-arrow.slick-disabled {
	opacity: .5;
	cursor: default
}

.post-slider-wrapp .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 10px;
	-ms-flex-pack: center;
	justify-content: center
}

.post-slider-wrapp .meta p:last-of-type {
	margin-right: 0
}

.post-slider-wrapp .post-author,
.post-slider-wrapp .post-date {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px;
	margin-right: 10px
}

.post-slider-wrapp p.excerpt {
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	color: #333;
	text-align: center
}

.post-slider-wrapp h3 {
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 25px
}

.post-slider-wrapp .item {
	margin: 0 10px
}

.post-slider-wrapp .item img {
	width: 100%;
	height: auto
}

.breadcrumbs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: #999;
	margin-bottom: 20px;
	transition: all .3s ease
}
.breadcrumbs > span:last-of-type:after{
	display: none;
}
.single-post .breadcrumbs > span:last-of-type{
	display: none;
}
.single-post .breadcrumbs > span:nth-last-of-type(2):after{
	display: none;
}
.breadcrumbs > span:after{
	content: '/';
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.breadcrumbs > span {
	margin: 0 5px
}

.breadcrumbs span a {
	color: #999;
}

.breadcrumbs span a:hover {
	color: #ce2d27
}

.news-sidebar .sline {
	display: none
}

.sline {
	border-color: #ddd
}

.sub_title {
	font-size: 16px;
	line-height: 1.5;
	color: #454545;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400
}

.body-items .items,
.body-items .three-el {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.body-items .three-el .item {
	width: calc((100% - 60px) / 3)
}

.body-items .three-el .item:nth-of-type(3) {
	margin-right: 0
}

.body-items .item {
	width: calc((100% - 30px) / 2);
	margin: 0 0 30px !important
}

.body-items .item a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.body-items .item img {
	width: 100%;
	height: 355px !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.body-items .item > a {
	margin-bottom: 5px
}

@media only screen and (max-width:1199px) {
	.body-items .item img {
		height: 300px !important
	}

	.body-items .three-el .item img {
		height: 294px !important
	}
}

@media only screen and (max-width:991px) {
	.body-items .item img {
		height: 30.272vw !important
	}

	.body-items .three-el .item img {
		height: 33.602vw !important
	}
}

@media only screen and (max-width:679px) {
	.body-items .item {
		width: 100% !important;
		margin-right: 0 !important
	}

	.body-items .item img {
		height: 62.63vw !important
	}
}
@media only screen and (max-width:479px) {
	.post-slider-wrapp p.excerpt,
	.post-slider-wrapp  h3{
		text-align: left;
	}
}

.pagination {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pagination li {
	margin: 0 10px 0 0
}

.pagination li a {
	color: #333
}

.related-block .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.related-block .post-author,
.related-block .post-date {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px;
	margin-right: 10px
}

.related-block .post-author a,
.related-block .post-date a {
	color: #999
}

.related-block .item {
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0
}

.related-block .item a {
	text-decoration: none !important
}

.related-block .item h3 {
	color: #333;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 25px
}

.related-block .item h3 a {
	color: #333
}

.related-block .item img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.related-block .item:nth-of-type(3n) {
	margin-right: 0
}

@media only screen and (max-width:1199px) {
	.related-block .item img {
		height: 184px
	}
}

@media only screen and (max-width:991px) {
	.related-block .item:nth-of-type(3n) {
		margin-right: 30px
	}

	.related-block .item {
		width: calc((100% - 30px) / 2)
	}

	.related-block .item img {
		height: 30.272vw
	}

	.related-block .item:nth-of-type(2n) {
		margin-right: 0
	}
}

@media only screen and (max-width:479px) {
	.related-block .item {
		width: 100%;
		margin-right: 0 !important
	}

	.related-block .item img {
		height: 62.63vw !important
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		width: 100%;
		margin-right: 0
	}
}

.post-inner blockquote:after,
.post blockquote:after {
	content: "„";
	right: 12px;
	bottom: 0
}

.post-inner blockquote:before,
.post blockquote:before {
	content: "“";
	top: 0;
	left: 12px
}

.post-inner p.error,
.post p.error {
	-ms-flex-order: -11;
	order: -11;
	color: red;
	text-align: center;
	display: block;
	width: 100%
}

.post-inner iframe,
.post iframe {
	width: 100%
}

.post-inner .embed,
.post .embed {
	margin-bottom: 15px
}

.post-inner [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"],
.post [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"] {
	height: 450px
}

.post-inner .item p:last-of-type,
.post .item p:last-of-type {
	margin-bottom: 0
}

.post-inner mark,
.post mark {
	background-color: #ff0
}

.post-inner .credits,
.post .credits {
	color: #fff;
	text-align: right;
	background-color: #222;
	padding: 2px 15px;
	font-size: 13px;
	margin-bottom: 5px
}
.post-inner .credits + p,
.post .credits + p{
	margin-bottom: 0;
}
.post-inner .banner,
.post .banner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 20px;
}
.post-inner ._yeti_done,
.post  ._yeti_done {
    margin-top: 20px;
}
.post-inner .banner .img-left,
.post .banner .img-left {
	width: 50%;
	margin-right: 15px
}

.post-inner .banner .lead,
.post .banner .lead {
	width: 100%;
	font-style: normal !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px
}

.post-inner .banner .description-right,
.post .banner .description-right {
	width: calc((100% - 30px) / 2)
}

.post-inner .banner .description-right h3,
.post .banner .description-right h3 {
	font-size: 24px
}

.post-inner .banner .description-right ul li,
.post .banner .description-right ul li {
	font-size: 19px;
	font-weight: 700;
	font-family: Arvo, serif;
	color: #333;
	line-height: 1;
	margin-bottom: 10px
}

.post-inner .banner .description-right ul a,
.post .banner .description-right ul a {
	font-size: 16px;
	color: #ce2d27;
	display: block;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400
}

.post-inner .banner p:not(.credits),
.post .banner p:not(.credits) {
	font-size: 14px;
	font-family: Roboto Condensed, sans-serif;
	font-style: italic
}

.post-inner .banner.dfr,
.post .banner.dfr {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-inner img,
.post img {
	max-width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.post-inner ul:not([class]) li:before,
.post ul:not([class]) li:before{
	
}
.post-inner ul:not([class]) ul,
.post ul:not([class]) ul {
	margin-top: 10px;
	margin-left: 30px
}

.post-inner ol,
.post ol {
	counter-reset: a
}

.post-inner ol li:before,
.post ol li:before {
	counter-increment: a;
	content: counters(a, ".") " "
}

.post-inner .soc,
.post .soc {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	clear: both
}
.post-inner .meta .post-author,
.post .meta .post-author{
	font-style: italic;
}
.post-inner .meta + .soc,
.post .meta + .soc{
	margin-top: 5px;
}
.post hr,
.post-inner hr {
    margin-top: 10px;
	margin-bottom: 3px;
}
.post-inner .soc li,
.post .soc li {
	margin-right: 5px
}

.post-inner .soc a,
.post .soc a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ce2d27;
	color: #fff;
	font-size: 16px
}

.post-inner .meta,
.post-inner .soc a,
.post .meta,
.post .soc a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.post-inner .meta,
.post .meta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 3px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	
}
.post-inner .meta p,
.post .meta p{
/*	font-family: 'Arvo', serif !important;*/
	font-weight: 500 !important;
	font-size: .85em !important;
	margin-bottom: 5px;
	font-family: Roboto Condensed, sans-serif;
	
}
.post-inner .meta p:last-of-type,
.post .meta p:last-of-type {
	margin-right: 0
}

.post-inner .alignleft,
.post .alignleft {
	float: left;
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 15px;
	clear: both
}

.post-inner .alignleft img,
.post .alignleft img {
	max-width: 100%
}

.post-inner .alignright,
.post .alignright {
	float: right;
	width: calc((100% - 15px) / 2);
	margin-left: 15px;
	margin-bottom: 15px;
	clear: both
}

.post-inner .alignright img,
.post .alignright img {
	max-width: 100%
}

.post-inner .post-author,
.post-inner .post-date,
.post .post-author,
.post .post-date {
	color: #999;
/*	text-transform: uppercase;*/
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px;
	margin-right: 10px
}

.post-inner .post-author a,
.post-inner .post-date a,
.post .post-author a,
.post .post-date a {
	color: #999
}
.post .author-name,
.post-inner .author-name{
	color: #999;
	font-size: 24px;
	margin-bottom: 0;
	text-transform: initial;
}
.post .author-description,
.post-inner .author-description {
	text-transform: initial;
	font-family: "arvo",serif;
	font-size: 16px;
	line-height: 1.5;
	color: #454545;
	font-weight: 400;
}
.post .post-author .avatar ,
.post-inner .post-author .avatar {
	width: 128px;
	height: 128px;
}
.post .soc,
.post-inner .soc{
	margin-top: 20px;
}
.post .post-author .description.dfr,
.post-inner .post-author .description.dfr{
	width: calc(100% - 143px);
}
.post-inner p,
.post p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: Roboto Condensed, sans-serif;
	color: #333
}

.post-inner em,
.post-inner i,
.post em,
.post i {
	font-style: italic
}

.post-inner b,
.post-inner strong,
.post b,
.post strong {
	font-weight: 700
}

.post-inner a,
.post a {
	color: #ce2d27;
	transition: all .3s ease
}

.post-inner a:hover,
.post a:hover {
	text-decoration: underline
}

.post-inner h1,
.post-inner h2,
.post-inner h3,
.post-inner h4,
.post-inner h5,
.post-inner h6,
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	font-weight: 700;
	margin: 30px 0 15px;
	color: #333;
	font-family: Roboto Condensed, sans-serif
}

.post-inner h1,
.post h1 {
	font-size: 48px;
	line-height: 1.05 !important;
	margin:0 0 5px;
}
.post-inner h1 + p,
.post h1 + p{
	font-size: 19px;
	line-height: 1.250;
	margin-bottom: 10px;
}
.post-inner h2,
.post h2 {
	font-size: 42px
}

.post-inner h3,
.post h3 {
	font-size: 36px
}

.post-inner h4,
.post h4 {
	font-size: 28px
}

.post-inner h5,
.post h5 {
	font-size: 24px
}

.post-inner h6,
.post h6 {
	font-size: 20px
}

.post-inner blockquote,
.post blockquote {
	border: 1px solid #ce2d27;
	border-radius: 5px;
	padding: 30px !important;
	position: relative;
	margin-bottom: 20px;
}
.wp-block-gallery figcaption,
.wp-block-image figcaption {
    line-height: 1;
    font-size: 12px;
    margin: 0 0 20px !important;
    font-style: italic;
    text-align: right;
}
.post-inner blockquote p:last-of-type,
.post blockquote p:last-of-type {
	margin-bottom: 0
}

.post-inner blockquote:after,
.post-inner blockquote:before,
.post blockquote:after,
.post blockquote:before {
	position: absolute;
	font-size: 36px;
	color: #ce2d27
}
.post-author + .related-block .items{
	flex-direction: column;
}
.post-author + .related-block > h3{
	font-size: 19px;
	line-height: 1.2;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.post-author + .related-block .items .item{
	width: 100%;
	margin-right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start; 
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-author + .related-block .items .item > a{
	width: 267px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	margin-right: 20px;
}
.post-author + .related-block .items .item > a img{
	height: 178px;
}
.post-author + .related-block .items .item .description{
	width: calc(100% - 287px);
}
.post-inner > ul:not(.soc) li,
.post > ul:not(.soc) li {
	padding-left: 30px
}
blockquote cite{
	font-weight: 700;
	margin-top: 10px;
	display:table;
}
.post-inner > ul:not(.soc) li:before,
.post > ul:not(.soc) li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 50%;
	left: 10px;
	top: 10px;
	background: #000
}

.at-share-btn-elements {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.at-icon-wrapper {
	border-radius: 50% !important;
	background: #ce2d27 !important
}

.at-icon-wrapper .at-label {
	display: none !important
}

aside.tags {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	margin-bottom: 30px !important
}
.filter_by_tag_cloud .tag-cloud-link:hover{
	color: #ce2d27 !important;
	text-decoration: underline;
	opacity: 1 !important;
}
.post-inner  div:not([class]),
.post  div:not([class]){
	margin-bottom: 20px;
}
aside.tags a.tag {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	background: #ce2d27;
	padding: 2.5px 10px;
	letter-spacing: .5px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none ;
}
aside.tags a.tag:hover 
{
	text-decoration: underline ;
	background-color: #f11000;
	opacity: 1;
}

aside.tags h4 {
	margin-top: 0;
	width: 100%;
	font-size: 19px;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif
}

.post-author .author {
	overflow: hidden;
	margin-bottom: 20px
}

.post-author .author h3 {
	font-size: 24px;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 0
}

.post-author .author > a {
	display: block;
	float: left
}

.post-author .avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin-right: 15px
}

/*
.comment br {
	display: none
}

.comment h2 {
	line-height: 1.1;
	font-size: 24px;
	margin-bottom: 15px
}

.comment-respond {
	margin-top: 30px
}

.comment-respond .comment-form {
	margin-top: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.comment-respond .comment-reply-title {
	line-height: 1.1;
	font-size: 24px;
	margin-bottom: 15px
}

.comment-respond .comment-form-comment {
	position: relative;
	width: 100%
}

.comment-respond .comment-form-comment label {
	position: absolute;
	top: 10px;
	left: 15px;
	transition: all .3s ease
}

.comment-respond .comment-form-comment textarea {
	height: 90px;
	width: 100%;
	border: 1px solid #ddd;
	resize: none;
	padding: 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.comment-respond .comment-form-comment.focus label {
	top: 0;
	font-size: 12px;
	transform: translateY(-50%);
	background: #fff
}

.comment-respond .comment-form-author {
	margin-right: 30px
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	-ms-flex-order: -1;
	order: -1;
	position: relative;
	width: calc((100% - 30px) / 2)
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input {
	border: 1px solid #ddd;
	height: 40px;
	width: 100%;
	padding: 0 15px
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	transition: all .3s ease
}

.comment-respond .comment-form-author.focus label,
.comment-respond .comment-form-email.focus label {
	top: 0;
	font-size: 12px;
	background: #fff
}

.comment-respond .comment-notes {
	display: none
}

.comment-respond .form-submit {
	width: 100%
}

.comment-respond .form-submit .submit {
	display: table;
	padding: 5px 20px !important;
	transition: all .3s ease;
	border: none;
	background: #ce2d27;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	font-size: 13px;
	margin: 20px auto;
	transition: all 0.3s ease;
	
}

.comment-respond .form-submit .submit:hover{
	transform: scale(1.1);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.comment-respond .comment-form-cookies-consent {
	width: 100%
}

.comment-respond .comment-form-cookies-consent input {
	display: none
}

.comment-respond .comment-form-cookies-consent input:checked + label:before {
	content: "\ea02"
}

.comment-respond .comment-form-cookies-consent label {
	position: relative;
	padding-left: 20px;
	cursor: pointer
}

.comment-respond .comment-form-cookies-consent label:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #ddd;
	left: 0;
	top: 2px;
	position: absolute;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ce2d27;
	font-family: custom-icons;
	font-size: 9px
}

.comments-list .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 15px;
	float: left
}

.comments-list cite {
	text-transform: capitalize;
	display: block;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif;
	font-size: 19px
}

.comments-list .time {
	color: #999;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	font-size: 10px
}

.comments-list .comment_block {
	margin-bottom: 15px;
	padding: 20px 25px;
	background: #f6f6f6;
	border-radius: 6px;
	overflow: hidden
}

.comments-list .reply {
	font-size: 14px;
	font-weight: 700;
	float: right;
	color: #ce2d27
}
*/

.new-news.category .items,
.post-category-page .items,
.post-tag-page .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both
}

.new-news.category .meta,
.post-category-page .meta,
.post-tag-page .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}
.new-news.category .meta .tags a,
.post-category-page .meta .tags a,
.post-tag-page .meta .tags a{
	margin-top: 0px;
}
.new-news.category .post-author,
.new-news.category .post-date,
.new-news.category .term,
.new-news.category .term a,
.post-category-page .post-author,
.post-category-page .post-date,
.post-category-page .term,
.post-category-page .term a,
.post-tag-page .post-author,
.post-tag-page .post-date,
.post-tag-page .term a,
.post-tag-page .term {
	color: #999 !important;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif !important;
	font-weight: 700;
	font-size: 10px !important;
	margin-right: 5px
}

.new-news.category .post-author a,
.new-news.category .post-date a,
.new-news.category .term a,
.post-category-page .post-author a,
.post-category-page .post-date a,
.post-category-page .term a,
.post-tag-page .post-author a,
.post-tag-page .post-date a,
.post-tag-page .term a {
	color: #999
}
.new-news.category .term:hover a,
.post-category-page .term:hover a,
.post-tag-page .term:hover a{
	color: #ce2d27 !important;
}
.new-news.category .term a,
.post-category-page .term a,
.post-tag-page .term a {
	color: #ce2d27
}
.page-id-10251 .vc_col-sm-4 .new-news.post-listing h2 {
	margin-top: 0;
}
.page-id-10263 .vc_col-sm-4 .wpb_wrapper > h2{
	margin: 40px 0 20px;
}
.new-news.category .item,
.post-category-page .item,
.post-tag-page .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}

.new-news.category .item .link,
.post-category-page .item .link,
.post-tag-page .item .link {
	-ms-flex-order: 1;
	order: 1;
	max-width: 340px;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10px
}

.new-news.category .item .link .credits,
.post-category-page .item .link .credits,
.post-tag-page .item .link .credits {
	color: #fff;
	text-align: right;
	background-color: #222;
	padding: 2px 15px;
	margin-bottom: 0 !important;
	font-size: 13px
}

.new-news.category .item .link img,
.post-category-page .item .link img,
.post-tag-page .item .link img {
	width: 100%
}

.new-news.category .item .description,
.post-category-page .item .description,
.post-tag-page .item .description {
	width: calc(100% - 340px);
	padding-right: 30px
}

.new-news.category .item .description h3,
.post-category-page .item .description h3,
.post-tag-page .item .description h3 {
	font-size: 24px;
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	line-height: 1.208;
	margin-bottom: 10px;
	font-weight: 700
}
.new-news.category .item .description p.term a,
.post-category-page .item .description p.term a,
.post-tag-page .item .description p.term a{
	color: #ce2d27 !important;
}
.new-news.category .item .description p.term a:hover ,
.post-category-page .item .description p.term a:hover ,
.post-tag-page .item .description p.term a:hover {
    opacity: .6;
}
.new-news.category .item .description p,
.post-category-page .item .description p,
.post-tag-page .item .description p {
	font-size: 16px;
	line-height: 1.5;
	font-family: Source Sans Pro, sans-serif;
	margin-bottom: 10px;
	color: #333
}

.author-wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px
}

.author-wrapper h2 {
	font-size: 48px;
	font-family: Roboto Condensed, sans-serif;
	color: #333;
	margin: 0 !important;
	text-transform: capitalize
}

.author-wrapper p {
	font-size: 16px;
	line-height: 1.5;
	font-family: Source Sans Pro, sans-serif;
	color: #333
}

.author-wrapper a {
	color: #ce2d27
}

.author-wrapper .decription {
	width: 100%;
	margin-right: 30px
}

.author-wrapper .avatar {
	float: right
}

.author-wrapper .avatar img {
	width: 143px;
	height: 143px;
	border-radius: 50%
}
.contact-us .vc_col-has-fill > .vc_column-inner{
	padding-top: 0;
}

@media only screen and (max-width:767px) {

	.post-inner h1,
	.post h1 {
		font-size: 32px
	}

	.post-inner h2,
	.post h2 {
		font-size: 28px
	}

	.post-inner h3,
	.post h3 {
		font-size: 24px
	}

	.post-inner h4,
	.post h4 {
		font-size: 20px
	}

	.post-inner h5,
	.post h5 {
		font-size: 18px
	}

	.post-inner h6,
	.post h6 {
		font-size: 16px
	}

	.post-inner .alignright,
	.post .alignright {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (max-width:579px) {
	.post-inner .post-author{
		flex-direction: column !important;  
	}
	.post .post-author .description.dfr,
	.post-inner .post-author .description.dfr{
		width: 100%;
	}
	.post .post-author .avatar, 
	.post-inner .post-author .avatar{
		margin-bottom: 20px;
	}
	.post-author + .related-block .items .item{
		flex-direction: column;
	}
	.post-author + .related-block .items .item > a img{
		height: 62.976vw;
	}
	.post-author + .related-block .items .item > a{
		width: 100%;
		margin-right: 0;
	}
	.post-author + .related-block .items .item .description{
		width: 100%;
	}
}
@media only screen and (max-width:479px) {

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		width: 100%;
		margin-right: 0
	}

/*
	header.new .input {
		position: fixed;
		right: 15px;
		left: 15px;
		top: 96px
	}

	header.new #searchform .input {
		opacity: 0
	}

	header.new #searchform.open .input {
		opacity: 1
	}

	header.new #searchform.open input[type=search],
	header.new #searchform.open input[type=text] {
		width: 100%;
		box-sizing: border-box;
		max-width: 100%
	}
*/
}






body:not(.home) #calendar_navigation_previous {
	padding: 0 0 0 25px !important
}

body:not(.home) #calendar_navigation_next {
	padding: 0 25px 0 0 !important
}

body:not(.home) #calendar_navigation_next,
body:not(.home) #calendar_navigation_previous {
	background-color: transparent;
	line-height: 1;
	border: none;
	height: 36px;
	line-height: 36px
}

body:not(.home) .wpem-calendar-left-nav,
body:not(.home) .wpem-calendar-right-nav {
	position: relative
}

body:not(.home) .wpem-calendar-left-nav:before,
body:not(.home) .wpem-calendar-right-nav:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + -1px))
}

body:not(.home) .wpem-calendar-left-nav {
	margin-right: 30px
}

body:not(.home) .wpem-calendar-left-nav:before {
	content: "←";
	left: 0
}

body:not(.home) .wpem-calendar-right-nav:before {
	content: "→";
	right: 0
}

body:not(.home) #event_calendar_filters_button {
	width: 106px;
	height: 36px;
	border: none;
	line-height: 36px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-family: Roboto Condensed, sans-serif;
	border-radius: 5px
}

body:not(.home) #event_calendar_filters_button:hover {
	background: #ce2d27
}

body:not(.home) .calendar-title {
	font-size: 36px !important;
	color: #000;
	margin-bottom: 30px
}

body:not(.home) #calendar_month,
body:not(.home) #calendar_year {
	border: 2px solid #dbdbdb;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 106px;
	height: 36px;
	line-height: 32px
}

body:not(.home) #calendar_month::-ms-expand,
body:not(.home) #calendar_yea::-ms-expand {
	display: none
}

body:not(.home) .wpem-calendar-filter-button,
body:not(.home) .wpem-calendar-month-filter,
body:not(.home) .wpem-calendar-year-filter {
	width: auto !important
}

body:not(.home) .wpem-calendar-month-filter .wpem-form-group,
body:not(.home) .wpem-calendar-year-filter .wpem-form-group {
	position: relative
}

body:not(.home) .wpem-calendar-month-filter .wpem-form-group:before,
body:not(.home) .wpem-calendar-year-filter .wpem-form-group:before {
	content: "";
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(calc(-50% + 3px));
	border: 5px solid transparent;
	border-top: 7px solid #000
}

body:not(.home) #calendar-contents-container {
	margin-top: 10px
}

body:not(.home) #calendar-contents-container .calendar {
	border: none !important
}

body:not(.home) #calendar-contents-container .calendar tr:last-of-type {
	border-radius: 0 0 6px 6px
}

body:not(.home) #calendar-contents-container .calendar .calendar-day-container:before {
	position: absolute;
	font-size: 20px;
	left: 5px;
	top: 5px
}

body:not(.home) #calendar-contents-container .calendar .calendar-day-container.today:before {
	color: #fff
}

body:not(.home) #calendar-contents-container .calendar .calendar-day-container:hover {
	background: #ce2d27
}

body:not(.home) #calendar-contents-container .calendar .calendar-day-container:hover .day-number,
body:not(.home) #calendar-contents-container .calendar .calendar-day-container:hover:before {
	color: #fff
}

body:not(.home) #calendar-contents-container .calendar th {
	border: none !important
}

body:not(.home) #calendar-contents-container .calendar td {
	border-bottom: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb
}

body:not(.home) #calendar-contents-container .calendar td:first-of-type {
	border-left: 2px solid #dbdbdb
}

body:not(.home) #calendar-contents-container .calendar .calendar-day-container {
	position: relative;
	cursor: pointer
}

body:not(.home) #calendar-contents-container .calendar .calendar-day-container > .calendar-event-details-link {
	display: none
}

body:not(.home) #calendar-contents-container .calendar tr {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif
}

body:not(.home) #calendar-contents-container .calendar tr:first-of-type {
	border-radius: 6px 6px 0 0
}

body:not(.home) #calendar-contents-container .empty-gray-background {
	background: #eaeaea
}

body:not(.home) #calendar-contents-container .weekday-name-column {
	height: 38px;
	line-height: 38px;
	background: #2c2c2c;
	color: #fff;
	font-size: 14px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	padding: 0
}

body:not(.home) #calendar-contents-container .weekday-name-column:nth-last-of-type(-n+2) {
	background: #ce2d27
}

body:not(.home) #calendar-contents-container .calendar-event-details-link {
	transition: all 0s ease !important
}

body:not(.home) #calendar-contents-container .calendar-event-details-link:hover {
	background: #cc2d27;
	color: #fff
}
.home .calendar tbody{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%; 
}
.home .calendar tr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.home .calendar{
	border: none !important;
}
.home #calendar-contents-container .calendar tr th{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	padding: 0 2px;
	text-align: center;
}
.home #calendar-contents-container .calendar tr th,
.home #calendar-contents-container .calendar tr td{
	width: calc((100% - 61px) / 7) !important;
	min-height: auto;
	background-color: transparent !important;
	border: none;
	margin-right: 10px;
}
.home #calendar-contents-container .calendar tr th:nth-of-type(7n),
.home #calendar-contents-container .calendar tr td:nth-of-type(7n){
	margin-right: 0;  
}
.home #calendar-contents-container .calendar-day-container{
	border-radius: 2px;
	margin-top: 10px;
}
.home #calendar-contents-container .calendar-day-container:not(.today):hover:before{
	color: #fff;
}
.home #calendar-contents-container .calendar-day-container:not(.today):hover .day-number{
	color: #fff;
}
.home #calendar-contents-container .calendar-day-container:not(.today):hover{
	background: #CC2D27 !important;
	cursor: pointer;
}
.home #calendar-contents-container .calendar-day-container.today{
	background: #ECECEC !important;

}
.home #calendar-contents-container .calendar-day-container{
	position: relative;
	
}
.home #calendar-contents-container .calendar-day-container.icon-event:before{
	font-size: 9px;
	position: absolute;
	right: 5px;
	top: 2px;
}
.home #calendar-filters-form .wpem-col-md-7{
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}
.home #calendar-filters-form .wpem-col-md-5{
	display: none;
}
.home #calendar-filters-form .wpem-calendar-month-filter,
.home #calendar-filters-form .wpem-calendar-year-filter{
	width: calc((100% - 90px) / 2);
	margin-right: 0;
}

.home #calendar-filters-form .wpem-calendar-month-filter,
.home #calendar-filters-form .wpem-calendar-year-filter {
	 position: relative;
	 margin-bottom: 20px;
}
.home #calendar-filters-form .wpem-calendar-month-filter:before,
.home #calendar-filters-form .wpem-calendar-year-filter:before {
	 content: '';
	 border: 7px solid transparent;
	 border-top: 7px solid #7b7b7b;
	 position: absolute;
	 right: 15px;
	 top: 18px;
	 pointer-events: none;
}
.home #calendar-filters-form  .wpem-calendar-filter-button{
	width: auto;
	margin-left: 15px;
}
.home #calendar-filters-form #event_calendar_filters_button{
	width: 60px;
	background: #CC2D27;
	border-radius: 2px;
	height: 40px;
	color: #fff;
	border: none;
	padding: 0;
	line-height: 1;
}
.home #calendar-filters-form .wpem-calendar-month-filter select,
.home #calendar-filters-form .wpem-calendar-year-filter select{
	 cursor: pointer;
	 width: 100%;
	 height: 40px;
	 border-radius: 2px;
	 border: 1px solid #dcdcdc;
	 padding: 0 40px 0 15px;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
.home #calendar-filters-form .wpem-calendar-month-filter select::-ms-expand,
.home #calendar-filters-form .wpem-calendar-year-filter select::-ms-expand {
	 display: none;
}
 
.home #calendar-filters-form .wpem-calendar-month-filter{
	margin-right: 15px;
}
.home #calendar-contents-container .day-number {
    text-align: center !important;
	padding: 10px 0 0;
	color: #363636;
	font-size: 14px;
	height: 34px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home #calendar-contents-container .calendar tr:first-of-type{
	border-bottom: 1px solid #C4C4C4 !important;
	padding-bottom: 10px;
}
.home #calendar-contents-container .calendar tr th{
	color: #909090;
	overflow: hidden;
}
.home #calendar-contents-container .calendar tr,
.home #calendar-contents-container .calendar td.empty-gray-background,
.home #calendar-contents-container .calendar tr:nth-child(2n){
	background: transparent !important;
}


.about strong,
.careers strong,
.faq strong {
	font-weight: 700
}

.about .post-content,
.careers .post-content,
.faq .post-content {
	max-width: 754px
}

.about table,
.careers table,
.faq table {
	width: auto
}

.about td,
.careers td,
.faq td {
	padding-right: 10px
}

.about p,
.careers p,
.faq p {
	font-size: 16px;
	line-height: 1.5;
	font-family: Source Sans Pro, sans-serif;
	margin-bottom: 15px
}

.about a,
.careers a,
.faq a {
	color: #ce2d27;
	transition: all .3s ease
}

.about a:hover,
.careers a:hover,
.faq a:hover {
	text-decoration: underline
}

.about h2,
.careers h2,
.faq h2 {
	font-size: 35px;
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	margin: 30px 0 10px;
	text-transform: none
}

.about h3,
.careers h3,
.faq h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 30px 0 10px
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-bottom: -10px !important
}

.contact-us form {
	padding: 20px;
	border: 1px solid #d4d4d4;
	border-radius: 3px
}

.contact-us h4 {
	margin-top: 20px;
	font-size: 19px;
	margin-bottom: 5px
}

.contact-us p {
	margin-bottom: 20px
}

.contact-us a {
	color: #ce2d27;
	transition: all .3s ease
}

.contact-us a:hover {
	text-decoration: underline
}

.contact-us .vc_col-sm-4 {
	padding-right: 15px
}

.contact-us .vc_col-sm-4 p:nth-of-type(2) {
	margin-bottom: 0
}

.contact-us .vc_col-sm-8 br {
	display: none
}

.contact-us .two_col {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact-us .two_col label {
	width: calc((100% - 30px) / 2)
}

.contact-us .two_col label:first-of-type {
	margin-right: 30px
}

.contact-us .wpcf7-textarea {
	width: 100%;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	height: 160px;
	border-radius: 3px;
	resize: none;
	padding: 10px 15px;
}

.contact-us .one_col {
	margin-bottom: 25px
}

.contact-us .one_col + p {
	margin-bottom: 20px
}

.contact-us input.wpcf7-text {
	width: 100%;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	height: 40px;
	border-radius: 3px;
	padding: 0 15px;
}

.contact-us label {
	display: block;
	font-size: 20px;
	font-family: Arvo, serif;
	font-weight: 700;
	margin-bottom: 20px !important;
	color: #333
}

.contact-us .wpcf7-form-control-wrap {
	display: block
}

.contact-us .wpcf7-submit {
	width: 128px;
	height: 40px;
	background: #ce2d27;
	color: #fff;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
	display: table;
	transition: all .3s ease
}

.contact-us .wpcf7-submit:hover {
	opacity: .6
}

.contact-us .ajax-loader {
	display: none
}

.contact-us .select2-container--default .select2-selection--single {
	width: 100%;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	height: 40px;
	border-radius: 3px
}

.contact-us .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important
}

.contact-us .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important
}

.contact-us .select2-container {
	width: 100% !important
}

.contact-us .wpcf7-selct_multiselct {
	width: 100%
}
.vc_column_container[class*="vc_col-sm-"]:not(.vc_col-sm-12){
	padding-left: 15px;
	padding-right: 15px;
}
.news-inner .vc_column_container[class*="vc_col-sm-"]:not(.vc_col-sm-12){
	padding-left: 0;
	padding-right: 0;
}
.item.inside.post-banner {
    margin-bottom: 0;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 20px !important;
}
.event .four .item:nth-last-of-type(-n+4),
.book-covers .item:nth-last-of-type(-n+3),
.new-news .four_col .item:nth-last-of-type(-n+4){
	margin-bottom: 0;
}
.home .new-news .four_col + .button{
	margin-bottom: 0;
	margin-top: 35px;
}
.page .new-news .four_col + .button{
	margin-bottom: 20px;
	margin-top: 10px;
}
@media only screen and (max-width:1199px) {
	.contact-us p {
		margin-bottom: 10px
	}

	.contact-us h4 {
		margin-top: 15px;
		margin-bottom: 2px
	}

	.post-inner [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"],
	.post [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"] {
		height: 345px
	}
}

@media only screen and (max-width:991px) {
	.contact-us .vc_col-sm-4 {
		width: 315px
	}

	.contact-us .vc_col-sm-4 h4:first-of-type {
		margin-top: 0
	}

	.contact-us .vc_col-sm-8 {
		width: calc(100% - 315px)
	}

	.post-inner [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"],
	.post [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"] {
		height: 35.714vw
	}
	.contact-us .vc_col-sm-4{
		padding-left: 15px;
	}
	.contact-us .vc_col-has-fill > .vc_column-inner {
		padding-top: 20px;
	}
}

@media only screen and (max-width:991px) {

	.contact-us .vc_col-sm-4,
	.contact-us .vc_col-sm-8 {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.news-sidebar a:not([class]){
		margin-bottom: 0;
	}
	.news-inner .news-sidebar{
		margin-top: 20px;
	}
	.home .post-content .at-above-post-homepage{
		margin-top: 0;
	}
	.contact-us .vc_col-has-fill > .vc_column-inner{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.contact-us .vc_col-sm-4 {
		padding-right: 0 !important;
		padding-left: 0;
		margin-bottom: 0
	}

	.vc_custom_1583770615993 {
		padding-bottom: 20px
	}

	.vc_column_container > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.post-inner [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"],
	.post [allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"] {
		height: 53.977vw
	}
	.vc_column_container[class*="vc_col-sm-"]{
		padding-left: 0px;
		padding-right: 0px;
	}
	.items + .button{
		margin: 20px auto 25px;
	}
	.new-news .posts hr{
		margin-top: 0;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width:479px) {
	.contact-us .two_col label {
		width: 100%
	}

	.contact-us .two_col label:first-of-type {
		margin-right: 0
	}
}
.item .description h3{
	margin-top: 0;
	margin-bottom: 0;
}

.item:before,
.item .description h3,
.item img {
	transition: all .3s ease
}
.item.inside:before{
	z-index: 1;
}
.item.inside{
	overflow: hidden;
	
}
.item.inside .description {
	z-index: 1;
}
.item.inside:hover img{
	transform: scale(1.1);
}
.item:not(.inside):hover img {
	opacity: .6 !important
}

.item:not(.inside):hover .description h3 {
	color: #ce2d27 !important
}

a img {
	transition: all .3s ease
}

a:not(.logo) img:hover {
	opacity: .6
}

.wpem-theme-button,
a.wpem-theme-button,
button.wpem-theme-button,
input.wpem-theme-button {
	background: #ce2d27 !important;
	transition: all .3s ease
}

.wpem-theme-button:hover,
a.wpem-theme-button:hover,
button.wpem-theme-button:hover,
input.wpem-theme-button:hover {
	opacity: .6
}

.wpem-main a:active,
.wpem-main a:focus,
.wpem-main a:hover {
	color: #fff !important
}

#calendar-container {
	padding-right: 30px
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a:hover {
	background: #ce2d27 !important
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title {
	margin-bottom: 0
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title .wpem-heading-text {
	font-size: 28px;
	line-height: 33px;
	border-top: 1px solid #ce2d27;
	padding-top: 10px;
	border-bottom: 1px solid #ce2d27;
	padding-bottom: 15px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-organizer .wpem-event-organizer-name {
	font-size: 16px;
	line-height: 19px;
	display: none
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .clearfix + div {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	line-height: 18px;
	color: #898989
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .clearfix + div i {
	margin-right: 10px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info .wpem-event-date .wpem-event-date-type .wpem-to-date {
	padding-left: 23px !important
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator {
	transform: translateY(calc(-50% - 11px)) !important;
	font-size: 50px !important;
	font-weight: 700
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ol li,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ul:not(.soc) li {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 10px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ol ol {
	margin-top: 10px;
	margin-left: 30px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ol li {
	padding-left: 10px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ol > li:before {
	counter-increment: a;
	content: counters(a, ".") ". "
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content ul:not(.soc) ul {
	margin-top: 10px;
	margin-left: 30px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content ol {
	counter-reset: a
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content ol li:before {
	counter-increment: a;
	content: counters(a, ".") " "
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: Roboto Condensed, sans-serif;
	color: #333
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content em,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content i {
	font-style: italic
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content b,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content strong {
	font-weight: 700
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content a {
	color: #ce2d27;
	transition: all .3s ease
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content a:hover {
	text-decoration: underline
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ul:not(.soc) li {
	padding-left: 30px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content > ul:not(.soc) li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 50%;
	left: 10px;
	top: 12px;
	background: #000
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-heading-text {
	font-size: 28px;
	line-height: 33px;
	font-family: Roboto Condensed, sans-serif
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category {
	padding-left: 5px
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	color: #ce2d27;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	padding: 0 !important;
	margin: 0 10px 0 0 !important
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
	color: #ce2d27 !important
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a {
	background: #ccc !important
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a:hover {
	background: #ce2d27 !important
}

.wpem-single-event-short-info .wpem-from-date,
.wpem-single-event-short-info .wpem-to-date {
	width: auto !important
}

.wpem-single-event-short-info .wpem-from-date .wpem-date,
.wpem-single-event-short-info .wpem-to-date .wpem-date {
	width: auto !important;
	font-size: 72px !important;
	line-height: 108px !important;
	font-weight: 700 !important;
	font-family: Roboto Condensed, sans-serif;
	color: #000 !important
}

.wpem-single-event-short-info .wpem-from-date .wpem-month,
.wpem-single-event-short-info .wpem-to-date .wpem-month {
	color: #000 !important;
	width: auto !important;
	font-size: 24px !important;
	font-weight: 300 !important;
	font-family: Roboto Condensed, sans-serif
}

@media only screen and (max-width:359px) {
	.at-resp-share-element.at-mobile .at-share-btn {
		margin-right: 4px
	}
}

.meta .post-author a {
	transition: all .3s ease;
	color: #999
}

.meta .post-author a:hover {
	color: #ce2d27 !important
}

.wp-pagenavi {
	-ms-flex-direction: row;
	flex-direction: row
}

.wp-pagenavi,
.wp-pagenavi .current {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.wp-pagenavi .current {
	background: #ce2d27;
	color: #fff;
	height: 30px;
	min-width: 30px;
	font-weight: 700;
	font-family: LeagueSpartan, sans-serif;
	border: 1px solid #ce2d27 !important;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px
}

.wp-pagenavi .extend {
	pointer-events: none
}

.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink {
	color: #ce2d27;
	font-weight: 700;
	font-family: LeagueSpartan, sans-serif;
	border: 1px solid #ce2d27 !important;
	height: 30px;
	min-width: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px;
	transition: all .3s ease
}

.wp-pagenavi .extend:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover {
	background: #ce2d27;
	color: #fff
}

.event_listings a.load_more_events {
	display: table;
	width: auto;
	padding: 0 20px;
	border: 1px solid #ddd;
	color: #ce2d27;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	font-size: 13px;
	margin: 20px auto;
	transition: all .3s ease
}

.event_listings a.load_more_events:hover {
	background: #ce2d27;
	color: #fff
}

.wpem-form-wrapper .chosen-container {
	width: 100% !important
}

.wpem-calendar-view-container {
	margin-bottom: 100px !important
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today .day-number {
	color: #fff
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today {
	background: #ce2d27 !important
}

.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: 43px;
	padding-left: 15px !important;
	padding-right: 15px !important
}

.wpem-form-wrapper .chosen-container .chosen-single {
	color: #333 !important
}

.wpem-event-action-url.event-style-color:hover .wpem-heading-text {
	color: #ce2d27 !important
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.wpem-form-wrapper .wpem-form-group input[type=color],
.wpem-form-wrapper .wpem-form-group input[type=date],
.wpem-form-wrapper .wpem-form-group input[type=datetime-local],
.wpem-form-wrapper .wpem-form-group input[type=datetime],
.wpem-form-wrapper .wpem-form-group input[type=email],
.wpem-form-wrapper .wpem-form-group input[type=file],
.wpem-form-wrapper .wpem-form-group input[type=month],
.wpem-form-wrapper .wpem-form-group input[type=number],
.wpem-form-wrapper .wpem-form-group input[type=password],
.wpem-form-wrapper .wpem-form-group input[type=search],
.wpem-form-wrapper .wpem-form-group input[type=tel],
.wpem-form-wrapper .wpem-form-group input[type=text],
.wpem-form-wrapper .wpem-form-group input[type=time],
.wpem-form-wrapper .wpem-form-group input[type=url],
.wpem-form-wrapper .wpem-form-group input[type=week],
.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group textarea {
	color: #333
}

.search_events {
	font-family: Roboto Condensed, sans-serif
}

.chosen-container-single .chosen-single div b {
	display: none
}

.chosen-container-single .chosen-single div:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(calc(-50% + 3px));
	border: 5px solid transparent;
	border-top: 7px solid #000;
	background: none
}

.custom-select {
	position: relative
}

.custom-select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer
}

.custom-select select::-ms-expand {
	display: none
}

.custom-select:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(calc(-50% + 3px));
	border: 5px solid transparent;
	border-top: 7px solid #000;
	background: none;
	z-index: 1;
	pointer-events: none;
}

input::-webkit-input-placeholder {
	opacity: 1
}

@media only screen and (max-width:991px) {

	.wpem-calendar-view-container .calendar-contents-container table.calendar td,
	.wpem-calendar-view-container .calendar-contents-container table.calendar th {
		min-height: 70px
	}

	.wpem-calendar-view-container .calendar-contents-container table.calendar br {
		display: none
	}

	.wpem-calendar-view-container .calendar-contents-container table.calendar .calendar-event-details-link {
		margin-bottom: 5px
	}

	.wpem-calendar-view-container .calendar-contents-container table.calendar .calendar-event-details-link:last-of-type {
		margin-bottom: 0
	}

/*
	.new-news.category .item,
	.post-category-page .item,
	.post-tag-page .item {
		-ms-flex-direction: column;
		flex-direction: column;
		flex-wrap: wrap;
	}
*/

	.new-news.category .item .link,
	.post-category-page .item .link,
	.post-tag-page .item .link {
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
		max-width: 100%
	}

	.new-news.category .item .link img,
	.post-category-page .item .link img,
	.post-tag-page .item .link img {
		height: auto
	}

	.new-news.category .item .description,
	.post-category-page .item .description,
	.post-tag-page .item .description {
		width: 100%;
		padding-right: 0
	}
}

@media only screen and (max-width:767px) {
	#calendar-container {
		padding-right: 0
	}

	#calendar-filters-form .wpem-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	#calendar-filters-form .wpem-col-sm-6 {
		width: 100%;
		max-width: 100%;
		-ms-flex: inherit;
		flex: inherit
	}

	#calendar-filters-form .wpem-col-sm-6 #calendar-filters-navigation {
		float: none;
		width: 100%;
		margin-top: 15px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	#calendar-filters-form .wpem-col-sm-6 #calendar-filters-navigation .wpem-calendar-right-nav {
		margin: 0 0 0 auto
	}

	.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav,
	.wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav {
		width: auto !important
	}

	.wpem-calendar-view-container .calendar-contents-container table.calendar td,
	.wpem-calendar-view-container .calendar-contents-container table.calendar th {
		min-height: auto !important
	}
}

@media only screen and (max-width:600px) {
	#wpadminbar{
		position: fixed;
	}
}
@media only screen and (max-width:479px) {
	#calendar-contents-container tr {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	#calendar-contents-container tr th {
		width: 14.28571% !important;
		white-space: nowrap;
		overflow: hidden;
		padding: 5px !important;
		text-overflow: ellipsis
	}

	#calendar-contents-container tr td {
		width: 14.28571% !important
	}

	#event_calendar_filters_button {
		width: 60px !important
	}
}

.wpb_single_image .vc_figure,
.wpb_single_image .vc_figure .vc_single_image-wrapper,
.wpb_single_image .vc_figure .vc_single_image-wrapper img {
	width: 100%
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.filter_by_tag_cloud {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.filter_by_tag_cloud .tag-cloud-link {
	text-transform: uppercase;
	display: block;
	font-size: 10px !important;
	color: #ce2d27 !important;
	background-color: transparent !important;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	transition: all .3s ease;
	padding: 0 !important
}

.filter_by_tag_cloud .tag-cloud-link:hover {
	opacity: .6
}

.page-404 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch
}

.page-404 .right-block {
	margin-left: 30px
}

.page-404 .left-block,
.page-404 .right-block {
	width: calc((100% - 30px) / 2);
	margin-top: 80px
}

.page-404 .left-block h3,
.page-404 .right-block h3 {
	font-size: 28px;
	line-height: 34px;
	border-bottom: 1px solid #c4c4c4;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 400;
	margin-bottom: 10px
}

.page-404 .left-block ul,
.page-404 .right-block ul {
	columns: 2
}

.page-404 .left-block a,
.page-404 .right-block a {
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px
}

.page-404 .left-block a:hover,
.page-404 .right-block a:hover {
	color: #ce2d27;
	opacity: 1
}

.page-404 .description {
	max-width: 420px;
	width: 100%;
	margin-left: 110px;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.page-404 .description h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px
}

.page-404 .description h1,
.page-404 .description p {
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 10px
}

.page-404 .description p {
	font-size: 16px;
	line-height: 24px
}

.page-404 .description a {
	color: #ce2d27;
	transition: all .3s ease
}

.page-404 .description a:hover {
	opacity: .6
}

.page-404 .description .icon-search {
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.page-404 .description .icon-search:before {
	-ms-flex-order: 1;
	order: 1;
	margin-left: 5px;
	font-size: 12px
}

.page-404 .description .icon-home {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.page-404 .description .icon-home:before {
	margin-right: 5px
}

@media only screen and (max-width:991px) {
	.page-404 .description {
		width: calc(100% - 393px);
		margin-left: 100px
	}
}

@media only screen and (max-width:767px) {
	.page-404 svg {
		margin: 0 auto
	}

	.page-404 .description {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		text-align: center
	}

	.page-404 .description p {
		max-width: 440px;
		width: 100%;
		margin: 0 auto 10px
	}

	.page-404 .description .icon-home {
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0 auto
	}

	.page-404 .left-block,
	.page-404 .right-block {
		width: 100%;
		margin-left: 0;
		margin-top: 30px
	}
}

@media only screen and (max-width:479px) {
	#event_preview .event_listing_preview_title h2{
		width: 100% !important;
		text-align: center;
		margin-bottom: 30px !important;
		order: -1;
	}
	.page-404 .left-block ul,
	.page-404 .right-block ul {
		columns: 1
	}
	.event_listing_preview_title .button{
		width: 130px !important;
	}
	.search_events .wpem-col{
		width: 100% !important;
	}
}

.search-form {
	background: #efefef;
	padding: 30px 0
}

.search-form .input {
	position: relative
}

.search-form .input input {
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 60px 0 30px;
	font-weight: 500;
	font-size: 18px;
	color: #848484;
	border: none;
	box-sizing: border-box
}

.search-form .input button {
	position: absolute;
	border: none;
	background-color: transparent;
	top: 0;
	right: 0;
	width: 90px;
	height: 60px;
	font-size: 24px;
	transition: all .3s ease
}
.search-form .input button:hover {
	color: #ce2d27
}

.search-result .nav-tabs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	max-width: 725px;
	width: 100%
}

.search-result .nav-tabs li {
	margin-right: 10px;
	margin-bottom: 10px
}

.search-result .nav-tabs .active a {
	background: #ce2d27;
	border: 1px solid #ce2d27;
	color: #fff
}

.search-result .nav-tabs a {
	height: 33px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 900;
	font-size: 18px;
	font-family: Roboto Condensed, sans-serif;
	text-transform: uppercase;
	padding: 0 15px;
	background: #e3e3e3;
	border-radius: 6px;
	color: #333;
	border: 1px solid #e3e3e3;
	transition: all .3s ease
}

.search-result .nav-tabs a:hover {
	border: 1px solid #ce2d27
}

.search-result .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.search-result .post-author,
.search-result .post-date {
	color: #999 !important;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif !important;
	font-weight: 700;
	font-size: 10px !important;
	margin-right: 5px
}

.search-result .post-author a,
.search-result .post-date a {
	color: #999
}

.search-result .tab-pane {
	max-width: 725px;
	width: 100%;
	display: none
}

.search-result .tab-pane .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3
}

.search-result .tab-pane .item img {
	max-width: 150px
}

.search-result .tab-pane .item .link {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px
}

.search-result .tab-pane .item h3 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif;
	color: #333;
	margin-bottom: 5px
}

.search-result .tab-pane .item p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-family: Source Sans Pro, sans-serif;
	margin-bottom: 10px
}

.search-result .tab-pane.active {
	display: block
}

@media only screen and (max-width:400px) {
	.search-form .input button {
		width: 60px;
		height: 44px;
		font-size: 20px
	}

	.search-form .input input {
		height: 44px;
		padding: 0 60px 0 15px;
		font-size: 15px
	}

	.search-result .nav-tabs a {
		font-size: 12px;
		height: 30px
	}

	.search-result .tab-pane .item .link {
		float: none;
		margin-right: 0
	}

	.search-result .tab-pane .item img {
		max-width: 100%;
		width: 100%
	}
}

.top-button.icon-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background: #ce2d27;
	z-index: 1;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 25px;
		display: none;
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	padding-bottom: 0
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item .socicon {
	background: #ce2d27 !important;
	transition: all .3s ease
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item .socicon:hover {
	transform: translateY(-4px)
}

.event-block .button:not(.ajax-event-calendar) {
	margin-top: 10px;
	border: none;
	font-style: italic
}

.event-block .button:not(.ajax-event-calendar):hover {
	background: transparent;
	color: #333
}

.event-block .items .item:first-of-type {
	border-top: 1px solid #ddd
}

.event-block .items .item {
	padding: 20px 0 10px;
	border-bottom: 1px solid #ddd
}

.event-block .items .item h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 5px;
	transition: all .3s ease
}

.event-block .items .item p {
	font-size: 14px;
	font-family: Source Sans Pro, sans-serif;
	color: #333;
	margin-bottom: 10px
}

.event-block .items .item .meta {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.event-block .items .item .location,
.event-block .items .item .time {
	color: #999 !important;
	text-transform: uppercase;
	font-family: LeagueSpartan, sans-serif !important;
	font-weight: 700;
	font-size: 10px !important;
	margin-right: 5px
}

.event-block .items .item .location a,
.event-block .items .item .time a {
	color: #999
}

.event-block .items .item:hover h3 {
	color: #ce2d27
}

.event-block.vc_col-sm-4 h2 {
	text-align: center
}

.ui-datepicker {
	width: 100% !important;
	max-width: 350px;
	padding: 0 !important;
	border: none !important;
	overflow: hidden
}

.ui-datepicker thead tr th {
	background: #333;
	color: #fff;
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif;
	padding: 15px 5px
}

.ui-datepicker thead tr th:nth-last-of-type(-n+2) {
	background: #ce2d27
}

.ui-datepicker .ui-widget-header {
	background: transparent;
	border: none
}

.ui-datepicker .ui-widget-header .ui-datepicker-title {
	color: #333
}

.ui-datepicker .ui-widget-header .ui-icon {
	background-image: none;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0
}

.ui-datepicker .ui-widget-header .ui-icon:before {
	font-family: custom-icons;
	font-size: 12px;
	color: #333;
	position: absolute;
	text-indent: 0;
	cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-icon:hover:before{
	color: #ce2d27;
} 
.ui-datepicker .ui-widget-header .ui-datepicker-prev {
	top: 4px;
	border: none !important
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon:before {
	content: "\ea17"
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
	top: 4px;
	border: none !important
}

.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon:before {
	content: "\ea14"
}

.ui-datepicker .ui-datepicker-calendar {
	border-radius: 8px 8px 0 0 !important;
	overflow: hidden;
	border-collapse: inherit
}

.ui-datepicker .ui-datepicker-calendar td {
	padding: 0 !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important
}

.ui-datepicker .ui-datepicker-calendar td:first-of-type {
	border-left: 1px solid #ccc !important
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
	background: #ce2d27;
	color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
	padding: 15px 5px;
	background: #fff;
	font-weight: 700
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover {
	background: #ce2d27;
	color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
	background: #eaeaea;
	opacity: 1
}

.event-calendar {
	margin-bottom: 30px
}

.ui-button:focus,
.ui-button:hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	background-color: transparent !important;
	border: none
}

.ui-button,
.ui-state-default,
.ui-state-highlight,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-default,
.ui-widget-header .ui-state-highlight,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	border: none !important
}

.calendar-day-container br {
	display: none
}

.info {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.info ul:before {
	content: attr(data-title) ": ";
	display: inline-block;
	font-weight: 700;
	color: #333;
	font-family: Roboto Condensed, sans-serif;
	margin-right: 5px;
	font-size: 14px
}

.info ul:last-of-type {
	margin-right: 0
}

.info h2,
.info ul[data-rating="1"] li:nth-child(-n+1):before,
.info ul[data-rating="2"] li:nth-child(-n+2):before,
.info ul[data-rating="3"] li:nth-child(-n+3):before,
.info ul[data-rating="4"] li:nth-child(-n+4):before {
	color: #333
}

.info h2 {
	font-size: 42px;
	font-weight: 400;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 0;
	width: 100%
}

.info h2 a {
	color: #ce2d27;
	font-weight: 700
}

.info ul {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 30px;
	-ms-flex-align: center;
	align-items: center
}

.info ul a {
	font-weight: 700;
	font-family: Roboto Condensed, sans-serif;
	color: #ce2d27;
	font-size: 14px
}

.info ul li {
	margin-right: 5px
}

.info ul li.icon-star:before {
	top: -2px;
	position: relative;
	color: #c4c4c4
}

.info ul[data-rating="5"] li:nth-child(-n+5):before {
	color: #333
}
.news-inner .breadcrumbs,
.post-inner .breadcrumbs {
    margin-top: 40px;
}
._yeti_main_container + section .post-inner .breadcrumbs,
._yeti_main_container + section .news-inner .breadcrumbs{
	margin-top: 0;
}
@media only screen and (max-width:1365px) {
	#calendar-contents-container .calendar tr .calendar-day-container:last-of-type .event-day {
		transform: translate(0);
		left: inherit;
		right: 0
	}

	#calendar-contents-container .calendar tr .calendar-day-container:last-of-type .event-day:before {
		left: inherit !important;
		right: 50px;
		transform: translate(50%, -50%) rotate(45deg)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:last-of-type .event-day:after {
		left: inherit !important;
		right: 50px;
		transform: translateX(50%)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:first-of-type .event-day {
		left: 0;
		transform: translate(0)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:first-of-type .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:first-of-type .event-day:before {
		left: 50px
	}
}

@media only screen and (max-width:991px) {
	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(2) .event-day {
		transform: translate(0);
		left: inherit;
		right: -25px
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(2) .event-day:before {
		left: inherit !important;
		right: 50px;
		transform: translate(50%, -50%) rotate(45deg)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(2) .event-day:after {
		left: inherit !important;
		right: 50px;
		transform: translateX(50%)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(2) .event-day {
		left: -25px;
		transform: translate(0)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(2) .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(2) .event-day:before {
		left: 50px
	}
}

@media only screen and (max-width:767px) {
	.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
		width: 100% !important;
		border-radius: 4px !important;
		background: #eee !important;
		font-size: 14px !important;
		padding: 5px 10px !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link:hover {
		background: #cc2d27 !important
	}
}

@media only screen and (max-width:575px) {
	.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .day-number {
		text-align: right !important
	}
}

@media only screen and (max-width:440px) {
	.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .day-number {
		line-height: 36px !important;
		font-size: 14px !important
	}

	.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container:before {
		font-size: 12px !important
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(3) .event-day {
		transform: translate(0);
		left: inherit;
		right: -50px
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(3) .event-day:before {
		left: inherit !important;
		right: 75px;
		transform: translate(50%, -50%) rotate(45deg)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(3) .event-day:after {
		left: inherit !important;
		right: 75px;
		transform: translateX(50%)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(3) .event-day {
		left: -50px;
		transform: translate(0)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(3) .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(3) .event-day:before {
		left: 75px
	}
}

@media only screen and (max-width:390px) {
	.event-day {
		max-width: calc(100vw - 34px);
		border-radius: 10px
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(3) .event-day {
		transform: translate(0);
		left: inherit;
		right: -26.316vw
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(3) .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(3) .event-day:before {
		left: inherit !important;
		right: 32.895vw
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(3) .event-day {
		left: -26.316vw;
		transform: translate(0)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(3) .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(3) .event-day:before {
		left: 32.895vw
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(2) .event-day {
		transform: translate(0);
		left: inherit;
		right: -13.077vw
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(2) .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:nth-last-of-type(2) .event-day:before {
		left: inherit !important;
		right: 19.231vw
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(2) .event-day {
		left: -13.077vw;
		transform: translate(0)
	}

	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(2) .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:nth-of-type(2) .event-day:before {
		left: 19.231vw
	}

	#calendar-contents-container .calendar tr .calendar-day-container:last-of-type .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:last-of-type .event-day:before {
		right: 35px
	}

	#calendar-contents-container .calendar tr .calendar-day-container:first-of-type .event-day:after,
	#calendar-contents-container .calendar tr .calendar-day-container:first-of-type .event-day:before {
		left: 35px
	}
}

.teams {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px
}

.teams .item img {
	width: 100%;
	
}
.teams .item:not(.inside):hover img {
	opacity: 1 !important; 
}

.teams .btn-group a{
	transition: all 0.3s ease;
}
.teams .btn-group a:hover{
	background: #cd290e;
	color: #fff;
}
.teams .item {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px
}

.teams .item:nth-of-type(3n) {
	margin-right: 0
}

.teams .item h5 {
	font-size: 13px;
	font-family: Times New Roman
}

.teams .item p {
	font-size: 14px;
	line-height: 1.4;
	font-family: Times New Roman
}

.teams .btn-group {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.teams .btn-group,
.teams .btn-group a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.teams .btn-group a {
	border: 1px solid #cd290e;
	color: #cd290e;
	width: 128px;
	height: 30px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.teams .btn-group a:first-of-type {
	margin-right: 10px
}

.teams .item h3 {
	margin-top: 20px
}

.desc-block h1,
.teams .item h3 {
	font-size: 25px;
	margin-bottom: 15px;
	font-family: Times New Roman
}

.desc-block h1 {
	line-height: 1.2;
	text-transform: uppercase
}

.desc-block .wpb_wrapper h1:first-of-type {
	margin-top: 0
}

.desc-block .wpb_wrapper h1 {
	margin-top: 25px
}

.desc-block a,
.desc-block p {
	font-family: Arial;
	font-size: 14px;
	line-height: 2;
	color: #cd290e;
	text-transform: uppercase;
	transition: all .3s ease
}

.desc-block a:hover {
	opacity: .5
}

.desc-block h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	font-family: Times New Roman
}
body > p {
    text-align: center;
    margin: auto 0;
    font-size: 30px;
    font-weight: 700;
}
.event .four .item > a{
	width: 100%;
}
.teams .item:not(.inside):hover .description h3{
	color: #000 !important; 
}
@media only screen and (max-width:991px) {
	.teams .item {
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
		margin-bottom: 30px
	}

	.teams .item:nth-of-type(3n) {
		margin-right: 15px
	}

	.teams .item:nth-of-type(2n) {
		margin-right: 0
	}
}

@media only screen and (max-width:592px) {
	.teams {
		margin-bottom: 20px
	}

	.teams .item {
		width: 100%;
		margin-right: 0 !important
	}
}
footer{
	background-color: #eee;
	padding: 40px 0 0;
	margin-top: 40px;
}
footer .menu-block{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	
}
footer .menu-block .menu-footer > li > a{
	font-family: Roboto Condensed;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
footer .menu-block .menu-footer{
	width: calc((100% - 75px) / 6);
	margin-right: 15px;
}
footer .menu-block .menu-footer:nth-of-type(6n){
	margin-right: 0;
}
footer .menu-block .menu-footer li{
	margin-bottom: 10px;
}
footer .menu-block .menu-footer a{
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	display: block;
	transition: all 0.3s ease
}
footer .menu-block .menu-footer a:hover{
	color: #CE2D27;
}
footer .menu-block .menu-footer .sub-menu a{
	font-family: Source Sans Pro;
	font-weight: 400;
}
footer .menu-block .menu-footer > li{
	margin-right: 15px;
}
footer .menu-block .menu-footer > li:nth-of-type(6){
	margin-right: 0;
}
footer .footer-bottom{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 25px 0;
}
footer hr.sline{
	border-top: 1px solid #E7E7EC;
	width: 100vw;
	transform: translateX(-50%);
	margin-bottom: 0;
	left: 50%;
	position: relative;
}
footer #menu-footer-bottom{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}
footer #menu-footer-bottom li{
	margin-right: 20px;
}
footer #menu-footer-bottom a{
	font-size: 14px;
	font-family: Source Sans Pro;
	color: #333;
	transition: all 0.3s ease
}
footer #menu-footer-bottom a:hover{
	color: #CE2D27;
}
footer .copyright{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-family: Source Sans Pro;
	font-size: 14px;
	color: #999;
}
footer .copyright a:before{
	content: '|';
	color: #999;
	position: relative;
	margin-right: 15px;
}
footer .copyright a{
	margin-left: 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	position: relative;
	top: -1px;
	color: #999;
	transition: all 0.3s ease
}
footer .copyright a:hover{
	color: #CE2D27;
}
/*
footer {
	background-color: #eee;
	padding: 40px 0;
	margin: auto 0 0 0;
}

footer #menu-footer-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

footer #menu-footer-top a {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	font-family: LeagueSpartan, sans-serif;
	font-weight: 700;
	display: block;
	transition: all .3s ease
}

footer #menu-footer-top a:hover {
	color: #ce2d27
}

footer #menu-footer-top li {
	margin: 10px
}

footer #menu-footer-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

footer #menu-footer-bottom a {
	color: #999;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
	transition: all .3s ease
}

footer #menu-footer-bottom a:hover {
	opacity: .5
}

footer #menu-footer-bottom li {
	margin: 10px
}

footer #menu-footer-bottom .children {
	display: none
}

footer .soc {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px
}

footer .soc li {
	margin: 0 5px
}

footer .soc a:before {
	color: #ce2d27;
	font-size: 40px
}

footer p.copyright {
	text-align: center;
	color: #bbb;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.526;
	margin: 10px 0 0
}
footer p.copyright a{
	transition: all .3s ease;
	color: #bbb;
	margin-left: 30px;
}
footer p.copyright a:hover{
	color: #ce2d27;
}
*/
.vc_col-sm-4 .wpb_text_column .title-el{ 
	font-size: 22px;
	font-weight: 400 !important;
	margin: 20px 0;
}
.wpem-event-date-time,
.wpem-event-location{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#menu-sidebar-menu-events a{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	transition: all .3s ease;
}
body.dark footer #menu-footer-bottom a,
body.dark footer .menu-block .menu-footer a,
body.dark .news-sidebar p,
body.dark .news-sidebar .widget h5,
body.dark .post p, 
body.dark .post-inner p, 
body.dark .post ol li, 
body.dark .post-inner ol li, 
body.dark .post ul li, 
body.dark .post-inner ul li, 
body.dark .post-inner h1, 
body.dark .post-inner h2, 
body.dark .post-inner h3, 
body.dark .post-inner h4, 
body.dark .post-inner h5, 
body.dark .post-inner h6,
body.dark .post h1, 
body.dark .post h2, 
body.dark .post h3, 
body.dark .post h4, 
body.dark .post h5, 
body.dark .post h6{
	color: #fff;
}
#menu-sidebar-menu-events li:first-of-type a{
	font-weight: 700;
}
#menu-sidebar-menu-events li{
	margin-bottom: 10px;
}
body.dark .vc_custom_1594143571749,
body.dark{
	background: #1d1d1d !important;
}
body.dark footer,
body.dark header{
	background: #252525;
}
body.dark .comment-respond .comment-form-comment textarea{
	background-color: transparent;
}
body.dark .ui-datepicker .ui-datepicker-calendar .ui-state-default{
	color: #1d1d1d !important;
}
body.dark  .ui-datepicker-today{
	color: #fff !important;
}
#event_preview .event_listing_preview_title{
	justify-content: space-between;
	margin: 40px 0;
}
#event_preview .event_listing_preview_title h2{
	width: auto;
	margin: 0;
	color: #ce2d27;
}
body.dark .comment-respond .comment-form-comment.focus label {
    background: #1d1d1d !important;
}
.news-sidebar li a{
	color: #000;
	font-weight: 700;
	transition: all 0.3s ease;
}
.event-manager-form input:not(.wpem-theme-button) {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    padding: 0 15px;
}
.dark .event-manager-registration-form.event-manager-form {
    background: #1d1d1d !important;
}

.dark .event-manager-form input:not(.wpem-theme-button) {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    padding: 0 15px;
    background: transparent;
    border: 1px solid #7b7b7b;
}
.dark #submit-event-form input:not(.wpem-theme-button){
	margin-bottom: 0;
	height: 45px;
}
.news-sidebar li a:hover{
	color: #ce2d27;
}
body.dark .post-inner > ul:not(.soc) li::before,
body.dark .post > ul:not(.soc) li::before{
	background-color: #fff;
}
body.dark .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link{
	background: #1d1d1d;
	color: #fff;
}
body.dark  .wpem-event-date-time .wpem-event-date-time-text,
body.dark .wpem-event-location  .wpem-event-location-text{
    color: #999 !important;
}
body.dark  .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
	border: 1px solid #252525 !important;
}
body.dark .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date,
body.dark .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top {
    background: #252525;
}
body.dark .wpem-single-event-body {
    background: #252525;
}
body.dark .event-day:before,
body.dark .event-day:after,
body.dark .event-day{
	background: #252525;
}
body.dark .wp-block-gallery .blocks-gallery-caption{
	width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item{
	margin-top: 10px;
	margin-bottom: 6px;
}
.blocks-gallery-grid.two-col .blocks-gallery-item:first-of-type{
	width: 100%;
}
.blocks-gallery-grid.two-col .blocks-gallery-item:not(:first-of-type) {
	width: calc((100% - 15px) / 2 );
	margin-right: 15px;
}
.blocks-gallery-grid.two-col .blocks-gallery-item:nth-of-type(2n+1){
	margin-right: 0;
}
.blocks-gallery-grid.three-col .blocks-gallery-item:first-of-type{
	width: 100%;
}
.blocks-gallery-grid.three-col .blocks-gallery-item:not(:first-of-type) {
	width: calc((100% - 30px) / 3 );
	margin-right: 15px;
}
.blocks-gallery-grid.three-col .blocks-gallery-item:nth-of-type(3n+1){
	margin-right: 0;
}
.media-carousel .item:hover img{
	opacity: 1 !important;
}
.media-carousel .item img{
	height: 487px;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}
.media-carousel-nav{
	margin: 30px -15px 30px;
	width: calc(100% + 30px);
}
.media-carousel-nav .item{
	margin:0 15px;
	cursor: pointer;
}
.media-carousel-nav .item img{
	height: 150px;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}
body.dark .wp-block-gallery figcaption,
body.dark .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content p,
body.dark .wpem-main,
body.dark .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-heading-text,
body.dark .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title .wpem-heading-text,
body.dark .search-form .input button,
body.dark .search-result .tab-pane .item h3,
body.dark .search-result .tab-pane .item p,
body.dark .news-sidebar li a,
body.dark .author-wrapper p,
body.dark .author-wrapper h2,
body.dark .new-news.category .item .description p, 
body.dark .post-category-page .item .description p,
body.dark .post-tag-page .item .description p,
body.dark .new-news.category .item .description h3, 
body.dark .post-category-page .item .description h3, 
body.dark .post-tag-page .item .description h3,
body.dark .wp-block-image figcaption,
body.dark blockquote cite,
body.dark #menu-sidebar-menu-events a,
body.dark .wpem-calendar-left-nav::before,
body.dark .wpem-calendar-right-nav::before,
body.dark #calendar-contents-container .calendar .calendar-day-container::before,
body.dark .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .day-number,
body.dark #calendar_navigation_next, 
body.dark #calendar_navigation_previous,
body.dark .wpem-calendar-view-container .calendar-filters-container .calendar-title,
body.dark .breadcrumbs a,
body.dark .new-news.style_two p.exerpt, 
body.dark .news-sidebar .widget:first-of-type h2,
body.dark footer .copyright,
body.dark footer #menu-footer-top a,
body.dark .post-slider-wrapp p.excerpt,
body.dark .post-slider-wrapp h3,
body.dark .event h3,
body.dark .event p.excerpt,
body.dark .new-news.style_one p.exerpt,
body.dark .new-news p.excerpt,
body.dark .new-news h3,
body.dark .news-sidebar li h4,
body.dark .contact-us h4,
body.dark .post-content p:not([class]),
body.dark .contact-us label,
body.dark .wpem-event-date-type .wpem-date,
body.dark .wpem-event-date-type .wpem-month,
body.dark .wpem-event-date-type .wpem-date-separator,
body.dark .news-inner h1, 
body.dark .news-inner .vc_col-sm-8  h2, 
body.dark .news-inner h3, 
body.dark .news-inner h4, 
body.dark .news-inner h5, 
body.dark .news-inner h6,
body.dark .flexslider .post-title a,
body.dark .wpb_single_image .vc_figure-caption,
body.dark > p,
body.dark .search_events #search_keywords, 
body.dark .search_events #search_location, 
body.dark .search_events .custom-select select,
body.dark .ui-widget-content a,
body.dark .ui-button-text,
body.dark .ui-datepicker .ui-widget-header .ui-datepicker-title,
body.dark .vc_btn3-container .vc_general,
body.dark ul.list-style li,
body.dark .teams .item:not(.inside):hover .description h3,
body.dark .ui-datepicker .ui-widget-header .ui-icon:before{
	color: #fff !important;
}

body.dark .custom-select:before{
	border-top-color: #fff;
}
body.dark .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link:hover{
	background:#ce2d27 !important;
}
body.dark button.ui-button:not(.comiseo-daterangepicker-triggerbutton):hover{
	background:#ce2d27 !important;
	border:1px solid #ce2d27 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled{
	background: #1d1d1d;
}
body.dark .flexslider,
body.dark .contact-us .wpcf7-textarea,
body.dark select.wpcf7-form-control.wpcf7-select,
body.dark .contact-us input.wpcf7-text{
	background-color: transparent;
}
body.dark  .vc_custom_1583770615993{
	background-color: #252525 !important;
}
body.dark .wpem-event-listings .wpem-event-layout-wrapper,

body.dark .search-form {
    background: #252525 !important;
}
body.dark .ui-widget.ui-widget-content, body.dark .ui-widget-content {
    background-color: #252525 !important;
}
body.dark .comiseo-daterangepicker-presets li:hover{
	background: #ce2d27 !important;
}
body.dark .comiseo-daterangepicker-presets li a{
	padding: 0 5px;
}
body.dark .vc_btn3-container .vc_general,
body.dark .search_events #search_keywords, 
body.dark .search_events #search_location, 
body.dark .search_events .custom-select select,
body.dark .comment-respond .comment-form-author input, 
body.dark .comment-respond .comment-form-email input,
body.dark .search-form .input input,
body.dark button.ui-button,
body.dark .wpem-form-wrapper .showing_applied_filters,
body.dark .search_events .custom-select .ui-widget{
	background-color: transparent;
	border: 1px solid #fff !important;
}
body.dark .slides li:hover .post-title a,
body.dark .news-sidebar li a:hover,
#menu-sidebar-menu-events a:hover,
body.dark #menu-sidebar-menu-events a:hover,
body.dark .breadcrumbs a:hover,
body.dark footer #menu-footer-top a:hover,
body.dark .item:not(.inside):hover .description h3,
body.dark .news-sidebar li:not(.widget):hover h4 {
    color: #ce2d27 !important;
}
body.dark  .vc_custom_heading.title {
	border-bottom: 1px solid #fff !important;
}
body.dark .search_events #search_keywords::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #fff;
}
body.dark .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before,
body.dark .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
	color: #fff;
}
body.dark .chosen-container .chosen-results{
	background: #252525;
}
body.dark .chosen-container-single .chosen-single span{
	color: #fff;
}
body.dark .wpem-form-wrapper .chosen-container:hover,
body.dark .wpem-form-wrapper .chosen-container{
	background-color: transparent;
	color: #fff;
}
body.dark .search_events #search_keywords::-moz-placeholder {
	opacity: 1 !important;
	color: #fff;
}

body.dark .search_events #search_keywords:-ms-input-placeholder {
	opacity: 1 !important;
	color: #fff;
}

body.dark .search_events #search_keywords:-moz-placeholder {
	opacity: 1 !important;
	color: #fff;
}
body.dark #calendar-contents-container .empty-gray-background{
	background: #252525;
}
body.dark .sline{
	border-top-color: #333;
}
body.dark .new-news.style_two .item,
body.dark .new-news.style_one .item,
body.dark .news-sidebar li{
	border-bottom-color: #333;
}
body.dark .news-sidebar ul li a{
	color: #999 !important;
}
body.dark .news-sidebar .attachment-medium{
	box-shadow: 7px 7px 7px rgba(0,0,0,0.35);
}
.ui-button-text{
	font-family: Roboto Condensed, sans-serif;
}
.news-inner .vc_col-sm-4 h2{
	margin-top: 0 ;
}
.post-content hr{
	border-color:#333;
}
.post-content h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.post-content p:not([class]){
	font-size: 16px;
	line-height: 1.500;
	margin-bottom: 20px;
}
.post-content table {
    border-collapse: collapse;
    width: 100%;
	margin-bottom: 20px;
}
.post-content table td,
.post-content table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.post-content table tr:nth-child(2n) {
    background-color: #f2f2f2;
}
.post-content table tr:hover {
    background-color: #ddd;
}
.comment_block .avatar{
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	width: 80px;
	height: 80px;
}
.comment_block .comment-notes {
	margin-bottom: 5px;
}
.comment_block .google-recaptcha-container{
	margin-bottom: 30px;
}
.comment_block .form-submit {
	width: 100%;
}
.comment_block .comment{ 
	position: relative;
}
.comment_block .comments-list .comment_block{
	padding-left: 110px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.comment_block .comments-list .comment_block .comment-author{
	width: 100%;
}
.comment_block .comments-list .comment{}
.comment_block .comments-list .comment > div{
	position: relative;
	margin-bottom: 50px;
}
.comment_block .comments-list .children{
	padding-left: 55px;
	margin-left: 0;
	margin-top: 0;
}
.comment_block .review{
	background: #fff;
	border-radius: 12px;
	margin-top: 20px;
	padding:0;
	overflow: hidden;
}

.comment_block .review .button{
	margin-top: 5px;
	background: #CC2D27;
	color: #fff;
	border: none;
	padding: 5px 10px;
}
.comment_block .review .sympathy{
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	background: #fff;
}
.comment_block .review .sympathy li{
	margin-right: 10px;
}
.comment_block .review .sympathy a{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-align: center;
	    align-items: center;
	color: #B5B5B5;
	font-size: 16px;
	transition: all 0.3s ease
}
.comment_block .review .sympathy a:before{
	-ms-flex-order: 1;
	    order: 1;
	margin-left: 5px;
	font-size: 13px;
	position: relative;
	top: -1px;
}
.comment_block .review .comment-author{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 15px;
}
.comment_block .review .fn a,
.comment_block .review .fn{
	font-weight: 800;
	font-size: 18px;
	font-family: Montserrat;
	color: #313131;
}
.comment_block .review .reply{
	margin: 0 0 0 auto;
	background: #fff;
	padding-left: 10px;
	position: relative;
}
.comment_block .review .reply a{
	font-size: 14px;
	color: #878787;
	transition: all 0.3s ease;
}
.comment_block .review .comment_text{
	width: 100%;
	position: relative;
}
.comment_block .review .comment_text p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}
.comment_block .review .comment_text p strong{
	font-weight: 700;
}
.comment_block .review .comment_text:before{
	bottom: -10px;
	content: '';
	height: 1px;
	left: 0px;
	right: 0;
	background: #CBCBCB;
	position: absolute;
}
.comment_block .comments-list .comment_block.no_avatar{
	padding-left: 0;
}
.comment_block .review .fn a{
	text-transform: capitalize;
}
.comment_block .review .time{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0 0 0 auto;
	font-weight: 500;
	font-size: 12px;
	color: #ABABAB
}
.comment_block .review .time:before{
	-ms-flex-order: 1;
	    order: 1;
	margin-left: 8px;
}
.comment_block .review h2{
	font-weight: 700;
	font-size: 42px;
	color: #313131;
	margin-bottom: 35px;
	margin-top: 0;
}
.comment_block .review .avatar{
	position: absolute;
	left: 0;
	top: 0;
}
.comment_block .review .reply-comment{
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.comment_block .review .reply-comment .avatar{
	top: 10px;
	transform: translateX(-110px);
}
.comment_block .review .reply-comment .textarea{
	position: relative
}
.comment_block .review .reply-comment .textarea:before{
	content: '';
	position: absolute;
	top: 3px;
	right: 20px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-right: 1px solid #CC2D27;
	border-top: 1px solid #CC2D27;
	position: absolute;
	transform: rotate(-45deg);
}
.comment_block .review .reply-comment textarea{
	padding: 10px 20px;
	width: 100%;
	border: 1px solid #CC2D27;
	border-radius: 12px;
	height: 80px;
	resize: none;
	margin-top: 10px;
}
.comment_block #respond{
	background:#fff;
	border-radius: 12px;
}
.comment_block #respond textarea{
	width: 100%;
	height: 104px;
	border: 1px solid #CBCBCB;
	padding:10px 15px;
	resize: none;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment_block #respond .comment-form-comment{
	width: 100%;
}
.comment_block #respond .comment-form-author{
	margin-right: 30px;
}
.comment_block #respond .comment-form-cookies-consent{
	margin-bottom: 30px;
}
.comment_block #respond .comment-form-cookies-consent input{}
.comment_block #respond .comment-form-cookies-consent input[type="checkbox"]{
	display: none;
}
.comment_block #respond .comment-form-cookies-consent input[type="checkbox"]:checked{}
.comment_block #respond .comment-form-cookies-consent input[type="checkbox"]:checked + label{}
.comment_block #respond .comment-form-cookies-consent input[type="checkbox"]:checked + label:before{
	content: '✓';
}
.comment_block #respond .comment-form-cookies-consent label{
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	display: block
}
.comment_block #respond .comment-form-cookies-consent label:before{
	top: 0;
	font-weight: 700;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #CBCBCB;
	left: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	color: #CC2D27;
	font-size: 18px;
	line-height: 0px;
}
.comment_block #respond .comment-form-author, .comment_block #respond .comment-form-email{
	margin-bottom: 30px;
	width: calc((100% - 30px) / 2);
	position: relative;
}
.comment_block #respond .comment-form-author label, .comment_block #respond .comment-form-email label{
	position: absolute;
	pointer-events: none;
	transition:all 0.3s ease;
	left: 15px;
	top: 50%;
	transform: translate(0,-50%);
}
.comment_block #respond .comment-form-author.focus label, .comment_block #respond .comment-form-email.focus label{
	top: 0;
	background: #fff;
	font-size: 12px;
}
.comment_block #respond input{}
.comment_block #respond input[type="text"], .comment_block #respond input[type="email"]{
	background-color: transparent;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	border:1px solid  #CBCBCB;
}
.comment_block #respond #submit{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 120px;
	height: 44px;
	background:#CC2D27;
	color: #fff;
	border: none;
	font-weight: 600;
	font-size: 16px;
	font-family: Montserrat;
	transition: all 0.3s ease;
}
.comment_block #respond .logged-in-as{
	display: none;
}
.comment_block #respond .comment-form{
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.comment_block #respond .comment-reply-title{
	font-weight: 800;
	font-size: 21px;
	font-family: Montserrat;
	color: #313131;
	margin-bottom: 15px;
	margin-top: 0;
}
.comment_block #respond .comment-reply-title small{
	display: none;
}
.comment_block .avatar{
	position: absolute;
	top: 0;
	width: 80px;
	height: 80px;
	left: 0;
	border-radius: 50% !important;
}
.dark .comment_block #respond{
	background: #212121;
}
.dark .comment_block #respond .comment-form-email, .dark .comment_block #respond .comment-form-author{}
.dark .comment_block #respond .comment-form-email.focus label, .dark .comment_block #respond .comment-form-author.focus label{
	background: #212121;
}
.dark .comment_block #respond .comment-reply-title{
	color: #fff;
}
.dark .post-content table tr:nth-child(2n),
.dark .post-content table tr:hover{
	background-color: transparent !important;
}
.dark .comment_block #respond textarea{
	background-color: transparent ;
}
.dark .comment_block .review{
	background: #212121;
}
.dark .comment_block .review h2{
	color: #fff;
}
.dark .comment_block .review .fn{
	color: #fff;
}
.dark .comment_block .review .sympathy{
	background: #212121;
}
.dark .comment_block .review .reply{
	background: #212121;
}
.dark .comment_block .review .reply-comment .textarea:before{
	background: #212121;
}
.dark .comment_block .review .reply-comment textarea{
	background-color: transparent;
}
.dark .comment_block .review h2 span{
	background-color: transparent;
}
.comment_block .comment-notes{
	font-size: 14px;
}
.comment_block .comment-notes .required{
	color: #CC2D27;
}
.dark .comment_block .review{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.dark .comment_block .review .fn a, 
.dark .comment_block .review .fn{
	color: #fff;
}
.single-event_listing .submit{
	width: 134px;
	font-size: 14px; 
	height: 40px;
	background: #CC2D27;
	border-radius: 2px;
	color: #fff;
	border: none;
}
body.dark.home #calendar-contents-container .calendar-day-container.today .day-number,
body.dark.home  #calendar-contents-container .calendar .calendar-day-container.today:before{
	color: #333 !important;
	
}
.single-event_listing .comment-form-comment #comment{
	width: 100%;
	height: 120px;
	resize: none;
}
.single-event_listing .comment-form-comment{
	width: 100%;
}
.single-event_listing  #email, 
.single-event_listing #author{
	width: 100%;
	height: 40px;
}
.single-event_listing .comment-form-cookies-consent [type="checkbox"]{
	display: none;
}
.single-event_listing .comment-form-cookies-consent [type="checkbox"]:checked + label:before{
	content: '✓';
}
.single-event_listing .comment-form-cookies-consent label{
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	display: block;
}
.single-event_listing .comment-form-cookies-consent label:before{
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.single-event_listing .comment {
    margin-top: 40px;
}
.dark.single-event_listing .comment-form-cookies-consent label:before{
	border: 1px solid #fff;
}
.single-event_listing .comment-form-cookies-consent{
	width: 100%;
}
.single-event_listing .comment-form-author,
.single-event_listing .comment-form-email{
	width: calc((100% - 30px) / 2)
}
.single-event_listing .comment-form-author{
	margin-right: 30px;
}
.single-event_listing #comment_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.single-event_listing .form-submit{
	margin: 20px auto 0;
}
.wpb_posts_slider .flex-caption, 
.wpb_posts_slider .nivo-caption{
	background-color: transparent !important;
	padding: 0 !important;
}
.slides{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	
}
.slides li:hover .post-title a{
	color: #CC2D27;	
}
.flexslider{
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
	margin: 0;
}
.flexslider .slides img{
	object-fit: cover;
	object-position: center;
	height: 344px;
}
.flex-control-nav{
	position: absolute;
	bottom: -50px;
	
}
.flex-caption .post-title a{
	color: #333;
	transition: all 0.3s ease
}
.flex-caption p{
	margin-bottom: 0;
}
.flex-direction-nav li a:hover:before{
	opacity: 0.7;
}
.flex-direction-nav li a:before{
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .5);
	font-family: 'custom-icons' !important;
	transition: all 0.3s ease;
}
.flex-direction-nav li{
	width: 40px;
	height: 40px;
	
}
.flex-direction-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
}
.flex-control-paging{
	display: none;
}
.flexslider {
	margin: 0 !important;
}
.flex-direction-nav .flex-prev:before{
	content: '\ea16' !important;
}
.flex-direction-nav .flex-prev{
	left: inherit !important;
	top: 10px;
	margin-top: 0;
	
}
.flex-direction-nav .flex-next:before{
	content: '\ea13' !important;
}
.flex-direction-nav .flex-next{
	right: 5px !important;
	top: 10px;
	margin-top: 0;
}
.slick-slide.item .description h3 {
	margin-top: 10px;
}
.title-border{
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 30px !important;
}
strong.title{
	font-size: 22px;
}
.items.masonry{
	width: 100%;
}
.showing-applied-filters a:hover{
	color: #ce2d27 !important;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    width: auto;
    padding: 5px 20px;
    background: #ce2d27;
	color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px auto;
    transition: all .3s ease;
}
@media only screen and (max-width: 679px) {
	
	.comment_block #respond{
		padding: 0px 0px 30px;
	}
	.comment_block #respond .comment-reply-title{
		text-align: center
	}
	.comment_block #respond .form-submit {
		margin: 0 auto;
		display: table;
	}
	.comment_block #respond .comment-form-author, .comment_block #respond .comment-form-email{
		width: 100%;
	}
	.comment_block #respond .comment-form{
		-ms-flex-direction: column;
		    flex-direction: column;
		padding-left: 0;
	}
	.comment_block #respond .comment-form .avatar{
		position: static;
		margin: 0 auto 20px;
		display: table;
	}
	.comment_block .review{
		padding: 25px 15px 0;
	}
	.comment_block .review .fn{
		margin-bottom: 10px;
		display: block;
	}
	.comment_block .reply-comment .avatar{
		display: none;
	}
	.comment_block .comments-list .comment{}
	.comment_block .comments-list .comment > div{
		margin-bottom: 20px;
	}
	.comment_block .comments-list .children {
		border-left: 1px solid #CBCBCB;
		padding-left: 10px;
		margin-left: 10px;
	}
	.comment_block .comments-list .comment_block{
		padding-left: 0;
	}
	.comment_block .comments-list .comment_block .comment-author{
		display: block;
	}
	.comment_block .comments-list .comment_block .avatar{
		position: static;
		float: left;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 679px) {
	.single-event_listing .comment-form-author, .single-event_listing .comment-form-email{
		width: 100%;
		margin-right: 0;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group{
		width: 100% !important;
	}
}
.flex-direction-nav a{
	opacity: 1 !important;
}
.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption{
	background-color: transparent;
}
.search_events #search_keywords,
.search_events #search_location,
.search_events .custom-select select{
	border: 1px solid #676767;
	border-radius: 2px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default{
	padding: 5px 5px;
	text-align: center;
}
.ui-datepicker thead tr th{
	padding: 5px 5px;
}
.search_events .custom-select .ui-icon{
	display: none;
}
.search_events .custom-select .ui-widget{
	width: 100%;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #676767 !important;
	border-radius: 2px;
}
#load_more_events,
.ui-priority-primary{
	background: #CC2D27;
	color: #fff;
	padding: 5px 10px;
	border: none;
}
.vc_btn3.vc_btn3-size-md{
	width: 200px;
	margin: 20px 0 50px !important;
	text-transform: uppercase;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.vc_custom_heading.title {
	font-size: 28px;
	color: #454545;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.vc_col-sm-12 .flexslider .slides img{
	height: 720px;
}
.page-id-518885 .vc_custom_heading,
.vc_col-sm-12 .wpb_video_heading{
	text-align: center;
	background-color: #f8b932;
	color: #222 !important;
	text-transform: uppercase;
	padding: 15px;
	margin-bottom: 0 !important;
}

.page-id-518885 .vc_custom_heading.custom-heading-mb{
	margin-bottom: 0 !important;
}
.page-id-518885 .vc_custom_heading{
	padding: 10px 15px !important;
	margin-bottom: 30px !important;
}
div iframe {
	width: 100% !important;	
}

iframe > html{
	width: 100%;
	height: 720px;
}
.vc_col-sm-6 .wpb_video_widget > .wpb_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	
}
.vc_col-sm-6  .wpb_video_heading{
	order:1;
	color: #f8b932;
	font-size: 20px;
	font-weight: 700;
	background-color: #e6e6e6;
	margin-top: 0;
	padding: 10px 15px;
}
.vc_col-sm-4 #calendar-container {
    padding-right: 0px;
}
.news-sidebar .widget:first-of-type h2{
	margin: 0px 0 20px !important;
	font-size: 21px;
}
.vc-hoverbox-wrapper {
	margin-bottom: 30px;
}
.vc-hoverbox-wrapper h2{
	text-align: center;
	margin: 0;
	color: #b19674;
	font-size: 16px;
	font-weight: 400 !important;
	margin-bottom: 10px;
}
.vc-hoverbox-block-inner .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
	background-color: #b19674 !important;
	width: 100%;
	font-weight: 600;
	font-size: 10px !important;
	color: #222 !important;
	height: 40px !important;
	border-radius: 0;
	margin: 0 !important;
	transition: all 0.3s ease;
	border: none !important;
}
.vc-hoverbox-block-inner{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	
}
.turquoise h2,
.turquoise:not(div),
.brown h2,
.brown:not(div){
	color: #222 !important;
	text-transform: uppercase;
	padding: 15px;
	margin-bottom: 0 !important;
	text-align: center;
	font-size: 21px;
}
.mp-layout-sprocket .mp-html p strong{
	font-weight: 700;
}
.mp-layout-sprocket .mp-html p a{
}
.turquoise.vc_custom_heading,
.turquoise .wpb_heading{
	margin-bottom: 30px !important; 
}
.turquoise .wpb_video_heading{
	background: #5cbca8 !important; 
}
.brown .wpb_video_heading{
	background-color: #60492c !important;
}
.movies .vc-hoverbox-wrapper .vc_btn3-container.vc_btn3-inline {
    margin: auto auto 0;
	width: 100%;
}
.movies .vc-hoverbox-block-inner .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover{
	background-color: #60492c !important;
	color: #fff !important;
}
.movies .vc-hoverbox-wrapper p{
	text-align: left;
	font-size: 13px !important;
	margin-bottom: 5px !important;
}
.movies .vc-hoverbox-wrapper  .vc-hoverbox-inner{
	min-height: 323px !important;
}

/*
.embed_twitter iframe{
	height: 276px;
}
*/
.wpem-event-date-time-text {
    display: contents;
}
.wpem-event-date-time br{
	display: none;
}
.wpem-single-event-body-content a:hover{
	color: #ce2d27 !important;
}
.admin-bar .RSS_link.icon-rss{
	top: 154px;
}
.RSS_link.icon-rss{
	font-size: 0;
	position: absolute;
	top: 122px;
	left: 50%;
	transform: translateX(537px);
	z-index: 1;
}

.dark .RSS_link.icon-rss:before{
	color: #fff;
}
.RSS_link.icon-rss:before{
	font-size: 16px;
	color: #000;
	transition: all 0.3s ease;
}
.RSS_link.icon-rss:hover:before{
	color: #ce2d27 ;
}
p:empty{
	display: none;
}
.events .items .item{
	margin-right: 30px;
}
.events .items:not(.four) .item:nth-of-type(2n){
	margin-right: 0;
}
.media-carousel .slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.news-inner .wpem-alert-info{
	background-color: transparent !important;
	padding: 0;
	border:none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: #313131;
} 
.news-inner .wpem-form-label-text{
	font-size: 23px !important;
	color: #ce2d27 !important;
	text-transform: uppercase;
	position: relative;
}
#submit-event-form .wpem-form-footer .wpem-theme-button{
	border-radius: 0;
}
#submit-event-form .wpem-form-footer .wpem-theme-button:hover,
.news-inner .wpem-alert-info a:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	opacity: 1 !important;
}
.news-inner .wpem-alert-info a{
	margin: 0 0 0 auto;
	border-radius: 0;
	color: #fff;
	background: #ce2d27 ;
	text-transform: uppercase;
	font-weight: 700;
}
.news-inner .wpem-alert-info strong{
	display: contents;
}
#submit-event-form .wpem-form-group {
	width: 100%;
}
#submit-event-form select::-ms-expand {
    display: none;
}
#submit-event-form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#submit-event-form  .fieldset-event_online .field{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#submit-event-form  .fieldset-event_online .field label{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
	align-items: center;
	margin-right: 30px;
	cursor: pointer;
}
#submit-event-form  .fieldset-event_online .field label.checked:before{
	background: #363636;
}
.dark #submit-event-form  .fieldset-event_online .field label:before{
	border: 2px solid #1d1d1d;
}
#submit-event-form  .fieldset-event_online .field label:before{
	content: '';
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #363636;
	margin-right: 10px;
	top: -1px;
	border: 2px solid #fff;
}
#submit-event-form  .fieldset-event_online .field input{
	display: none;
}
#submit-event-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#submit-event-form .fieldset-event_type,
#submit-event-form .fieldset-event_category{
	position: relative;
}
#submit-event-form .fieldset-event_type:before,
#submit-event-form .fieldset-event_category:before{
	content: "";
	position: absolute;
	right: 10px;
	top: 48px;
	transform: translateY(calc(-50% + 3px));
	border: 5px solid transparent;
	border-top: 7px solid #000;
	background: none;
	z-index: 1;
	pointer-events: none;
}
#submit-event-form .fieldset-event_banner,
#submit-event-form .fieldset-event_type,
#submit-event-form .fieldset-event_category,
#submit-event-form .fieldset-event_video_url,
#submit-event-form  .fieldset-event_title{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
#submit-event-form .fieldset-organizer_email,
#submit-event-form .fieldset-organizer_website,
#submit-event-form .fieldset-event_tags,
#submit-event-form .fieldset-organizer_name,
#submit-event-form .fieldset-organizer_logo,
#submit-event-form .fieldset-event_venue_name{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
#submit-event-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#submit-event-form  .wp-editor-container,
#submit-event-form select{
	border: 1px solid #DCDCDC !important;
	border-radius: 2px;
	background-color: transparent;
}
#submit-event-form .fieldset-organizer_facebook,
#submit-event-form .fieldset-organizer_youtube,
#submit-event-form .fieldset-organizer_twitter,
#submit-event-form .fieldset-event_address,
#submit-event-form .fieldset-event_location,
#submit-event-form .fieldset-event_pincode,
#submit-event-form .fieldset-registration,
#submit-event-form .fieldset-event_start_date,
#submit-event-form .fieldset-event_start_time,
#submit-event-form .fieldset-event_end_date,
#submit-event-form .fieldset-event_end_time,
#submit-event-form .fieldset-event_registration_deadline,
#submit-event-form .fieldset-registration_limit,
#submit-event-form .fieldset-location,
#submit-event-form .fieldset-id_location{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	position: relative;
}
#submit-event-form .fieldset-organizer_facebook,
#submit-event-form .fieldset-id_location,
#submit-event-form .fieldset-event_video_url,
#submit-event-form .fieldset-event_registration_deadline,
#submit-event-form .fieldset-event_category,
#submit-event-form .fieldset-event_pincode,
#submit-event-form .fieldset-event_end_date
{
	margin-right: 0; 
}
#submit-event-form .wpem-form-footer {
    width: 100%;
}
#submit-event-form .fieldset-organizer_email,
#submit-event-form .fieldset-organizer_name,
#submit-event-form .fieldset-event_tags{
	margin-right: 30px;
}
.wpem-theme-button{
	border-radius: 0;
}
.dark #submit-event-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dark #submit-event-form  .wp-editor-container,
.dark #submit-event-form select,
.dark .wpem-form-wrapper .wpem-form-title{ 
	color: #fff;
}
#submit-event-form .fieldset-event_type::before,
#submit-event-form .fieldset-event_category::before{
	border: 5px solid transparent;
	border-top: 7px solid #fff;
}
#submit-event-form .fieldset-organizer_logo #organizer_logo,
#submit-event-form .fieldset-event_banner #event_banner{
	padding: 8px 10px;
}
.event_listing_preview_title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.event_listing_preview_title .button{
	margin: 0;
	width: 145px;
}
.event_listing_preview_title{
	padding: 0 !important;
	background-color: transparent;
}
.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.event_listing_preview.single_event_listing{
	padding: 0 !important;
	border: none !important;
}
#event_preview .wpem-event-single-image img{
	width: 100% !important;
	object-position: center;
}
#event_preview  .wpem-event-single-image-wrapper{
	border: 1px solid #e4e4e4;
	border-top:0;
}
.media-carousel .icon-double-chevron {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    color: #000 !important;
    text-decoration: none !important;
	transition: all 0.3s ease;
}
.media-carousel {
	margin-top: 30px;
}
.media-carousel .icon-double-chevron:hover{
	transform: scale(1.1);
	background: #ce2d27 ;
	color: #fff !important;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top{
	background-color: transparent;
}
html body ._yeti_main_container {
    margin: 40px auto 40px !important;
}
.ob-widget-items-container {
    display: flex !important;
    flex-direction: row;
	flex-wrap: wrap;
}
.ob-dynamic-rec-container {
    width: calc((100% - 15px) / 2);
}
body .ob-dynamic-rec-container ._yeti_main_container {
    margin: 0px auto 0px !important;
}
body .ob-dynamic-rec-container section {
    padding: 0px 0;
}
.vc_col-sm-6 .new-news.post-listing .item {
	border: none;
}
.vc_col-sm-6 .new-news.post-listing .item .link{
	order: 0;
	margin: 0 15px 0 0;
}
.vc_col-sm-6  .new-news.style_one .link {
	width: 280px;
}
.vc_col-sm-6  .new-news.style_one img {
	height: 185px;
	width: 100%;
}
.vc_col-sm-6 .new-news:not(.default):not(.style_two).post-listing .item .description {
    width: calc(100% - 310px);
	padding-right: 15px;
}
.new-news.style_one .items .item:last-of-type{
	
}
.news-inner .container > .breadcrumbs{
	margin-top: 40px;
}
.wpem-form-wrapper .wpem-form-group .account-sign-in a:hover,
.wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button:hover,
.wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button:hover{
	transform: scale(1.1);
}
.wpem-form-wrapper .wpem-form-group .account-sign-in a, .wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button, .wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button{
	background: #ce2d27 !important;
	transition: all 0.3s ease;
	margin-left: 10px;
	
}
#submit-event-form .wpem-form-group .description { 
    margin-top: 10px;
    display: block;
}
.wpem-form-wrapper .wpem-form-group input[type=color], .wpem-form-wrapper .wpem-form-group input[type=date], .wpem-form-wrapper .wpem-form-group input[type=datetime-local], .wpem-form-wrapper .wpem-form-group input[type=datetime], .wpem-form-wrapper .wpem-form-group input[type=email], .wpem-form-wrapper .wpem-form-group input[type=file], .wpem-form-wrapper .wpem-form-group input[type=month], .wpem-form-wrapper .wpem-form-group input[type=number], .wpem-form-wrapper .wpem-form-group input[type=password], .wpem-form-wrapper .wpem-form-group input[type=search], .wpem-form-wrapper .wpem-form-group input[type=tel], .wpem-form-wrapper .wpem-form-group input[type=text], .wpem-form-wrapper .wpem-form-group input[type=time], .wpem-form-wrapper .wpem-form-group input[type=url], .wpem-form-wrapper .wpem-form-group input[type=week], .wpem-form-wrapper .wpem-form-group select, .wpem-form-wrapper .wpem-form-group textarea {
	font-size: 16px !important;
}
@media only screen and (max-width: 1199px) {
	.search_events .wpem-col{
		width: calc((100% - 60px) / 3);
		flex-basis: auto;
	}
	.search_events .custom-select .ui-widget{
		min-width: auto;
	}
	.home #calendar-filters-form .wpem-calendar-month-filter select, 
	.home #calendar-filters-form .wpem-calendar-year-filter select{
		padding: 0 20px 0 5px;
	}
	.home #calendar-filters-form .wpem-calendar-month-filter:before, 
	.home #calendar-filters-form .wpem-calendar-year-filter:before {
		border: 5px solid transparent;
		border-top: 7px solid #7b7b7b;
		right: 10px; 
	} 
	.RSS_link.icon-rss {
		transform: translateX(450px);
	}
	.media-carousel .item img{
		height: 412px;
	}
	.media-carousel-nav .item img{
		height: 124px;
	}
	.vc_col-sm-6 .new-news.style_one .link {
		width: 210px;
	}
	.vc_col-sm-6 .new-news.style_one img {
		height: 140px;
	}
	.vc_col-sm-6 .new-news:not(.default):not(.style_two).post-listing .item .description {
		width: calc(100% - 225px);}
	footer #menu-footer-bottom li{
		margin-right: 10px;
	}
	footer .copyright a::before {
		margin-right: 5px;
	}
	footer .copyright a {
		margin-left: 5px;}
	footer .copyright{
		font-size: 13px;
	}
}
.post-content  #menu-sidebar-menu-events .event-btn {
	margin-top: 30px;
}
.post-content  #menu-sidebar-menu-events .event-btn a:not([class]){
	width: 200px;
	height: 40px;
	transition: all .3s ease;
	background: #ce2d27;
	color: #fff !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.post-content  #menu-sidebar-menu-events .event-btn a:not([class]):hover{
	color: #fff !important;
}
@media only screen and (max-width: 991px) {
	footer .footer-bottom{
		flex-direction: column;
	}
	footer .copyright{
		margin-top: 20px;
	}
	iframe[height="620px"]{
		height: 62.626vw;
	}
	.vc_col-sm-12 .flexslider .slides img{
		height: 84.706vw;
	}
	.home #calendar-filters-form .wpem-calendar-month-filter select, 
	.home #calendar-filters-form .wpem-calendar-year-filter select{
		font-size: 12px;
		padding: 0 15px 0 5px;
	}
	.home #calendar-filters-form .wpem-calendar-month-filter:before, 
	.home #calendar-filters-form .wpem-calendar-year-filter:before {
		border: 4px solid transparent;
		border-top: 7px solid #7b7b7b;
		right: 5px;
	}
	.movies .vc-hoverbox-wrapper .vc-hoverbox-inner {
		min-height: 66.599vw !important;
	}
	.movies .vc-hoverbox-wrapper h2 {
		font-size: 2.825vw;
	}
	.movies .vc-hoverbox-wrapper p {
		font-size: 2.422vw !important;
	}
	.RSS_link.icon-rss {
		left: inherit;
		right: 15px;
		transform:none;
	}
	#submit-event-form .fieldset-event_title, 
	#submit-event-form .fieldset-organizer_twitter{
		width: 100%;
		margin-right: 0;
	}
	
	#submit-event-form .fieldset-event_start_time,
	#submit-event-form .fieldset-event_venue_name{
		margin-right: 30px;
	}
	#submit-event-form .fieldset-event_tags,
	#submit-event-form .fieldset-event_banner,
	#submit-event-form .fieldset-event_video_url,
	#submit-event-form .fieldset-event_venue_name,
	#submit-event-form .fieldset-event_type,
	#submit-event-form .fieldset-event_category,
	#submit-event-form .fieldset-organizer_facebook,
	#submit-event-form .fieldset-organizer_youtube,
	#submit-event-form .fieldset-event_address,
	#submit-event-form .fieldset-event_location,
	#submit-event-form .fieldset-event_pincode,
	#submit-event-form .fieldset-registration,
	#submit-event-form .fieldset-event_start_date,
	#submit-event-form .fieldset-event_start_time,
	#submit-event-form .fieldset-event_end_date,
	#submit-event-form .fieldset-event_end_time,
	#submit-event-form .fieldset-event_registration_deadline,
	#submit-event-form .fieldset-registration_limit,
	#submit-event-form .fieldset-location, 
	#submit-event-form .fieldset-id_location{
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
		position: relative;
	}
	#submit-event-form .fieldset-event_address,
	#submit-event-form .fieldset-event_start_date,
	#submit-event-form .fieldset-organizer_facebook,
	#submit-event-form .fieldset-id_location,
	#submit-event-form .fieldset-event_start_time,
	#submit-event-form .fieldset-event_registration_deadline,
	#submit-event-form .fieldset-location,
	#submit-event-form .fieldset-event_venue_name,
	#submit-event-form .fieldset-event_pincode,
	#submit-event-form .fieldset-event_video_url,
	#submit-event-form .fieldset-event_category{
		margin-right: 0; 
	}
	.media-carousel .item img{
		height:42.381vw;
	}
	.media-carousel-nav .item img{
		height: 12.815vw;
	}
	.vc_col-sm-6 .new-news.style_one .link {
		width: 21.169vw !important;
	}
	.vc_col-sm-6 .new-news.style_one img { 
		height: 14.113vw;
	}
	.vc_col-sm-6 .new-news:not(.default):not(.style_two).post-listing .item .description {
		width: calc(100% - 21.169vw - 15px) !important;}
}
@media only screen and (max-width: 767px) {
	footer .menu-block .menu-footer {
		width: calc((100% - 30px) / 3);
	}
	footer .menu-block .menu-footer:nth-of-type(3){
		margin-right: 0;
	}
	body ._yeti_main_container {
		margin: 10px auto 10px !important;
	}
	body .vc_custom_1595428083219 {
		margin-top: 40px !important;
	}
	.new-news .three_col .item:last-of-type{
		margin-bottom: 0;
	}
	.RSS_link.icon-rss {
		top: 195px;
	}
	.movies .vc_col-sm-6.vc_col-lg-3.vc_col-md-3.vc_col-xs-6{
		padding-left: 15px !important;
		padding-right: 15px !important;
	} 
	.movies {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.news-sidebar .widget h2{
		font-size: 18px;
	}
	
	.wpem-calendar-view-container {
		margin-bottom: 0px !important;
	}
	.search_events .wpem-col{
		width: calc((100% - 30px) / 2);
		flex-basis: auto;
	}
	.home #calendar-contents-container .calendar tr td {
		height: 12.565vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.home #calendar-contents-container .calendar-day-container.icon-event:before{
		top: 5px;
	}
	.home #calendar-contents-container .calendar-day-container.icon-event::before,
	.home #calendar-contents-container .day-number{
		font-size: 3.403vw;
		
	}
	.vc_col-sm-8 #calendar-container{
		margin-bottom: 40px;
	}
	.description.vc_col-sm-4 .vc_btn3{
		margin-bottom: 0 !important;
	}
	.media-carousel .item img{
		height:60.495vw;
	}
	.media-carousel-nav .item img{
		height: 20.469vw;
	}
	.media-carousel-nav {
		margin: 15px -7.5px 30px;
		width: calc(100% + 15px);
	}
	.media-carousel-nav .item {
		margin: 0px 7.5px;
	}
	.top-button.icon-top{
		display: none;
	}
	.vc_col-sm-6 .new-news.style_one .link {
		width: 100px !important;
	}
	.vc_col-sm-6 .new-news.style_one img { 
		height: 66px;
	}
	.vc_col-sm-6 .new-news:not(.default):not(.style_two).post-listing .item .description {
		width: calc(100% - 115px) !important;
	}
	.vc_col-sm-6 .new-news.style_one h3{
		font-size: 15px;
	}
	body .vc_custom_1595425855424 {
		margin-top: 30px !important;
	}
	.vc_col-sm-4 .item:last-of-type{
		margin-bottom: 0;
	}
	.news-inner .vc_col-sm-4{
		margin-bottom: 0;
	}
	.book-covers .item {
		margin-bottom: 20px;
	}
	.new-news .posts .four_col .item:last-of-type,
	.book-covers .item:last-of-type{
		margin-bottom: 0;
	}
	section {
		padding: 40px 0 20px;
	}
	.news-inner .inside.post-banner {
		margin-bottom: 5px;
	}
	.new-news.style_one .item:last-of-type{
		margin-bottom: 15px;
	}
	.top-button.icon-top + ._yeti_main_container{
		margin-bottom: 40px !important;
	}
	.RSS_link.icon-rss + ._yeti_main_container{
		margin-top: 40px !important;
	}
	.age-gate-modal .modal-dialog{
		min-width: 290px;
		margin: 0;
	}
}
@media only screen and (max-width: 575px) {
	.vc_col-sm-4 .wpem-calendar-view-container .calendar-contents-container table.calendar td, 
	.vc_col-sm-4 .wpem-calendar-view-container .calendar-contents-container table.calendar th {
		height: auto;
	}
	.search_events .wpem-col{
		width: calc((100% - 30px) / 2);
		flex-basis: auto !important;
		flex-grow: 1;
	}
	#submit-event-form .fieldset-organizer_email,
	#submit-event-form .fieldset-organizer_website,
	#submit-event-form .fieldset-event_venue_name,
	#submit-event-form .fieldset-organizer_name,
	#submit-event-form .fieldset-organizer_logo, 
	#submit-event-form .fieldset-event_type,
	#submit-event-form .fieldset-event_category,
	#submit-event-form .fieldset-organizer_facebook,
	#submit-event-form .fieldset-organizer_youtube,
	#submit-event-form .fieldset-event_address,
	#submit-event-form .fieldset-event_location,
	#submit-event-form .fieldset-event_pincode,
	#submit-event-form .fieldset-registration,
	#submit-event-form .fieldset-event_start_date,
	#submit-event-form .fieldset-event_start_time,
	#submit-event-form .fieldset-event_end_date,
	#submit-event-form .fieldset-event_end_time,
	#submit-event-form .fieldset-event_registration_deadline,
	#submit-event-form .fieldset-registration_limit,
	#submit-event-form .fieldset-location,
	#submit-event-form .fieldset-event_tags,
	#submit-event-form .fieldset-event_banner,
	#submit-event-form .fieldset-event_video_url, 
	#submit-event-form .fieldset-id_location{
		width: 100%;
		margin-right: 0;
	}
	footer .menu-block .menu-footer {
		width: calc((100% - 15px) / 2);
		
	}
	footer .menu-block .menu-footer:nth-of-type(3){
		margin-right: 15px;
	}
	footer .menu-block .menu-footer:nth-of-type(2n){
		margin-right: 0;
	}
	footer .footer-bottom{
		align-items: flex-start;
	}
	footer .copyright span{
		width: 100%;
	}
	footer .copyright:before{
		width: 100vw;
		height: 1px;
		background: #E7E7EC;
		content: '';
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		left: 50%;
		
	}
	footer .copyright{
		padding-top: 25px;
		position: relative;
	}
	footer .copyright a{
		margin-left: 0 !important;
		margin-right: 20px;
		margin-top: 10px;
	}
	footer .copyright a:before{
		display: none;
	}
	footer .menu-block .menu-footer > li{
		position: relative;
		padding-top: 10px;
	}
	footer .menu-block .menu-footer a{
		font-size: 16px;
	}
	footer .menu-block .menu-footer > li:before{
		width: 100vw;
		height: 1px;
		background: #E7E7EC;
		content: '';
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		left: 50%;
	}
}
@media only screen and (max-width: 389px) {
	.search_events .wpem-col{
		width: 100%;
	}
	footer .menu-block .menu-footer {
		width: 100%;
		margin-right: 0 !important;
		
	}
}
@media only screen and (max-width: 359px) {
	.movies .vc_col-sm-6.vc_col-lg-3.vc_col-md-3.vc_col-xs-6{
		width: 100%;
	}
	.movies .vc-hoverbox-wrapper .vc-hoverbox-inner {
		min-height: 133.705vw !important;
	}
	.movies .vc-hoverbox-wrapper h2 {
		font-size: 6.825vw;
	}
	.movies  .vc-hoverbox-wrapper p {
    	font-size: 5.422vw !important;
	}
}
html body > ._yeti_main_container._yeti_main_container {
    margin-bottom: 40px !important;
} 
section:not(._yeti_done) .col-sm-4{
	margin-top: 40px;
}

body.show-age-gate{
	position:fixed;
}

body.show-age-gate .age-gate-modal{
	background:rgba(0,0,0,0.9);
}

body.show-age-gate section,
body.show-age-gate header {
	filter:blur(10px);
}

header .dfr{
	align-items:center;
}