/*
Theme Name: PNA
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pna
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Custom form styles
   4. Common site styles
   ---------------------------------------------------------*/

/*! 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;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
	content: "\f105";
	font-family: "FontAwesome";
}

.icon-angle-left:before {
	content: "\f104";
	font-family: "FontAwesome";
}

.icon-close:before {
	content: "\f00d";
	font-family: "FontAwesome";
}

.icon-angle-down:before {
	content: "\e905";
	font-family: "FontAwesome";
}

.icon-angle-up:before {
	content: "\f106";
	font-family: "FontAwesome";
}

.icon-feed:before {
	content: "\f143";
	font-family: "FontAwesome";
}

.icon-search:before {
	content: "\f002";
	font-family: "FontAwesome";
}

.icon-instagram:before {
	content: "\f16d";
	font-family: "FontAwesome";
}

.icon-right:before {
	content: "\f105";
	font-family: "FontAwesome";
}

.icon-left:before {
	content: "\f104";
	font-family: "FontAwesome";
}

.icon-twitter:before {
	content: "\f099";
	font-family: "FontAwesome";
}

.icon-facebook:before {
	content: "\f39e";
	font-family: "FontAwesome";
}

ul,
.menu-list,
.filter-list,
.menu,
.filter-list-2 ul,
.filter-list-3 ul,
.posts-list,
.events-list-box,
.calendar-list,
.news-list,
.additional-navigation,
.social-networks,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.header-holder:after,
#twocolumns:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

* {
	font-size: 100.01%;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #666;
	background: #fff;
	font: 1em/1.3 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

a[href^=tel],
a[href^=fax],
a[href^=skype],
a[href^=sms] {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.8em;
}

blockquote {
	font: 1.2em/1.3333em "Montserrat", "Arial", sans-serif;
	padding: 0 10%;
	color: #00afa9;
	text-align: center;
	overflow: hidden;
	margin: 0 0 10px;
}

blockquote p {
	margin: 0 0 2px;
}

blockquote cite {
	float: right;
	font-size: .75em;
	font-style: normal;
}

th,
td {
	border: 1px solid #666;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 1.8em;
	margin: 0 0 1.5em;
}

ol ol,
ul ol {
	padding-left: 1.2em;
	margin: 0;
}

ul ul,
ol ul {
	padding-left: 1.2em;
	margin: 0;
}

ul > li {
	position: relative;
	padding: 0 0 0 12px;
}

ul > li:after {
	content: "";
	background: #00afa9;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}

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;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 100%;
	font: 10px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 12px;
	padding: 2px 4px;
	height: 22px;
	color: #666;
	background: #fff;
	outline: none;
}

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;
}

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: #666;
}

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: #666;
}

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: #666;
}

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: #666;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #666;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 150px !important;
	width: 100% !important;
	overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	vertical-align: top;
	background: #00afa9;
	padding: 3px 4px 2px;
	margin: 0;
	font: bold 11px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	min-width: 76px;
	height: 28px;
	border-radius: 6px;
	border: 0;
	text-transform: capitalize;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #aaad00;
}

.widget {
	margin-bottom: 1.8em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.comment-respond {
	border-top: 2px solid #eee;
	padding: 21px 0 36px;
}

.comment-respond h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 0 4px;
	color: #666;
}

.required {
	color: #00afa9;
}

/* comment form styles */

.comment-form {
	color: #999;
	max-width: 525px;
}

.comment-form label {
	position: absolute;
	top: 4px;
	left: 5px;
	color: #999;
	font-size: 10px;
	line-height: 14px;
}

.comment-form textarea:focus + label {
	display: none;
}

.comment-form input[type="text"] {
	width: 66%;
}

.comment-form input[type="text"]:focus + label {
	display: none;
}

.comment-form p {
	position: relative;
	margin: 0;
}

.comment-form .comment-notes,
.comment-form .logged-in-as,
.comment-form .form-allowed-tags {
	margin: 0 0 10px;
}

.comment-form .has-value label {
	display: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.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;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	height: 2em;
	min-width: 10px;
}

/* comment list styles */

.commentlist {
	margin: 0 0 8px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1em 4px 0;
	width: 25px;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.section.comments {
	border-top: 2px solid #eee;
	padding: 21px 0 4px;
	font-size: 1em;
	line-height: 1.1;
}

.section.comments h2 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin: 0 0 17px;
	color: #666;
}

.section.comments .meta {
	font: bold 1em/1.1em "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #004987;
	margin: 0 0 8px;
}

.section.comments .meta a {
	text-decoration: none;
}

.section.comments .meta a:hover {
	color: #aaad00;
}

.section.comments p {
	margin: 0 0 .9em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.8em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

/* pagination block styles */

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
	font-weight: bold;
	text-align: center;
}

.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 a,
.navigation-comments a {
	color: #00afa9;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	background: #00afa9;
	color: #fff;
	padding: 4px 5px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	width: 86px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #aaad00;
}

.navigation-single {
	margin-bottom: 1.5em;
	font-weight: bold;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	width: 86px;
	text-align: center;
	background: #00afa9;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 4px 3px;
	display: block;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #aaad00;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #666;
	padding: .4em;
	margin-bottom: 1.8em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.6em;
}

.aligncenter img {
	display: block;
	width: 100%;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	clear: left;
	margin: 3px 6px 4px 0;
	/* width: 48%; */
}

.alignleft img {
	display: block;
	width: 100%;
}

.alignright {
	float: right;
	clear: right;
	margin: 3px 0 4px 6px;
	/* width: 48%; */
}

.alignright img {
	display: block;
	width: 100%;
}

.mejs-container {
	margin-bottom: 1.8em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Montserrat", "Arial", sans-serif;
	font-weight: 700;
	margin: 0 0 .4em;
	color: #004987;
	line-height: 1.1;
}

h1,
.h1 {
	font-size: 1.8em;
}

h2,
.h2 {
	font-size: 1.5em;
	margin: 0 0 .9em;
	font-weight: 400;
}

h3,
.h3 {
	font-size: 1.2em;
}

h4,
.h4 {
	font-size: 1.3em;
}

h5,
.h5 {
	font-size: 1.2em;
}

h6,
.h6 {
	font-size: 1.1em;
}

p {
	margin: 0 0 1.3em;
}

a {
	color: #004987;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* ---------------------------------------------------------
   3. Custom form styles
   ---------------------------------------------------------*/

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	background: #004987;
	color: #fff;
	margin: 0 0 12px;
	min-width: 110px;
	height: 25px;
}

.jcf-select.jcf-select-nav-select {
	display: block !important;
	width: 210px;
	margin: 0 auto;
}

.jcf-select.jcf-drop-active {
	background: #aaad00;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	background: #aaad00;
}

.jcf-list .jcf-option.jcf-selected {
	display: none;
}

.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: 700 12px/25px "Montserrat", "Arial", sans-serif;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #004987;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
    content: "\f107";
    font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 9px;
	font-size: 26px;
	margin: -17px 0 0;
}

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;
}

/* .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
} */

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 0;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #eee;
	font: 12px/14px "Montserrat", "Arial", sans-serif;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 8px 0 3px;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0;
}

.jcf-list ul li:after {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 7px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #aaad00;
}

.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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor:pointer;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* .jcf-focus, .jcf-focus * {border-color: #f00 !important;} */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: visible !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
	display: none;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* ---------------------------------------------------------
   4. Common site styles
   ---------------------------------------------------------*/

.nav-active {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	max-width: 1182px;
	margin: 0 auto;
	padding: 0 15px;
}

/* header styles */

#header {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #ccc;
}

#header .container {
	padding: 0;
	position: relative;
}

.header-holder {
	background: #fff;
	position: relative;
	z-index: 5;
	padding: 24px 15px 11px;
}

/* page logo styles */

.logo {
	max-width: 139px;
	float: left;
	margin: 0 0 0 -2px;
}

.logo img {
	display: block;
}

.nav-opener {
	float: right;
	width: 18px;
	height: 14px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0 0 18px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #004987;
	border-radius: 2px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 5px;
}

.nav-opener:after {
	top: 10px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #aaad00;
}

.resize-active .search-box,
.resize-active .menu-box {
	-webkit-transition: none !important;
	transition: none !important;
}

/* search form styles */

.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background: #eee;
	padding: 7px 42px 7px 15px;
	margin: -38px 0 0;
	height: 38px;
	-webkit-transition: margin .3s linear;
	transition: margin .3s linear;
	z-index: 1;
}

.search-box .btn-close {
	font-size: 21px;
	position: absolute;
	right: 16px;
	top: 7px;
	color: #aaad00;
	text-decoration: none;
}

.search-box .btn-close:hover {
	color: #004987;
}

.search-box .search-form {
	background: #fff;
	position: relative;
}

.search-box .search-form input[type="search"] {
	font: 11px/13px "Montserrat", "Arial", sans-serif;
	border: 0;
	height: 24px;
	color: #aaad00;
	padding: 3px 30px 3px 9px;
	margin: 0;
	background: 0;
	width: 100%;
}

.search-box .search-form input[type="search"]::-webkit-input-placeholder {
	color: #aaad00;
}

.search-box .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #aaad00;
}

.search-box .search-form input[type="search"]:-moz-placeholder {
	color: #aaad00;
}

.search-box .search-form input[type="search"]:-ms-input-placeholder {
	color: #aaad00;
}

.search-box .search-form input[type="search"].placeholder {
	color: #aaad00;
}

.search-box .search-form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: 0;
	padding: 0 0 2px;
	color: #aaad00;
	font-size: 14px;
	height: 100%;
	margin: 0;
	width: 28px;
	min-width: 10px;
	border-radius: 0;
	font-weight: normal;
}

.search-box .search-form button[type="submit"]:hover {
	color: #004987;
}

.search-active .search-box {
	margin: 0;
}

