/*! 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("../fonts2018/icomoon.eot?1srm0p");
	src: url("../fonts2018/icomoon.eot?1srm0p#iefix") format("embedded-opentype"), url("../fonts2018/icomoon.ttf?1srm0p") format("truetype"), url("../fonts2018/icomoon.woff?1srm0p") format("woff"), url("../fonts2018/icomoon.svg?1srm0p#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-blog:before {
	content: "\e900";
}

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

.icon-instagram.rounded:before,
.icon-instagram-rounded:before {
	content: "\e902";
}

.icon-twitter.rounded:before,
.icon-twitter-rounded:before {
	content: "\e903";
}

.icon-facebook.rounded:before,
.icon-facebook-rounded:before {
	content: "\e904";
}

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

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

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

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

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

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

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

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

.icon-repost:before {
	content: "\e910";
}

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

.icon-youtube-rounded:before,
.icon-youtube.rounded:before {
	content: "\e911";
}

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

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

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

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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

/*Retina graphics!*/

.checkbox-list,
.news-list,
.social-news,
.social-news .title-list,
.social-news .share-list,
.instagram-list,
.main-nav,
.drop ul,
.footer-menu,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.content-section: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: 13px/1.385 "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.buffer #aspnetForm {
	font: 16px/1.385 "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

body .buffer {
	font-size: 16px;
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #911111;
}

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

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 #333;
	padding: 5px 5px;
}

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

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

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

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

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

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

.btn {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #911111;
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	padding: 12px 15px;
	min-width: 148px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #911111;
}

.btn:hover {
	text-decoration: none;
	color: #333;
	border-color: #333;
	background-color: #fff;
}

.btn:focus {
	outline: none;
}

.btn.btn-white {
	color: #fff;
	border-color: #fff;
}

.btn.btn-white:hover {
	background-color: #fff;
	color: #911111;
}

.btn.btn-red {
	color: #fff;
	border-color: #911111;
	background-color: #911111;
}

.btn.btn-red:hover {
	background-color: transparent;
	color: #911111;
}

label {
	display: block;
	font-size: 13px;
	line-height: 1.154;
}

.home input[type="text"],
.home input[type="tel"],
.home input[type="email"],
.home input[type="search"],
.home input[type="password"],
.home textarea {
	border: 2px solid #333;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	font-size: 13px;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

.home textarea {
	height: 73px;
	resize: none;
}

.checkbox-list {
	line-height: 1;
}

.checkbox-list li {
	padding: 0 0 0 17px;
	margin: 0 0 5px;
}

.custom-checkbox {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.custom-checkbox input[type="checkbox"]:checked + .fake-input:before,
.custom-checkbox input[type="radio"]:checked + .fake-input:before {
	opacity: 1;
	visibility: visible;
}

.custom-checkbox .fake-input {
	width: 10px;
	height: 10px;
	border: 2px solid #333;
	border-radius: 2px;
	margin: 1px 5px 0 0;
	position: relative;
}

.custom-checkbox .fake-input:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	width: 10px;
	height: 4px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	position: absolute;
	left: 0;
	top: -2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	visibility: hidden;
}

.custom-checkbox .fake-label {
	font-size: 13px;
	line-height: 1;
	max-width: calc(100% - 15px);
	cursor: pointer;
}

.intro-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	text-align: center;
	color: #fff;
}

.intro-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 360px;
}

.intro-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-left: 50vw solid #fff;
	border-right: 50vw solid #fff;
	border-top: 4.5vw solid transparent;
}

.intro-section .container {
	width: 100%;
	padding-bottom: 60px;
	padding-top: 60px;
}

.intro-section h1,
.intro-section .h1 {
	font-weight: 500;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .79);
	margin: 0 0 26px;
}

.intro-section .btn {
	border-radius: 4px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .79);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
	min-width: 182px;
	font-size: 13px;
	padding: 14px 15px;
}

.intro-section .btn:hover {
	text-shadow: none;
}

.int-hero h1 {
	font-size: 54px;
}

.int-hero h1 a {
	color: #fff;
	pointer-events: none;
  	cursor: default;
	text-transform: capitalize;
}

.relatedpicsholder,
.relatedpics {
	display: none;
}

.breadcrumbs {
	text-transform: capitalize;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .79);
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs .current {
	font-weight:bold;
}

.rightcol {
	width: 30%;
	float:left;
}

