/*
Theme Name: Base
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: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon/icomoon.eot?o6jcna");
	src: url("fonts/icomoon/icomoon.eot?o6jcna#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?o6jcna") format("truetype"), url("fonts/icomoon/icomoon.woff?o6jcna") format("woff"), url("fonts/icomoon/icomoon.svg?o6jcna#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-comment:before {
	content: "\e909";
}

.icon-plus:before {
	content: "\e90a";
}

.icon-add:before {
	content: "\e90a";
}

.icon-sum:before {
	content: "\e90a";
}

.icon-twitter:before {
	content: "\e90b";
}

.icon-brand:before {
	content: "\e90b";
}

.icon-tweet:before {
	content: "\e90b";
}

.icon-social:before {
	content: "\e90b";
}

.icon-facebook:before {
	content: "\e90c";
}

.icon-facebook-f:before {
	content: "\e90c";
}

.icon-ico01:before {
	content: "\e90d";
}

.icon-ico02:before {
	content: "\e90e";
}

.icon-ico03:before {
	content: "\e90f";
}

.icon-pdf:before {
	content: "\e907";
}

.icon-tick:before {
	content: "\e908";
}

.icon-message:before {
	content: "\e904";
}

.icon-thumb:before {
	content: "\e905";
}

.icon-men:before {
	content: "\e906";
}

.icon-search:before {
	content: "\e901";
}

.icon-map-marker:before {
	content: "\e902";
}

.icon-time:before {
	content: "\e903";
}

.icon-arrow-down:before {
	content: "\e900";
}

.top-nav,
.top-nav ul,
.language-list,
.main-nav,
.main-nav .drop ul,
.aside-nav ul,
.tags,
.breadcrumbs ul,
.paging ul,
.pagination ul,
.list,
.share-this,
.footer-logos,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.header-top:after,
.top-nav-wrap:after,
.person-wrap:after,
#two-columns:after,
.article-box-wrapper:after,
.signup-form .row:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 18px/1.444 "ingra", "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;
}

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

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.444em;
}

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

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

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

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

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	width: 100%;
	outline: none !important;
	border: 1px solid #adc2e1;
	height: 45px;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #f00;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #3d73b9;
}

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

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

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

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

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

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

textarea {
	resize: vertical;
	vertical-align: top;
}

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

.widget {
	margin-bottom: 1.444em;
}

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

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

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 45px;
}

.search-form input[type="search"] {
	margin: 0 4px 5px 0;
	width: 180px;
}

.post-password-form input {
	float: left;
	height: 45px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	outline: none !important;
	text-align: center;
	padding: 11px 24px;
	background: #3d73b9;
	border-radius: 6px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	height: 45px;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.commentlist {
	margin: 0 0 1.444em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.444em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	outline: none !important;
	text-align: center;
	padding: 11px 24px;
	background: #3d73b9;
	border-radius: 6px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.444em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	display: inline-block;
	vertical-align: top;
	outline: none !important;
	text-align: center;
	padding: 8px 18px;
	background: #3d73b9;
	border-radius: 6px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

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

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

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

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

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

div.aligncenter {
	margin: 0 auto 1.444em;
}

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

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

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #3c73b8;
}

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

body {
	font-weight: 300;
}

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

.link-black {
	color: #333;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.form-title {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

.form-title label {
	font-weight: 300;
}

input.form-input,
textarea.form-input {
	width: 100%;
	outline: none !important;
	border: 1px solid #adc2e1;
	height: 45px;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

input.form-input:focus,
textarea.form-input:focus {
	border-color: #3d73b9;
}

textarea {
	width: 100% !important;
	height: 140px !important;
}

.bg-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-img img {
	visibility: hidden;
}

.has-bg {
	background: #4c93dc;
}

p {
	margin-bottom: 26px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	line-height: 1.2;
	color: #3c73b8;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

.center-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.center-wrap .center {
	display: table-cell;
	vertical-align: middle;
}

img {
	vertical-align: top;
}

.button {
	display: inline-block;
	vertical-align: top;
	outline: none !important;
	text-align: center;
	padding: 11px 24px;
	background: #3d73b9;
	border-radius: 6px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.button.light {
	background: #16abe2;
}

.button.light:hover {
	background: #dfec34;
}

.button:hover {
	background: #dfec34;
	color: #333;
	text-decoration: none;
}

.button .icon-tick {
	margin-left: 10px;
}

.light-btn {
	border-radius: 6px;
	background: rgba(60, 115, 184, .5);
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	font-size: 14px;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-align: center;
	text-decoration: none;
	outline: none !important;
}

.light-btn:hover {
	background: #3c73b8;
	color: #fff;
	text-decoration: none;
}

.light-btn a {
	border-radius: 6px;
	background: rgba(60, 115, 184, .5);
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	font-size: 14px;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-align: center;
	text-decoration: none;
	outline: none !important;
	margin-bottom: 5px;
}

.light-btn a:hover {
	background: #3c73b8;
	color: #fff;
	text-decoration: none;
}

div.light-btn {
	background: transparent;
	padding: 0 !important;
}

div.light-btn:hover {
	background: transparent;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

noscript div {
	text-align: center;
	background: #3d73b9;
	color: #fff;
	font-size: 20px;
	padding: 5px 15px;
}

#header {
	position: relative;
	border-bottom: 2px solid #4c93dc;
	background: #fff;
}

.logo {
	float: left;
	width: 175px;
}

.header-top {
	padding: 15px 0 10px;
}

.navigation {
	background: #4c93dc;
	margin: 0;
	display: block;
}

.navigation .container {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.nav-opener {
	position: absolute;
	right: 10px;
	top: -42px;
	width: 37px;
	height: 24px;
	outline: none !important;
}

.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: 25%;
	left: 8%;
	right: 8%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #4c93dc;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-wrap {
	position: absolute;
	z-index: 8;
	background: #4c93dc;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, transform .3s;
}

.nav-active .nav-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.top-nav-wrap {
	border-top: 1px solid rgba(255, 255, 255, .5);
	font-size: 16px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-nav li {
	position: relative;
}

.top-nav a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	color: #fff;
}

.top-nav a:hover {
	color: #333;
	text-decoration: underline;
}

.top-nav .arrow {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 14px 0 0;
	width: 35px;
	font-size: 5px;
}

.top-nav .arrow:hover {
	text-decoration: none;
}

.top-nav ul {
	background: #3c73b8;
	font-size: 14px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
}

.top-nav ul li {
	margin: 0;
	float: none;
}

.top-nav ul a {
	display: block;
	color: #fff;
	padding: 7px 15px;
}

.top-nav ul a:hover {
	color: #dfec34;
	background: #4c93dc;
	text-decoration: none;
}

.header-search-form {
	display: table-footer-group;
	height: 1%;
	width: 100%;
	overflow: hidden;
}

.header-search-form .wrap {
	margin: 10px;
	position: relative;
}

.header-search-form .search-opener {
	display: none;
}

.header-search-form [type="text"] {
	border: 2px solid #c1d2e8;
	height: 53px;
	width: 100%;
	color: #3c73b8;
	outline: none !important;
	padding: 10px 48px 10px 17px;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	background: #f4f7fb;
}

.header-search-form [type="text"]:focus {
	border-color: #3d73b9;
}

.header-search-form [type="text"]::-webkit-input-placeholder {
	color: #3c73b8;
	text-transform: uppercase;
}

.header-search-form [type="text"]::-moz-placeholder {
	opacity: 1;
	color: #3c73b8;
	text-transform: uppercase;
}

.header-search-form [type="text"]:-moz-placeholder {
	color: #3c73b8;
	text-transform: uppercase;
}

.header-search-form [type="text"]:-ms-input-placeholder {
	color: #3c73b8;
	text-transform: uppercase;
}

.header-search-form [type="text"].placeholder {
	color: #3c73b8;
	text-transform: uppercase;
}

.header-search-form [type="submit"] {
	position: absolute;
	padding: 0;
	top: 5px;
	bottom: 0;
	right: 0;
	width: 45px;
	text-align: left;
	background: transparent;
	border: none;
	color: #3c73b8;
	font-size: 22px;
	outline: none !important;
	padding-left: 4px;
}

.language-list {
	text-transform: uppercase;
}

.language-list li {
	float: left;
	margin-left: 10px;
}

.language-list a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	background: #3d73b9;
}

.language-list a:hover {
	color: #333;
	text-decoration: underline;
}

.main-nav {
	font-size: 16px;
}

.main-nav .active {
	background: #3d73b9;
}

.main-nav .active .hold a {
	color: #dfec34;
}

.main-nav > li:hover .arrow {
	color: #dfec34;
}

.main-nav > li a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	padding: 10px 50px 10px 10px;
}

.main-nav > li a:hover {
	color: #dfec34;
	background: #3d73b9;
}

.main-nav > li .arrow {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	text-align: center;
	color: #fff;
	font-size: 7px;
	line-height: 1;
	padding: 18px 7px 7px;
	background: #4c93dc;
}

.main-nav > li .arrow:hover {
	background: transparent;
}

.main-nav .hold {
	position: relative;
}

.main-nav .drop li {
	text-transform: none;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-nav .drop li a {
	padding: 5px 15px;
}

.main-nav .drop .arrow {
	padding: 13px 7px 7px;
	height: 33px;
	bottom: auto;
}

.main-nav .inner-drop {
	font-size: 14px;
}

.main-nav .inner-drop li a {
	padding: 5px 25px;
}

.mobile-only-menu {
	display: none;
	padding: 0 10px 20px;
}

.mobile-only-menu .aside-nav {
	margin: 0;
}

.mobile-only-menu .aside-nav li a {
	padding: 9px 10px;
}

.mobile-only-menu .aside-nav .sub-menu li a {
	padding: 0 0 0 11px;
}

.sidebar {
	padding: 0 10px;
}

.sidebar .aside-nav {
	display: none;
}

.aside-nav {
	font-weight: normal;
	margin: -10px 0 50px;
}

.aside-nav.menu-active ul {
	max-height: 800px;
}

.aside-nav .menu-opener {
	display: block;
	background: #3c73b8;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.aside-nav .menu-opener .icon-arrow-down {
	font-size: 8px;
	float: right;
	margin-top: 9px;
}

.aside-nav ul {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}

.aside-nav ul li {
	border-bottom: 1px solid #c1d2e8;
}

.aside-nav ul a {
	color: #3d73b9;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: block;
	padding: 9px 0;
}

.aside-nav ul a:hover {
	color: #333;
}

.aside-nav ul .active > a {
	color: #333;
}

.aside-nav ul .active > ul {
	display: block;
}

.aside-nav ul ul {
	font-size: 16px;
	padding-bottom: 6px;
	display: none;
}

.aside-nav ul ul li {
	border: none;
	padding: 0 0 8px 20px;
}

.aside-nav ul ul a {
	padding: 0 0 0 11px;
	position: relative;
}

.aside-nav ul ul a:before {
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}

.aside-contact {
	border-bottom: 1px solid #c1d2e8;
	padding-bottom: 27px;
	margin-bottom: 31px;
}

.aside-contact .map {
	margin-bottom: 15px;
}

.aside-contact .map img {
	max-width: none;
	width: 100%;
}

.aside-contact a {
	text-decoration: none;
}

.aside-contact a:hover {
	color: #333;
	text-decoration: underline;
}

.aside-contact .telephone {
	color: #333;
}

.aside-contact .telephone:hover {
	text-decoration: none;
}

.aside-contact address {
	font-style: normal;
	margin-bottom: 18px;
}

.aside-widget {
	max-width: 360px;
	margin: 0 auto 44px;
}

.widget {
	margin-bottom: 44px;
}

.person-wrap {
	max-width: 200px;
	margin: 0 auto;
}

.person-wrap:last-child {
	margin-bottom: 50px;
}

.person-wrap .wrap {
	margin-bottom: 30px;
}

.person-wrap .name {
	font-weight: 500;
}

.person-wrap .name a {
	color: #333;
}

.person-wrap .name a:hover {
	color: #4c93dc;
}

.person-wrap .img {
	margin-bottom: 14px;
}

.person-wrap .text {
	display: block;
}

.person-wrap a {
	text-decoration: none;
}

.person-wrap a:hover {
	color: #333;
	text-decoration: underline;
}

.person-wrap .telephone {
	color: #333;
}

.textwidget {
	max-height: 580px;
	max-width: 445px;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.text-info-box {
	position: relative;
	padding: 0 0 20px;
}

.text-info-box .bg-img {
	position: static;
	margin-bottom: 20px;
}

.text-holder a {
	text-decoration: none;
	-webkit-transition: color .3s, text-decoration .3s, background .3s;
	transition: color .3s, text-decoration .3s, background .3s;
}

.text-holder a:hover {
	color: #333;
	text-decoration: underline;
}

.text-holder .info {
	display: block;
	margin-bottom: 17px;
}

.text-holder .info a {
	font-weight: 500;
	text-transform: uppercase;
}

.text-holder .info time {
	margin-left: 10px;
	letter-spacing: .06em;
}

.text-holder h2 {
	margin-bottom: 14px;
}

.text-holder h2 a {
	text-decoration: none;
}

.text-holder p {
	margin-bottom: 32px;
}

.text-holder .button:hover {
	text-decoration: none;
}

.text-info-box-wrapper .text-info-box {
	border-width: 1px 0;
	border-color: #c0d2e8;
	border-style: solid;
	margin-bottom: -1px;
}

.text-info-box-wrapper .text-info-box .bg-img {
	top: -1px;
	bottom: -1px;
	z-index: 1;
}

.text-info-box-wrapper .text-info-box .text-holder h2 a {
	color: #333;
	-webkit-transition: color .1s;
	transition: color .1s;
}

.text-info-box-wrapper .text-info-box .text-holder h2 a:hover {
	color: #3c73b8;
}

.text-info-box-wrapper .text-info-box .text-holder p {
	margin-bottom: 40px;
}

.text-info-box-wrapper .text-info-box:nth-child(even) .bg-img {
	left: auto;
	right: 0;
}

.text-info-box-wrapper .text-info-box:nth-child(even) .text-holder {
	float: left;
	padding: 0 59px 3px 0;
}

.info-box {
	background: #4c93dc;
	color: #fff;
}

.info-columns {
	font-size: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.info-columns .column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}

.info-box a {
	color: #fff;
	text-decoration: none;
	padding: 20px 20px 15px;
	display: block;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.info-box a:hover {
	background: #3d73b9;
}

.info-box a:hover [class^="icon-"],
.info-box a:hover [class*=" icon-"] {
	color: #dfec34;
}

.info-box .title {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
}

.info-box .img {
	height: 100px;
	white-space: nowrap;
	margin-bottom: 26px;
}

.info-box .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.info-box [class^="icon-"],
.info-box [class*=" icon-"] {
	font-size: 61px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.info-box .icon-men {
	font-size: 70px;
	margin-top: 18px;
}

.info-box .icon-message {
	margin-top: 14px;
}

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

.update-block.diff-space {
	padding: 20px 0 31px;
}

.main-heading {
	margin-bottom: 35px;
	display: table;
	width: 100%;
	overflow: hidden;
}

.main-heading h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 10px;
	padding: 11px 0 0;
	position: relative;
	text-transform: uppercase;
	color: #333;
}

.main-heading h2 span {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	padding: 0 17px 0 0;
}

.main-heading h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	height: 1px;
	background: #c0d2e8;
}

.main-heading .link {
	display: table-footer-group;
	height: 1%;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
}

.main-heading .link a {
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.main-heading .link a:hover {
	text-decoration: underline;
	color: #333;
}

.update-columns {
	font-size: 0;
	margin: 0 -10px;
}

.update-columns .column {
	padding: 0 10px 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
}

.article {
	max-width: 340px;
	margin: 0 auto;
}

.article a {
	text-decoration: none;
	display: block;
}

.article .img {
	margin-bottom: 16px;
}

.article .article-link {
	display: block;
	color: #333;
	text-decoration: none;
}

.article .article-link:hover .title {
	color: #3d73b9;
	text-decoration: underline;
}

.article .article-link:hover .info .category {
	color: #333;
	text-decoration: underline;
}

.article .info {
	display: block;
	margin-bottom: 13px;
}

.article .info .category {
	font-weight: 500;
	color: #3c73b8;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.article .info time {
	margin-left: 9px;
	letter-spacing: .06em;
	color: #666;
}

.article .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.22;
	padding-bottom: 24px;
	display: block;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.tags li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0;
}

.text-box {
	padding: 5px 0 16px;
}

.text-box .text-box-link {
	display: block;
	color: #333;
	text-decoration: none;
}

.text-box .text-box-link:hover .title {
	color: #333;
	text-decoration: underline;
}

.text-box .title {
	display: block;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	color: #3c73b8;
	margin-bottom: 22px;
}

.text-box .text {
	display: block;
	padding: 0 0 8px 43px;
	position: relative;
}

.text-box time.text {
	font-weight: 600;
}

.text-box .block {
	display: block;
}

.text-box .ico {
	position: absolute;
	left: 0;
	width: 20px;
	top: 0;
	font-size: 24px;
	line-height: 1;
	color: #ccc;
}

.text-box .icon-map-marker {
	font-size: 36px;
	position: relative;
	top: 5px;
}

.text-box .btn-wrap {
	padding-top: 7px;
}

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

.social-block .title {
	display: block;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 29px;
}

.social-block .wrap {
	border: 1px solid #c0d2e8;
	max-width: 340px;
	margin: 0 auto;
	overflow-y: auto;
}

.social-block .wrap.no-border {
	border: none;
}

.social-block .js-height {
	max-height: 500px;
}

.social-block .link {
	text-align: center;
	padding: 24px 0 0;
	font-size: 16px;
}

.social-block .link a {
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.social-block .link a:hover {
	color: #333;
	text-decoration: underline;
}

.social-block .hold {
	text-align: center;
	padding: 20px 10px;
}

.social-block .img {
	margin-bottom: 30px;
}

.three-columns {
	margin: 0 -5px;
	font-size: 0;
}

.three-columns .column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 5px 10px;
	font-size: 16px;
	line-height: 1.375;
}

.breadcrumbs {
	color: #999;
	font-size: 16px;
	padding: 16px 0 0;
}

.breadcrumbs .title,
.breadcrumbs ul {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs .title {
	font-weight: 300;
}

.breadcrumbs ul li {
	float: left;
	margin-right: 5px;
}

.breadcrumbs ul li:first-child:before {
	display: none;
}

.breadcrumbs ul li:before {
	content: "›";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 4px;
}

.breadcrumbs ul a {
	color: #999;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.breadcrumbs ul a:hover {
	color: #333;
	text-decoration: underline;
}

#two-columns {
	margin: 0 -10px;
	padding-top: 25px;
}

.main-head {
	color: #3c73b8;
	padding: 0 10px;
}

.main-content {
	padding: 0 10px 32px;
}

.main-content iframe {
	width: 100%;
}

.main-content.no-bottom {
	padding-bottom: 0;
}

.main-content.contact-detail h3 {
	font-size: 24px;
	margin: 0 0 .5em;
}

.main-content a[href^=tel],
.main-content a[href^=skype],
.main-content a[href^=sms] {
	color: #333;
}

.main-content .figure {
	margin: 0;
	padding: 0 0 12px;
}

.main-content h1 {
	margin-bottom: 27px;
}

.main-content h3 {
	margin-bottom: 20px;
}

.main-content .top-text {
	overflow: hidden;
	padding-bottom: 10px;
}

.main-content .main-text-wrap p {
	margin-bottom: 26px;
}

.main-content .main-text-wrap h3 {
	font-size: 24px;
	margin-bottom: 21px;
}

.main-content .telephone strong {
	font-weight: 500;
}

a strong {
	font-weight: 500;
}

.article-box-wrapper {
	border-top: 1px solid #c0d2e8;
}

.article-box {
	border-bottom: 1px solid #c0d2e8;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.6;
	padding: 36px 0 40px;
}

.article-box .img {
	margin-bottom: 20px;
	text-align: center;
}

.article-box .text-wrap {
	overflow: hidden;
}

.article-box h3 {
	margin-bottom: 6px;
	font-size: 22px;
}

.article-box h3 a {
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.article-box h3 a:hover {
	color: #dfec34;
	text-decoration: none;
}

.article-box p {
	margin-bottom: 14px;
}

.article-box .price {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 19px;
}

.article-box .price .tax {
	color: #888;
	font-size: .8em;
}

.article-box .button {
	padding: 9px 25px;
}

.table-holder {
	padding-top: 30px;
}

.table-holder h2 {
	font-weight: 500;
	margin-bottom: 28px;
}

.table-wrapper {
	overflow-x: auto;
}

.table {
	width: 100%;
	min-width: 575px;
	border: none;
	font-weight: normal;
	font-size: 14px;
}

.table thead {
	border-bottom: 1px solid #c1d2e8;
}

.table th,
.table td {
	border: none;
}

.table th {
	font-weight: 300;
	text-align: left;
	padding: 0 10px 12px 0;
}

.table td {
	vertical-align: top;
	padding: 8px 5px 8px 0;
}

.table tbody tr {
	border-bottom: 1px solid #c1d2e8;
}

.table tbody td:first-child {
	color: #3c73b8;
}

.table tbody td:last-child {
	padding-right: 0;
}

.table [type="text"] {
	width: 50px;
	height: 35px;
	border: 1px solid #c1d2e8;
	background: #f4f7fb;
	color: #000;
	text-align: center;
	outline: none !important;
}

.table [type="text"]:focus {
	border-color: #c1d2e8;
}

.table tfoot td:last-child {
	padding-right: 0;
}

.table .total-wrap {
	margin-bottom: 5px;
	font-size: 0;
	padding-top: 4px;
}

.table .total-wrap dt,
.table .total-wrap dd {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
}

.table .total-wrap dt {
	width: 110px;
	text-align: right;
	font-weight: 300;
	padding: 0 20px 0 0;
}

.table .total-wrap dd {
	width: calc(100% - 110px);
	margin: 0;
	overflow: visible;
}

.table .total-wrap .total {
	font-size: 22px;
	line-height: 1;
	display: block;
	font-weight: 500;
}

.table .btn-wrap {
	padding-top: 30px;
	text-align: right;
}

.table .form-check {
	margin-top: 4px;
}

.form-check {
	position: relative;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.form-check .wpcf7-list-item {
	margin: 0;
}

.form-check [type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.form-check [type="checkbox"]:checked + .check-input:before {
	opacity: 1;
}

.content-wrapper {
	margin-bottom: 31px;
}

.form-wrap {
	padding-bottom: 15px;
}

.search-wrap {
	position: relative;
}

.search-wrap [type="text"] {
	height: 53px;
	background: #f4f7fb;
	border: 2px solid #c1d2e8;
	width: 100%;
	color: #333;
	padding: 10px 50px 10px 18px;
	-webkit-transition: border .3s;
	transition: border .3s;
}

.search-wrap [type="text"]::-webkit-input-placeholder {
	color: #333;
}

.search-wrap [type="text"]::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.search-wrap [type="text"]:-moz-placeholder {
	color: #333;
}

.search-wrap [type="text"]:-ms-input-placeholder {
	color: #333;
}

.search-wrap [type="text"].placeholder {
	color: #333;
}

.search-wrap [type="text"]:focus {
	border-color: #c7d22d;
}

.search-wrap [type="submit"] {
	position: absolute;
	right: 0;
	top: 7px;
	bottom: 0;
	width: 42px;
	font-size: 22px;
	text-align: left;
	padding: 0;
	background: transparent;
	border: none;
	color: #3c73b8;
	padding-left: 4px;
	outline: none !important;
}

.three-col {
	font-size: 0;
	margin: 0 -10px;
}

.three-col .column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	padding: 0 10px 20px;
}

.address-wrapper {
	margin: 0 -10px 30px;
	font-size: 0;
}

.address-wrapper .column {
	padding: 0 10px 9px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 16px;
	line-height: 1.21;
}

.address-box {
	padding-top: 11px;
	font-weight: normal;
}

.address-box a {
	display: block;
	border: 1px solid #c1d2e8;
	color: #333;
	text-decoration: none;
	padding: 14px 10px 6px 20px;
	-webkit-transition: background .3s, border .3s;
	transition: background .3s, border .3s;
}

.address-box a:hover {
	background: #edf7df;
	border-color: #c7d22d;
	box-shadow: inset 0 0 0 1px #c7d22d;
}

.address-box a:hover .title {
	color: #333;
	text-decoration: underline;
}

.address-box address {
	font-style: normal;
	padding-left: 42px;
	position: relative;
}

.address-box address:before {
	content: "\e902";
	position: absolute;
	left: 0;
	top: 0;
	color: #ccc;
	font-family: "icomoon" !important;
	font-size: 36px;
}

.address-box .title {
	font-weight: 500;
	color: #3c73b8;
	font-size: 18px;
	display: block;
	margin-bottom: 19px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.contact-wrapper {
	padding-top: 20px;
}

.contact-wrapper h2 {
	border-bottom: 1px solid #c1d2e8;
	padding-bottom: 24px;
	margin-bottom: 19px;
}

.contact-columns {
	font-size: 0;
	margin: 0 -20px;
	max-width: 680px;
}

.contact-columns .column {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 100%;
	padding: 0 20px 15px;
}

.contact-box .name {
	display: block;
	font-weight: 500;
}

.contact-box .text {
	display: block;
}

.contact-box .post {
	display: block;
}

.contact-box a {
	text-decoration: none;
}

.contact-box a:hover {
	color: #333;
	text-decoration: underline;
}

.contact-box .telephone {
	color: #333;
}

.contact-box .telephone:hover {
	text-decoration: none;
}

.general-address {
	font-size: 18px;
	padding-top: 2px;
	border-bottom: 1px solid #c0d2e8;
	padding-bottom: 20px;
	margin-bottom: 35px;
}

.general-address .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #c6d22d;
	font-size: 24px;
}

.general-address .icon .icon-map-marker {
	font-size: 36px;
	position: relative;
	top: 5px;
}

.general-address .wrap {
	overflow: hidden;
}

.general-address .button-holder {
	position: relative;
	z-index: 2;
}

.general-address .text {
	padding-left: 42px;
	margin-bottom: 13px;
	position: relative;
}

.general-address address {
	font-style: normal;
	margin-bottom: 0;
}

.general-address address strong {
	font-weight: 500;
}

.general-address time {
	font-weight: 500;
	letter-spacing: .06em;
}

.general-address .link {
	display: block;
	padding-top: 6px;
	font-size: 18px;
}

.general-address .link a {
	text-decoration: none;
}

.general-address .link a:hover {
	color: #333;
	text-decoration: underline;
}

.pdf-link {
	display: block;
}

.pdf-link .pdf {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	font-weight: 500;
}

.pdf-link .pdf:hover {
	color: #dfec34;
}

.pdf-link .pdf .icon-pdf {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	vertical-align: middle;
	color: #999;
	font-size: 13px;
	margin: 0 3px 0 -2px;
}

.different .signup-form {
	padding-top: 11px;
}

.different .signup-form .form-holder {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.different .signup-form .form-check {
	text-align: left;
	margin-bottom: 10px;
}

.wpcf7 .ajax-loader {
	position: absolute;
}

.wpcf7 .ajax-loader.is-active {
	position: static;
}

.signup-form {
	padding: 33px 0 20px;
}

.signup-form .title {
	display: block;
	text-align: center;
	font-size: 26px;
	color: #3c73b8;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.signup-form .title .icon-tick {
	color: #c8d221;
	font-size: 20px;
	margin: 0 -31px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.signup-form .form-holder {
	background: #e2e7f4;
	border-radius: 5px;
	overflow: hidden;
	padding: 30px 20px;
}

.signup-form .form-holder p {
	margin: 0;
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="tel"],
.signup-form textarea {
	background: #f4f7fb;
}

.signup-form .input-wrap {
	margin-bottom: 10px;
}

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

.signup-form .row p {
	margin: 0;
}

.signup-form .column {
	padding: 0 10px;
}

.signup-form .check-hold {
	overflow: hidden;
	padding: 9px 0 10px;
}

.signup-form .form-info {
	display: block;
	font-size: 15px;
	padding-top: 10px;
}

.signup-form .button-holder {
	text-align: center;
	padding-top: 4px;
	overflow: hidden;
}

.signup-form [type="submit"] {
	min-width: 178px;
	border-radius: 6px !important;
}

.blog-wrap {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.blog-wrap a {
	display: block;
	color: #333;
	overflow: hidden;
	text-decoration: none !important;
}

.blog-wrap a:hover .category {
	text-decoration: underline;
	color: #333;
}

.blog-wrap a:hover h3 {
	color: #333;
	text-decoration: underline;
}

.blog-wrap .category {
	display: inline-block;
	vertical-align: top;
	color: #3d73b9;
	font-weight: 500;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.blog-wrap .category + .category {
	margin-left: 12px;
}

.blog-wrap .img {
	text-align: center;
	margin-bottom: 20px;
}

.blog-wrap h3 {
	margin-bottom: 18px;
	padding-top: 0 !important;
	color: #3d73b9;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.blog-wrap .info {
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-wrap .info time {
	margin-left: 10px;
	letter-spacing: .06em;
}

.blog-wrap .text-wrap {
	overflow: hidden;
}

.paging,
.pagination {
	padding: 10px 0;
	margin-bottom: 20px;
}

.paging li,
.pagination li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}

.paging a,
.paging strong,
.pagination a,
.pagination strong {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	line-height: 40px;
	-webkit-transition: background .3s, color .3s, border .3s;
	transition: background .3s, color .3s, border .3s;
	text-align: center;
	font-weight: 300;
}

.paging a:hover,
.paging strong:hover,
.pagination a:hover,
.pagination strong:hover {
	background: #e2e7f4;
	border-color: #d4dfe4;
	color: #333;
}

.paging .current,
.pagination .current {
	background: #e2e7f4;
	border-color: #d4dfe4;
	color: #333;
	pointer-events: none;
}

.paging .control a,
.paging .first a,
.paging .prev a,
.paging .next a,
.paging .last a,
.pagination .control a,
.pagination .first a,
.pagination .prev a,
.pagination .next a,
.pagination .last a {
	border: none;
	width: auto;
	color: #3c73b8;
	margin-left: 10px;
}

.paging .control a:hover,
.paging .first a:hover,
.paging .prev a:hover,
.paging .next a:hover,
.paging .last a:hover,
.pagination .control a:hover,
.pagination .first a:hover,
.pagination .prev a:hover,
.pagination .next a:hover,
.pagination .last a:hover {
	background: transparent;
	color: #333;
}

.paging .prev a,
.pagination .prev a {
	margin-left: 0;
	margin-right: 10px;
}

.article-detail .info {
	display: block;
	margin: -7px 0 20px;
}

.article-detail .info a {
	text-transform: uppercase;
	font-weight: 500;
}

.article-detail .info time {
	margin-left: 10px;
	letter-spacing: .06em;
}

.article-detail h1 {
	margin-bottom: 18px;
	font-size: 26px;
}

.article-detail .tags {
	margin-bottom: 29px;
}

.article-detail h2 {
	margin-bottom: 20px;
}

.article-detail h3 {
	margin-bottom: 23px;
}

.article-detail img {
	padding: 11px 0 36px;
}

.article-detail .img-right {
	text-align: center;
	margin: 0 0 15px;
}

.list {
	padding: 0 0 24px;
}

.list li {
	padding: 0 0 2px 18px;
	position: relative;
}

.list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #666;
	border-radius: 6px;
	width: 6px;
	height: 6px;
}

.share-this {
	font-size: 23px;
	margin-bottom: 20px;
	overflow: hidden;
}

.share-this li {
	float: left;
}

.share-this li > span,
.share-this li > a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 50px !important;
	background: #2e5793;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.share-this li > span:hover,
.share-this li > a:hover {
	opacity: .9;
	text-decoration: none;
}

.share-this .facebook {
	font-size: 29px;
}

.share-this .facebook > a:before,
.share-this .facebook > span:before {
	content: "\e90c";
	font-family: "icomoon" !important;
}

.share-this .twitter > a,
.share-this .twitter > span {
	background: #30a7d4;
}

.share-this .twitter > a:before,
.share-this .twitter > span:before {
	content: "\e90b";
	font-family: "icomoon" !important;
}

.share-this .comment > a,
.share-this .comment > span {
	background: #032d58;
}

.share-this .plus {
	font-size: 18px;
}

.share-this .plus > a,
.share-this .plus > span {
	background: #87cf6e;
}

.share-this .plus > a:before,
.share-this .plus > span:before {
	content: "\e90a";
	font-family: "icomoon" !important;
}

.map-wrapper {
	padding: 8px 0 13px;
	overflow: hidden;
}

.map-wrapper .map {
	margin: 0 0 20px;
}

.map-wrapper .map img {
	width: 100%;
	max-width: none;
}

.map-wrapper address {
	font-style: normal;
}

.map-wrapper address strong {
	font-weight: 500;
}

.map-wrapper a {
	color: #333;
}

.map-wrapper p {
	margin: 0;
}

.person-detail {
	padding-top: 9px;
}

.person-detail .title {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
}

.person-wrapper {
	font-size: 0;
	margin: 0 -5px 6px;
}

.person-wrapper .column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 5px 25px;
	font-size: 16px;
}

.person-hold {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.375;
}

.person-hold .img {
	float: left;
	width: 120px;
	margin: 4px 19px 0 0;
}

.person-hold .text-wrap {
	overflow: hidden;
	max-width: 180px;
}

.person-hold .name {
	display: block;
	font-weight: 500;
}

.person-hold .desc {
	display: block;
	margin-bottom: 22px;
}

.person-hold .phone {
	display: block;
}

.person-hold .block {
	display: block;
}

.person-hold .address {
	margin-bottom: 23px;
	display: block;
}

.three-box-wrap {
	margin: 0 -5px;
	font-size: 0;
	padding: 30px 0 0;
}

.three-box-wrap .column {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 5px 30px;
	font-size: 20px;
}

.blue-box {
	font-size: 0;
}

.blue-box a {
	display: block;
	background: #3d73b9;
	color: #fff;
	text-decoration: none;
	padding: 36px 10px 29px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
	max-width: 280px;
	margin: 0 auto;
}

.blue-box a:hover {
	color: #dfec34;
}

.blue-box .ico,
.blue-box .text {
	font-size: 20px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}

.blue-box .ico {
	font-size: 40px;
	width: 85px;
	margin-top: 3px;
	text-align: center;
	padding-left: 5px;
}

.blue-box .text {
	overflow: hidden;
	width: calc(100% - 85px);
	text-align: left;
}

.blue-box .icon-arrow-down {
	display: block;
	clear: both;
	font-size: 14px;
	padding-top: 15px;
}

.article-block {
	position: relative;
	padding: 40px 0;
}

.article-block.left-box .box-text {
	float: left;
}

.article-block .box-text {
	background: rgba(61, 115, 185, .5);
	max-width: 415px;
	float: right;
	padding: 25px 20px;
	color: #fff;
}

.article-block h2 {
	font-size: 26px;
	line-height: 1.2;
	color: #fff;
	font-weight: 300;
	margin-bottom: 21px;
}

.article-block h2 a {
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.article-block h2 a:hover {
	color: #333;
}

#section2 {
	padding-top: 20px;
}

.guide-block {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 10px;
}

.guide-block.no-top {
	padding-top: 0;
}

.guide-block.no-bottom {
	padding-bottom: 0;
}

.guide-block h2 {
	margin-bottom: 25px;
}

.description-holder {
	padding: 0 0 5px;
}

.description-holder .wrap {
	overflow: hidden;
	margin: 0 -35px;
}

.description-holder .wrap:before,
.description-holder .wrap:after {
	content: "";
	position: absolute;
	left: 47px;
	right: 47px;
	top: -1px;
	height: 1px;
	background: #fff;
}

.description-holder .wrap:before {
	top: auto;
	bottom: -1px;
}

.description-holder .column {
	padding: 0 35px;
}

.description-box {
	border: 1px solid #3d73b9;
	position: relative;
	padding: 15px 15px 0 15px;
	max-width: 774px;
	margin: 0 auto;
}

.description-box:before,
.description-box:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 47px;
	bottom: 47px;
	width: 1px;
	background: #fff;
}

.description-box:before {
	left: auto;
	right: -1px;
}

.description-box a {
	font-weight: 500;
}

.logo-hold {
	overflow: hidden;
	padding: 10px 0 0;
}

.logo-hold .title {
	font-size: 22px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.logo-hold .holder {
	float: left;
	margin: 0 20px 25px 0;
}

.navigation.pagination {
	background: transparent;
}

.nav-links a {
	margin-bottom: 4px;
}

.nav-links .prev,
.nav-links .next {
	max-width: none;
	width: auto;
	padding: 0 5px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 18px;
}

#wp-calendar th,
#wp-calendar td {
	padding: .3em;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	padding-top: 3px;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
	font-weight: 500;
}

.tribe-events-sub-nav li a {
	background: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 10px 0 0;
	color: #3c73b8;
	font-size: 15px;
	line-height: 17px;
}

.tribe-events-sub-nav li a:hover {
	color: #3c73b8;
	text-decoration: underline;
}

.tribe-events-sub-nav li.tribe-events-nav-next a {
	margin: 0 0 0 10px;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #c1d2e8;
	background: #f4f7fb;
	width: 100%;
	min-width: 150px;
	height: 53px;
	cursor: pointer;
}

.jcf-select.jcf-drop-active {
	border-color: #c7d22d;
	background: #edf7df;
	border-bottom-color: transparent;
}

.jcf-select.jcf-drop-active.jcf-drop-flipped {
	border-bottom-color: #c7d22d;
	border-top-color: transparent;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height: 50px;
	margin: 0 45px 0 19px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 39px;
	bottom: 0;
	right: 0;
	top: 0;
	color: #3d73b9;
	font-size: 12px;
	line-height: 50px;
}

.jcf-select .jcf-select-opener:before {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 2px 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-drop-flipped.jcf-select-drop .jcf-select-drop-content {
	border-width: 2px 2px 0;
}

.jcf-select-drop .jcf-select-drop-content {
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: #c7d22d;
}

/* multiple select styles */

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

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #edf7df;
	line-height: 1.2;
	font-size: 18px;
	width: 100%;
}