.search-active .top-search {
	display: none;
}

.search-opener {
	text-decoration: none;
	font-size: 1.5em;
	float: right;
}

.search-opener:hover {
	color: #aaad00;
}

.menu-box {
	position: fixed;
	background: #eee;
	top: 64px;
	right: -220px;
	width: 220px;
	bottom: 0;
	overflow: auto;
	-webkit-transition: right .5s linear;
	transition: right .5s linear;
	box-shadow: -2px 3px 1px 0 rgba(0, 0, 0, .1);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .menu-box {
	right: 0;
}

/* main navigation styles */

#nav {
	padding: 4px 0 0;
	margin: 0;
	font: 700 1.1em/1.1818em "Montserrat", "Arial", sans-serif;
}

#nav li {
	padding: 0;
	text-align: left;
}

#nav li:after {
	display: none;
}

#nav li.hover .drop {
	display: block;
}

#nav li.active > a {
	color: #00afa9;
	background: 0;
}

#nav a {
	text-decoration: none;
	color: #666;
	position: relative;
	display: block;
	padding: 7px 34px;
}

#nav a:hover {
	background: #00afa9;
	color: #fff;
}

#nav > li:before {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 17px;
	height: 1px;
}

#nav > li.hover:before {
	display: none;
}

#nav > li.has-drop-down > a:before {
    content: "\f107";
    font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 1.6363em;
	margin: -8px 0 0;
}

#nav > li.has-drop-down.hover > a:before {
	content: "\f106";
}

#nav > li > a {
	padding: 8px 29px 8px 17px;
}

#nav .drop {
	padding: 2px 0 0;
	font-weight: 400;
	font-size: .9090em;
	display: none;
}

/* additional navigation styles */

.top-nav {
	font: 700 1.1em/1.1818em "Montserrat", "Arial", sans-serif;
	padding: 0;
}

.top-nav li {
	padding: 0;
}

.top-nav li:after {
	display: none;
}

.top-nav li:before {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 17px;
	height: 1px;
}

.top-nav li:last-child:before {
	display: none;
}

.top-nav li:hover:before {
	display: none;
}

.top-nav a {
	display: block;
	padding: 8px 17px;
	text-decoration: none;
	color: #666;
}

.top-nav a:hover {
	background: #00afa9;
	color: #fff;
}

.font-resize {
	display: none;
	position: absolute;
	top: -11px;
	right: 60px;
}

.font-resize ul {
	padding: 0;
}

.font-resize ul li:after {
	display: none;
}

.font-resize a {
	padding: 8px 17px;
	background: #004987;
	color: #fff;
	padding: 14px 17px 8px;
	display: block;
	border-radius: 0 0 7px 7px;
	text-decoration: none;
	font: 700 1em/1.3333em "Montserrat", "Arial", sans-serif;
}

.font-resize a:hover {
	background: #aaad00;
}

.font-resize a span:hover {
	text-decoration: underline;
}

.font-resize a .active {
	text-decoration: underline;
}

.font-resize .large {
	font-size: 1.1333em;
	line-height: 1.1111em;
}

.font-resize .small {
	font-size: .86667em;
	line-height: 1.6667em;
}

#twocolumns {
	width: 100%;
	padding: 15px 0 0;
}

/* main content styles */

#content {
	padding: 0 0 15px;
}

#content:only-child > .content-holder {
	margin: 0;
}

/* visual block styles */

.visual {
	min-height: 85px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.navbar-box {
	padding: 25px 0 13px;
}

/* navbar styles */

.navbar {
	display: none;
	border-bottom: 3px solid #eee;
	font: 700 1.25em/1.1333em "Montserrat", "Arial", sans-serif;
	text-align: center;
	padding: 0 0 7px;
	margin: 0;
}

.navbar li {
	display: inline-block;
	vertical-align: top;
	padding: 0 14px 10px;
}

.navbar li:after {
	display: none;
}

.navbar li.active a {
	color: #aaad00;
}

.navbar a {
	text-decoration: none;
	color: #666;
}

.navbar a:hover {
	color: #aaad00;
}

.hidden-tablet {
	display: none;
}

/* sidebar styles */

#sidebar {
	padding: 0 0 10px;
	margin: 0 -7px;
}

#sidebar .widget-box {
	margin: 0 -4px 20px 0;
}

#sidebar .widget-box.large-widget {
	margin: 0 -8px 20px;
}

#sidebar .widget-box.widget_blog_categories {
	background: #eee;
	padding: 16px 13px 12px;
}

.widget-list {
	margin: 0 -7px;
	padding: 30px 0 0;
}

/* widget styles */

.widget-box {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 19px;
	text-align: left;
	width: 50%;
	padding: 0 7px;
	margin: 0 -4px 15px 0;
}

.widget-box img {
	display: block;
	width: 100%;
}

.widget-box h3 {
	margin: 0 0 .5em;
	color: #333;
}

.widget-box p {
	margin: 0 0 8px;
}

.widget-box .widget-content {
	background: #eee;
	padding: 14px 13px;
}

.widget-box.large-widget {
	margin: 0 -8px 10px;
	width: auto;
	display: block;
	padding: 0;
}

.widget-box.large-widget .widget-content {
	padding: 16px 13px 12px;
}

.widget-box.large-widget h3 {
	margin: 0 0 1.2em;
}

.widget-box.large-widget .subscribe-form h3 {
	margin: 0 0 5px;
}

.widget-box.widget_blog_categories {
	background: #eee;
	padding: 16px 13px 12px;
}

.widget-box.sidebar-menu {
	background: #eee;
}

.widget-box.sidebar-menu h3 {
	display: block;
	background: #00afa9;
	color: #fff;
	font: 700 1.2em/1.16667em "Montserrat", "Arial", sans-serif;
	padding: 8px 15px;
	margin: 0 !important;
}

.widget-box.widget_nav_menu .menu {
	padding: 16px 13px 12px !important;
}

.widget-box.filter-widget {
	margin: 0 -15px 30px;
	width: auto;
	display: block;
	padding: 0;
}

.widget-box.filter-widget h3 {
	margin: 0 0 1.2em;
}

.widget-box.filter-widget .widget-content {
	padding: 18px 13px 13px;
}

.widget-box.filter-widget-2 {
	margin: 0 -15px 22px;
	width: auto;
	display: block;
	padding: 0;
}

.widget-box.filter-widget-2 h3 {
	text-align: center;
	margin: 0 0 31px;
}

.widget-box.filter-widget-2 .widget-content {
	padding: 19px 29px 0;
}

.widget-box.filter-widget-2 .back-btn {
	display: block;
	background: #aaad00;
	color: #fff;
	text-decoration: none;
	margin: 0 -29px;
	padding: 23px 23px 23px 54px;
	font: 700 1.2em/1.1 "Montserrat", "Arial", sans-serif;
	position: relative;
}

.widget-box.filter-widget-2 .back-btn:hover {
	background: #004987;
}

.widget-box.filter-widget-2 .back-btn:after {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	top: 46%;
	left: 30px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1.5em;
	font-weight: 400;
}

.widget-box.filter-widget-3 {
	margin: 0 -15px 22px;
	width: auto;
	display: block;
	padding: 0;
}

.widget-box.filter-widget-3 h3 {
	text-align: center;
	margin: 0 0 31px;
}

.widget-box.filter-widget-3 .widget-content {
	padding: 19px 29px 0;
}

.widget-box.blog-widget {
	margin: 0 -15px 18px;
	width: auto;
	display: block;
	padding: 0;
}

.widget-box .search-form {
	position: relative;
}

.widget-box .search-form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	padding: 0 0 2px;
	color: #fff;
	font-size: 14px;
	height: 100%;
	margin: 0;
	width: 28px;
	min-width: 10px;
	border-radius: 0;
	font-weight: normal;
}

.widget-box .search-form button[type="submit"]:hover {
	background: #004987;
}

.widget-box .search-form input[type="search"] {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	padding: 3px 30px 3px 17px;
	height: 26px;
}

.menu-list,
.filter-list {
	font: 1.2em/1.16667em "Montserrat", "Arial", sans-serif;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 0 !important;
}

.menu-list .row,
.filter-list .row,
.menu-list li,
.filter-list li {
	padding: 0 0 10px;
}

.menu-list .row:after,
.filter-list .row:after,
.menu-list li:after,
.filter-list li:after {
	display: none;
}

.menu-list .row.active a,
.filter-list .row.active a,
.menu-list li.active a,
.filter-list li.active a {
	color: #aaad00;
}

.menu-list a,
.filter-list a {
	color: #666;
	text-decoration: none;
}

.menu-list a:hover,
.filter-list a:hover {
	color: #aaad00;
}

.menu-list .opener,
.filter-list .opener {
	display: none;
}

.menu {
	font: 1.2em/1.6667em "Montserrat", "Arial", sans-serif;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 0 !important;
}

.menu li {
	padding: 0 0 10px;
}

.menu li:after {
	display: none;
}

.menu li.active a {
	color: #aaad00;
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu a:hover {
	color: #aaad00;
}

.subscribe-form {
	padding: 0 0 3px;
}

.subscribe-form h3 {
	margin: 0 0 5px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	padding: 2px 6px;
	border: 0;
	height: 18px;
	margin: 0 0 9px;
	width: 81%;
	display: block;
}

.subscribe-form button[type="submit"] {
	background: 0;
	color: #00afa9;
	font: 700 12px/14px "Montserrat", "Arial", sans-serif;
	text-transform: capitalize;
	position: relative;
	padding: 0 10px 0 0;
	min-width: 10px;
	height: auto;
	border-radius: 0;
}

.subscribe-form button[type="submit"]:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #00afa9;
	position: absolute;
	top: 3px;
	right: 0;
}

.subscribe-form button[type="submit"]:hover {
	color: #004987;
}