.leftcol {
	float: left;
	width: 70%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.sidebartop .form-holder h3 {
	color:#323232;
	margin: 0 0 10px;
}

.sidebartop .form-holder {
	width: 100%;
}

.issuedesc {
	display: none !important;
}

.issues-section ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.issues-section ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  width: calc(50% - 15px);
  margin: 10px 5px;
  font-weight: 700;
  font-size: 22px;
  vertical-align: top;
  background-size: 100% 202%;
  background-image: linear-gradient(to bottom, #f2f3f5 50%, #911011 50%);
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
}

.issues-section a {
  border-top: 7px solid #911011;
  color: #323232;
  padding: 20px 10px;
  box-sizing: border-box;
  display: block;
}

.issues-section ul li:hover {
	background-position: 0 -100%;
  color: #ffffff;
}

.issues-section ul li:hover a {
  color: #ffffff;
}

.content-section {
	padding: 30px 0;
}

.service-section {
	padding: 40px 0 17px;
}

.item-holder {
	margin: 0 -6px;
}

.item-holder .form-holder {
	width: 100%;
}

.item-holder .form-holder h3,
.item-holder .form-holder .h3 {
	margin: 0 0 5px;
}

.item {
	padding: 6px;
	color: #fff;
	width: 100%;
}

.item.dark-font {
	color: #333;
}

.item .inner {
	padding: 15px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: inherit;
	height: 100%;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.item .inner:after {
	content: "";
	display: block;
	width: 0;
	min-height: 105px;
}

.item .inner.text-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/*.item a.inner:hover {
	color: #911111;
}*/

.item a.inner:hover {
	opacity: .7;
}

.item h3,
.item .h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

.service-banner {
	background: -webkit-linear-gradient(315deg, #06183a 0%, #0f2d66 100%);
	background: linear-gradient(135deg, #06183a 0%, #0f2d66 100%);
	color: #fff;
}

.service-banner h2,
.service-banner .h2 {
	font-size: 30px;
	line-height: 1;
	margin: 0 0 10px;
}

.service-banner.inner {
	display: block;
	padding-top: 27px;
	padding-bottom: 32px;
}

.service-banner.inner:after {
	display: none;
}

.subscribe-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.subscribe-form input[type=text],
.subscribe-form input[type=email] {
	width: calc(100% - 38px);
	border: 0;
	height: 36px;
	background-color: #fff;
	font-size: 13px;
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.subscribe-form input[type=submit],
.subscribe-form button[type=submit] {
	width: 38px;
	min-width: 0;
	padding: 5px;
	font-size: 16px;
}

.news-section {
	padding: 0 0 40px;
}

.news-section .btn-holder {
	text-align: center;
}

.news-list {
	margin: 0 -10px 5px;
}

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

.news-list li > div {
	overflow: hidden;
}

.news-box {
	background: -webkit-radial-gradient(center, ellipse, #eef3fa 0%, #e2e3e6 50%, #eef3fa 100%);
	background: radial-gradient(ellipse at center, #eef3fa 0%, #e2e3e6 50%, #eef3fa 100%);
	padding: 9px 9px 15px;
}

.news-box.gray-bg {
	background: -webkit-radial-gradient(center, ellipse, #f2f2f2 0%, #dbdbdb 50%, #f2f2f2 100%);
	background: radial-gradient(ellipse at center, #f2f2f2 0%, #dbdbdb 50%, #f2f2f2 100%);
}

.news-box.dark-bg {
	background: -webkit-radial-gradient(center, ellipse, #292929 0%, #434343 50%, #292929 100%);
	background: radial-gradient(ellipse at center, #292929 0%, #434343 50%, #292929 100%);
	color: #fff;
}

.news-box.dark-bg .read-more {
	color: #fff;
}

.news-box.dark-bg .read-more:hover {
	color: #911111;
}

.news-box .top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 8px;
}

.news-box .category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-box .category .icon-blog,
.news-box .category .icon-news {
	font-size: 14px;
	margin: 0 4px 0 0;
	font-weight: 400;
}

.news-box time,
.news-box .time {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-box .img-box {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	margin-bottom: 15px;
}

.news-box .img-box:hover {
	opacity: .8;
}

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

.news-box .title {
	display: block;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 4px;
}

.news-box .title a {
	color: inherit;
}

.news-box .title a:hover {
	color: #911111;
}

.news-box .text-box p {
	margin: 0 0 5px;
	letter-spacing: .2px;
}

.news-box .read-more {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.news-banner {
	background: -webkit-linear-gradient(top, #828282 0%, #626262 100%);
	background: linear-gradient(to bottom, #828282 0%, #626262 100%);
	color: #fff;
	padding: 24px 19px 25px 19px;
}

.news-banner .title-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 3px;
}

.news-banner h2,
.news-banner .h2 {
	margin: 0;
	font-size: 30px;
}

.news-banner .icon-blog,
.news-banner .icon-news {
	font-size: 30px;
	margin: 3px 8px 0 0;
}

.survey-section {
	padding: 0 0 41px;
}

.survey-section .holder {
	background: -webkit-linear-gradient(315deg, #e8e8e8 0%, #e9e9e9 100%);
	background: linear-gradient(135deg, #e8e8e8 0%, #e9e9e9 100%);
}

.survey-section h2,
.survey-section .h2 {
	font-size: 30px;
	margin: 0 0 17px;
}

.survey-section .left-col {
	padding: 22px 18px 26px 18px;
}

.survey-section .img-holder {
	height: 100%;
}

.survey-form {
	counter-reset: newCounter;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.survey-form fieldset {
	margin: 0 0 15px;
}

.survey-form label:not([class]) {
	font-weight: 700;
	margin: 0 0 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.survey-form label:not([class]):before {
	counter-increment: newCounter;
	content: counters(newCounter, "") ". ";
	min-width: 18px;
}

.survey-form textarea {
	margin: 0 18px 4px;
	width: calc(100% - 36px);
	padding: 4px 5px;
}

.survey-form [type=submit] {
	margin-left: 17px;
}

.social-section {
	color: #fff;
	background: -webkit-linear-gradient(315deg, #06183a 0%, #0f2d66 100%);
	background: linear-gradient(135deg, #06183a 0%, #0f2d66 100%);
	padding: 39px 0 14px;
}

.social-section h2,
.social-section .h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 0 0 18px;
	letter-spacing: -.75px;
}

.social-section .title-holder {
	margin: 0 0 55px;
}

.social-section .title-holder .social-list {
	font-size: 16px;
}

.social-news > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 19px;
}

.social-news a {
	color: inherit;
}

.social-news .title {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.025em;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 2px;
}

.social-news time,
.social-news .time {
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-news .social-icon {
	width: 42px;
	margin: 0 10px 0 0;
}

.social-news .social-icon a {
	font-size: 42px;
}

.social-news .social-icon a:hover {
	color: #911111;
}

.social-news .news-content {
	font-size: 13px;
	line-height: 18px;
	width: calc(100% - 52px);
	padding: 4px 0 0;
}

.social-news .news-content p {
	margin: 0 0 6px;
}

.social-news .news-content a:not([class]) {
	color: #c6c6c6;
}

.social-news .news-content a:not([class]):hover {
	color: #911111;
}

.social-news .news-content .title a {
	color: #fff;
}

.social-news .title-list {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	margin: -3px 0 5px;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-news .title-list li {
	position: relative;
}

.social-news .title-list li:first-child:before {
	display: none;
}

.social-news .share-list {
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -2px 0 1px 0;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-news .share-list [class^="icon-"] {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.social-news .share-list .counter {
	display: inline-block;
	vertical-align: middle;
}

.social-news .share-list .icon-back {
	font-size: 14px;
}

.social-news .share-list .icon-repost {
	font-size: 19px;
}

.social-news .share-list .icon-dots {
	font-size: 20px;
}

.social-news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 5px;
}

.social-news-block .column {
	padding: 0 0 34px;
	max-width: 450px;
	margin: 0 auto;
}

.social-news-block .column:last-child {
	padding-bottom: 0;
}

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

.instagram-list li {
	padding: 0 3px 15px;
}

.instagram-list .icon-instagram-rounded {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff;
	font-size: 42px;
}

.instagram-list .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	min-height: 280px;
	position: relative;
	max-width: 350px;
	margin: 0 auto;
	overflow: hidden;
}

.instagram-list .img-block:hover .icon-instagram-rounded {
	color: #911111;
}

.contacts-section {
	color: #fff;
	padding: 39px 0;
}

.contacts-section h2,
.contacts-section .h2 {
	color: #fff;
	margin: 0 0 55px;
	font-size: 30px;
	text-align: center;
}

.contacts-section .right-col {
	padding: 30px 0 37px;
}

.address-item {
	font-size: 14px;
	line-height: 1.429;
	margin: 0 0 36px;
}

.address-item .text-item {
	display: block;
}

.address-item h3,
.address-item .h3 {
	font-size: 25px;
	margin: 0 0 1px;
}

.address-item a {
	color: inherit;
}

.address-item a:hover {
	text-decoration: underline;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: transparent;
	position: absolute;
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100% !important;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#header.fixed-position {
	background: #fff;
	padding: 8px 0;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .6);
}

#header.fixed-position .logo {
	width: 100px;
	height: 40px;
}

#header.fixed-position .logo img {
	opacity: 0;
}

#header.fixed-position .logo img.sticky-logo {
	opacity: 1;
}

#header.fixed-position .social-list a {
	color: #0f2d66;
}

#header.fixed-position .social-list a:hover {
	color: #911111;
}

#header.fixed-position .nav-holder .nav-close {
	color: #333;
}

#header.fixed-position .nav-holder .nav-close:hover {
	color: #911111;
}

#header .logo {
	width: 165px;
	position: relative;
	display: block;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#header .logo .sticky-logo {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}

#header .logo .main-logo {
	max-width: 400px;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1504px;
}

#header .social-list {
	font-size: 18px;
	margin: 3px -5px 0;
	position: relative;
	z-index: 1;
}

#header .social-list li {
	padding: 0 5px;
}

.nav-opener {
	width: 30px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 23px 0 0;
}

.fixed-position .nav-opener {
	margin-top: 10px;
}

.fixed-position .nav-opener:before,
.fixed-position .nav-opener:after,
.fixed-position .nav-opener span {
	background: #333;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 4px;
}

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

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

.nav-holder .nav-drop-holder .top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 24px;
}

.nav-holder .nav-close {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
}

.nav-holder .nav-close:hover {
	color: #911111;
}

.nav-holder .nav-close span {
	font-size: 24px;
	margin: 0 0 0 12px;
	position: relative;
	top: 1px;
}

.main-nav {
	font-size: 26px;
	line-height: 1.15;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav > li {
	margin-bottom: 17px;
}

.main-nav > li.active > a {
	color: #911111;
}

.main-nav a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.main-nav a.has-drop-down-a {
	position: relative;
}

.fixed-position .main-nav a {
	color: #333;
}

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

.drop {
	-webkit-transition: max-height .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: max-height .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	padding: 12px 0 4px;
}

.drop li {
	margin-bottom: 15px;
}

.drop li:last-child {
	margin-bottom: 0;
}

.drop li a:hover {
	color: #911111;
}

.social-wrap {
	margin: 30px 26px 0 0;
	position: relative;
	z-index: 1;
}

.search {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 21px 0 0;
	line-height: 1;
}

.fixed-position .search {
	border-right-color: #333;
	border-left-color: #333;
	margin-top: 8px;
}

.search-opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	line-height: 1;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.fixed-position .search-opener {
	color: #333;
}

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

.search-box {
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}

.search-active .search-box {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.search-box form {
	padding: 5px 0;
	background: #fff;
	width: 100%;
}

.search-box .search-wrap {
	position: relative;
	width: 100%;
	background: transparent;
	font-size: 14px;
	line-height: 16px;
	padding-right: 45px;
}

.search-box input {
	background: none;
	outline: none;
	width: 100%;
	padding: 7px 12px 8px;
	border-color: #333;
}

.search-box input:focus {
	outline: none;
	border-color: #0f2d66;
}

.search-box .search-btn {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	background: #911111;
	box-shadow: none;
	outline: none;
	font-size: 21px;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
}

.search-box .search-btn i {
	margin: -1px auto 0;
}

.search-box .search-btn:hover {
	background-color: #630c0c;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #630c0c;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 700;
	line-height: 1;
}

.visible-md-up {
	display: none !important;
}

.visible-lg-up {
	display: none !important;
}

.visible-xs {
	display: block;
}

.text-center {
	text-align: center;
}

.bg-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.fancybox-overlay {
	z-index: 99999;
}

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

#footer {
	background: #0f2d66;
	padding: 40px 0 42px;
}

#footer .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .social-list {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 23px;
	font-size: 14px;
	line-height: 1;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
}

.footer-menu li:after {
	content: "|";
	margin: 0 13px;
}

.footer-menu li:last-of-type:after {
	display: none;
}

.footer-menu a {
	color: inherit;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #911111;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -4px;
	font-size: 28px;
	line-height: 1;
}

.social-list li {
	padding: 0 4px;
}

.social-list a {
	color: #fff;
	text-decoration: none;
}

.social-list a:hover {
	color: #911111;
}

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

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

@media (min-width: 480px) {
	.visible-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 28px;
	}

	textarea {
		height: 61px;
	}

	.checkbox-list li {
		padding: 0 0 0 12px;
	}

	.intro-section {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro-section:after {
		min-height: 540px;
	}

	.intro-section.int-hero:after {
		min-height: 440px;
	}

	.int-hero h1 {
		font-size: 70px;
	}

	.intro-section:before {
		border-top-width: 4vw;
	}

	.intro-section .container {
		padding-top: 150px;
	}

	.intro-section h1,
	.intro-section .h1 {
		margin: 0 0 23px;
	}

	.intro-section .btn {
		font-size: 20px;
		min-width: 240px;
		padding: 18px 20px;
	}

	.service-section {
		padding: 52px 0 31px;
	}

	.item-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -9px;
	}

	.item-holder .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.item-holder .w-33 {
		width: 33.33%;
	}

	.item-holder .w-50 {
		width: 50%;
	}

	.item-holder .w-66 {
		width: 66.66%;
	}

	.item-holder .w-100 {
		width: 100%;
	}

	.item-holder .w-100 h3 br,
	.item-holder .w-100 .h3 br {
		display: none;
	}

	.item-holder .form-holder {
		max-width: 277px;
		margin-left: auto;
	}

	.item {
		padding: 7px 9px;
	}

	.item.large .inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 40px;
	}

	.service-banner.inner {
		padding-top: 24px;
		padding-bottom: 37px;
	}

	.service-banner p {
		margin: 0 0 3px;
	}

	.news-section {
		padding: 0 0 54px;
	}

	.news-list {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0;
		column-gap: 0;
		margin: 0 -10px 7px;
	}

	.news-list li {
		position: relative;
		page-break-inside: avoid;
		overflow: hidden;
	}

	.news-list li.in-viewport > div {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.news-list li > div {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transition-duration: .75s;
		transition-duration: .75s;
		-webkit-transform: translateX(-120%);
		-ms-transform: translateX(-120%);
		transform: translateX(-120%);
	}

	.news-box {
		padding: 11px 9px 20px;
	}

	.news-box .top-block {
		padding: 0 0 10px;
	}

	.news-box .category {
		font-size: 11px;
	}

	.news-box .category .icon-blog,
	.news-box .category .icon-news {
		font-size: 17px;
	}

	.news-box time,
	.news-box .time {
		font-size: 11px;
	}

	.news-box .img-box {
		margin-bottom: 18px;
	}

	.news-box .title {
		font-size: 24px;
		line-height: 1.125;
		margin-bottom: 5px;
	}

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

	.survey-section .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.survey-section .left-col {
		width: 51.4%;
		padding: 22px 7px 22px 18px;
	}

	.survey-section .right-col {
		width: 48.6%;
	}

	.survey-form fieldset {
		margin: 0 0 9px;
	}

	.survey-form label:not([class]) {
		margin: 0 0 5px;
	}

	.survey-form textarea {
		margin: 0 12px 8px;
		width: calc(100% - 24px);
	}

	.survey-form [type=submit] {
		margin-left: 12px;
	}

	.social-section {
		padding: 86px 0 45px;
	}

	.social-section h2,
	.social-section .h2 {
		margin: 0;
	}

	.social-section .title-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 51px;
	}

	.social-section .title-holder .social-list {
		margin-left: 20px;
	}

	.social-news > li {
		margin-bottom: 11px;
	}

	.social-news .title-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -3px 0 3px;
	}

	.social-news .title-list li {
		padding: 0 0 0 15px;
	}

	.social-news .title-list li:before {
		content: "";
		position: absolute;
		left: 6px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		width: 3px;
		height: 3px;
		border-radius: 50%;
	}

	.social-news .title-list li:first-child {
		padding: 0;
	}

	.social-news .share-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}

	.social-news .share-list li {
		margin: 0 25px 0 0;
	}

	.social-news .share-list li:last-child {
		margin: 0;
	}

	.social-news-block {
		margin: 0 -15px;
		padding: 0 0 44px;
	}

	.social-news-block .column {
		width: 50%;
		padding: 0 15px;
		max-width: 100%;
		margin: 0;
	}

	.instagram-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.instagram-list li {
		width: 33.33%;
	}

	.instagram-list .img-block {
		min-height: 230px;
		max-width: 100%;
		margin: 0;
	}

	.contacts-section {
		padding: 36px 0;
	}

	.contacts-section .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 0 59px;
	}

	.contacts-section .left-col {
		width: 41.5%;
		padding: 38px 0 0 17px;
	}

	.contacts-section .right-col {
		width: 58.5%;
		padding: 0;
		text-align: right;
	}

	.address-item {
		margin: 0 0 65px;
	}

	.address-item h3,
	.address-item .h3 {
		font-size: 26px;
	}

	#header.fixed-position .logo {
		width: 150px;
		height: 60px;
	}

	#header .logo {
		width: 243px;
	}

	#header .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#header .social-list {
		margin: 0 -6px;
	}

	#header .social-list li {
		padding: 0 6px;
	}

	.header-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav-opener {
		margin: 31px 0 0;
	}

	.fixed-position .nav-opener {
		margin-top: 18px;
	}

	.nav-holder .nav-drop-holder .top-block {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 17px;
	}

	.main-nav {
		font-size: 30px;
		line-height: 1;
	}

	.main-nav > li {
		margin-bottom: 16px;
	}

	.drop li {
		margin-bottom: 16px;
	}

	.fixed-position .social-wrap {
		margin: 21px 26px 0 0;
	}

	.search {
		padding-left: 16px;
		padding-right: 16px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		margin: 27px 10px 0 0;
	}

	.fixed-position .search {
		margin-top: 18px;
	}

	.search-box form {
		padding: 10px 0;
	}

	.container {
		padding: 0 35px;
	}

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

	.visible-md-down {
		display: none !important;
	}

	.visible-md-up {
		display: block !important;
	}

	.text-md-center {
		text-align: center;
	}

	#footer {
		padding: 51px 0 52px;
	}

	#footer .social-list {
		width: auto;
		max-width: 30%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-menu {
		width: auto;
		max-width: 70%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.btn {
		font-size: 16px;
		padding: 20px 25px;
		min-width: 246px;
	}

	label {
		font-size: 16px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 16px;
		padding: 4px 12px;
	}

	textarea {
		height: 102px;
	}

	.checkbox-list li {
		padding: 0 0 0 21px;
		margin: 0 0 11px;
	}

	.custom-checkbox .fake-input {
		width: 16px;
		height: 16px;
		margin: -1px 9px 0 0;
	}

	.custom-checkbox .fake-input:before {
		width: 16px;
		height: 7px;
		left: 1px;
		top: -2px;
	}

	.custom-checkbox .fake-label {
		font-size: 16px;
		max-width: calc(100% - 25px);
	}

	.intro-section:after {
		min-height: 700px;
	}

	.intro-section.int-hero:after {
		min-height: 600px;
	}

	.service-section {
		padding: 30px 0 54px;
	}

	.item-holder {
		margin: 0 -15px;
	}

	.item-holder .form-holder {
		max-width: 462px;
	}

	.item {
		padding: 11px 15px;
	}

	.item .inner {
		padding: 15px 32px;
	}

	.item.sidebartop .inner {
		padding: 15px 20px 170px;
	}

	.item h3,
	.item .h3 {
		font-size: 24px;
	}

	.service-banner h2,
	.service-banner .h2 {
		font-size: 40px;
		line-height: .926;
	}

	.service-banner.inner {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.subscribe-form input[type=text],
	.subscribe-form input[type=email] {
		height: 60px;
		font-size: 18px;
		width: calc(100% - 60px);
	}

	.subscribe-form input[type=submit],
	.subscribe-form button[type=submit] {
		width: 60px;
		font-size: 24px;
	}

	.news-section {
		padding: 0 0 56px;
	}

	.news-list {
		margin: 0 -14px 29px;
	}

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

	.news-box {
		padding: 18px 20px 34px;
	}

	.news-box .category {
		font-size: 14px;
	}

	.news-box .category .icon-blog,
	.news-box .category .icon-news {
		font-size: 28px;
		margin: 0 7px 0 0;
	}

	.news-box time,
	.news-box .time {
		font-size: 14px;
	}

	.news-box .img-box {
		margin-bottom: 31px;
	}

	.news-box .title {
		font-size: 30px;
		margin-bottom: 9px;
	}

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

	.news-banner {
		padding: 40px 32px 47px 32px;
	}

	.news-banner .title-holder {
		margin: 0 0 5px;
	}

	.news-banner h2,
	.news-banner .h2 {
		font-size: 42px;
	}

	.news-banner .icon-blog,
	.news-banner .icon-news {
		font-size: 40px;
		margin: 3px 14px 0 0;
	}

	.survey-section {
		padding: 0 0 54px;
	}

	.survey-section h2,
	.survey-section .h2 {
		font-size: 40px;
	}

	.survey-section .left-col {
		padding: 44px 10px 36px 28px;
	}

	.survey-form fieldset {
		margin: 0 0 13px;
	}

	.survey-form label:not([class]):before {
		min-width: 22px;
	}

	.survey-form label:not([class]) {
		margin: 0 0 14px;
	}

	.survey-form textarea {
		margin: 0 21px 15px;
		width: calc(100% - 42px);
		padding: 8px 12px;
	}

	.survey-form [type=submit] {
		margin-left: 21px;
	}

	.social-section {
		padding: 86px 0 65px;
	}

	.social-section h2,
	.social-section .h2 {
		font-size: 54px;
		letter-spacing: -1.5px;
	}

	.social-section .title-holder {
		margin: 0 0 65px;
	}

	.social-section .title-holder .social-list {
		font-size: 32px;
		margin-left: 40px;
	}

	.social-section .title-holder .social-list li {
		padding: 0 6px;
	}

	.social-news > li {
		margin-bottom: 28px;
	}

	.social-news .title {
		font-size: 26px;
		line-height: 32px;
		margin: 0 0 1px;
	}

	.social-news time,
	.social-news .time {
		font-size: 14px;
	}

	.social-news .social-icon {
		width: 52px;
		margin: 0 15px 0 0;
	}

	.social-news .social-icon a {
		font-size: 52px;
	}

	.social-news .news-content {
		font-size: 15px;
		line-height: 26px;
		padding: 1px 0 0;
		width: calc(100% - 67px);
	}

	.social-news .news-content p {
		margin: 0 0 4px;
	}

	.social-news .social-box {
		font-size: 16px;
		line-height: 24px;
	}

	.social-news .title-list {
		font-size: 14px;
		letter-spacing: -.25px;
		margin: -3px 0 5px;
	}

	.social-news-block {
		margin: 0 -18px;
		padding: 0 0 32px;
	}

	.social-news-block .column {
		padding: 0 18px;
	}

	.instagram-list li {
		width: 25%;
	}

	.instagram-list .icon-instagram-rounded {
		font-size: 50px;
	}

	.instagram-list .img-block {
		min-height: 195px;
	}

	.contacts-section {
		padding: 93px 0 30px;
	}

	.contacts-section h2,
	.contacts-section .h2 {
		margin: 0 0 46px;
		font-size: 54px;
	}

	.contacts-section .left-col {
		padding: 75px 0 0 29px;
	}

	.address-item {
		font-size: 20px;
		line-height: 1.3;
	}

	.address-item h3,
	.address-item .h3 {
		font-size: 32px;
	}

	.header-panel {
		width: calc(100% - 243px);
	}

	.nav-opener {
		display: none;
	}

	.nav-holder {
		width: 100%;
		padding-top: 10px;
	}

	.fixed-position .nav-holder {
		padding-top: 0;
	}

	.nav-holder .nav-drop-holder .top-block {
		display: none;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
		font-size: 18px;
		line-height: 1.44;
	}

	.main-nav > li {
		position: relative;
		margin-bottom: 0;
	}

	.fixed-position .main-nav > li.active > a {
		color: #911111;
	}

	.main-nav > li.has-drop-down:hover > a {
		background-color: rgba(0, 0, 0, .5);
	}

	.fixed-position .main-nav > li.has-drop-down:hover > a {
		background-color: transparent;
	}

	.main-nav > li.has-drop-down:hover .drop {
		opacity: 1;
		visibility: visible;
	}

	.main-nav > li > a {
		-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
		transition: color .3s ease-in-out, background .3s ease-in-out;
		padding: 8px 12px;
		position: relative;
		border-radius: 5px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.main-nav > li > a.has-drop-down-a {
		border-radius: 5px 5px 0 0;
	}

	.main-nav a:hover {
		color: #911111;
	}

	.fixed-position .main-nav a:hover {
		background-color: transparent;
		color: #911111;
	}

	.drop {
		-webkit-transition: max-height .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
		transition: max-height .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
		position: absolute;
		top: 100%;
		min-width: 170px;
		font-size: 15px;
		opacity: 0;
		visibility: hidden;
		padding: 0;
		background-color: rgba(0, 0, 0, .5);
	}

	.fixed-position .drop {
		top: 100%;
		padding-top: 8px;
		background-color: #fff;
	}

	.hover .drop {
		visibility: visible;
		opacity: 1;
		max-height: 800px;
	}

	.drop li {
		margin-bottom: 0;
	}

	.drop li a {
		-webkit-transition: background-color .3s ease-in-out;
		transition: background-color .3s ease-in-out;
	}

	.drop li a:hover {
		background: rgba(145, 17, 17, .5);
		color: #fff;
	}

	.drop li a {
		display: block;
		padding: 9px 12px;
	}

	.social-wrap {
		margin: 30px 0 0 0;
	}

	.fixed-position .social-wrap {
		margin: 0;
	}

	.fixed-position .search {
		margin-top: 0;
	}

	.search-opener {
		vertical-align: top;
	}

	.search-box form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-box input {
		height: 50px;
		font-size: 22px;
		line-height: normal;
	}

	body {
		font-size: 20px;
		line-height: 1.5;
	}

	body .buffer {
		font-size: 20px;
	}

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

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

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

	.visible-lg-down {
		display: none !important;
	}

	.visible-lg-up {
		display: block !important;
	}

	#footer {
		padding: 28px 0 37px;
	}

	.footer-menu {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.intro-section:after {
		min-height: 780px;
	}

	.intro-section.int-hero:after {
		min-height: 650px;
	}

	.intro-section .container {
		padding-top: 185px;
	}

	.intro-section h1,
	.intro-section .h1 {
		margin: 0 0 48px;
	}

	.intro-section .btn {
		min-width: 300px;
		font-size: 24px;
		padding: 23px 30px;
	}

	.item .inner:after {
		min-height: 195px;
	}

	.item h3,
	.item .h3 {
		font-size: 30px;
	}

	.service-banner h2,
	.service-banner .h2 {
		font-size: 54px;
		margin: 0 0 15px;
	}

	.service-banner p {
		margin: 0 0 35px;
	}

	.news-box .title {
		font-size: 40px;
		line-height: 1.1;
	}

	.news-banner h2,
	.news-banner .h2 {
		font-size: 54px;
	}

	.news-banner .icon-blog,
	.news-banner .icon-news {
		font-size: 49px;
	}

	.news-banner p {
		margin: 0 0 25px;
	}

	.survey-section h2,
	.survey-section .h2 {
		font-size: 54px;
		margin: 0 0 28px;
	}

	.instagram-list .img-block {
		min-height: 287px;
	}

	.address-item {
		font-size: 30px;
		line-height: 1.2;
	}

	.address-item h3,
	.address-item .h3 {
		font-size: 40px;
	}

	.header-panel {
		padding: 22px 0 0;
	}

	.fixed-position .header-panel {
		padding: 12px 0 0;
	}

	.nav-holder {
		position: relative;
		width: auto;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding: 0 17px 0 0;
	}

	.main-nav > li > a {
		padding: 8px 12px;
	}

	.fixed-position .drop {
		padding-top: 15px;
	}

	.social-wrap {
		margin: 0;
	}

	.search {
		margin: 0 10px 0 0;
	}
}

@media (min-width: 1400px) {
	#header.fixed-position .logo {
		width: 210px;
		height: 84px;
	}

	#header .logo {
		width: 434px;
	}

	.header-panel {
		width: calc(100% - 434px);
	}

	.fixed-position .header-panel {
		padding: 22px 0 0;
	}

	.fixed-position .drop {
		padding-top: 29px;
	}
}