.jcf-list li:first-child {
	display: none;
}

.jcf-drop-flipped.jcf-select-drop .jcf-list .jcf-list-content {
	padding-top: 14px;
	padding-bottom: 0;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	max-height: 500px !important;
	padding-bottom: 14px;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
}

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

.jcf-list .jcf-option {
	cursor: pointer;
	overflow: hidden;
	display: block;
	padding: 0 19px;
	color: #333;
	height: 1%;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #3d73b9;
	font-weight: 500;
}

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

/* custom checkbox styles */

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

.jcf-checkbox:before {
	content: "";
	width: 10px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #3c73b8;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -5px;
}

.jcf-checkbox span {
	width: 10px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #3c73b8;
	border-width: 0 0 2px 2px;
	display: none;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -5px;
}

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

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

#footer {
	background: #3c73b8 url(images/footer-bg.png) no-repeat 50% 30px;
	padding: 25px 0;
}

.footer-logos {
	padding: 0 0 20px;
	font-size: 0;
	text-align: center;
}

.footer-logos li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	padding: 0 10px;
	width: 33%;
}

.footer-logos img {
	margin-bottom: 10px;
}

.footer-address {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	margin-bottom: 25px;
}

.footer-address a {
	color: #fff;
	text-decoration: none;
}

.footer-nav {
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding-top: 25px;
}