.subscribe-form button[type="submit"]:hover:after {
	border-color: transparent transparent transparent #004987;
}

.filter-list-2 {
	font-size: 12px;
	line-height: 14px;
	font: 1.2em/1.6667 "Montserrat", "Arial", sans-serif;
}

.filter-list-2 .row {
	padding: 0 0 31px;
}

.filter-list-2 .title {
	color: #004987;
	display: block;
	margin: 0 0 9px;
	font-size: 1.41667em;
	line-height: 1.1176;
}

.filter-list-2 ul {
	padding: 0 !important;
}

.filter-list-2 ul li {
	padding: 0 0 10px;
}

.filter-list-2 ul li:after {
	display: none;
}

.filter-list-2 ul a {
	color: #666;
	text-decoration: none;
}

.filter-list-2 ul a:hover {
	color: #aaad00;
}

.filter-list-3 {
	font-size: 12px;
	line-height: 14px;
	font: 1.2em/1.6667 "Montserrat", "Arial", sans-serif;
}

.filter-list-3 .row {
	padding: 0 0 25px;
}

.filter-list-3 .title {
	color: #004987;
	display: block;
	margin: 0 0 9px;
	font-size: 1.41667em;
	line-height: 1.1176;
}

.filter-list-3 ul {
	padding: 0 !important;
}

.filter-list-3 ul li {
	padding: 0 0 11px;
}

.filter-list-3 ul li:after {
	display: none;
}

.filter-list-3 ul a {
	color: #666;
	text-decoration: none;
}

.filter-list-3 ul a:hover {
	color: #aaad00;
}

.form-filters .jcf-checkbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: 0;
	border: 1px solid #aaad00;
	width: 11px;
}

.form-filters .jcf-checkbox.jcf-checked span {
	border: 0;
	background: #aaad00;
	width: 2px;
	height: 10px;
	-webkit-transform: rotate(-31deg);
	-ms-transform: rotate(-31deg);
	transform: rotate(-31deg);
	margin: -3px 0 0 -3px;
}

.form-filters .jcf-checkbox.jcf-checked span:after {
	content: "";
	background: #aaad00;
	width: 2px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
}

.form-filters .jcf-label-active {
	padding: 0 0 0 13px;
	color: #aaad00;
}

.form-filters .jcf-label-active .jcf-checkbox {
	display: block;
	border-color: transparent;
}

.filter-list-3 label:hover {color:#aaad00;}

input[type="reset"] {
	background: 0;
	border: 0;
	outline: none;
	color: #aaad00;
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: "Montserrat", "Arial", sans-serif;
	color: #aaad00;
	margin: 0 0 29px;
}

input[type="reset"]:hover {
	color: #004987;
}

.open-close-mobile {
	margin: 0 -15px 39px;
	position: relative;
	z-index: 5;
}

.open-close-mobile.active .opener-filter-block:after,
.open-close-mobile.active .opener-filter-block:before {
	content: "";
	background: #c3c3c3;
	width: 1px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}

.open-close-mobile.active .opener-filter-block:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.open-close-mobile .filter-block-slide {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #eee;
	box-shadow: 0 15px 5px 0 rgba(0, 0, 0, .3);
	padding: 0 0 12px;
}

.open-close-mobile .widget-box.filter-widget-3 {
	margin: 0;
}

.open-close-mobile .widget-box.filter-widget-3 h3 {
	display: none;
}

.open-close-mobile .widget-box.filter-widget-3 .widget-content {
	padding: 4px 27px 0;
}

.open-close-mobile .close {
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	padding: 10px 70px 10px 30px;
	position: relative;
}

.open-close-mobile .close:after,
.open-close-mobile .close:before {
	content: "";
	background: #c3c3c3;
	width: 1px;
	height: 26px;
	position: absolute;
	top: 7px;
	right: 34px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open-close-mobile .close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.opener-filter-block {
	display: block;
	background: #eee;
	padding: 20px;
	color: #333;
	text-align: center;
	font: 700 1.2em/1.1 "Montserrat", "Arial", sans-serif;
	text-decoration: none;
	margin: 0 -15px;
	position: relative;
}

.link-more {
	color: #00afa9;
	font: 700 1.2em/1.16667em "Montserrat", "Arial", sans-serif;
	text-decoration: none;
	position: relative;
	padding: 0 10px 0 0;
}

.link-more:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #00afa9;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -4px 0 0;
}

.link-more:hover {
	color: #aaad00;
}

.link-more:hover:after {
	border-color: transparent transparent transparent #aaad00;
}

/* staff list*/

.staff-list {
	margin: 0 -8px -16px;
}

.staff-list .staff {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 33.33%;
	padding: 0 8px 28px;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

.staff-list .staff:after {
	display: none;
}

.staff-list img {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	max-height: 185px;
}

.staff-list h2 {
	font-size: 1.2em;
	line-height: 1.16667em;
	font-weight: 700;
	margin: 0 0 3px;
	text-transform: capitalize;
	color: #333;
}

.staff-list h2 a {
	color: inherit;
	text-decoration: none;
}

.staff-list h2 a:hover {
	color: #aaad00;
}

.staff-list p {
	margin: 0;
}

.new-item {
	opacity: 0;
}

.heading {
	color: #004987;
	font: 1.5em/1.13333em "Montserrat", "Arial", sans-serif;
	padding: 0 0 9px;
}

.heading h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 .5em;
	text-transform: capitalize;
}

.heading.center-heading {
	text-align: center;
	padding: 10px 0 9px;
}

.heading.center-heading h1 {
	margin: 0 0 .25em;
	text-align: center;
}

.heading.center-heading-2 {
	text-align: center;
	padding: 26px 0 28px;
}

.heading.center-heading-2 h1 {
	margin: 0 0 .8em;
	text-align: center;
}

.heading.center-heading-2 p {
	margin: 0 0 1.1em;
}

.heading.center-heading-2 .btn {
	font-size: .6667em;
}

.heading.heading-with-link {
	padding: 13px 0 7px;
}

.heading .heading-holder h1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
}

.heading .back {
	color: #aaad00;
	text-decoration: none;
	font-size: .5833em;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 13px;
	font-weight: 700;
	max-width: 30%;
	margin: 9px 0 0 10px;
	display: none;
}

.heading .back:hover {
	color: #004987;
}

.heading .back:after {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	top: 46%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1.3em;
	line-height: 1;
	font-weight: 400;
}

.content-frame {
	line-height: 1.3;
}

.form-block {
	padding: 15px 0;
}

.form-block img {
	display: block;
	width: 100%;
}

.text-box {
	margin: 0 -9999px;
	padding: 0 9999px;
	background: #eee;
}

.text-box h1 {
	text-transform: capitalize;
	margin: 0 0 3px;
	color: #333;
}

.text-box p {
	margin: 0 0 6px;
}

.text-box .text-holder {
	margin: 0 -15px;
}

.text-box .description {
	padding: 27px 15px 31px;
}

.text-box .img {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 219px;
}

.text-box.left-img {
	background: #fff;
}

.text-box.full-text {
	background: #66cfcb;
	color: #fff;
	font: 1.5em/1.1333em "Montserrat", "Arial", sans-serif;
}

.text-box.full-text .description {
	width: 100%;
}

.text-box.full-text h1 {
	color: inherit;
	margin: 0 0 13px;
	font-size: 1.2em;
}

.text-box.full-text p {
	margin: 0 0 17px;
}

.text-box.full-text .btn {
	font-size: .6667em;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #004987;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	text-decoration: none;
	font: bold 1em/1.2em "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn:hover {
	background: #aaad00;
}

.btn.btn-primary {
	background: #00afa9;
}

.btn.btn-primary:hover {
	background: #aaad00;
}

/* posts list styles */

.posts-list {
	margin: 0 0 3px;
}