@media (max-width: 1024px) {
	.search {
		position: relative;
		z-index: 1;
	}
	.int-hero h1 {
		font-size: 44px;
	}
}

@media (max-width: 1023px) {
	.instagram-list li:nth-child(n+4) {
		display: none;
	}

	.issues-section ul li {
		width: 100%;
	}

	.nav-active {
		overflow: hidden !important;
	}

	.nav-holder {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		background-color: #0f2d66;
		color: #fff;
		text-align: center;
		padding: 95px 55px 30px;
	}

	.fixed-position .nav-holder {
		background-color: #fff;
	}

	.nav-active .nav-holder {
		visibility: visible;
		opacity: 1;
	}

	.nav-holder .nav-wrapper {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav-holder .nav-drop-holder {
		height: 100%;
	}

	.main-nav > li.active-drop .has-drop-down-a:after {
		content: "-";
	}

	.main-nav a.has-drop-down-a:after {
		position: absolute;
		content: "+";
		display: inline-block;
		vertical-align: top;
		padding-left: 6px;
	}
}

@media (max-width: 767px) {

	.leftcol,
	.rightcol {
		width: 100%;
		float: none;
	}

	.leftcol {
		padding: 0 0 30px;
	}

	.int-hero h1 {
		font-size: 34px;
	}

	.survey-section .right-col {
		display: none;
	}

	.social-section .title-holder .social-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.social-news > li {
		height: auto !important;
	}

	.instagram-list li:nth-child(n+3) {
		display: none;
	}

	.address-item {
		text-align: center;
	}

	.nav-holder {
		padding: 124px 20px 20px;
	}

	.xs-hidden {
		display: none !important;
	}
}