.footer-nav .footer-nav-wrap {
	font-size: 0;
	margin: 0 -10px;
}

.footer-nav .column {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
	padding: 0 15px;
}

.footer-nav .active .title > a {
	color: #dfec34;
}

.footer-nav .title {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
}

.footer-nav li {
	margin-bottom: 7px;
	position: relative;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-nav a:hover {
	color: #dfec34;
	text-decoration: none;
}

.footer-nav .arrow {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 7px;
	line-height: 1;
	padding: 8px 7px 7px;
	background: #4c93dc;
}

@media (min-width: 640px) {
	.address-wrapper .column {
		width: 50%;
	}

	.contact-columns .column {
		width: 50%;
		padding-bottom: 35px;
	}

	.person-wrapper .column {
		width: 50%;
		padding-bottom: 46px;
	}

	.three-box-wrap .column {
		width: 33.33%;
	}

	.blue-box a {
		max-width: none;
	}

	.blue-box .ico,
	.blue-box .text {
		display: block;
	}

	.blue-box .ico {
		width: auto;
	}

	.blue-box .text {
		width: auto;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.alignleft {
		float: left;
		margin: 0 1.444em 4px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 4px 1.444em;
	}

	.sidebar {
		float: right;
		width: 30.2%;
		padding: 0 10px 40px;
	}

	.sidebar .aside-nav {
		display: block;
	}

	.aside-nav .menu-opener {
		display: none;
	}

	.aside-nav ul {
		max-height: none;
	}

	.aside-widget {
		max-width: none;
	}

	.text-info-box {
		padding: 20px 0;
	}

	.text-info-box .bg-img {
		position: absolute;
		right: auto;
		width: 50%;
		margin: 0;
	}

	.text-info-box .center-wrap {
		height: 460px;
	}

	.text-info-box .text-holder {
		float: right;
		width: 50%;
		padding: 0 0 0 49px;
	}

	.text-holder h2 {
		font-size: 32px;
	}

	.text-info-box-wrapper .text-info-box .center-wrap {
		height: 438px;
	}

	.text-info-box-wrapper .text-info-box .text-holder {
		padding: 0 0 3px 59px;
	}

	.info-columns:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background: #4c93dc;
		width: 1px;
	}

	.info-columns .column {
		width: 33.33%;
	}

	.info-box a {
		border-left: 1px solid rgba(255, 255, 255, .5);
		padding: 23px 20px 17px;
	}

	.update-block {
		padding: 63px 0 20px;
	}

	.main-heading h2 {
		margin-bottom: 0;
		font-size: 28px;
	}

	.main-heading .link {
		float: right;
		position: relative;
		z-index: 3;
		width: auto;
		display: block;
		height: auto;
	}

	.update-columns .column {
		width: 33.33%;
	}

	.social-block {
		padding: 75px 0 51px;
	}

	.social-block .wrap {
		max-width: 360px;
	}

	.three-columns .column {
		width: 33.33%;
	}

	.main-head {
		max-width: 70%;
	}

	.main-content.contact-detail h3 {
		padding-top: 20px;
	}

	.main-content {
		float: left;
		width: 69.8%;
	}

	.main-content h2 {
		padding-top: 20px;
	}

	.main-content h3 {
		padding-top: 22px;
	}

	.main-content .top-text {
		padding-bottom: 30px;
	}

	.article-box .img {
		width: 150px;
		margin: 0 30px 0 0;
		float: left;
	}

	.table {
		font-size: 18px;
	}

	.table td {
		padding: 25px 10px 21px 0;
	}

	.table [type="text"] {
		margin-top: -4px;
	}

	.table tfoot tr td {
		padding-top: 39px;
	}

	.table .total-wrap {
		min-width: 225px;
	}

	.table .total-wrap dd {
		min-width: 111px;
		padding-left:20px;
	}

	.table .total-wrap .total {
		font-size: 30px;
		line-height: .6;
	}

	.three-col .column {
		width: 33.33%;
	}

	.address-wrapper {
		margin-bottom: 70px;
	}

	.general-address {
		font-size: 20px;
	}

	.general-address .button {
		font-size: 18px;
	}

	.different .signup-form {
		max-width: 600px;
	}

	.different .signup-form .button-wrap {
		float: right;
	}

	.different .signup-form .form-check {
		margin-bottom: 0;
	}

	.signup-form {
		padding-bottom: 40px;
		max-width: 680px;
	}

	.signup-form .input-wrap {
		margin-bottom: 24px;
	}

	.signup-form .column {
		float: left;
		width: 50%;
	}

	.signup-form .check-hold {
		float: left;
		max-width: calc(100% - 198px);
		text-align: left;
	}

	.signup-form .check-hold + .button-wrap {
		float: right;
	}

	.signup-form .form-info {
		padding-top: 3px;
	}

	.blog-holder {
		padding-top: 21px;
	}

	.blog-wrap {
		margin-bottom: 40px;
	}

	.article-detail h1 {
		font-size: 32px;
	}

	.list {
		padding-left: 27px;
	}

	.person-detail {
		margin-right: -100px;
	}

	.three-box-wrap {
		margin: 0 -8px;
	}

	.three-box-wrap .column {
		padding: 0 8px 20px;
	}

	.article-block {
		padding: 113px 0 107px;
	}

	.article-block.left-box .box-text {
		margin-left: 56px;
	}

	.article-block .box-text {
		padding: 38px 42px 43px;
	}

	.article-block h2 {
		font-size: 32px;
	}

	#section2 {
		padding-top: 30px;
	}

	.guide-block {
		padding: 55px 10px;
	}

	.description-holder {
		padding: 29px 0 24px;
	}

	.description-holder .column {
		float: left;
		width: 50%;
	}

	.description-box {
		padding: 25px 20px 0 29px;
	}

	.description-box p {
		margin-bottom: 50px;
	}

	.description-box p:last-child {
		margin-bottom: 28px;
	}

	.logo-hold .holder {
		margin-right: 86px;
	}

	#wp-calendar {
		font-size: 16px;
	}

	#footer {
		padding: 53px 0 40px;
	}

	.footer-logos {
		padding: 0 50px 35px;
	}

	.footer-logos li {
		width: 28%;
	}

	.footer-logos img {
		margin-bottom: 30px;
	}

	.footer-address {
		font-size: 24px;
	}

	.footer-nav {
		padding-top: 48px;
	}

	.footer-nav .column {
		width: 25%;
		padding-bottom: 20px;
	}

	.footer-nav .title {
		margin-bottom: 26px;
	}

	.footer-nav .arrow {
		display: none;
	}

	.footer-nav .drop {
		width: auto !important;
		position: static !important;
	}
}