.posts-list li {
	padding: 18px 0 14px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.posts-list li:after {
	display: none;
}

.posts-list li:first-child {
	border: 0;
	padding: 0 0 16px;
}

.posts-list .img {
	float: left;
	width: 86px;
	margin: 3px 18px 0 0;
}

.posts-list .img img {
	display: block;
	width: 100%;
}

.posts-list .desription {
	overflow: hidden;
}

.posts-list h2 {
	font-size: 1.2em;
	line-height: 1.16667em;
	font-weight: 700;
	margin: 0 0 5px;
	color: #333;
}

.posts-list h2 a {
	text-decoration: none;
	color: inherit;
}

.posts-list h2 a:hover {
	color: #aaad00;
}

.posts-list p {
	margin: 0 0 5px;
}

time {
	display: inline-block;
	vertical-align: top;
	font: 1.2em/1.16667em "Montserrat", "Arial", sans-serif;
}

time a {
	text-decoration: none;
	color: inherit;
}

time a:hover {
	color: #aaad00;
}

/* single post styles */

.main-post {
	padding: 3px 0 11px;
}

.main-post .post-heading {
	text-align: center;
	padding: 0 0 11px;
}

.main-post h1 {
	color: #004987;
	line-height: 1.222;
	margin: 0 0 .6em;
}

.main-post time {
	margin: 0 0 5px;
}

.main-post .img {
	margin: 0 0 18px;
}

.main-post .img img {
	display: block;
	width: 100%;
}

.autor {
	color: #004987;
	display: block;
	margin: 0 0 12px;
	font-size: 1em;
}

/* cycle carousel styles */

.cycle-gallery {
	position: relative;
	height: 153px;
	color: #fff;
	font: 1em/1.2em "Montserrat", "Arial", sans-serif;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100% !important;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	width: 100%;
	float: left;
	position: relative;
	height: 100%;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .bg-stretch {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	position: absolute;
	top: 52%;
	left: 26px;
	z-index: 3;
	text-decoration: none;
	color: #d9dada;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	font-size: 30px;
	text-align: center;
	padding: 8px 5px 0 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	color: #fff;
	background: rgba(170, 173, 0, .95);
}

.cycle-gallery .btn-next {
	left: auto;
	right: 26px;
	padding: 8px 0 0 5px;
}

.cycle-gallery h1 {
	color: inherit;
	font-size: 1.5em;
	line-height: 1.13333em;
}

.cycle-gallery .text {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 37%;
	padding: 0 0 9px;
}

.cycle-gallery .container {
	height: 100%;
}

.cycle-gallery p {
	margin: 0 0 6px;
}

/* events box styles*/

.events-box {
	background: #eee;
	margin: 0 -9999px;
	padding: 28px 9999px 10px;
}

.events-box h1 {
	margin: 0 0 5px;
	color: #333;
}

.events-box .title {
	padding: 0 0 24px;
	overflow: hidden;
}

.events-box .title .link-more {
	margin: 0 0 5px;
}

.events-list-box {
	margin: 0 0 -10px;
}

.events-list-box li {
	padding: 0 0 25px;
	overflow: hidden;
}

.events-list-box li:after {
	display: none;
}

.events-list-box h2 {
	font-size: 1.2em;
	line-height: 1.16667em;
	font-weight: 700;
	margin: 0 0 3px;
	color: #333;
}

.events-list-box h2 a {
	text-decoration: none;
	color: inherit;
}

.events-list-box h2 a:hover {
	color: #aaad00;
}

.events-list-box .img {
	float: left;
	margin: 3px 15px 0 0;
	width: 86px;
}

.events-list-box .img img {
	display: block;
	width: 100%;
}

.events-list-box .description {
	overflow: hidden;
}

.events-list-box p {
	margin: 0 0 6px;
}

/* classes box styles*/

.classes-box {
	margin: 0 -9999px;
	padding: 0 9999px;
}

.classes-box h1 {
	text-transform: capitalize;
	margin: 0 0 16px;
	color: #333;
}

.classes-box .text-holder {
	margin: 0 -15px;
}

.classes-box .description {
	padding: 27px 15px 26px;
}

.classes-box .img {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 308px;
}

.calendar-list {
	font: 1.2em/1.16667em "Montserrat", "Arial", sans-serif;
}

.calendar-list li {
	overflow: hidden;
	padding: 0 0 19px;
}

.calendar-list li:after {
	display: none;
}

.calendar-list .date {
	display: inline-block;
	vertical-align: middle;
	background: #00afa9;
	color: #fff;
	font: 700 1.4166em/1.125em "Montserrat", "Arial", sans-serif;
	width: 35px;
	text-align: center;
	padding: 4px 2px;
	margin: 0 13px 0 0;
}

.calendar-list .month {
	display: block;
	font-size: .5882em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.calendar-list .calendar-holder {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	padding: 1px 0 0;
}

.calendar-list h2 {
	font-size: 1em;
	line-height: 1.16667em;
	font-weight: 700;
	margin: 0 0 1px;
	color: #333;
}

.calendar-list p {
	margin: 0;
}

.calendar-list a {
	color: inherit;
	text-decoration: none;
}

.calendar-list a:hover .date {
	background: #aaad00;
}

/* news box styles*/

.news-box {
	margin: 0 -9999px;
	padding: 0 9999px;
	background: #eee;
}

.news-box h1 {
	text-transform: capitalize;
	margin: 0 0 15px;
	color: #333;
}

.news-box .text-holder {
	margin: 0 -15px;
}

.news-box .description {
	padding: 25px 15px 31px;
}

.news-box .img {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.news-list li {
	padding: 0 0 14px;
}

.news-list li:after {
	display: none;
}

.news-list h2 {
	font-size: 1.2em;
	line-height: 1.16667em;
	font-weight: 700;
	margin: 0 0 3px;
	color: #333;
}

.news-list h2 a {
	color: inherit;
	text-decoration: none;
}

.news-list h2 a:hover {
	color: #aaad00;
}

.news-list p {
	margin: 0;
}

.sponsors-box {
	padding: 26px 0 11px;
}

.sponsors-box h1 {
	margin: 0 0 23px;
	color: #333;
}

.sponsors-gallery {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}

.sponsors-gallery .line {
	width: 99999px;
	float: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.sponsors-gallery .line > * {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
	padding: 10px 5px;
}

.tribe-bar-views-list li {
	width: 100% !important;
	display: block !important;
}

.tribe-bar-views-list li:after {
	display: none;
}

#tribe-bar-form .tribe-bar-views-inner label {
	padding: 0 0 8px;
}

#tribe-bar-form .jcf-select {
	width: 100%;
	min-width: 98px;
}

.tribe-events-sub-nav li {
	padding: 0;
}

.tribe-events-sub-nav li a:hover {
	color: #aaad00;
}

.tribe-events-sub-nav li:after {
	display: none;
}

.tribe-events-notices li:after {
	display: none;
}

.tribe-events-user-recurrence-toggle input {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 0;
}

.tribe-events-read-more:hover {
	color: #aaad00;
}

#tribe-events .tribe-events-button {
	background: #004987;
}

#tribe-events .tribe-events-button:hover {
	background: #aaad00;
}

.tribe-bar-views-list {
	display: none;
}

.tribe-events-single-section dl dt {
	padding-top: 4px;
}

.tribe-related-events li:after {
	display: none;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
	width: 100%;
	margin: 0 0 20px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	float: none;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
	width: 100%;
	margin: 0 0 20px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	float: none;
}

.item-list {
	text-align: center;
	margin: 0 -8px;
}

.item {
	text-align: center;
	font-size: 1.1em;
	max-width: 237px;
	padding: 0 8px 28px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	opacity: 1;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}

.item.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.item img {
	width: 100%;
	display: block;
	margin: 0 0 14px;
}

.item .category-title {
	display: block;
	font-weight: bold;
	margin: 0 0 8px;
}

.item .title {
	display: block;
	margin: 0 0 5px;
}

.item h2 {
	font-size: 1.5454em;
	line-height: 1.41176;
	margin: 0 0 7px;
	font-weight: 700;
}

.item h2 a {
	text-decoration: none;
	color: #333;
}

.item h2 a:hover {
	color: #aaad00;
}

/* footer styles */

#footer {
	background: #ccc;
	color: #333;
	padding: 0 0 20px;
}

#footer h3 {
	margin: 0 0 4px;
	line-height: 1.16667em;
	color: #333;
}

#footer .widget {
	margin-bottom: 0;
}

#footer .three-columns {
	padding: 22px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#footer .col {
	width: 50%;
	padding: 0 30px 7px 0;
}

#footer .col.text-col {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

#footer .col.text-col p {
	margin: 0 0 32px;
}

#footer address {
	font-style: normal;
	margin: 0 0 16px;
}

.bottom-navigation {
	background: #004987;
	padding: 11px 0 4px;
}

.bottom-search.search-opener {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	float: none;
	font-size: 1.4em;
	margin: -2px 15px 0;
}

.bottom-search.search-opener:hover {
	color: #aaad00;
}

/* additional navigation styles */

.additional-navigation {
	display: inline;
	font: 700 1.2em/1.3333em "Montserrat", "Arial", sans-serif;
}

.additional-navigation li {
	display: inline-block;
	vertical-align: top;
	padding: 0 29px 7px 0;
}

.additional-navigation li:after {
	display: none;
}

.additional-navigation li.active a {
	color: #aaad00;
}

.additional-navigation a {
	color: #fff;
	text-decoration: none;
}

.additional-navigation a:hover {
	color: #aaad00;
}

/* social networks styles */

.social-networks {
	padding: 2px 20% 0 0 !important;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 14px 0;
}

.social-networks li:after {
	display: none;
}

.social-networks a {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	text-decoration: none;
	background: #8c8c8c;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0;
}

.social-networks a:hover {
	background: #aaad00;
}

.footer-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 0 0;
}

.footer-list li:after {
	display: none;
}

.contact-box {
	margin: 0 0 7px;
}

.contact-box p {
	margin: 0;
}

.email-link {
	text-decoration: none;
	color: inherit;
}

.email-link:hover {
	text-decoration: underline;
}

.copyright {
	display: block;
	line-height: 1.4;
	margin: 0 0 2px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

/* lightbox styles */

.lightbox-holder {
	padding: 10px 3px 5px;
}

.lightbox-holder .image {
	float: left;
	width: 67px;
	margin: 2px 19px 5px 0;
}

.lightbox-holder .image img {
	display: block;
	width: 100%;
}

.lightbox-holder .description {
	overflow: hidden;
}

.lightbox-holder h2 {
	font-size: 1.8em;
	line-height: 1.1111em;
	font-weight: 700;
	margin: 0;
}

.lightbox-holder .title-position {
	display: block;
	font: 1.5em/1.1333em "Montserrat", "Arial", sans-serif;
	margin: 0 0 9px;
	color: #333;
}

.lightbox-holder .close {
	position: absolute;
	right: -15px;
	top: 11px;
	background: #00afa9;
	color: #fff;
	width: 22px;
	height: 17px;
	text-decoration: none;
	font-size: 14px;
	padding: 0 2px;
}

.lightbox-holder .close:hover {
	background: #aaad00;
}

.lightbox-holder p {
	margin: 0 0 7px;
}

.chosen-results li:after,
.chosen-choices li:after {
	display: none;
}

ul#legend li:after {
	display: none;
}

.cn-search-message-list {
	padding: 0;
}

.cn-search-message-list li:after {
	display: none;
}

.tribe-events-grid .tribe-week-grid-wrapper.tribe-scroller {
	height:auto !important;
}

.tribe-events-grid .tribe-week-grid-wrapper.tribe-scroller>.scroller-content {
	position:relative;
}

.tribe-events-sub-nav .tribe-events-nav-previous {
	float:left;
	margin-right:5px;
}

