/*! 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;
}

#TB_iframeContent {
  box-sizing:initial;
}


.top-block .social-networks,
#nav .menu,
#nav .menu li .dropdown,
#nav .menu li .dropdown ul,
.social-networks,
.cycle-gallery .pagination ul,
.contact-list,
.left-block .extra-links,
.footer .social-networks,
.instagram-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: 16px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.int {
	font: 400 18px/1.33 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

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: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #003860;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.buffer label,
.buffer fieldset legend[for] {
	font-weight: bold;
}

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;
	min-width: 50px;
}

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: #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;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	position: relative;
}

.top-block {
	font-size: 0;
	line-height: 0;
	background: #fff;
	padding: 22px 0 15px;
	margin: 0 0 67px;
}

.top-block .logo-wrap {
	font-size: 0;
	line-height: 0;
	width: 930px;
	display: inline-block;
	vertical-align: middle;
}

.top-block .image-wrap {
	width: 300px;
	display: none;
}

.top-block .text-wrap {
	display: inline-block;
	vertical-align: middle;
	font: 600 12px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003860;
}

.top-block .social-networks {
	font-size: 0;
	line-height: 0;
	display: none;
}

.top-block .social-networks li {
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
}

.top-block .text {
	display: block;
}

.top-block .title {
	display: block;
	font: 900 32px/.7 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.top-block .title a {
	text-decoration: none;
	color: #003860;
}

.top-block .info {
	font: 400 9px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #16374f;
}

.bottom-block {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #003860;
	z-index: 999;
	padding: 17px 0;
}

.bottom-block.fixed-position {
	margin: 0;
}

#nav {
	width: calc(100% - 150px);
	display: inline-block;
	vertical-align: middle;
	padding: 19px 0 0;
}

#nav .menu li {
	font: 600 20px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	padding: 9px 0;
}

#nav .menu li.active a {
	color: #cb070f;
}

#nav .menu li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	padding: 0 0 19px;
}

#nav .menu li a:hover {
	color: #cb070f;
}

#nav .menu li .dropdown {
	background: #003860;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: none;
}

#nav .menu li .dropdown li {
	display: block;
	padding: 10px 27px;
	font: 400 16px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#nav .menu li .dropdown li a {
	text-decoration: none;
	color: #fff;
	text-transform: none;
	padding: 0;
}

#nav .menu li .dropdown li a:hover {
	color: #cb070f;
}

#nav .menu li .dropdown ul {
	display: none;
}

#nav .menu li .dropdown ul li {
	display: block;
	padding: 10px 27px 0;
}

#nav .menu li .dropdown ul li a {
	padding: 0;
}

#nav .menu li .dropdown ul li a:hover {
	color: #cb070f;
}

#nav .menu li .drop-wrap {
	display: inline-block;
	vertical-align: top;
}

#nav .menu li .drop-wrap.active .dropdown,
#nav .menu li .drop-wrap.hover .dropdown {
	display: block;
	visibility: visible;
	opacity: 1;
	top: 100%;
}

#nav .menu li .drop-wrap.active .dropdown li .drop-wrap,
#nav .menu li .drop-wrap.hover .dropdown li .drop-wrap {
	display: inline-block;
	vertical-align: top;
}

#nav .menu li .drop-wrap.active .dropdown li .drop-wrap.active ul,
#nav .menu li .drop-wrap.active .dropdown li .drop-wrap.hover ul,
#nav .menu li .drop-wrap.hover .dropdown li .drop-wrap.active ul,
#nav .menu li .drop-wrap.hover .dropdown li .drop-wrap.hover ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	display: block;
}

#nav .menu li.has-drop-down a.has-drop-down-a {
	position: relative;
}

#nav .menu li.has-drop-down ul .has-drop-down .drop-wrap .has-drop-down-a {
	padding: 0 41px 0 0;
}

.search-form {
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	font: 600 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: rgba(255, 255, 255, .7);
	position: relative;
	border-radius: 3px;
}

.search-form input[type="search"] {
	font: 600 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 7px 40px 7px 10px;
	border: none;
	background: none;
	width: 100%;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #16374f;
	text-transform: uppercase;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #16374f;
	text-transform: uppercase;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #16374f;
	text-transform: uppercase;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #16374f;
	text-transform: uppercase;
}

.search-form input[type="search"].placeholder {
	color: #16374f;
	text-transform: uppercase;
}

.search-form input[type="search"]:focus {
	outline: none;
	border: none;
}

.search-form button {
	font-size: 25px;
	line-height: 25px;
	background: none;
	border: none;
	position: absolute;
	top: 3px;
	right: 1px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.search-form button:hover {
	color: #cb070f;
}

.social-networks {
	text-align: right;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.social-networks li a {
	font-size: 54px;
	line-height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #003860;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-networks li a:hover {
	color: #cb070f;
}

.drop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #003860;
	z-index: 999;
	padding: 29px 30px 50px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.opener {
	font: 600 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: absolute;
	top: 20px;
	left: 21px;
	width: 100px;
	height: 30px;
	padding: 5px 0 0 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.opener:hover {
	opacity: .7;
}

.opener span {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 40px;
}

.opener span:nth-child(2) {
	top: 11px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.opener span:nth-child(3) {
	top: 23px;
}

.opener.close {
	right: 28px;
	left: auto;
	font: 400 16px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 3px 20px 0 0;
	width: 67px;
	top: 38px;
	z-index: 999;
}

.opener.close span {
	height: 2px;
	width: 20px;
	right: 0;
	background: #cb070f;
	left: auto;
}

.opener.close span:first-child {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	top: 10px;
}

.opener.close span:nth-child(2) {
	visibility: hidden;
	opacity: 0;
}

.opener.close span:nth-child(3) {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	top: 10px;
}

.crumbs {
	background: #dddddd;
}

.crumbtext,
.SectionLink {
	font: 300 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 17px 0;
	font-weight:bold;
	color: #cb070f;
	text-transform: capitalize;
}

.crumbtext a {
	text-decoration:none;
}

.linkage {
	display:inline;
}

.st_sharethis_large {
    float: right;
    text-align: center;
    text-transform: uppercase;
    margin-top: -8px;
    font-size: 13px;
    background-color: #cb070f;
    color: #fff;
    padding: 10px 45px;
    cursor: pointer;
    -webkit-transition: left .25s ease, right .25s ease;
    transition: left .25s ease, right .25s ease;
}

.st_sharethis_large:hover {
	background-color: #003860;
}

span.stLarge {
	background-image:none !important;
}

.stButton {
	display: none !important;
}

#main {
	background: #fff;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	height: 384px;
}

.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .mask .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75% 50%;
	min-height: 384px;
	float: left;
}

.cycle-gallery .mask .slide.active {
	z-index: 1;
}

.cycle-gallery .caption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 30px 20px 70px;
	font: 400 20px/1.4 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.cycle-gallery .caption h3 {
	font: 400 28px/1.23 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 9px;
}

.cycle-gallery .caption p {
	margin: 0 0 12px;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	width: 55px;
	height: 55px;
	font-size: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
	text-align: center;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-next:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 55px;
}

.cycle-gallery .btn-prev > *,
.cycle-gallery .btn-next > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	background: #cb070f;
}

.cycle-gallery .btn-prev {
	left: 0;
}

.cycle-gallery .btn-next {
	right: 0;
}

.cycle-gallery .pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 9;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
}

.cycle-gallery .pagination ul {
	text-align: center;
}

.cycle-gallery .pagination ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
}

.cycle-gallery .pagination ul li a {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cycle-gallery .pagination ul li a:hover {
	background: #cb070f;
	border-color: #cb070f;
}

.cycle-gallery .pagination ul li.active a {
	background: #cb070f;
	border-color: #cb070f;
}

.btn {
	font: 700 14px/1.35 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #cb070f;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.btn:hover {
	color: #f84047;
}

.btn.red {
	color: #fff;
	background: #cb070f;
	padding: 12px;
	width: 158px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn.red:hover {
	background: #81040a;
}

h1, h2 {
	font: 300 32px/1.04 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 29px;
	color: #003860;
	text-transform: uppercase;
	text-align: center;
}

.internal h1 {
	margin: 0 0 18px;
}

.internal a.middleheadline, .internal h3.middleheadline {
	font-family: Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px !important;
	font-weight: 600 !important;
}

.internal .buffer .box {
	font-size: 14px;
	line-height: 16px;
}

.services-block {
	text-align: center;
	padding: 52px 0 58px;
}

.services-block .btn {
	padding: 16px;
}

.services-block .six-columns {
	font-size: 0;
	line-height: 0;
	margin: 0 -11px 6px;
}

.services-block .six-columns .col {
	font-size: 15px;
	line-height: 15px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 12px;
	margin: 0 0 15px;
}

.services-block .six-columns .image-wrap {
	white-space: nowrap;
	text-align: center;
	width: 128px;
	height: 128px;
	border: 2px solid #003860;
	border-radius: 50%;
	background: transparent;
	overflow: hidden;
	margin: 0 0 8px;
	position: relative;
}

.services-block .six-columns .image-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 128px;
}

.services-block .six-columns .image-wrap > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.services-block .six-columns .image-wrap span {
	font-size: 51px;
	line-height: 51px;
	color: #003860;
}

.services-block .six-columns .info-text {
	display: inline-block;
	vertical-align: top;
	font: 600 14px/1.14 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	max-width: 120px;
	text-align: center;
}

.services-block .six-columns .link-hold {
	text-decoration: none;
	color: #003860;
	display: inline-block;
	vertical-align: top;
}

.services-block .six-columns .link-hold:hover .image-wrap {
	background: #cb070f;
	border-color: #cb070f;
}

.services-block .six-columns .link-hold:hover .image-wrap span {
	color: #fff;
}

.services-block .six-columns .link-hold:hover .image-wrap .hovers {
	visibility: visible;
	opacity: 1;
	display: inline-block;
	vertical-align: top;
}

.services-block .six-columns .link-hold:hover .image-wrap .normal {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.services-block .six-columns .link-hold:hover .info-text {
	color: #cb070f;
}

.services-block .six-columns .link-hold:hover .small .hovers {
	margin: 0 0 0 14px;
}

.services-block .six-columns .link-hold .hovers {
	white-space: nowrap;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	display: none;
	text-align: center;
}

.services-block .six-columns .link-hold .hovers:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 128px;
}

.services-block .six-columns .link-hold .hovers > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.news-block {
	padding: 77px 0 83px;
	text-align: center;
	color: #fff;
	font: 400 18px/1.2 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.news-block .title-wrap {
	margin: 0 0 47px;
}

.news-block h2 {
	color: #fff;
	margin: 0 0 3px;
}

.news-block .three-columns {
	text-align: left;
	overflow: hidden;
	margin: 0 0 8px;
}

.news-block .three-columns .col {
	margin: 0 0 40px;
}

.news-block .three-columns .col:last-child {
	display: none;
}

.news-block .post {
	font: 400 14px/1.53 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.news-block .post .title {
	font: 600 20px/1.33 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px;
	color:#fff;
	display:block;
	text-decoration: none;
}

.news-block .post .title:hover {
	color:#cb070f;
}

.news-block .post time {
	font: 700 16px/1.44 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px;
}

.news-block .post p {
	margin: 0 0 15px;
}

.news-block .post p .venue {
	display: inline-block;
	vertical-align: baseline;
	font-style: normal;
	font: 700 14px/1.53 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	text-transform: uppercase;
}

.news-block .btn {
	font: 700 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-block .btn.red {
	padding: 15px;
}

.posts-block {
	padding: 36px 0 7px;
}

.posts-block .heading-wrap {
	background: #003860;
	display: block;
	padding: 16px;
	text-align: center;
	color: #fff;
	font: 400 20px/1.35 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px;
}

.posts-block img {
	width: 100%;
}

.posts-block .three-columns {
	overflow: hidden;
}

.posts-block .three-columns .col {
	margin: 0 0 33px;
}

.posts-block .three-columns .content-wrap {
	position: relative;
	padding: 0 0 60px;
}

.posts-block .btn {
	text-transform: capitalize;
}

.posts-block .btn.red {
	width: 260px;
	text-transform: uppercase;
	padding: 13px;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 15px;
	right: 0;
}

.fb-like-box {
	max-width:100%;
	overflow:scroll;
	margin: 0 auto;
	display:block !important;
	text-align:center;
}

.twitter-posts {
	font: 400 16px/1.35 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	margin: 0 0 15px 0;
}

.twitter-posts .headline {
	font: 600 13px/1.1 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.twitter-posts a {
	color: #cb070f;
	text-decoration: none;
}

.twitter-posts .meta-list {
  overflow: hidden;
  line-height: 16px;
  font-weight: bold; 
  padding: 0;
  margin: 0;
}

.twitter-posts .meta-list li {
	float:left;
	list-style:none;
}

.twitter-posts .meta-list .icon-prev-arrow {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0; 
}
  
.twitter-posts .meta-list .icon-rotate-arrow {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 0 0; 
}
  
.twitter-posts .meta-list .icon-star {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 6px 0 4px; 
}

.twitter-posts .meta-list .icon-dots {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin: -2px 0 0 4px;
  padding: 0 0 0 8px; 
}

.instagram-list {
    letter-spacing: -6px;
    margin: 0;
}

.instagram-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
    padding: 0 9px;
    width: 180px;
    height: 162px;
    letter-spacing: 0;
}

.instagram-list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts-block .events-wrap {
	margin: 0 0 27px;
}

.event {
	font-size: 0;
	line-height: 0;
	margin: 0 0 12px;
	border-bottom: 1px solid #d5d8dc;
	padding: 15px 0 21px;
}

.event-headline {
	text-align:center;
	margin-top: 10%;
}

.event time {
	font: 600 33px/.6 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	background: #003860;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 5px 5px 10px;
	width: 45px;
}

.event .month {
	font: 600 9px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
}

.event .text-hold {
	display: inline-block;
	vertical-align: top;
	font: 400 14px/1.35 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	margin: -5px 0 0;
	width: calc(100% - 45px);
	padding: 0 0 0 15px;
}

.event .text-hold h3 {
	font: 600 20px/1.35 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	color: #333;
}

.event .text-hold p {
	margin: 0 0 5px;
}

.connect-block h2 {
	color: #fff;
	text-align: left;
	margin: 0 0 15px;
}

.connect-block .two-columns {
	font-size: 0;
	line-height: 0;
}

.connect-block .two-columns .col-left {
	color: #fff;
	font: 400 14px/1.33 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	padding: 85px 20px 58px;
}

.connect-block .two-columns .col-right {
	color: #fff;
	font: 400 14px/1.428 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.connect-block .two-columns .col-right h2 {
	margin: 0 0 19px;
}

.connect-block .two-columns .text-right {
	padding: 82px 19px 73px;
}

.connect-block .signup-form {
	margin: 0 0 42px;
}

.connect-block .signup-form input[type="email"] {
	width: 100%;
	font: 400 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	padding: 10px 13px;
	border: none;
	margin: 0 0 18px;
}

.connect-block .signup-form input[type="email"]:focus {
	outline: none;
	border: none;
}

.connect-block .signup-form input[type="email"]::-webkit-input-placeholder {
	color: #333;
}

.connect-block .signup-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.connect-block .signup-form input[type="email"]:-moz-placeholder {
	color: #333;
}

.connect-block .signup-form input[type="email"]:-ms-input-placeholder {
	color: #333;
}

.connect-block .signup-form input[type="email"].placeholder {
	color: #333;
}

.connect-block .signup-form button {
	border: none;
	background: #cb070f;
	font: 900 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 15px;
	width: 158px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.connect-block .signup-form button:hover {
	background: #81040a;
}

.connect-block .social-networks {
	text-align: left;
	margin: 0 -13px;
}

.connect-block .social-networks li {
	padding: 0 6px;
}

.connect-block .social-networks li a {
	font-size: 70px;
	line-height: 80px;
	color: #fff;
}

.connect-block .social-networks li a:hover {
	color: #cb070f;
}

.connect-block p {
	margin: 0 0 32px;
}

.connect-block p a {
	text-decoration: none;
	color: #ee585e;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.connect-block p a:hover {
	color: #e2171f;
}

.connect-block .red {
	width: 300px;
	padding: 16px;
}

#footer {
	color: #fff;
}

#footer .holder {
	position: relative;
}

#footer .holder:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url("../images/congress.png") no-repeat 50% 0/auto;
	z-index: -1;
}

.contact-block {
	text-align: center;
	padding: 49px 0 0;
	font: 600 14px/1.3 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.contact-block h2 {
	color: #fff;
	margin: 0 0 10px;
}

.contact-block p {
	margin: 0 0 35px;
}

.four-columns {
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.four-columns .col {
	font: 600 18px/1.3 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	margin: 0 0 36px;
}

.four-columns h3 {
	font: 600 20px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.four-columns address {
	font-style: normal;
}

.contact-list {
	max-width: 225px;
}

.contact-list li {
	padding: 0;
}

.contact-list li a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.contact-list li a:hover {
	color: #cb070f;
}

.left-block .extra-links {
	font-size: 0;
	line-height: 0;
	margin: 0 -9px 16px;
	text-align: center;
}

.left-block .extra-links li {
	display: inline-block;
	vertical-align: top;
	font: 700 14px/1.3 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0 9px;
	margin: 0 0 11px;
	position: relative;
}

.left-block .extra-links li:after {
	content: "|";
	position: absolute;
	top: -1px;
	color: #fff;
	right: -2px;
}

.left-block .extra-links li:last-child:after {
	content: none;
}

.left-block .extra-links li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.left-block .extra-links li a:hover {
	color: #cb070f;
}

.left-block .extra-links li.active a {
	color: #cb070f;
}

.footer {
	font-size: 0;
	line-height: 0;
	margin: 0 0 5px;
}

.footer .social-networks {
	margin: 0 -9px;
	text-align: center;
}

.footer .social-networks li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 18px;
	margin: 0 0 5px;
}

.footer .social-networks li a {
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.footer .social-networks li a:hover {
	color: #cb070f;
}

body {
	background: #003860;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.holder.internal {
	margin: 30px auto;
}

.holder {
	max-width: 1171px;
	margin: 0 auto;
	padding: 0 20px;
}

.holder:after {
	content: "";
	display: block;
	clear: both;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fenumk');
  src:  url('../fonts/icomoon.eot?fenumk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fenumk') format('truetype'),
    url('../fonts/icomoon.woff?fenumk') format('woff'),
    url('../fonts/icomoon.svg?fenumk#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-flag:before {
  content: "\e900";
}
.icon-map:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-palace:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-youtube2:before {
  content: "\e905";
}
.icon-right:before {
  content: "\e906";
}
.icon-left:before {
  content: "\e907";
}
.icon-youtube3:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\e909";
}
.icon-twitter2:before {
  content: "\e90b";
}
.icon-youtube:before {
  content: "\e90c";
}
.icon-facebook2:before {
  content: "\e90d";
}
.icon-cash:before {
  content: "\e911";
}
.icon-dots-three-horizontal:before,
.icon-dots:before {
  content: "\e916";
}
.icon-retweet:before,
.icon-rotate-arrow:before {
  content: "\e918";
}
.icon-reply:before,
.icon-prev-arrow:before {
  content: "\e919";
}
.icon-star:before {
  content: "\f005";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-instagram2:before {
  content: "\e90f";
}

/*Popup Styling*/