@media (min-width: 900px) {
	.table-wrapper {
		overflow: hidden;
	}

	.address-wrapper .column {
		width: 33.33%;
	}
}

@media (min-width: 1024px) {
	#wrapper {
		padding-top: 177px;
	}

	#header {
		border: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 177px;
		z-index: 9;
	}

	.logo {
		width: 254px;
	}

	.header-top {
		height: 122px;
		padding: 34px 0 32px;
	}

	.fixed-position .navigation {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 8;
		-webkit-transition: top .3s;
		transition: top .3s;
	}

	.fixed-position #header.scrolling-up .navigation {
		top: 0;
	}

	.fixed-position.change-position .navigation {
		top: -100px;
	}

	.fixed-position.change-position #header.scrolling-up .navigation {
		top: 0;
	}

	#header.scrolling-up .navigation {
		top: 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-wrap {
		background: transparent;
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.top-nav-wrap {
		position: absolute;
		right: 10px;
		top: -71px;
		font-size: 16px;
		text-transform: uppercase;
		display: block;
		border: none;
		width: auto;
	}

	.top-nav {
		float: left;
		max-width: 500px;
	}

	.top-nav li {
		float: left;
		margin-left: 28px;
	}

	.top-nav li:hover > a {
		color: #333;
		text-decoration: underline;
	}

	.top-nav li:hover > ul {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.top-nav li:hover .arrow {
		text-decoration: none;
	}

	.top-nav a {
		color: #3c73b8;
		padding: 0;
	}

	.top-nav a:hover {
		color: #333;
	}

	.top-nav .arrow {
		right: -21px;
		top: 0;
		width: 22px;
		bottom: auto;
		padding: 8px 0 5px;
	}

	.top-nav ul {
		max-height: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 160px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: opacity .3s, visibility .3s, transform .3s;
	}

	.header-search-form {
		float: left;
		width: auto;
		height: auto;
		display: block;
		margin-left: 46px;
		position: relative;
		overflow: visible;
	}

	.header-search-form.search-active .wrap {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.header-search-form .wrap {
		position: absolute;
		width: 220px;
		right: -29px;
		top: -26px;
		z-index: 4;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
		-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: opacity .3s, visibility .3s, transform .3s;
	}

	.header-search-form .search-opener {
		display: block;
		text-decoration: none;
	}

	.header-search-form .search-opener:hover {
		color: #333;
		text-decoration: underline;
	}

	.header-search-form .search-opener .icon-search {
		font-size: 21px;
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
		margin-left: 9px;
		text-decoration: none;
		color: #3c73b8;
	}

	.language-list {
		float: left;
		margin-left: 35px;
	}

	.language-list a {
		background: transparent;
		padding: 0;
		color: #3c73b8;
	}

	.language-list a:hover {
		color: #333;
	}

	.main-nav {
		display: table;
		width: 100%;
		font-size: 18px;
	}

	.main-nav .active .hold a {
		color: #fff;
	}

	.main-nav > li {
		display: table-cell;
		vertical-align: middle;
		text-transform: uppercase;
		border-right: 1px solid rgba(255, 255, 255, .5);
		position: relative;
	}

	.main-nav > li:hover {
		background: #3d73b9;
	}

	.main-nav > li:hover .hold a {
		color: #dfec34;
	}

	.main-nav > li:hover .drop {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-nav > li:last-child .drop {
		left: auto !important;
		right: 0 !important;
	}

	.main-nav > li:last-child .inner-drop {
		left: auto !important;
		right: 100% !important;
	}

	.main-nav > li:nth-last-child(2) .inner-drop {
		left: auto !important;
		right: 100% !important;
	}

	.main-nav > li:first-child {
		border-left: 1px solid rgba(255, 255, 255, .5);
	}

	.main-nav > li a {
		padding: 15px 35px 15px 10px;
	}

	.main-nav > li .arrow {
		font-size: 8px;
		padding: 24px 0 0;
		background: transparent;
	}

	.desktopdevice .main-nav > li .arrow {
		pointer-events: none;
	}

	.main-nav > li .drop .arrow {
		color: #fff;
	}

	.main-nav > li .drop li:hover > a {
		color: #dfec34;
	}

	.main-nav > li .drop li:hover .arrow {
		color: #dfec34;
	}

	.main-nav .drop {
		position: absolute;
		left: 0 !important;
		top: 100% !important;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		background: #3d73b9;
		width: 256px !important;
		z-index: 9;
		font-size: 16px;
		padding: 19px 0 24px;
		-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: opacity .3s, visibility .3s, transform .3s;
	}

	.change-position .scrolling-down .main-nav .drop {
		opacity: 0 !important;
		visibility: hidden !important;
	}

	.main-nav .drop li:hover .arrow {
		color: #dfec34;
	}

	.main-nav .drop li:hover .inner-drop {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.main-nav .drop li a {
		padding: 4px 10px 3px;
	}

	.main-nav .drop .arrow {
		padding: 0;
		width: 28px;
		top: 0;
		height: 32px;
		bottom: auto;
		margin: 0;
		font-size: 5px;
		right: -6px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		color: #fff;
	}

	.main-nav .inner-drop {
		font-size: 16px;
		left: 100% !important;
		top: 0 !important;
		opacity: 0;
		width: 220px !important;
		visibility: hidden;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
		-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
		transition: opacity .3s, visibility .3s, transform .3s;
	}

	.main-nav .inner-drop li a {
		padding: 5px 15px;
	}

	.main-nav .inner-drop {
		position: absolute;
		background: #3d73b9;
		left: 100%;
		top: 0;
		width: 256px;
		padding: 8px 0;
		display: none;
	}

	.sidebar {
		padding: 0 20px 40px;
	}

	.person-wrap {
		max-width: none;
		margin: 0;
	}

	.person-wrap .wrap {
		width: 222px;
		float: right;
	}

	.textwidget {
		max-width: none;
		margin: 0;
	}

	.info-box a {
		padding: 38px 50px 17px;
	}

	.update-columns {
		margin: 0 -41px;
	}

	.update-columns .column {
		padding: 0 41px 30px;
	}

	.social-block .link {
		font-size: 18px;
	}

	.social-block .hold {
		padding: 34px 30px 14px;
	}

	.three-columns {
		margin: 0 -24px;
	}

	.three-columns .column {
		padding: 0 24px 30px;
	}

	#two-columns {
		margin: 0 -20px;
	}

	.main-head {
		padding: 0 40px 17px;
	}

	.main-content {
		padding: 0 20px 32px;
	}

	.article-box .img {
		width: 190px;
	}

	.table-holder {
		padding: 61px 0 0;
	}

	.three-col {
		margin: 0 -40px;
	}

	.three-col .column {
		padding: 0 40px 30px;
	}

	.general-address .wrap {
		max-width: calc(100% - 200px);
	}

	.general-address .button-holder {
		margin-top: -70px;
		float: right;
	}

	.signup-form .form-holder {
		padding: 28px 40px 43px;
	}

	.blog-wrap .img {
		margin: 6px 30px 0 0;
		float: left;
	}

	.article-detail img.alignright {
		margin: 4px 0 42px 34px;
	}

	.article-detail .img-right {
		margin: 4px 0 42px 34px;
		float: right;
	}

	.map-wrapper .map {
		max-width: 500px;
		float: right;
		margin: 4px 0 0 10px;
	}

	.three-box-wrap {
		margin: 0 -15px;
	}

	.three-box-wrap .column {
		padding: 0 15px 30px;
	}

	#wp-calendar {
		font-size: 18px;
	}

	.footer-nav .column {
		width: 16.667%;
	}
}

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

@media (min-width: 1200px) {
	#wrapper {
		padding-top: 181px;
	}

	#header {
		height: 181px;
	}

	.main-nav > li a {
		padding: 19px 50px 15px 20px;
	}

	.main-nav > li .arrow {
		width: 44px;
		padding-top: 26px;
	}

	.main-nav .drop li a {
		padding: 4px 30px 3px;
	}

	.main-nav .drop .arrow {
		text-align: center;
	}

	.sidebar {
		padding: 0 40px 40px;
	}

	#two-columns {
		margin: 0 -40px;
	}

	.main-content {
		padding: 0 40px 32px;
	}

	.address-wrapper .column {
		width: 25%;
	}

	.map-wrapper .map {
		max-width: none;
	}

	.person-detail {
		max-width: 711px;
		margin-right: 0;
	}

	.blue-box .ico,
	.blue-box .text {
		display: inline-block;
	}

	.blue-box .ico {
		width: 85px;
	}

	.blue-box .text {
		width: calc(100% - 85px);
		text-align: left;
	}
}

