/*
Theme Name: bizdomevents
Author: Anonymous
Author URI:
Version: 1
Description: bizdomevents theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizdomevents
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	width: 100%;
	height: 42px;
	border-radius: 3px;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 13px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 42px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "▼";
	font-size: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 13px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #093ad6;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #093ad6;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.header-hold:after,
.holder:after,
.container:after,
.blue-container:after,
#footer:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #093ad6;
	background: #fff;
	font: 300 16px/1.505 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.home {
	font-size: 20px;
	line-height: 1.55;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.505em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.505em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	padding: .4em .7em;
	font-size: 15px;
	line-height: 19px;
	height: 38px;
	padding: 9px 23px;
	background: #f2f2f2;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #093ad6;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #093ad6;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #093ad6;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #093ad6;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #093ad6;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: none;
	font: 700 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 11px 48px 10px;
	border-radius: 21px;
	border: 1px solid #093ad6;
	color: #093ad6;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #093ad6;
	color: #fff;
}

.search-filter label {
	color: #093ad6;
	font-size: 24px;
	font-weight: 300;
	line-height: 26.04px;
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 15px;
	display: block;
}

.search-filter .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-filter .row .wrapp-input-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.search-filter .row .wrapp-input-item .jcf-select {
	margin-right: 10px;
}

.search-filter .row .wrapp-input-item:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-filter .row .wrapp-input-item:last-child .reset {
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 83px;
	margin: 2% auto;
	font-size: 11px;
}

.search-filter .row .wrapp-input-item:last-child .reset:hover {
	background-color: transparent;
	color: #093ad6;
}

.search-filter button,
.search-filter input[type="button"],
.search-filter input[type="reset"],
.search-filter input[type="file"],
.search-filter input[type="submit"] {
	padding: 11px 53px 10px;
	font: 700 13px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.widget {
	margin-bottom: 1.505em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.505em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.505em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.505em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.505em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.505em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.505em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.505em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.505em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.505em;
}

.mejs-container {
	margin-bottom: 1.505em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	font: 100 72px/65px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h1 span,
.h1 span {
	font-weight: 400;
}

#content h1,
#content .h1 {
	font: 700 25px/30px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.blog-page #content h1,
.blog-page #content .h1 {
	font: 100 35px/40px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: none;
	margin: 0 0 48px;
}

h2,
.h2 {
	font-size: 20px;
	font: 700 25px/30px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.home h2,
.home .h2 {
	font-size: 20px;
	line-height: 27px;
}

h3,
.h3 {
	font-size: 19px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 .95em;
}

a {
	color: #093ad6;
	-webkit-transition: border-color .3s ease, color .3s ease, background .3s ease, opacity .3s ease;
	transition: border-color .3s ease, color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

a[href^="tel"] {
	text-decoration: none;
}

a[href^="tel"]:hover {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font: 700 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 11px 48px 10px;
	border-radius: 21px;
	border: 1px solid #093ad6;
	color: #093ad6;
	text-decoration: none;
	margin: 20px 0 0;
}

.btn:hover {
	background: #093ad6;
	color: #fff;
}

.blue-container .btn {
	border-color: #fff;
	color: #fff;
}

.blue-container .btn:hover {
	background: #fff;
	color: #093ad6;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.header-hold {
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
	padding: 73px 27px;
}

.holder,
.container,
.blue-container {
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.logo {
	float: left;
}

.home .logo {
	margin: 46px 0 0;
	position: relative;
	z-index: 2;
}

.logo img {
	display: block;
}

.inner-page .menu,
.fixed-header.fixed-header .menu {
	position: fixed !important;
	height: auto;
	color: #093ad6;
	display: block;
	z-index: 999;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: auto;
	top: 0;
	bottom: 0;
	right: 58px;
	margin: 0 auto;
	width: 218px;
	max-width: none;
	z-index: 998;
	right: -218px;
	-webkit-transition: right .25s linear, box-shadow .25s linear;
	transition: right .25s linear, box-shadow .25s linear;
	padding: 62px 58px 30px 30px;
	background: #fff;
}

.nav-active .inner-page .menu,
.nav-active
  .fixed-header.fixed-header .menu {
	box-shadow: 5px 5px 5px 9999px rgba(0, 0, 0, .5);
	right: 0;
}

.inner-page .menu .nav-opener,
.fixed-header.fixed-header .menu .nav-opener {
	display: block;
	opacity: 1;
}

.inner-page.nav-active .menu {
	box-shadow: 5px 5px 5px 9999px rgba(0, 0, 0, .5);
	right: 0;
}

#nav {
	font: 400 12px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	width: 218px;
}

.inner-page #nav,
.fixed-header #nav {
	overflow: hidden;
	top: 100%;
	left: auto;
	right: 0;
	z-index: 999;
	background: #fff;
	width: 130px;
	width: 100%;
}

#nav ul {
	border-bottom: 1px solid #fff;
}

.inner-page #nav ul,
.fixed-header #nav ul {
	border-color: #093ad6;
}

.inner-page #nav ul {
	padding: 51px 0 0;
}

.fixed-header #nav ul {
	padding: 18px 0 0;
}

.inner-page .fixed-header #nav ul {
	padding: 41px 0 0;
}

#nav li {
	border-top: 1px solid #fff;
	position: relative;
}

.inner-page #nav li,
.fixed-header #nav li {
	border-color: #093ad6;
}

#nav li:hover a,
#nav li.active a {
	font-weight: 700;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px 9px 0;
	position: relative;
	z-index: 2;
}

.inner-page #nav a,
.fixed-header #nav a {
	color: #093ad6;
}

.nav-opener {
	display: none;
	float: right;
	font: 700 12px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #093ad6;
	text-decoration: none;
	position: relative;
	top: 43px;
	right: 58px;
	position: fixed;
	opacity: 0;
	padding: 6px 40px 0 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.nav-opener:hover {
	opacity: .6;
}

.inner-page .nav-opener {
	top: 69px;
}

.nav-opener span {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #093ad6;
	border-radius: 50%;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 16px;
	width: 12px;
	right: 9px;
	height: 1px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 3;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 12px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	opacity: 0;
}

.nav-opener:after {
	top: 20px;
}

.visual-block {
	height: 786px;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-color: #ededed;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	position: relative;
	color: #fff;
}

.visual-block.alt {
	height: auto;
	min-height: 786px;
	padding: 190px 0;
	margin: 0 0 41px;
	background-size: cover;
	background-position: 50% 0;
}

.visual-block.alt.without-circle {
	min-height: 173px;
	padding: 0;
}

.visual-block.reset {
	margin-bottom: 0;
}

.visual-block.no-content {
	min-height: 194px;
	padding: 0 0;
	margin: 0;
}

.visual-block.fixed-block {
	height: 100vh;
}

.visual-block a {
	color: #fff;
}

.visual-block .background-gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
	background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
	mix-blend-mode: multiply;
}

.msie .visual-block .background-gradient,
.edge .visual-block .background-gradient {
	opacity: .8;
}

.visual-block .title-col {
	width: 405px;
	height: 405px;
	float: left;
	position: relative;
	margin: 0 90px 0 0;
	white-space: normal;
	overflow: hidden;
	position: relative;
	padding: 72px 0 0;
	font: 300 19px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.visual-block .title-col .title {
	width: 405px;
	height: 405px;
	padding: 62px;
}

.visual-block .title-col .circle {
	width: 405px;
	height: 405px;
}

.visual-block .title-col h1 {
	font-size: 72px;
	line-height: 65px;
}

.visual-block .text-col {
	overflow: hidden;
	position: relative;
	padding: 10px 0 0;
	font: 300 19px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.visual-block .text-col.alt {
	font-size: 17px;
	line-height: 27px;
	padding: 47px 0 0 40px;
	color: #093ad6;
}

.visual-block .text-col.alt h2 {
	font: 700 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 12px;
}

.visual-block .text-col .title-line {
	background-color: #fff;
	max-width: 286px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 19px 20px;
}

.visual-block .text-col .title-line p {
	color: #093ad6;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.visual-block .text-col .title-line time {
	margin-left: 5px;
}

.visual-block .text-col .header-line {
	border-top: 2px solid #093ad6;
	border-bottom: 2px solid #093ad6;
	padding: 22px 0 12px;
	margin: 17px 0;
}

.visual-block .text-col .header-line strong {
	font-size: 24px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 17px;
	display: block;
}

.visual-block .text-col .header-line a {
	display: inline-block;
	font: 700 10px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.visual-block .text-col .footer-line {
	border-top: 2px solid #093ad6;
	border-bottom: 2px solid #093ad6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.visual-block .text-col .footer-line p {
	padding: 22px 0 22px;
	font: 700 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	margin: 0;
}

.visual-block .text-col .footer-line p span {
	font: 400 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-block .text-col .footer-line a {
	padding: 22px 0 22px;
	font: 700 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	border-left: 2px solid #093ad6;
	padding-left: 15px;
}

.visual-block .row {
	overflow: hidden;
	position: relative;
	padding: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.visual-block .sub-head {
	font: 700 20px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 9px;
}

.visual-block h2 {
	font: 300 33px/37px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: none;
	margin: 0 0 6px;
}

.visual-block .meta {
	font: italic 400 14px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 12px;
}

.visual-block .category {
	font: 700 10px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-block p {
	margin: 0 0 22px;
}

.visual-block .read-more {
	font: 700 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-block .title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	border-radius: 50%;
	width: 636px;
	height: 636px;
	padding: 110px 70px 110px 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual-block .circle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	mix-blend-mode: multiply;
	border-radius: 50%;
	background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
	background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
	width: 636px;
	height: 636px;
}

.msie .visual-block .circle,
.edge .visual-block .circle {
	opacity: .8;
}

.visual-block h1 {
	color: #fff;
	font-size: 100px;
	line-height: 94px;
	margin: 0;
}

.visual-block .circles {
	overflow: hidden;
	margin: 0 0 56px;
	color: #fff;
}

.visual-block .circles .circ {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	float: left;
	margin: 0 0 0 -37px;
	mix-blend-mode: multiply;
	position: relative;
}

.msie .visual-block .circles .circ,
.edge .visual-block .circles .circ {
	opacity: .8;
}

.visual-block .circles .blue {
	background: #093ad6;
	margin: 0;
}

.visual-block .circles .green {
	background: #9c3;
}

.visual-block .circles .yellow {
	background: #fae500;
}

.visual-block .circles strong {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 700 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font: 700 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 11px 48px 10px;
	border-radius: 21px;
	border: 1px solid #093ad6;
	color: #093ad6;
	text-decoration: none;
	margin: 20px 0 0;
}

.btn:hover {
	background: #093ad6;
	color: #fff;
}

.blue-container .btn {
	border-color: #fff;
	color: #fff;
}

.blue-container .btn:hover {
	background: #fff;
	color: #093ad6;
}

.btn.btn-blue {
	background: #093ad6;
	color: #fff;
}

.btn.btn-blue:hover {
	background: #fff;
	color: #093ad6;
}

.section-sorting {
	background-color: #e7e7e7;
	padding: 45px 0;
}

.section-sorting .holder {
	padding: 0 15px;
}

.section-result {
	padding: 60px 0;
}

.section-result .title p {
	font-size: 36px;
	font-weight: 300;
	line-height: 26.04px;
	color: #093ad6;
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 50px;
}

.section-result .row {
	padding: 0 0 50px;
}

.section-result .btn-wrapp {
	text-align: center;
}

.wrapp-result-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px;
}

.wrapp-result-items .item {
	width: 100%;
	padding: 20px 20px 30px 20px;
}

.wrapp-result-items .item.no-image .card-img {
	min-height: 318px;
	height: auto;
}

.wrapp-result-items .item.no-image .card-img span {
	position: relative;
	top: 20px;
}

.wrapp-result-items .card-img {
	position: relative;
}

.wrapp-result-items .card-img span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px 11px 14px 16px;
	background-color: #093ad6;
	font-size: 22px;
	font-weight: 400;
	line-height: 26.04px;
	color: #fff;
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.wrapp-result-items .card-title {
	border-top: 2px solid #093ad6;
	padding: 20px 0;
}

.wrapp-result-items .card-title strong {
	color: #093ad6;
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 20.83px;
}

.wrapp-result-items .body-line p {
	font-size: 18px;
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.wrapp-result-items .header-line {
	border-bottom: 2px solid #093ad6;
	padding: 0 0 7px;
	margin: 3px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-result-items .header-line strong {
	font-size: 24px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 17px;
	display: block;
}

.wrapp-result-items .header-line a {
	display: block;
	font: 700 10px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.wrapp-result-items .footer-line {
	border-top: 2px solid #093ad6;
	border-bottom: 2px solid #093ad6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapp-result-items .footer-line p {
	padding: 20px 0 19px;
	font: 700 12px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	margin: 0;
}

.wrapp-result-items .footer-line p span {
	font: 400 12px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.wrapp-result-items .footer-line a {
	padding: 20px 0 19px;
	font: 700 12px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	border-left: 2px solid #093ad6;
	padding-left: 20px;
	margin-right: 17px;
}

.wrapp-descrip-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.wrapp-descrip-event .content {
	margin-right: 35px;
}

.wrapp-descrip-event .content .item {
	width: 100%;
}

.wrapp-descrip-event .card-title {
	padding: 0 0 36px;
}

.wrapp-descrip-event .card-title strong {
	color: #093ad6;
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 20.83px;
}

.wrapp-descrip-event .header-line {
	padding: 0 0 12px;
	margin: -11px 0 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-descrip-event .header-line strong {
	font-size: 24px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 17px;
	display: block;
}

.wrapp-descrip-event .header-line a {
	display: block;
	font: 700 10px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.wrapp-descrip-event .body-line h3 {
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 32px;
}

.wrapp-descrip-event .body-line h5 {
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 30px 0 20px;
}

.wrapp-descrip-event .body-line p {
	font-size: 17px;
	display: block;
	margin-bottom: 15px;
}

.wrapp-descrip-event .body-line .wrapp-text-border .item {
	border-bottom: 2px solid #093ad6;
	margin-bottom: 15px;
}

.wrapp-descrip-event .footer-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #093ad6;
	margin-top: -10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-descrip-event .footer-line p {
	padding: 22px 0 22px;
	font: 700 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	margin: 0;
}

.wrapp-descrip-event .footer-line p span {
	font: 400 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.wrapp-descrip-event .footer-line ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
}

.wrapp-descrip-event .footer-line ul li {
	margin-right: 20px;
}

.wrapp-descrip-event .footer-line ul li:last-child {
	margin-right: 0;
}

.wrapp-descrip-event .footer-line a {
	width: 31px;
	height: 31px;
	background-color: #093ad6;
	color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}

.wrapp-descrip-event .footer-line a:hover {
	background-color: #fff;
	border: 1px solid #093ad6;
	color: #093ad6;
}

.wrapp-descrip-event .nav-events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-descrip-event .nav-events .btn {
	width: 100%;
	text-align: center;
}

.wrapp-page-inner {
	position: relative;
}

.wrapp-page-inner .nav-page {
	border-top: 2px solid #093ad6;
	border-bottom: 2px solid #093ad6;
	padding: 11px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 72px;
}

.wrapp-page-inner .nav-page a {
	color: #093ad6;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.wrapp-page-inner .nav-page a i {
	font-size: 11px;
}

.wrapp-page-inner .descrip-detaile {
	margin-top: 15px;
}

.wrapp-page-inner .descrip-detaile .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 2px solid #093ad6;
	margin-bottom: 14px;
	padding-bottom: 5px;
}

.wrapp-page-inner .descrip-detaile .line:last-child {
	border-bottom: none;
}

.wrapp-page-inner .descrip-detaile h5 {
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #093ad6;
	margin-bottom: 12px;
}

.wrapp-page-inner .descrip-detaile p {
	color: #093ad6;
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 12px;
}

.wrapp-page-inner .descrip-detaile .btn {
	text-align: center;
	font: 700 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 11px 36px 10px;
}

.contact-section {
	background-size: cover;
	background-position: 50% 50%;
	background-color: #093ad6;
	color: #fff;
	padding: 140px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	min-height: 100vh;
}

.contact-section a {
	color: #fff;
}

.contact-section .wrapp-col-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-section .col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact-section .title {
	border-bottom: 1px solid #fff;
	border-width: 1px 0;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.contact-section .wrapp-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact-section .wrapp-address .title strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-section .title-section {
	padding: 0 40px 0 0;
	float: left;
	font: 300 25px/35px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.contact-section address {
	overflow: hidden;
	width: 100%;
	font-style: normal;
	font: 16px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 8px 0;
	margin: 25px 25px 0 0;
}

.contact-section h1 {
	font: 700 57px/79px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 15px;
}

.contact-section h2 {
	font: 700 12px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.contact-section hr {
	border: none;
	height: 1px;
	background: #fff;
	margin: 5px 0 12px;
}

.wrapp-datepic {
	width: 100%;
}

.datepicker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 100%;
	width: auto;
}

.datepicker input {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 5px 12px 0;
	width: 50%;
	height: 42px;
	font-weight: 400;
	border-radius: 3px;
	padding: 9px 13px;
	font-size: 13px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.datepicker input:last-child {
	margin: 0 0 12px 0;
}

#_hjRemoteVarsFrame {
	border: none;
}

.arrow-hold {
	max-width: 1025px;
	width: 100%;
	padding: 0 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	bottom: 73px;
	z-index: 10;
	line-height: 0;
}

.arrow {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
}

.arrow:after,
.arrow:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	height: 9px;
	width: 1px;
	background: #fff;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.arrow:after {
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	left: 13px;
}

.testimonial .arrow-hold {
	max-width: 1065px;
}

.testimonial .holder,
.testimonial .container {
	max-width: 1065px;
}

.testimonial .visual-block {
	min-height: 480px;
}

.testimonials-container {
	color: #fff;
	position: relative;
	z-index: 2;
}

.testimonial-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 300 24px/1.13 "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.testimonial-box:nth-child(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font: 16px/1.52 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.testimonial-box + .testimonial-box {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #fff;
}

.testimonial-content {
	padding: 50px 0;
	text-align: center;
	font-size: 17px;
	line-height: 1.65;
	font-weight: 400;
}

.testimonial-content blockquote {
	margin: 0;
	border-style: solid;
	border-color: #093ad6;
	border-width: 2px 0 0;
	padding: 19px 0 0;
	margin: 0 0 15px;
}

.testimonial-content blockquote.style-font-serif {
	font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 300;
}

.testimonial-content blockquote p {
	margin: 0 0 10px;
}

.testimonial-content blockquote cite {
	text-transform: uppercase;
	font: 700 10px/1.1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.testimonial-content .picture-holder {
	border-top: 2px solid #093ad6;
	padding-top: 19px;
	margin: 0 0 19px;
}

.testimonial_text-frame {
	display: block;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: left;
	font: 700 18px/1.33 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.testimonial_two-col {
	text-align: left;
	margin: 0 0 20px;
}

#footer {
	background: #093ad6;
	color: #fff;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	padding: 98px 0;
}

#footer:before,
#footer:after {
	content: "";
	position: absolute;
	background: #093ad6;
	top: 0;
	bottom: 0;
	width: 9999px;
	left: 100%;
}

#footer:after {
	left: auto;
	right: 100%;
}

#footer a {
	color: #fff;
}

#footer .copy {
	float: right;
	margin: 4px 0 0;
}

#footer .copy a {
	text-decoration: none;
	font-weight: 700;
}

#footer .copy a:hover {
	text-decoration: underline;
}

#footer .terms {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
}

.home #footer .terms {
	display: none;
}

#footer .logo {
	margin: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.search-filter .row {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.visual-block .background-gradient {
		opacity: .6;
	}

	.wrapp-descrip-event .content {
		width: 100%;
	}
}

@media (min-width: 480px) {
	.contact-section .wrapp-address {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.home .menu {
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
		left: 50%;
		height: 100vh;
		max-width: 1025px;
		padding: 0 30px;
		width: 100%;
		margin: 38px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.visual-block .row {
		position: relative;
		top: 100px;
	}

	.section-result .row {
		padding: 0 0 80px;
	}

	.wrapp-result-items .item {
		width: 50%;
	}

	.wrapp-descrip-event {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-descrip-event .right-wrapp {
		padding-right: 227px;
	}

	.wrapp-descrip-event .footer-line {
		margin-top: 68px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-descrip-event .footer-line ul {
		margin-left: 44px;
		padding: 0;
	}

	.wrapp-descrip-event .nav-events {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-descrip-event .nav-events .btn {
		width: auto;
	}

	.wrapp-page-inner .fixed-sidebar {
		position: absolute;
		right: 0;
		min-width: 228px;
	}

	.wrapp-page-inner .descrip-detaile {
		margin-top: 68px;
	}

	.contact-section .wrapp-col-contact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.contact-section .col {
		width: 50%;
	}

	.contact-section .col:first-child {
		margin-right: 15px;
	}

	.testimonials-container {
		padding: 65px 0;
	}

	.testimonial-box {
		font-size: 40px;
	}

	.testimonial-box:nth-child(even) {
		font-size: 21px;
	}

	.testimonial-box + .testimonial-box {
		margin-top: 27px;
		padding-top: 27px;
	}

	.testimonial_text-frame {
		max-width: 50%;
		font-size: 21px;
	}

	.testimonial_two-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.testimonial_two-col .col {
		width: 48.4%;
	}
}

@media (min-width: 1024px) {
	.jcf-select {
		min-width: 244px;
		width: auto;
	}

	.search-filter .row .wrapp-input-item {
		width: auto;
	}

	.search-filter .row .wrapp-input-item:last-child .reset {
		margin: 8% auto 0;
	}

	.contact-section address {
		width: 220px;
	}

	.wrapp-datepic {
		width: auto;
	}

	.datepicker {
		max-width: 244px;
	}

	.datepicker input {
		width: 50%;
	}

	.testimonial-box {
		font-size: 53px;
	}

	.testimonial-box:nth-child(even) .frame {
		width: 48.5%;
	}

	.testimonial-box + .testimonial-box {
		margin-top: 45px;
	}

	.testimonial-box .frame {
		max-width: 55%;
	}

	.testimonial-content {
		padding: 105px 0 137px;
	}

	.testimonial_text-frame {
		margin-bottom: 96px;
	}

	.testimonial_two-col {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 1800px) and (orientation: landscape) {
	.visual-block .row {
		top: 0;
	}
}

@media (max-width: 1024px) {
	.header-hold {
		padding: 45px 30px;
	}

	.nav-opener {
		right: 30px;
	}

	.inner-page .nav-opener {
		top: 45px;
	}

	.visual-block.alt.without-circle {
		min-height: 123px;
	}

	.visual-block .title {
		width: 500px;
		height: 500px;
		padding: 70px;
	}

	.visual-block .circle {
		width: 500px;
		height: 500px;
	}

	.visual-block h1 {
		font-size: 70px;
		line-height: 68px;
	}
}

@media (max-width: 1023px) {
	body.home {
		font-size: 18px;
	}

	iframe {
		width: 100%;
	}

	.visual-block.alt {
		min-height: 0;
	}

	.visual-block .title-col {
		width: 300px;
		height: 300px;
		margin: 0 50px 0 0;
	}

	.visual-block .title-col .title {
		width: 300px;
		height: 300px;
		padding: 60px;
	}

	.visual-block .title-col .circle {
		width: 300px;
		height: 300px;
	}

	.visual-block .title-col h1 {
		font-size: 50px;
		line-height: 46px;
	}

	.visual-block .text-col {
		padding: 10px 0 0;
	}

	.visual-block .text-col.alt {
		padding: 0 0 0 70px;
	}

	.visual-block .circles .circ {
		width: 100px;
		height: 100px;
		margin: 0 0 0 -20px;
	}

	.contact-section h1 {
		font-size: 50px;
		line-height: 53px;
	}

	#footer {
		padding: 40px 0;
	}

	#footer .copy {
		margin: 10px 0 0;
	}

	#footer .logo {
		width: 150px;
	}
}

@media (max-width: 768px) {
	.visual-block.fixed-block .holder {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 9px 15px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.btn {
		margin: 10px 0 0;
		padding: 11px 30px 10px;
	}

	.header-hold {
		padding: 20px;
	}

	.holder,
	.container,
	.blue-container {
		padding: 0 20px;
	}

	.home .logo {
		margin: 0;
	}

	.logo {
		width: 120px;
		margin: 0;
	}

	.home .menu {
		padding: 0;
		height: auto;
		margin: 16px 0 0;
		position: absolute !important;
		top: 0;
		bottom: -999px;
		width: 100%;
		right: -100%;
		padding: 62px 20px 20px 20px;
		-webkit-transition: right .25s linear, box-shadow .25s linear;
		transition: right .25s linear, box-shadow .25s linear;
		background: #fff;
		margin: 0;
	}

	.home.nav-active .menu {
		box-shadow: 5px 5px 5px 9999px rgba(0, 0, 0, .5);
		right: 0;
	}

	.menu {
		padding: 0;
		height: auto;
		margin: 16px 0 0;
	}

	.inner-page .menu,
	.fixed-header.fixed-header .menu {
		position: absolute !important;
		bottom: -999px;
		width: 100%;
		right: -100%;
		padding: 75px 20px 20px 20px;
	}

	.inner-page .menu .nav-opener,
	.fixed-header.fixed-header .menu .nav-opener {
		top: 16px;
		position: absolute;
		right: 20px;
		display: none;
	}

	.menu .nav-opener {
		display: none;
	}

	#nav {
		width: 100%;
	}

	#nav ul {
		border-color: #093ad6;
	}

	.inner-page #nav ul {
		padding: 0;
	}

	.fixed-header #nav ul {
		padding: 0;
	}

	.inner-page .fixed-header #nav ul {
		padding: 0;
	}

	.nav-active #nav ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav li {
		border-color: #093ad6;
	}

	#nav a {
		color: #093ad6;
	}

	.nav-opener {
		position: relative;
		display: block;
		opacity: 1;
		float: right;
		top: -4px;
		right: 0;
		z-index: 999;
		text-shadow: none;
	}

	.inner-page .nav-opener {
		top: -4px;
	}

	.nav-opener span {
		box-shadow: none;
	}

	.page-template-template-events .visual-block.alt {
		padding: 70px 0;
		margin: 0;
	}

	.visual-block {
		height: 100vh;
		background-size: cover;
		background-position: 50% 0;
	}

	.visual-block.alt {
		padding: 70px 0;
		margin: 0 0 30px;
	}

	.visual-block.alt.without-circle {
		min-height: 63px;
	}

	.visual-block .title-col {
		width: 280px;
		height: 280px;
		margin: 0 auto;
		float: none;
	}

	.visual-block .title-col .title {
		width: 280px;
		height: 280px;
		padding: 40px;
	}

	.visual-block .title-col .circle {
		width: 280px;
		height: 280px;
	}

	.visual-block .text-col {
		display: none;
	}

	.visual-block .title {
		width: 280px;
		height: 280px;
		padding: 40px;
	}

	.visual-block .circle {
		width: 280px;
		height: 280px;
	}

	.visual-block h1 {
		font-size: 44px;
		line-height: 42px;
	}

	.btn {
		margin: 10px 0 0;
		padding: 11px 30px 10px;
	}

	.contact-section {
		padding: 80px 0;
	}

	.contact-section .title-section {
		padding: 0;
		font-size: 15px;
		line-height: 25px;
		padding: 0 0 20px;
	}

	.contact-section h1 {
		font-size: 38px;
		line-height: 42px;
	}

	#footer {
		padding: 30px 0;
		text-align: center;
	}

	#footer .copy {
		float: none;
	}

	#footer .terms {
		margin: 0 0 5px;
	}

	#footer .logo {
		float: none;
		margin: 0 auto 20px;
	}
}

@media (max-width: 480px) {
	.search-filter .row .wrapp-input-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