.tribe-events-sub-nav .tribe-events-nav-next {
	float:right;
	margin-left:5px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) {
	.visual {
		min-height: 150px;
	}

	.text-box h1 {
		margin: 0 0 11px;
	}

	.text-box p {
		margin: 0 0 18px;
	}

	.text-box .text-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 -38px;
	}

	.text-box .description {
		width: 51%;
		padding: 34px 35px 45px;
	}

	.text-box .img {
		width: 49%;
	}

	.text-box.left-img .text-holder {
		-webkit-flex-flow: row-reverse nowrap;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
	}

	.text-box.left-img .description {
		width: 65.5%;
		padding: 34px 127px 50px 24px;
	}

	.text-box.left-img .img {
		width: 35.5%;
	}

	.text-box.full-text {
		font-size: 1.5em;
		line-height: 1.2222em;
	}

	.text-box.full-text h1 {
		margin: 0 0 20px;
	}

	.text-box.full-text p {
		margin: 0 0 26px;
	}

	.cycle-gallery {
		height: 200px;
	}

	.classes-box h1 {
		margin: 0 0 23px;
	}

	.classes-box .text-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 -38px;
	}

	.classes-box .description {
		width: 52.5%;
		padding: 34px 25px 36px 35px;
	}

	.classes-box .img {
		width: 47.5%;
	}

	.calendar-list .calendar-holder {
		max-width: 76%;
	}

	.news-box h1 {
		margin: 0 0 11px;
	}

	.news-box .text-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row-reverse nowrap;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 -38px;
	}

	.news-box .description {
		width: 63.5%;
		padding: 34px 73px 41px 24px;
	}

	.news-box .img {
		width: 36.5%;
	}
}