@media (min-width: 1340px) {
	.main-nav > li:last-child .drop {
		left: 0 !important;
		right: auto !important;
	}

	.main-nav > li:nth-last-child(2) .inner-drop {
		left: 100% !important;
		right: auto !important;
	}

	.share-this {
		margin-bottom: 0;
	}

	.share-this {
		position: fixed;
		left: 0;
		top: 288px;
	}

	.share-this li {
		float: none;
	}
}

@media (min-width: 1760px) {
	.main-nav > li:last-child .inner-drop {
		left: 100% !important;
		right: auto !important;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.top-nav .hover .arrow {
		color: #333;
	}

	.top-nav .hover > a {
		color: #333;
	}

	.top-nav .hover > ul {
		max-height: 500px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.mobile-only-menu {
		display: block;
	}

	.info-box .container {
		padding-left: 0;
		padding-right: 0;
	}

	.info-box .js-height {
		height: auto !important;
	}

	.social-block .js-height {
		height: auto !important;
	}

	.breadcrumbs ul li:last-child {
		display: block;
	}

	.blue-box br {
		display: none;
	}
}

@media (max-width: 639px) {
	.footer-address .bar {
		display: block;
		font-size: 0;
		line-height: 0;
	}
}

/* Avgrund styles
 * ================== */
.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
	width: 450px;
	z-index: 1001;
	border: 1px solid #DEDEDE;
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
}

.ZebraDialog .ZebraDialog_Title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: #FFF;
	padding: 12px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #F0F0F0;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
	background: #FFF;
}