.email-overlay {
	background: rgba(0, 56, 96, 0.85);
	position: fixed;
	bottom: -5px;
	right: -5px;
	z-index: 9999;
	color: #fff;
	-webkit-transform: translate(0, 102%);
	-ms-transform: translate(0, 102%);
	transform: translate(0, 102%);
	-webkit-transition: -webkit-transform 1s ease;
	transition: transform 1s ease; 
	width: 470px;
	border-left: 5px solid #cb070f;
	border-right: 5px solid #cb070f;
	border-top: 5px solid #cb070f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 5px;
	-moz-background-size: 100% 5px;
	background-size: 100% 5px;
}

.email-overlay.active {
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%); 
}

.email-overlay .closer-btn {
	width: 8px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease; 
}

.email-overlay .closer-btn span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #fff;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg); 
}

.email-overlay .closer-btn span:nth-child(2) {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg); 
}

.email-overlay .closer-btn:hover {
	opacity: 0.5; 
}

.intro-block {
	padding: 40px;
}

.intro-block p {
	font-size: 18px;
	font: 400 18px/1.2 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.intro-block .img-holder {
	position: absolute;
	right: -30px;
	bottom: 0px;
	max-width: 284px;
}

.intro-block h2 {
	color: #fff;
	font-size: 34px;
	margin: 0 0 10px
}

.intro-block .text-holder {
	padding: 0;
	position: relative;
}

.intro-block .subscribe-form {
	position: relative;
	width: 100%;
}

.intro-block input[type="email"] {
	height: 50px;
	min-width: 245px;
	color: #333;
}

.intro-block .subscribe-form button[type="submit"] {
	padding: 16px 22px;
    width: 130px;
    border: none;
}





@media (min-width: 768px) {
	.top-block {
		margin: 0 0 20px;
		padding: 5px 0 0;
	}

	.top-block .image-wrap {
		display: inline-block;
		vertical-align: middle;
		padding: 0 8px 0 0;
		margin: 0 0 0  -55px;
	}

	.top-block .text-wrap {
		font: 600 22px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: -55px 0 0 -44px;
	}

	.top-block .social-networks {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: 15px;
		right: 27px;
		width: 270px;
	}

	.top-block .title {
		font: 900 57px/.8 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.top-block .info {
		font: 400 16.5px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.bottom-block {
		margin: -50px 0 0;
		padding: 18px 0;
	}

	#nav {
		width: calc(100% - 240px);
	}

	.search-form {
		width: 240px;
	}

	.opener {
		top: 22px;
		left: 30px;
	}

	.cycle-gallery .mask {
		height: 420px;
	}

	.cycle-gallery .mask .slide {
		min-height: 420px;
	}

	.cycle-gallery .caption {
		width: 500px;
		bottom: 0;
		left: 53px;
		padding: 30px 10px 30px 40px;
		font: 400 24px/1.5 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	}

	.cycle-gallery .caption h3 {
		font: 400 30px/1.23 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: 0 0 13px;
	}

	.cycle-gallery .caption p {
		margin: 0 0 15px;
	}

	.cycle-gallery .pagination {
		display: none;
	}

	h1, h2 {
		margin: 0 0 44px;
		font: 300 42px/1.04 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.services-block {
		padding: 60px 0 80px;
	}

	.services-block .btn {
		margin: -15px 0 0;
	}

	.services-block .holder {
		max-width: 575px;
		padding: 0;
	}

	.services-block .six-columns {
		margin: 0 -15px;
	}

	.services-block .six-columns .col {
		width: 33.33%;
		padding: 0 15px;
		margin: 0 0 48px;
	}

	.services-block .six-columns .image-wrap {
		white-space: nowrap;
		text-align: center;
		width: 170px;
		height: 170px;
		margin: 0 0 12px;
	}

	.services-block .six-columns .image-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 170px;
	}

	.services-block .six-columns .image-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.services-block .six-columns .image-wrap span {
		font-size: 66px;
		line-height: 66px;
	}

	.services-block .six-columns .info-text {
		font: 600 18px/1.11 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		max-width: 150px;
		margin: 0 auto;
	}

	.services-block .six-columns .link-hold:hover .small .hovers {
		margin: 0 0 0 18px;
	}

	.services-block .six-columns .link-hold .hovers {
		white-space: nowrap;
		text-align: center;
	}

	.services-block .six-columns .link-hold .hovers:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 170px;
	}

	.services-block .six-columns .link-hold .hovers > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.news-block {
		padding: 60px 0 80px;
	}

	.news-block .title-wrap {
		margin: 0 0 25px;
	}

	.news-block h2 {
		margin: 0 0 4px;
	}

	.news-block .three-columns {
		margin: 0 -15px;
	}

	.news-block .three-columns .col {
		padding: 0 15px;
		float: left;
		width: 50%;
	}

	.news-block .post {
		font: 400 16px/1.625 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	}

	.news-block .post .title {
		font: 600 24px/1.33 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.news-block .post p .venue {
		font: 700 16px/1.62 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	}

	.posts-block {
		padding: 69px 0 41px;
	}

	.posts-block .heading-wrap {
		font: 400 24px/1.35 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		padding: 13px;
	}

	.posts-block .events-wrap {
		margin: 0 0 33px;
	}

	.event {
		padding: 18px 0;
		margin: 0 0 17px;
	}

	.event time {
		font: 600 50px/.6 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		padding: 5px 5px 15px;
		width: 70px;
	}

	.event .month {
		font: 600 14px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.event .text-hold {
		font: 400 16px/1.35 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
		width: calc(100% - 70px);
		margin: -7px 0 0;
		padding: 0 0 0 30px;
	}

	.event .text-hold h3 {
		font: 600 24px/1.35 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.connect-block .two-columns .col-left {
		font: 400 18px/1.2 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.connect-block .two-columns .col-right {
		font: 400 18px/1.2 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.connect-block .two-columns .col-right h2 {
		margin: 0 0 13px;
	}

	.connect-block .two-columns .text-left {
		max-width: 353px;
		float: right;
		padding: 85px 15px 65px 0;
	}

	.connect-block .two-columns .text-right {
		font: 400 18px/1.33 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
		max-width: 353px;
		float: left;
		padding: 85px 0 65px 15px;
	}

	.connect-block .two-columns .text-right p {
		margin: 0 0 19px;
	}

	.connect-block .signup-form {
		margin: 0 0 65px;
		max-width: 375px;
	}

	.connect-block .signup-form input[type="email"] {
		font: 400 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		padding: 10px 25px;
	}

	.connect-block .social-networks {
		margin: 0 -8px;
	}

	.connect-block .social-networks li {
		padding: 0 6px;
	}

	.connect-block .social-networks li a {
		font-size: 73px;
		line-height: 73px;
	}

	.connect-block p {
		margin: 0 0 33px;
	}

	#footer .holder:before {
		left: -38%;
		top: 15%;
	}

	.contact-block {
		padding: 62px 0 0;
		margin: 0 0 37px;
	}

	.contact-block p {
		margin: 0 0 42px;
	}

	.four-columns .col {
		display: inline-block;
		vertical-align: top;
		padding: 0 30px 0 77px;
		width: 50%;
		margin: 0 0 12px;
	}

	.left-block {
		display: inline-block;
		vertical-align: middle;
		width: 70%;
	}

	.left-block .extra-links {
		text-align: left;
		margin: 0 -9px;
	}

	.left-block .extra-links li {
		margin: 0 0 5px;
	}

	.left-block .extra-links li:after {
		right: -2px;
	}

	.right-block {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
	}

	.footer .social-networks {
		text-align: right;
	}

	.footer .social-networks li {
		padding: 0 17px;
	}

	.holder {
		padding: 0 30px;
	}
}

@media (min-width: 1024px) {
	.bottom-block {
		padding: 0;
		margin: -37px 0 0;
	}

	#nav .menu {
		margin: 0 -19px;
	}

	#nav .menu li {
		padding: 0 10px;
		display: inline-block;
		vertical-align: top;
		font: 600 15px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	#nav .menu li .dropdown {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 150%;
		left: 0;
		width: 195px;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
	}

	#nav .menu li .dropdown li {
		font: 400 12px/1.3 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	#nav .menu li .dropdown ul {
		display: inline-block;
		vertical-align: top;
		visibility: hidden;
		opacity: 0;
		background: #003860;
		position: absolute;
		top: 0;
		left: 125%;
		width: 195px;
		z-index: 999;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	#nav .menu li .dropdown ul li {
		padding: 10px 27px;
	}

	#nav .menu li.has-drop-down a.has-drop-down-a:after {
		content: none;
	}

	.drop {
		opacity: 1;
		visibility: visible;
		position: static;
		background: none;
		padding: 0;
	}

	.opener {
		display: none;
	}

	.posts-block .three-columns {
		margin: 0 -15px;
	}

	.posts-block .three-columns .col {
		width: 33.33%;
		float: left;
		padding: 0 15px;
	}

	.connect-block .two-columns .text-left {
		max-width: 420px;
	}

	.connect-block .two-columns .text-right {
		max-width: 420px;
		padding: 85px 30px 65px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.top-block {
		margin: 0 0 15px;
	}

	.top-block .image-wrap {
		margin: 0;
	}

	.top-block .text-wrap {
		width: calc(100% - 300px);
		font: 600 28px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
		margin: -50px 0 0 0;
	}

	.top-block .social-networks {
		width: calc(100% - 930px);
		position: static;
		margin: -47px 0 0;
	}

	.top-block .social-networks li {
		padding: 0 3px;
	}

	.top-block .title {
		font: 900 72px/.7 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.top-block .info {
		font: 400 18px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.bottom-block {
		margin: -55px 0 0;
	}

	#nav {
		padding: 25px 0 0 0;
	}

	#nav .menu li {
		padding: 0 19px;
	}

	#nav .menu li a {
		padding: 0 0 25px;
	}

	.cycle-gallery .mask {
		height: 598px;
	}

	.cycle-gallery .mask .slide {
		min-height: 598px;
	}

	.cycle-gallery .caption {
		left: auto;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		font-size: 28px;
		line-height: 28px;
	}

	.services-block {
		padding: 55px 0 58px;
	}

	.services-block .btn {
		margin: 0;
	}

	.services-block .holder {
		max-width: 1171px;
		padding: 0;
	}

	.services-block .six-columns .col {
		width: 16.66%;
		padding: 0 15px;
		margin: 0 0 45px;
	}

	.news-block {
		padding: 60px 0 68px;
	}

	.news-block .three-columns {
		margin: 0 -15px 17px;
	}

	.news-block .three-columns .col {
		width: 33.33%;
		margin: 0 0 15px;
	}

	.news-block .three-columns .col:last-child {
		display: block;
	}

	.news-block .post time {
		font: 700 18px/1.44 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	}

	.news-block .btn {
		font: 700 16px/1.3 Raleway, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.posts-block {
		padding: 79px 0 20px;
	}

	.posts-block .events-wrap {
		margin: 0 0 47px;
	}

	.event {
		margin: 0 0 9px;
	}

	.connect-block .two-columns .text-left {
		max-width: 590px;
		padding: 85px 141px 0 0;
	}

	.connect-block .two-columns .text-right {
		max-width: 590px;
		padding: 85px 0 60px 85px;
	}

	.connect-block .two-columns .text-right p {
		margin: 0 0 17px;
	}

	.connect-block .signup-form {
		margin: 0 0 52px;
	}

	.connect-block .signup-form input[type="email"] {
		padding: 9px 22px;
		margin: 0 0 28px;
	}

	.connect-block p {
		margin: 0 0 29px;
	}

	.connect-block .social-networks {
		margin: 0 -8px;
	}

	.connect-block .social-networks li {
		padding: 0 6px;
	}

	.connect-block .social-networks li a {
		font-size: 93px;
		line-height: 93px;
	}

	#footer .holder:before {
		left: -12%;
		top: 0;
		width: 457px;
	}

	.contact-block {
		margin: 0 0 60px;
		font: 600 18px/1.3 "Crimson Text", "Times New Roman", Times, Baskerville, Georgia, serif;
	}

	.four-columns .col {
		width: 25.61%;
		padding: 0 30px 0 0;
	}

	.four-columns .col:last-child {
		width: 23.17%;
	}

	.holder {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.search-form button {
		padding: 0 2px 0 0;
	}
}

@media (max-width: 1023px) {
	#nav .menu li.has-drop-down a.has-drop-down-a:after {
		content: "+";
		position: absolute;
		top: -4px;
		right: -18px;
		font: 900 24px/1.3 Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	#nav .menu li.has-drop-down .drop-wrap.hover .has-drop-down-a:after {
		content: "-";
	}

	#nav .menu li.has-drop-down ul .has-drop-down .drop-wrap .has-drop-down-a {
		padding: 0;
	}

	#nav .menu li.has-drop-down ul .has-drop-down .drop-wrap .has-drop-down-a:after {
		content: "+";
		font-size: 18px;
		line-height: 18px;
		top: 0;
	}

	#nav .menu li.has-drop-down ul .has-drop-down .drop-wrap.hover .has-drop-down-a:after {
		content: "-";
	}

	#nav .menu li:first-child {
		padding: 5px 80px 5px 0;
	}

	.nav-active .drop {
		opacity: 1;
		visibility: visible;
		height: calc(100vh - 155px);
		bottom: 0;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.posts-block .three-columns .col {
		min-height: 0 !important;
	}

	.posts-block .three-columns .content-wrap {
		min-height: 0 !important;
	}

	.fb-like-box {
		margin-bottom: 20px;
	}

	body.nav-active {
		overflow: hidden;
	}

	body.nav-active .fixed-position .drop {
		height: calc(100vh - 70px);
	}
}

@media (max-width: 767px) {
	.cycle-gallery .caption {
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .5);
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		display: none;
	}

	.services-block .six-columns .image-wrap.small .normal img,
	.services-block .six-columns .image-wrap.small .hovers img {
		width: 55px;
	}

	.services-block .six-columns .image-wrap .normal img,
	.services-block .six-columns .image-wrap .hovers img {
		width: 30px;
	}

	.news-block .three-columns .col {
		min-height: 0 !important;
	}

	.connect-block .two-columns .col-left {
		min-height: 0 !important;
	}

	.connect-block .two-columns .col-right {
		min-height: 0 !important;
	}

	.four-columns .col {
		min-height: 0 !important;
	}

	.linkage {
		display:block;
		text-align:center;
	}

	.st_sharethis_large {
		float:none;
		width: 50%;
		display:block;
		margin: 10px auto 0px;
	}

	.email-overlay {
		display: none;
	}
}