@media (min-width: 768px) {
	blockquote {
		font-size: 1.5em;
		line-height: 1.27778em;
		padding: 2px 8% 0;
	}

	blockquote cite {
		font-size: .6667em;
	}

	ul,
	ol {
		padding-left: 3.7em;
	}

	ul ul,
	ol ul {
		padding-left: 1.7em;
		padding-top: 5px;
	}

	ul ul > li,
	ol ul > li {
		padding: 0 0 2px 17px;
	}

	ul > li {
		padding: 0 0 4px 17px;
	}

	ul > li:after {
		width: 6px;
		height: 6px;
		top: 3px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		margin: 0 0 18px;
		font-size: 12px;
	}

	.comment-respond {
		padding: 21px 0 15px;
	}

	.comment-form label {
		font-size: 12px;
	}

	.comment-form input[type="text"] {
		width: 100%;
	}

	.comment-form .row {
		margin: 0 -10px;
	}

	.comment-form .col {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		width: 50%;
		padding: 0 10px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.section.comments {
		line-height: 1.3;
		font-size: 1em;
	}

	.section.comments h2 {
		font-size: 1.3333em;
	}

	.section.comments .meta {
		font-size: 1em;
		line-height: 1.16667em;
	}

	.navigation,
	.navigation-comments {
		margin-bottom: 2em;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 7px 3px;
		width: 102px;
	}

	.navigation-single {
		text-align: center;
		margin-bottom: 2em;
	}

	.navigation-single .next,
	.navigation-single .prev {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 20px;
		border-radius: 6px;
		width: 102px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 7px 3px;
	}

	.navigation-single .next {
		float: none;
	}

	.aligncenter {
		margin: 0 auto 2.3em;
	}

	.alignleft {
		margin: 3px 15px 10px 0;
	}

	.alignright {
		margin: 3px 0 10px 15px;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin: 0 0 .35em;
	}

	h1,
	.h1 {
		font-size: 2.5em;
	}

	h2,
	.h2 {
		font-size: 2em;
		margin: 0 0 .35em;
	}

	h3,
	.h3 {
		font-size: 1.4167em;
		margin: 0 0 .8em;
	}

	.jcf-select.jcf-select-nav-select {
		display: none !important;
	}

	.container {
		padding: 0 38px;
	}

	.header-holder {
		padding: 40px 38px 33px;
	}

	.logo {
		max-width: 282px;
		margin: 0 0 0 -5px;
	}

	.nav-opener {
		width: 40px;
		height: 33px;
		margin: 5px 0 0 48px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 9px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 12px;
	}

	.nav-opener:after {
		top: 24px;
	}

	.search-box {
		padding: 10px 59px 10px 19px;
		height: 56px;
		margin: -56px 0 0;
		width: 405px;
	}

	.search-box .btn-close {
		font-size: 35px;
		top: 10px;
	}

	.search-box .search-form input[type="search"] {
		font-size: 17px;
		line-height: 19px;
		height: 36px;
		padding: 4px 49px 4px 9px;
	}

	.search-box .search-form button[type="submit"] {
		font-size: 23px;
		width: 58px;
	}

	.search-opener {
		font-size: 2.8333em;
		margin: 2px 0 0;
	}

	.menu-box {
		top: 132px;
		width: 377px;
		right: -377px;
		box-shadow: -3px 3px 2px 0 rgba(0, 0, 0, .1);
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		top: 12px;
	}

	#nav {
		font-size: 1.5em;
		line-height: 1.1111em;
		padding: 7px 0 0;
	}

	#nav a {
		padding: 14px 30px 14px 60px;
	}

	#nav > li:before {
		right: 26px;
		left: 26px;
	}

	#nav > li.has-drop-down > a:before {
		font-size: 1.6667em;
		right: 25px;
		margin: -11px 0 0;
	}

	#nav > li > a {
		padding: 15px 48px 14px 29px;
	}

	#nav .drop {
		font-size: 1.0588em;
		padding: 3px 0 0;
	}

	.top-nav {
		font-size: 1.5em;
		line-height: 1.1111em;
	}

	.top-nav li:before {
		right: 26px;
		left: 26px;
	}

	.top-nav a {
		padding: 15px 29px 14px;
	}

	#twocolumns {
		padding: 27px 0 0;
	}

	#content {
		padding: 0 0 28px;
		width: 100%;
		float: left;
	}

	#content > .content-holder {
		margin: 0 285px 0 0;
	}

	.visual {
		min-height: 204px;
	}

	.navbar-box {
		padding: 17px 0 10px;
	}

	.navbar {
		display: block;
	}

	.nav-select {
		display: none !important;
	}

	#sidebar {
		float: right;
		width: 223px;
		margin: 0 0 0 -100%;
		padding: 3px 0 10px;
	}

	#sidebar .widget-box {
		display: block;
		width: auto;
		padding: 0;
		margin: 0 0 30px;
	}

	#sidebar .widget-box .widget-content {
		padding: 17px;
	}

	#sidebar .widget-box p {
		margin: 0 0 14px;
	}

	#sidebar .widget-box.large-widget {
		margin: 0 0 30px;
	}

	#sidebar .widget-box.large-widget .widget-content {
		padding: 25px 17px 17px;
	}

	#sidebar .widget-box.filter-widget .widget-content {
		padding: 28px 21px 13px;
	}

	#sidebar .widget-box.filter-widget-2 .widget-content {
		padding: 28px 21px 0;
	}

	#sidebar .widget-box.filter-widget-3 .widget-content {
		padding: 37px 27px 0;
	}

	#sidebar .widget-box.blog-widget .widget-content {
		padding: 14px 12px;
	}

	#sidebar .widget-box.widget_blog_categories {
		padding: 26px 17px 28px;
	}

	.widget-list {
		padding: 40px 0 0;
	}

	.widget-box {
		width: 33.33%;
		margin: 0 -4px 13px 0;
	}

	.widget-box h3 {
		margin: 0 0 .8em;
	}

	.widget-box p {
		margin: 0 0 19px;
	}

	.widget-box .widget-content {
		padding: 19px 21px;
	}

	.widget-box.large-widget {
		margin: 0 0 30px;
	}

	.widget-box.large-widget .widget-content {
		padding: 26px 17px 15px;
	}

	.widget-box.large-widget h3 {
		margin: 0 0 1.4em;
	}

	.widget-box.large-widget .subscribe-form h3 {
		margin: 0 0 14px;
	}

	.widget-box.widget_blog_categories {
		padding: 26px 17px 28px;
	}

	.widget-box.sidebar-menu h3 {
		font-size: 1.416667em;
		line-height: 1.1176em;
		padding: 11px 15px;
	}

	.widget-box.widget_nav_menu .menu {
		padding: 26px 17px 15px !important;
	}

	.widget-box.filter-widget {
		margin: 0 0 30px;
	}

	.widget-box.filter-widget h3 {
		margin: 0 0 1.4em;
	}

	.widget-box.filter-widget .widget-content {
		padding: 28px 21px 13px;
	}

	.widget-box.filter-widget-2 {
		margin: 0 0 30px;
	}

	.widget-box.filter-widget-2 h3 {
		text-align: left;
		margin: 0 0 33px;
	}

	.widget-box.filter-widget-2 .widget-content {
		padding: 28px 21px 0;
	}

	.widget-box.filter-widget-2 .back-btn {
		margin: 0 -21px;
		font-size: 1.41667em;
		padding: 20px 20px 21px 38px;
	}

	.widget-box.filter-widget-2 .back-btn:after {
		left: 10px;
		top: 49%;
	}

	.widget-box.filter-widget-3 {
		margin: 0 0 30px;
	}

	.widget-box.filter-widget-3 h3 {
		text-align: left;
		margin: 0 0 26px;
	}

	.widget-box.filter-widget-3 .widget-content {
		padding: 28px 21px 0;
	}

	.widget-box.blog-widget .widget-content {
		padding: 14px 12px;
	}

	.widget-box .search-form input[type="search"] {
		height: 28px;
		padding: 3px 30px 3px 7px;
		font-size: 12px;
	}

	.menu-list,
	.filter-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		font-size: 1.416667em;
		line-height: 1.1176em;
	}

	.menu-list .row,
	.filter-list .row,
	.menu-list li,
	.filter-list li {
		padding: 0 0 13px;
	}

	.menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		font-size: 1.416667em;
		line-height: 1.1176em;
	}

	.menu li {
		padding: 0 0 13px;
	}

	.subscribe-form {
		padding: 0 0 9px;
	}

	.subscribe-form h3 {
		margin: 0 0 14px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		width: 100%;
		height: 24px;
		margin: 0 0 11px;
	}

	.subscribe-form button[type="submit"] {
		font-size: 15px;
		line-height: 17px;
		padding: 0 14px 0 0;
	}

	.subscribe-form button[type="submit"]:after {
		border-width: 5px 0 5px 6px;
		top: 5px;
	}

	.filter-list-2 {
		font-size: 1em;
	}

	.filter-list-3 {
		font-size: 1em;
	}

	.filter-list-3 .row {
		padding: 0 0 34px;
	}

	input[type="reset"] {
		font-size: 1.2em;
	}

	.open-close-mobile {
		display: none;
	}

	.link-more {
		font-size: 1.3333em;
		line-height: 1.125em;
		padding: 0 14px 0 0;
	}

	.link-more:after {
		border-width: 5px 0 5px 6px;
	}

	.staff-list {
		margin: 0 -10px -16px;
	}

	.staff-list .staff {
		padding: 0 10px 36px;
	}

	.staff-list img {
		margin: 0 0 12px;
		max-height: 185px;
	}

	.staff-list h2 {
		font-size: 1.41667em;
		line-height: 1.1176em;
		margin: 0 0 8px;
	}

	.heading {
		font-size: 1.5833em;
		line-height: 1.1578em;
	}

	.heading h1 {
		font-size: 1.5789em;
		text-align: left;
		margin: 0 0 .4em;
	}

	.heading.center-heading {
		padding: 26px 0 11px;
		max-width: 468px;
		margin: 0 auto;
	}

	.heading.center-heading h1 {
		margin: 0 0 .35em;
	}

	.heading.center-heading-2 {
		padding: 43px 0 50px;
		max-width: 538px;
		margin: 0 auto;
	}

	.heading.center-heading-2 h1 {
		margin: 0 0 .35em;
	}

	.heading.center-heading-2 p {
		margin: 0 0 .9em;
	}

	.heading.center-heading-2 .btn {
		font-size: .5263em;
	}

	.heading.heading-with-link {
		padding: 0 0 7px;
		font-size: 2em;
		line-height: 1.125;
	}

	.heading.heading-with-link h1 {
		margin: 0;
		font-size: 1.25em;
	}

	.heading.heading-with-link p {
		margin: 0 0 .55em;
	}

	.heading .heading-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 17px 17px 0;
	}

	.heading .back {
		display: block;
	}

	.content-frame {
		font-size: .92em;
		line-height: 1.4545;
	}

	.form-block {
		padding: 30px 0;
	}

	.text-box.full-text h1 {
		font-size: 1.6667em;
	}

	.text-box.full-text .btn {
		font-size: .5556em;
	}

	.btn {
		padding: 10px 15px;
		border-radius: 7px;
		font-size: .8333em;
		line-height: 1.2em;
	}

	.btn.btn-primary {
		font-size: 1.1em;
		padding: 10px 11px;
	}

	.posts-list {
		line-height: 1.18;
	}

	.posts-list li {
		padding: 27px 0 26px;
	}

	.posts-list li:first-child {
		padding: 0 0 27px;
	}

	.posts-list .img {
		width: 142px;
	}

	.posts-list h2 {
		font-size: 1.41667em;
		line-height: 1.1764em;
	}

	.posts-list p {
		margin: 0 0 4px;
	}

	time {
		font-size: 1.41667em;
		line-height: 1.1176em;
	}

	.main-post {
		padding: 0 0 5px;
		line-height: 1.45;
	}

	.main-post .post-heading {
		text-align: left;
		padding: 0 0 13px;
	}

	.main-post h1 {
		line-height: 1.0333;
		margin: 0 0 2px;
	}

	.main-post .img {
		margin: 0 0 19px;
	}

	.main-post p {
		margin: 0 0 1.5em;
	}

	.autor {
		margin: 0 0 10px;
		font-size: .83333em;
	}

	.cycle-gallery {
		height: 271px;
		font-size: 1.3333em;
		line-height: 1.0625em;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		display: block;
	}

	.cycle-gallery h1 {
		font-size: 1.6875em;
		line-height: 1.03703em;
	}

	.cycle-gallery .text {
		max-width: 36%;
		padding: 0 0 7px;
	}

	.cycle-gallery .container {
		padding: 0 100px;
	}

	.cycle-gallery p {
		margin: 0 0 17px;
	}

	.cycle-gallery .btn.btn-primary {
		font-size: .6875em;
	}

	.events-box {
		padding: 34px 9999px 17px;
	}

	.events-box .title {
		padding: 0 0 19px;
	}

	.events-box .title h1 {
		float: left;
		width: 49%;
	}

	.events-box .title .link-holder {
		padding: 13px 0 0;
		text-align: right;
		float: right;
		width: 49%;
	}

	.events-list-box {
		margin: 0 -12px;
	}

	.events-list-box li {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		width: 33.33%;
		padding: 0 11px 20px;
	}

	.events-list-box h2 {
		font-size: 1.41667em;
		line-height: 1.1176em;
		margin: 0 0 10px;
	}

	.events-list-box .img {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 17px;
	}

	.events-list-box p {
		margin: 0 0 13px;
	}

	.calendar-list {
		font-size: 1.41667em;
		line-height: 1.1176em;
		margin: 0 0 9px;
	}

	.calendar-list li {
		padding: 0 0 27px;
	}

	.calendar-list .date {
		margin: 0 9px 0 2px;
		font-size: 1em;
		line-height: 1.0588em;
	}

	.calendar-list .month {
		font-size: .5882em;
		line-height: 1.1em;
	}

	.calendar-list .calendar-holder {
		max-width: 79%;
	}

	.calendar-list h2 {
		font-size: 1em;
		line-height: 1.0588em;
	}

	.news-box h1 {
		margin: 0 0 31px;
	}

	.news-list li {
		padding: 0 0 33px;
	}

	.news-list h2 {
		font-size: 1.41667em;
		line-height: 1.1176em;
		margin: 0 0 10px;
	}

	.sponsors-box {
		padding: 33px 0 23px;
	}

	.sponsors-box h1 {
		margin: 0 0 34px;
	}

	.tribe-events-event-meta .column,
	.tribe-events-event-meta .tribe-events-meta-group {
		width: 50%;
	}

	.tribe-events-event-meta .column,
	.tribe-events-event-meta .tribe-events-meta-group {
		width: 50%;
	}

	.item-list {
		padding-top: 12px;
		text-align: left;
	}

	.item {
		max-width: none;
		width: 50%;
		text-align: left;
		font-size: 1em;
		padding: 0 8px 26px;
	}

	.item img {
		margin: 0 0 7px;
	}

	.item .category-title {
		margin: 0 0 6px;
	}

	#footer {
		font-size: 1.25em;
		line-height: 1.4em;
	}

	#footer h3 {
		font-size: 1.5333em;
		line-height: 1.08695em;
		margin: 0 0 10px;
	}

	#footer .three-columns {
		padding: 36px 0 0;
	}

	.bottom-navigation {
		padding: 20px 0 13px;
	}

	.bottom-search.search-opener {
		font-size: 1.46667em;
		margin: -2px 8px 0;
	}

	.additional-navigation {
		font-size: 1.06667em;
		line-height: 1.125em;
	}

	.additional-navigation li {
		padding: 0 25px 7px 0;
	}

	.social-networks {
		padding: 11px 0 0 !important;
	}

	.social-networks li {
		padding: 0 17px 14px 0;
	}

	.social-networks a {
		width: 38px;
		height: 38px;
		font-size: 21px;
		border-radius: 7px;
		padding: 9px 0 0;
	}

	.footer-list {
		font-size: .8em;
		line-height: 1.16667em;
	}

	.footer-list li {
		padding: 0 16px 0 0;
	}

	.contact-box {
		margin: 0 0 10px;
	}

	.copyright {
		font-size: .8em;
		margin: 0 0 11px;
	}

	.lightbox-holder {
		max-width: 500px;
		font-size: .91667em;
		line-height: 1.27273;
		padding: 27px 27px 56px;
	}

	.lightbox-holder .image {
		width: 121px;
		margin: 9px 41px 5px 0;
	}

	.lightbox-holder h2 {
		font-size: 2.7272em;
		line-height: 1.0667em;
		margin: 0 0 5px;
	}

	.lightbox-holder .title-position {
		font-size: 2.1818em;
		line-height: 1.0833em;
		margin: 0 0 23px;
	}

	.lightbox-holder .close {
		font-size: 23px;
		height: 30px;
		top: 27px;
		width: 40px;
		padding: 3px 6px;
	}
}