.ZebraDialog .ZebraDialog_Body {
	color: #44484A;
	padding: 40px;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
	background: #FFF;
	padding: 10px 5px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.ZebraDialog .ZebraDialog_Buttons:after     { clear: both }
.ZebraDialog .ZebraDialog_Buttons           { *zoom: 1 } /* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
	font-weight: bold;
	color: #FFF;
	padding: 10px 15px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
	background: #224467;
	color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
	position: absolute;
	right: 6px;
	top: 0px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #444
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
	color: #888;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
	color: #000;
}

.ZebraDialogOverlay {
	background: #666;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body {
	overflow: auto;
}

.ZebraDialog .ZebraDialog_Icon {
	background-repeat: no-repeat;
	background-position: 30px 40px;
	min-height: 64px;
	_height: 64px;
}

.ZebraDialog .ZebraDialog_Buttons a {
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
	min-width: 60px;
	float: right;
	_width: 60px;
	background: #3d73b9;
}
.ZebraDialog .ZebraDialog_Buttons a:hover {
	background: #dfec34;
	color:#333;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
	zoom: 1;
	*display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
	height: 32px;
}

/* Cart
 * =============== */
.cart-table [type="text"] {
    float:left;
}
.cart-table td {
    position: relative;
}
.cart-table .fa {
	color:#333;
	transition: all 0.3s ease;
	font-size:1.1em;
}
@media (min-width:768px) {
	.cart-table .fa:hover {
		color:#a94442;
	}
}
.cart-table span.loader {
    width:26px;
    height:26px;
    background: url(images/loader.gif) no-repeat;
    display: none;
    position: absolute;
    left: 55px;
}

#order-form .form-group {
	width:49%;
	float:left;
	margin-bottom:15px;
}
#order-form .form-group:nth-child(even) {
	margin-right:2%;
}
#order-form .form-group.textarea {
	float:none;
	width:70%;
}
#order-form .form-group.textarea:before {
	content:"";
	display: block;
	clear:both;
}
#order-form .form-group.error label {
	color: #a94442;
}
#order-form .form-group.error input {
	border-color: #ebccd1;
}

#order-form .error-holder {
	margin-top:20px;
}

#order-form .btn-wrap {
	text-align: right;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.go-to-cart {
	text-align: right;
	margin-bottom:20px;
}

.go-to-cart.bottom {
	margin-bottom:0;
	margin-top:20px;
}

#two-columns .center {
	text-align: center;
}

/* sitemap
 * =========== */
ul.sitemap {
	padding-left:22px;
}

ul.sitemap li {
	margin-bottom:4px;
}

ul.sitemap > li + li {
	margin-bottom: 20px;
}

ul.sitemap ul {
	list-style-type: circle;
}

.event-headerimage img {
        max-width: 350px;
        max-height: 230px;
        height: 230px;
}