@media only screen and (min-width: 1024px) {
	a[href^=tel],
	a[href^=fax],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1024px) {
	blockquote {
		font-size: 2em;
		line-height: 1.3333em;
		padding: 8px 9% 0;
		margin: 0 0 16px;
	}

	blockquote cite {
		font-size: .5em;
	}

	ul,
	ol {
		padding-left: 4.2em;
	}

	ul ul,
	ol ul {
		padding-top: 12px;
		padding-left: 2em;
	}

	ul ul > li,
	ol ul > li {
		padding: 0 0 2px 31px;
	}

	ul > li {
		padding: 0 0 11px 30px;
	}

	ul > li:after {
		width: 11px;
		height: 11px;
		top: 5px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 15px;
		line-height: 19px;
		height: 29px;
		margin: 0 0 23px;
		padding: 4px 7px;
	}

	textarea {
		min-height: 195px !important;
		margin: 0 0 15px;
	}

	.comment-respond {
		padding: 25px 0 29px;
	}

	.comment-respond h3 {
		font-size: 23px;
		line-height: 25px;
		margin: 0 0 6px;
	}

	.comment-form label {
		font-size: 15px;
		line-height: 19px;
		left: 9px;
		top: 5px;
	}

	.comment-form .comment-notes {
		font-size: 11px;
		line-height: 12px;
	}

	.comment-form .row {
		margin: 0 -14px;
	}

	.comment-form .col {
		padding: 0 14px;
	}

	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		height: 29px;
	}

	.commentlist .avatar-holder {
		width: 38px;
		margin: 1px .8em 4px 0;
	}

	.section.comments {
		padding: 25px 0 6px;
		font-size: .86667em;
		line-height: 1.307;
	}

	.section.comments h2 {
		font-size: 1.7692em;
		line-height: 1.0869em;
		margin: 0 0 15px;
	}

	.section.comments .meta {
		font-size: 1em;
		line-height: 1.1538em;
		margin: 0 0 5px;
	}

	.section.comments p {
		margin: 0 0 1.3em;
	}

	.commentlist-item .commentlist-item,
	.commentlist-item + .commentlist-item {
		padding-top: .5em;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		font-size: 16px;
		line-height: 18px;
		padding: 15px 5px;
		border-radius: 10px;
		width: 132px;
	}

	.navigation-single .next,
	.navigation-single .prev {
		font-size: 16px;
		line-height: 18px;
		border-radius: 10px;
		width: 132px;
		margin: 0 36px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 15px 5px;
	}

	.aligncenter {
		margin: 0 auto 3em;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin: 0 0 .45em;
	}

	h1,
	.h1 {
		font-size: 2.66667em;
	}

	h2,
	.h2 {
		font-size: 2em;
		margin: 0 0 1.3em;
	}

	h3,
	.h3 {
		font-size: 1.53333em;
		margin: 0 0 .9em;
	}

	p {
		margin: 0 0 1.4em;
	}

	body {
		font-size: 1.5em;
		line-height: 1.4;
	}

	#header {
		border-top: 11px solid #004987;
		padding: 0;
	}

	.header-holder {
		padding: 35px 60px 38px;
		margin: 0 -9px;
	}

	.logo {
		max-width: 200px;
		margin: 13px 0 0 -5px;
	}

	.nav-opener {
		display: none;
	}

	.search-box {
		right: -9px;
		width: 306px;
		padding: 13px 42px 13px 13px;
		height: 64px;
		margin: -64px 0 0;
	}

	.search-box .btn-close {
		font-size: 30px;
		top: 14px;
		right: 9px;
	}

	.search-box .search-form input[type="search"] {
		height: 38px;
		font-size: 15px;
		line-height: 19px;
		padding: 5px 45px 5px 9px;
	}

	.search-active .top-search {
		display: block;
	}

	.search-opener {
		font-size: 1.5333em;
		color: #666;
		margin: 34px 2px 0 18px;
	}

	.menu-box {
		position: static;
		width: auto;
		background: 0;
		overflow: visible;
		box-shadow: none;
	}

	#nav {
		float: right;
		text-align: right;
		padding: 37px 0 0;
		max-width: 69%;
		font-size: 1.06667em;
		line-height: 1.125em;
	}

	#nav li.active > a {
		color: #aaad00;
	}

	#nav a {
		padding: 9px 17px;
	}

	#nav a:hover {
		color: #aaad00;
		background: 0;
	}

	#nav > li {
		display: inline-block;
		vertical-align: top;
		padding: 0 8px;
	}

	#nav > li:before {
		display: none;
	}

	#nav > li.has-drop-down > a:before {
		display: none;
	}

	#nav > li > a {
		padding: 0 0 40px;
		margin: 0 0 -40px;
		display: inline-block;
		vertical-align: top;
	}

	#nav > li:hover > a {
		color: #aaad00;
	}

	#nav .drop {
		position: absolute;
		font-size: 1em;
		top: 100%;
		left: -5px;
		background: #eee;
		margin: 40px 0 0;
		width: 242px;
		padding: 7px 0 14px;
	}

	.top-nav {
		position: absolute;
		right: 129px;
		top: -11px;
		font-size: 1em;
		line-height: 1.1333em;
	}

	.top-nav li {
		display: inline-block;
		vertical-align: top;
		padding: 0 6px;
	}

	.top-nav li:before {
		display: none;
	}

	.top-nav a {
		background: #004987;
		color: #fff;
		border-radius: 0 0 7px 7px;
		padding: 15px 24px 11px;
	}

	.top-nav a:hover {
		background: #aaad00;
	}

	.font-resize {
		display: block;
	}

	#twocolumns {
		padding: 46px 0 0;
	}

	#content > .content-holder {
		margin: 0 396px 0 0;
	}

	.visual {
		min-height: 318px;
	}

	.navbar-box {
		padding: 26px 0 28px;
	}

	.navbar {
		font-size: 1.5333em;
		line-height: 1.08695em;
		padding: 0 0 17px;
	}

	.navbar li {
		padding: 0 19px 10px;
	}

	.hidden-tablet {
		display: block;
	}

	#sidebar {
		width: 304px;
		padding: 6px 0 10px;
	}

	#sidebar .widget-box {
		margin: 0 0 41px;
	}

	#sidebar .widget-box .widget-content {
		padding: 26px 29px;
	}

	#sidebar .widget-box p {
		margin: 0 0 20px;
	}

	#sidebar .widget-box.large-widget {
		margin: 0 0 41px;
	}

	#sidebar .widget-box.large-widget .widget-content {
		padding: 34px 28px 12px;
	}

	#sidebar .widget-box.filter-widget .widget-content {
		padding: 38px 28px 13px;
	}

	#sidebar .widget-box.filter-widget-2 .widget-content {
		padding: 38px 28px 0;
	}

	#sidebar .widget-box.filter-widget-3 .widget-content {
		padding: 38px 28px 23px;
	}

	#sidebar .widget-box.blog-widget .widget-content {
		padding: 19px 18px;
	}

	#sidebar .widget-box.widget_blog_categories {
		padding: 35px 28px 37px;
	}

	.widget-list {
		margin: 0 -28px;
		padding: 80px 0 15px;
	}

	.widget-box {
		margin: 0 -4px 41px 0;
		padding: 0 40px;
	}

	.widget-box h3 {
		margin: 0 0 .9em;
	}

	.widget-box p {
		margin: 0 0 22px;
	}

	.widget-box .widget-content {
		padding: 24px 30px;
	}

	.widget-box.large-widget {
		margin: 0 0 41px;
	}

	.widget-box.large-widget .widget-content {
		padding: 35px 28px 15px;
	}

	.widget-box.large-widget h3 {
		margin: 0 0 1.3em;
	}

	.widget-box.large-widget .subscribe-form h3 {
		margin: 0 0 22px;
	}

	.widget-box.widget_blog_categories {
		padding: 35px 28px 37px;
	}

	.widget-box.sidebar-menu h3 {
		font-size: 1.5333em;
		line-height: 1.0869em;
		padding: 16px 27px;
	}

	.widget-box.widget_nav_menu .menu {
		padding: 35px 28px 15px !important;
	}

	.widget-box.filter-widget {
		margin: 0 0 41px;
	}

	.widget-box.filter-widget h3 {
		margin: 0 0 1.3em;
	}

	.widget-box.filter-widget .widget-content {
		padding: 38px 28px 13px;
	}

	.widget-box.filter-widget-2 {
		margin: 0 0 41px;
	}

	.widget-box.filter-widget-2 .widget-content {
		padding: 38px 28px 0;
	}

	.widget-box.filter-widget-2 .back-btn {
		margin: 0 -28px;
		font-size: 1.533em;
		padding: 25px 20px 26px 55px;
	}

	.widget-box.filter-widget-2 .back-btn:after {
		left: 16px;
	}

	.widget-box.filter-widget-3 {
		margin: 0 0 41px;
	}

	.widget-box.filter-widget-3 h3 {
		margin: 0 0 20px;
	}

	.widget-box.filter-widget-3 .widget-content {
		padding: 38px 28px 23px;
	}

	.widget-box.blog-widget .widget-content {
		padding: 19px 18px;
	}

	.widget-box .search-form button[type="submit"] {
		width: 35px;
		font-size: 18px;
	}

	.widget-box .search-form input[type="search"] {
		height: 39px;
		font-size: 15px;
		line-height: 17px;
		padding: 3px 39px 3px 10px;
	}

	.menu-list,
	.filter-list {
		font-size: 1.5333em;
		line-height: 1.0869em;
	}

	.menu-list .row,
	.filter-list .row,
	.menu-list li,
	.filter-list li {
		padding: 0 0 22px;
	}

	.menu {
		font-size: 1.5333em;
		line-height: 1.0869em;
	}

	.menu li {
		padding: 0 0 22px;
	}

	.subscribe-form {
		padding: 0 0 12px;
	}

	.subscribe-form h3 {
		margin: 0 0 22px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		height: 32px;
		font-size: 15px;
		line-height: 17px;
		margin: 0 0 16px;
	}

	.subscribe-form button[type="submit"] {
		font-size: 20px;
		line-height: 22px;
	}

	.subscribe-form button[type="submit"]:after {
		top: 6px;
		border-width: 6px 0 6px 7px;
	}

	.filter-list-2 {
		font-size: 1.2em;
		line-height: 1.111;
	}

	.filter-list-2 .row {
		padding: 0 0 40px;
	}

	.filter-list-2 .title {
		font-size: 1.2777em;
		margin: 0 0 16px;
	}

	.filter-list-3 {
		font-size: 1.2em;
		line-height: 1.111;
	}

	.filter-list-3 .row {
		padding: 0 0 32px;
	}

	.filter-list-3 .title {
		font-size: 1.2777em;
		margin: 0 0 16px;
	}

	.form-filters .jcf-checkbox {
		width: 15px;
		height: 23px;
	}

	.form-filters .jcf-checkbox.jcf-checked span {
		width: 3px;
		margin: -10px 0 0 -3px;
		height: 15px;
	}

	.form-filters .jcf-checkbox.jcf-checked span:after {
		width: 3px;
		height: 15px;
	}

	.form-filters .jcf-label-active {
		padding: 0 0 0 20px;
	}

	.link-more {
		font-size: 1.3333em;
		line-height: 1.1em;
		padding: 0 18px 0 0;
	}

	.link-more:after {
		border-width: 6px 0 6px 7px;
		margin: -5px 0 0;
	}

	.staff-list {
		margin: 0 -14px 3px;
	}

	.staff-list .staff {
		width: 25%;
		padding: 0 14px 43px;
	}

	.staff-list img {
		margin: 0 0 15px;
		max-height: 185px;
	}

	.staff-list h2 {
		font-size: 1.5333em;
		line-height: 1.0869em;
		margin: 0 0 12px;
	}

	.heading {
		font-size: 2em;
		line-height: 1.1em;
		padding: 0 0 32px;
	}

	.heading h1 {
		font-size: 1.3333em;
		margin: 0 0 .5em;
	}

	.heading.center-heading {
		max-width: none;
		padding: 43px 0 33px;
	}

	.heading.center-heading h1 {
		margin: 0 0 .7em;
	}

	.heading.center-heading-2 {
		max-width: none;
		padding: 71px 8% 81px;
	}

	.heading.center-heading-2 h1 {
		margin: 0 0 .6em;
	}

	.heading.center-heading-2 p {
		margin: 0 0 1.1em;
	}

	.heading.heading-with-link {
		padding: 0 0 10px;
	}

	.heading.heading-with-link h1 {
		font-size: 1.333em;
	}

	.heading .heading-holder {
		padding: 0 0 20px;
	}

	.heading .back {
		font-size: .66667em;
		line-height: 1;
		padding: 0 0 0 16px;
	}

	.content-frame {
		font-size: 1em;
		line-height: 1.4;
	}

	.form-block {
		padding: 25px 0;
	}

	.text-box h1 {
		margin: 0 0 17px;
	}

	.text-box p {
		margin: 0 0 25px;
	}

	.text-box .text-holder {
		margin: 0 -47px;
	}

	.text-box .description {
		padding: 72px 58px 88px;
	}

	.text-box.left-img .description {
		width: 66.5%;
		padding: 72px 189px 87px 24px;
	}

	.text-box.left-img .img {
		width: 33.5%;
	}

	.text-box.full-text {
		font-size: 2em;
		line-height: 1.1em;
	}

	.text-box.full-text h1 {
		margin: 0 0 14px;
		font-size: 1.3333em;
	}

	.text-box.full-text .btn {
		font-size: .5333em;
	}

	.btn {
		font-size: 1.06667em;
		line-height: 1.125em;
		padding: 15px 22px;
		border-radius: 10px;
	}

	.btn.btn-primary {
		font-size: 1.1em;
		line-height: 1.2em;
		padding: 15px 22px;
	}

	.posts-list {
		line-height: 1.4;
		margin: 0 0 5px;
	}

	.posts-list li {
		border-width: 2px;
		padding: 36px 0 34px;
	}

	.posts-list li:first-child {
		padding: 0 0 34px;
	}

	.posts-list .img {
		width: 248px;
		margin: 3px 30px 0 0;
	}

	.posts-list h2 {
		font-size: 1.5333em;
		line-height: 1.4347em;
		margin: 0 0 18px;
	}

	.posts-list p {
		margin: 0 0 21px;
	}

	time {
		font-size: 1.5333em;
		line-height: 1.0869em;
		padding: 0 0 2px;
	}

	.main-post .post-heading {
		padding: 0 0 25px;
	}

	.main-post h1 {
		margin: 0 0 4px;
	}

	.main-post .img {
		margin: 0 0 26px;
	}

	.main-post p {
		margin: 0 0 1.25em;
	}

	.autor {
		font-size: .866667em;
		line-height: 1.1538em;
		margin: 0 0 7px;
	}

	.cycle-gallery {
		font-size: 1.5333em;
		line-height: 1.1739em;
		height: 422px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		width: 66px;
		height: 66px;
		font-size: 50px;
		/*padding: 10px 7px 0 0;*/
	}

	.cycle-gallery .btn-next {
		padding: 6px 0 0 5px;
	}

	.cycle-gallery h1 {
		font-size: 1.7391em;
		line-height: 1.075em;
	}

	.cycle-gallery .text {
		max-width: 33%;
	}

	.cycle-gallery .container {
		padding: 0 144px;
	}

	.cycle-gallery p {
		margin: 0 0 26px;
	}

	.events-box {
		padding: 75px 9999px 55px;
	}

	.events-box .title {
		padding: 0 0 36px;
	}

	.events-box .title .link-holder {
		padding: 18px 0 0;
	}

	.events-box .events-holder {
		padding: 0 14px;
	}

	.events-list-box {
		margin: 0 -14px;
	}

	.events-list-box li {
		padding: 0 15px 20px;
	}

	.events-list-box h2 {
		font-size: 1.5333em;
		line-height: 1.0869em;
		margin: 0 0 22px;
	}

	.events-list-box .img {
		margin: 0 0 33px;
	}

	.events-list-box p {
		margin: 0 0 21px;
	}

	.classes-box h1 {
		margin: 0 0 35px;
	}

	.classes-box .text-holder {
		margin: 0 -47px;
	}

	.classes-box .description {
		padding: 72px 25px 69px 58px;
		width: 51%;
	}

	.classes-box .img {
		width: 49%;
	}

	.calendar-list {
		font-size: 1.5333em;
		line-height: 1.0869em;
	}

	.calendar-list li {
		padding: 0 0 38px;
	}

	.calendar-list .date {
		font-size: 1.3043em;
		line-height: 1.06667em;
		width: 62px;
		padding: 8px 2px;
		margin: 0 23px 0 2px;
	}

	.calendar-list .month {
		font-size: .56667em;
		line-height: 1.0588em;
	}

	.calendar-list h2 {
		font-size: 1em;
		line-height: 1.08695em;
	}

	.news-box h1 {
		margin: 0 0 38px;
	}

	.news-box .text-holder {
		margin: 0 -47px;
	}

	.news-box .description {
		width: 66.5%;
		padding: 72px 189px 87px 29px;
	}

	.news-box .img {
		width: 33.5%;
	}

	.news-list {
		padding: 0 0 25px;
	}

	.news-list li {
		padding: 0 0 19px;
	}

	.news-list h2 {
		font-size: 1.5333em;
		line-height: 1.08659em;
	}

	.sponsors-box {
		padding: 72px 9px 63px;
	}

	.sponsors-box h1 {
		margin: 0 0 53px;
	}

	.sponsors-gallery {
		margin: 0 -14px 10px;
	}

	.item-list {
		margin: 0 -10px;
		padding-top: 4px;
	}

	.item {
		width: 33.33%;
		padding: 0 10px 18px;
	}

	.item .category-title {
		margin: 0;
	}

	.item h2 {
		line-height: 1.2608;
		margin: 0 0 1px;
	}

	#footer {
		padding: 0 0 40px;
		font-size: 1em;
		line-height: 1.4em;
	}

	#footer .three-columns {
		padding: 48px 0 0;
	}

	#footer .col {
		width: 33%;
	}

	#footer .col.text-col {
		display: inline-block;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	#footer .col:first-child {
		width: 41.5%;
	}

	#footer .col:nth-child(2) {
		width: 25.5%;
	}

	#footer address {
		margin: 0 0 30px;
	}

	.bottom-navigation {
		padding: 18px 0 12px;
	}

	.bottom-search.search-opener {
		margin: -1px 0 0;
	}

	.additional-navigation {
		font-size: 1.2em;
		line-height: 1.1111em;
	}

	.additional-navigation li {
		padding: 0 33px 7px 0;
	}

	.social-networks li {
		padding: 0 16px 14px 0;
	}

	.copyright {
		margin: 0 0 10px;
	}

	.lightbox-holder {
		max-width: 740px;
		font-size: 1em;
		line-height: 1.4;
		padding: 46px 103px 33px 46px;
	}

	.lightbox-holder .image {
		width: 195px;
		margin: 0 50px 5px 0;
	}

	.lightbox-holder h2 {
		font-size: 2.6667em;
		line-height: 1.05em;
		margin: 0 0 13px;
	}

	.lightbox-holder .title-position {
		font-size: 2em;
		line-height: 1.06667em;
		margin: 0 0 39px;
	}

	.lightbox-holder .close {
		font-size: 35px;
		height: 45px;
		padding: 4px 9px;
		top: 44px;
		width: 66px;
	}
}

@media (min-width: 1140px) {
	.logo {
		max-width: 282px;
		margin: 0 0 0 -5px;
	}

	#nav {
		font-size: 1.2em;
		line-height: 1.1111em;
	}

	#nav > li {
		padding: 0 11px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 1.2em !important;
		line-height: 1.2727;
	}
}

@media (max-width: 960px) {
	.tribe-events-calendar th {
		letter-spacing: 0;
		font-size: 9px;
	}
}

@media (max-width: 768px) {
	.tribe-events-sub-nav li a {
		background: #004987;
	}

	.tribe-events-sub-nav li a:hover {
		background: #aaad00;
		color: #fff;
	}

	.tribe-events-single ul.tribe-related-events li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.tribe-events-single ul.tribe-related-events li:after {
		display: none;
	}

	.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
		width: 100%;
	}

	.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
		width: 100%;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 1em !important;
	}
}
