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

.social-network,
#nav .main-nav,
#nav .main-nav .slide ul,
.footer-nav ul,
.service-list,
.activity-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .top-panel:after,
#header .navbar:after,
.search-holder:after,
#footer:after,
.container:after,
#main:after,
.services-block:after,
.contact-block .holder:after,
.news-block:after,
.news-block .cols-holder:after,
.aside:after,
.address-holder:after {
	content: "";
	display: block;
	clear: both;
}

#nav .main-nav > li .opener,
#nav .main-nav > li .opener:before,
#nav .main-nav > li .opener:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.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: #000;
	background: #fff;
	font: 16px/1.625 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	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 {
	text-decoration: none;
	color: #89ba47;
}

a:hover,
a:focus {
	color: #6e9638;
	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 #999;
	padding: .4em .5em;
	min-width: 60px;
}

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

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

.search-form {
	display: block;
	padding: 2px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #fff;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.search-active .search-form {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.search-form input[type="text"],
.search-form input[type="search"] {
	display: block;
	width: 100%;
	height: 24px;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: 400;
	border: 1px solid #89ba47;
	padding: 2px 6px;
	outline: none;
	box-shadow: none;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #89ba47;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #89ba47;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #89ba47;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #89ba47;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #89ba47;
}

.signup-form {
	font-size: 16px;
	line-height: 18px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 46px;
}

.signup-form input[type="text"],
.signup-form input[type="email"] {
	border: 1px solid #9d7e3b;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #242424;
	outline: none;
	box-shadow: none;
	float: left;
	margin: 0 0 20px;
	width: 100%;
	height: 50px;
	padding: 14px 16px;
	text-transform: uppercase;
}

.signup-form input[type="text"]::-webkit-input-placeholder,
.signup-form input[type="email"]::-webkit-input-placeholder {
	color: #242424;
}

.signup-form input[type="text"]::-moz-placeholder,
.signup-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #242424;
}

.signup-form input[type="text"]:-moz-placeholder,
.signup-form input[type="email"]:-moz-placeholder {
	color: #242424;
}

.signup-form input[type="text"]:-ms-input-placeholder,
.signup-form input[type="email"]:-ms-input-placeholder {
	color: #242424;
}

.signup-form input[type="text"].placeholder,
.signup-form input[type="email"].placeholder {
	color: #242424;
}

.signup-form .row {
	text-align: center;
}

.signup-form .btn-wrap {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.signup-form .btn {
	font-weight: 700;
	min-height: 50px;
	min-width: 158px;
	display: block;
}

#header {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	min-width: 320px;
	z-index: 3;
}

#header .top-panel {
	padding: 4px 0;
	z-index: 1;
	position: relative;
}

#header .top-panel:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

#header .navbar {
	position: relative;
}

#header .navbar:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #fff;
	z-index: -1;
}

#header .navbar:before {
	box-shadow: inset 0 -3px 7px rgba(0, 0, 0, .16);
}

.social-network {
	font-size: 0;
	line-height: 0;
	text-align: right;
}

.social-network li {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 15px;
	margin: 0 0 0 9px;
}

.social-network li.instagram {
	font-size: 12px;
	padding: 2px 1px 0 0;
}

.social-network a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.social-network a:hover {
	color: #89ba47;
}

.logo {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 5;
}

.logo .visual {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	max-width: 44px;
	margin: 0 5px -10px 0;
}

.logo .logo-txt {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	margin: 3px 0 0;
	font-size: 14px;
	line-height: 13px;
}

.logo .logo-txt .bob {
	display: block;
	font-weight: 400;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	color: #16374f;
}

.nav-holder {
	float: right;
	font-size: 0;
	line-height: 0;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-align: right;
	padding: 0 40px 0 0;
}

.nav-opener {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	background: #16374f;
	width: 40px;
	position: relative;
	position: relative;
	position: absolute;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 12%;
	right: 12%;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 12%;
	right: 12%;
}

.nav-opener:before,
.nav-opener:after {
	height: 3px;
	border-radius: 4px;
	background: #fff;
	margin: 6px 0 0;
	-webkit-transition: margin .25s linear, -webkit-transform .25s linear;
	transition: margin .25s linear, transform .25s linear;
}

.nav-opener:after {
	margin: -10px 0 0;
}

.nav-opener span {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 12%;
	right: 12%;
	height: 3px;
	border-radius: 4px;
	background: #fff;
	margin: -2px 0 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.btn-contact {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	font-size: 9px;
	line-height: 12px;
	padding: 11px 6px;
	background: #89ba47;
	color: #fff;
	text-align: center;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	text-transform: uppercase;
}

.btn-contact .icon-email {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	margin: 0 6px 0 0;
	font-size: 16px;
}

.btn-contact .txt {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
}

.btn-contact:hover {
	color: #fff;
	background: #6e9638;
}

#nav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	overflow-y: auto;
	min-width: 320px;
	margin: 0 -30px;
}

.nav-active #nav {
	max-height: 999px;
}

#nav .main-nav {
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(22, 55, 79, .95);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	padding: 25px 30px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav-active #nav .main-nav {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#nav .main-nav > li {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 18px;
}

#nav .main-nav > li.drop-active .opener:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#nav .main-nav > li.active > a,
#nav .main-nav > li.hover > a {
	color: #89ba47;
}

#nav .main-nav > li.active > a:before,
#nav .main-nav > li.hover > a:before {
	left: 20%;
	background: #89ba47;
	right: 20%;
}

#nav .main-nav > li.active > a {
	font-weight: 400;
}

#nav .main-nav > li > a {
	color: #fff;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	display: block;
	position: relative;
}

#nav .main-nav > li > a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 50%;
	right: 50%;
}

#nav .main-nav > li > a:before {
	height: 2px;
	background: #4c4c4c;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	display: none;
}

#nav .main-nav > li .opener {
	border: 1px solid #89ba47;
	border-radius: 4px;
	position: absolute;
	width: 26px;
	height: 26px;
	top: auto;
	right: auto;
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	margin: -4px 8px 0 0;
	display: none;
}

#nav .main-nav > li .opener:before,
#nav .main-nav > li .opener:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 5%;
	right: 5%;
	height: 1px;
	background: #89ba47;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav .main-nav > li .opener:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

#nav .main-nav > li .opener:hover:before,
#nav .main-nav > li .opener:hover:after {
	background: #6e9638;
}

#nav .main-nav > li .opener:after,
#nav .main-nav > li .opener:before {
	left: 35%;
	right: 35%;
}

#nav .main-nav .slide ul {
	text-transform: none;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	padding: 0 0 0 45px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

#nav .main-nav .slide ul li {
	position: relative;
}

#nav .main-nav .slide ul li:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 0;
	right: auto;
}

#nav .main-nav .slide ul li:before {
	content: "\BB";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

#nav .main-nav .slide ul li.active a {
	color: #89ba47;
}

#nav .main-nav .slide ul a {
	color: #fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	display: block;
	padding: 6px 5px 6px 15px;
}

#nav .main-nav .slide ul a:hover {
	color: #89ba47;
}

.search-holder {
	position: relative;
	font-size: 15px;
	width: 22px;
	float: right;
	margin: 1px 0 0;
}

.search-holder .search-opener {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.search-holder .search-opener:hover {
	color: #89ba47;
}

.search-active .search-holder .search-opener {
	color: #89ba47;
}

.search-drop {
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
	margin: 0 10px 0 0;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-active .search-drop {
	width: 156px;
}

#footer {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
	padding: 32px 22px 25px;
	color: #fff;
	position: relative;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #16374f;
	z-index: -1;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #89ba47;
}

#footer .social-network {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

#footer .social-network li {
	vertical-align: middle;
	font-size: 50px;
	line-height: 38px;
	margin: 0 12px 10px;
}

#footer .social-network li.instagram {
	font-size: 24px;
}

.footer-nav {
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 7px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-nav ul {
	text-align: center;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	margin: 0 0 14px;
	position: relative;
}

.footer-nav ul li:before {
	position: absolute;
	content: "";
	top: 2px;
	bottom: 2px;
	left: 0;
	right: auto;
}

.footer-nav ul li:before {
	width: 1px;
	background: #fff;
}

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

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

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

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

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

[class^="ico-"],
[class*=" ico-"],
.socialico {
	font-family: "socialico" !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;
}

iframe {
	display: block;
	width: 100%;
}

.visual img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
}

#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#wrapper a:hover,
#wrapper a:focus {
	outline: none;
}

#main:after {
	display: table;
}

.twocolumns {
    width: 100%;
    margin: 0px;
}

.twocolumns:after {
    display: block;
    clear: both;
    content: '';
}

.content {
	float: left;
    width: 70%;
    padding: 30px 30px 0 10px;
    font-size: 14px;
}

.content h2 {
	color: #89ba47;
	font-size: 30px;
	line-height: 32px;
	text-transform:uppercase;
}

.sidebar {
    width: 30%;
    max-width: 320px;
    float: right;
    min-height: 100%;
    padding: 40px 0;
	background: #16374f;
}

.sidebar h2 {
	color:#fff;
	text-transform: uppercase;
	background: #89ba47;
	font-size: 15px;
	margin: 0px 30px 20px 0;
	padding: 3px 30px;
}

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

.sidebar li {
	border-bottom: 1px solid #fff;
	list-style:none;
	padding: 11px 0;
	line-height: 13px;
}

.sidebar ul li:before {
    content: "\00BB";
    color: #fff;
    margin-right: 7px;
}

.sidebar ul li a {
	color: #fff;
	font-size: 13px;
}

.sidebar ul li a:hover {
	color:#89ba47;
}

.sidebar h3 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
}

.sidebar h3 a {
	color: #fff;
}

.sidebar .piece {
	margin: 0px 30px 20px;
	color: #fff;
	font-size: 13px;
}

.sidebar time {
	color: #89ba47;
	padding-bottom: 6px;
	display:block;
	font-size: 13px;
}

.sidebar .more {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}

.banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner h1 {
	font-size: 25px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	padding: 0 0 6px;
	position: relative;
}

.banner h1:before {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner h1:before {
	height: 2px;
	background: #89ba47;
}

.banner h1 .bob {
	font-weight: 300;
}

.banner h1 .congress {
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #89ba47;
}

.banner .container {
	padding: 73px 20px 17px;
	position: relative;
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

.banner .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 210px;
}

.banner .container .align {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner .container .text-holder {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position:relative;
}

.banner .container .text-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: -webkit-radial-gradient(center, ellipse closest-corner, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .05) 65%, transparent 70%, transparent 100%);
    background-image: radial-gradient(ellipse closest-corner at center, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .05) 65%, transparent 70%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=1 );
    z-index: -1;
}

.banner p {
	margin: 0;
}

.banner .visual {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: -60px;
	width: 213px;
}

.banner-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.banner-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner-slideshow .slide.active {
	z-index: 2;
}

.banner-slideshow .slide.bg-stretch img {
	max-width: inherit;
}

.intro.one {
	background: url("../images/img01.jpg") 50% 50% no-repeat; 
}
.intro.two {
	background: url("../images/img-star.jpg") 50% 50% no-repeat; 
}
.intro.three {
	background: url("../images/img-valley.jpg") 50% 50% no-repeat; 
}
.intro.four {
	background: url("../images/img-cannon.jpg") 50% 50% no-repeat; 
}
.intro.five {
	background: url("../images/img-town.jpg") 50% 50% no-repeat; 
}
.intro.six {
	background: url("../images/lynchburg.jpg") 50% 50% no-repeat; 
}

.banner-slideshow .slide img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.block header {
	text-align: center;
	color: #242424;
	margin: 0 0 23px;
	font-size: 14px;
	line-height: 20px;
}

.block header p {
	margin: 0;
}

.block h2 {
	color: #16374f;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 6px;
}

.block h2 .green {
	color: #89ba47;
}

.services-block {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	padding: 55px 20px 74px;
}

.service-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -20px;
}

.service-list li {
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px 20px;
	width: 47%;
}

.service-list li.hover a,
.service-list li.active a {
	background: #89ba47;
	color: #fff;
}

.service-list li.hover img,
.service-list li.active img {
	display: none;
}

.service-list li.hover img.hover-img,
.service-list li.active img.hover-img {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
}

.service-list a {
	display: block;
	background: #f5f5f5;
	color: #16374f;
	-webkit-transition: background .05s ease;
	transition: background .05s ease;
	padding: 5px 18px 13px;
}

.service-list .icon-holder {
	display: block;
	margin: 0 0 2px;
	white-space: nowrap;
	text-align: center;
	font-size: 0;
}

.service-list .icon-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 82px;
}

.service-list .icon-holder img {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.service-list .icon-holder img {
	max-width: 100%;
}

.service-list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.service-list img.hover-img {
	display: none;
}

.over-title {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	font-size: 14px;
	line-height: 15px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	color: inherit;
}

.contact-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.contact-block header {
	color: #fff;
	margin: 0 0 24px;
}

.contact-block .container {
	padding: 59px 20px 47px;
}

.contact-block h2 {
	color: #fff;
	margin: 0 0 9px;
}

.contact-block .holder {
	font-size: 0;
	line-height: 0;
}

.contact-block .social-network {
	text-align: center;
	display: block;
	margin: 0 -20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.contact-block .social-network li {
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 85px;
	line-height: 60px;
	margin: 0 4px 10px;
	width: 68px;
}

.contact-block .social-network li.instagram {
	font-size: 60px;
	padding: 4px 0 0;
}

.news-block {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
	padding: 48px 20px 61px;
	text-align: center;
}

.news-block h3 {
	color: #242424;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 18px;
}

.news-block h3 a {
	color: #242424;
}

.news-block h3 a:hover {
	color: #89ba47;
}

.news-block time {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #89ba47;
	margin: 0 0 10px;
	letter-spacing: -.4px;
}

.news-block p {
	margin: 0 0 11px;
}

.news-block .more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.news-block .cols-holder {
	text-align: left;
	margin: 0 0 44px;
	letter-spacing: -5px;
}

.news-block header {
	margin: 0 0 24px;
}

ul.instagram-list {
	margin:0;
	padding:0;
}

.instagram-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 33.33%;
    padding: 0 15px 15px 0px;
}

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

.btn.insta-btn {
	margin: 20px auto;
	font-size: 18px;
	padding: 10px 15px;
	display:block;
	width: 50%;
}

.post {
	letter-spacing: normal;
	margin: 0 0 38px;
}

.post a {
	color: #89ba47;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.post a:hover {
	color: #242424;
}

.activity-block {
	background-size: cover;
	background-position: 48% 50%;
	background-repeat: no-repeat;
}

.activity-block .container {
	padding: 50px 20px 36px;
}

.activity-block header {
	color: #fff;
}

.activity-block h2 {
	color: #fff;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
	background: #89ba47;
	text-transform: uppercase;
	border: none;
	padding: 10px 8px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	min-width: 206px;
}

.btn:hover,
.btn:focus {
	background: #6e9638;
	color: #fff;
}

.activity-list {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.activity-list li {
	display: inline-block;
	vertical-align: top;
	width: 69%;
	margin: 0 0 34px;
}

.activity-list li.hover a,
.activity-list li.active a {
	background: #89ba47;
}

.activity-list .icon-holder {
	display: block;
	white-space: nowrap;
	text-align: center;
	margin: 0 0 12px;
	font-size: 0;
}

.activity-list .icon-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 117px;
}

.activity-list .icon-holder img {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.activity-list .icon-holder img {
	max-width: 100%;
}

.activity-list a {
	display: block;
	padding: 10px 14px 19px;
	color: #fff;
	-webkit-transition: background .1s linear;
	transition: background .1s linear;
}

.activity-list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.activity-list h3 {
	margin: 0;
	text-transform: uppercase;
	font: 900 16px/17px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: inherit;
}

.bottom-section {
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

.aside {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
	padding: 51px 20px 13px;
}

.aside header {
	margin: 0 0 32px;
}

.address-holder {
	font-size: 0;
	line-height: 0;
}

.address-holder .col {
	font-size: 18px;
	line-height: 24px;
	color: #242424;
	text-align: left;
	margin: 0 0 27px;
}

.address-holder .col a {
	color: #242424;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.address-holder .col a:hover {
	color: #89ba47;
}

.address-holder h3 {
	text-transform: uppercase;
	color: #16374f;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 11px;
}

.address-holder h3 a {
	color: #16374f;
}

.address-holder h3 a:hover {
	color: #89ba47;
}

.address-holder address {
	font-style: normal;
	margin: 0;
	display: block;
}

.address-holder dl {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.address-holder dl dt {
	display: inline-block;
	vertical-align: top;
	max-width: 60px;
	font-size: 18px;
	line-height: 24px;
}

.address-holder dl dd {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 5px;
	width: calc(100% - 60px);
}

@media (min-width: 768px) {

	.content, .sidebar {
		z-index: -1000;
	    padding-bottom: 99999px;
	    margin-bottom: -99999px;
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		height: 34px;
		font-size: 14px;
		line-height: 18px;
	}

	.signup-form {
		margin: 0 0 29px;
	}

	.signup-form input[type="text"],
	.signup-form input[type="email"] {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}

	.signup-form .row {
		display: table;
		width: 100%;
		text-align: left;
	}

	.signup-form .btn-wrap {
		display: table-cell;
		width: 1%;
		vertical-align: middle;
		padding: 0 0 0 15px;
		white-space: nowrap;
	}

	#header .top-panel {
		padding: 3px 0 5px;
	}

	.social-network li {
		font-size: 36px;
		line-height: 26px;
		margin: 0 0 0 19px;
	}

	.social-network li.instagram {
		font-size: 20px;
	}

	.logo .visual {
		max-width: 66px;
		margin: 0 8px -14px 0;
	}

	.logo .logo-txt {
		font-size: 22px;
		line-height: 19px;
		letter-spacing: -1px;
	}

	.nav-holder {
		padding: 0 54px 0 0;
	}

	.nav-opener {
		width: 54px;
	}

	.nav-opener:before,
	.nav-opener:after {
		height: 4px;
		margin: 8px 0 0;
		left: 10%;
		right: 10%;
	}

	.nav-opener:after {
		margin: -14px 0 0;
	}

	.nav-opener span {
		height: 4px;
		margin: -3px 0 0;
		left: 10%;
		right: 10%;
	}

	.btn-contact {
		padding: 14px 7px;
		font-size: 13px;
		line-height: 22px;
	}

	.btn-contact .icon-email {
		font-size: 24px;
	}

	#nav {
		top: 100%;
	}

	#nav .main-nav {
		padding: 30px;
	}

	#nav .main-nav > li {
		margin: 0 0 18px;
	}

	#nav .main-nav .slide ul {
		padding: 0 49px;
	}

	.search-holder {
		margin: 3px 0 0;
	}

	.search-holder .search-opener {
		font-size: 22px;
	}

	.search-drop {
		margin: 0 15px 0 0;
	}

	.search-active .search-drop {
		width: 200px;
	}

	#footer {
		padding: 32px 22px;
	}

	#footer .social-network {
		float: right;
		text-align: right;
		width: 40%;
		font-size: 0;
		line-height: 0;
	}

	#footer .social-network li {
		margin: 0 0 0 8.4%;
	}

	#footer .social-network li.instagram {
		font-size: 24px;
		padding-top: 4px;
	}

	.footer-nav {
		float: left;
		margin: 0;
		width: 60%;
		padding: 10px 0 0;
	}

	.footer-nav ul {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

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

	.footer-nav ul li {
		padding: 0 18px 0 0;
		margin: 0;
	}

	.footer-nav ul li:before {
		left: -8px;
	}

	.banner h1 {
		font-size: 64px;
		line-height: 42px;
		letter-spacing: -2px;
		padding: 0 0 15px;
		margin: 0 0 10px;
	}

	.banner h1:before {
		height: 5px;
	}

	.banner h1 .congress {
		font-size: 32px;
		line-height: 44px;
		letter-spacing: -1px;
	}

	.banner .container {
		padding: 119px 30px 57px;
	}

	.banner .container:after {
		min-height: 300px;
	}

	.banner .container .text-holder {
		font-size: 21px;
		line-height: 25px;
		max-width: 490px;
	}

	.banner .container br {
		display: none;
	}

	.banner .visual {
		width: 393px;
		right: -85px;
	}

	.block header {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 40px;
	}

	.block h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 2px;
	}

	.services-block {
		padding: 61px 30px 83px;
	}

	.service-list li {
		width: 26.7%;
		padding: 0 15px 33px;
	}

	.service-list .icon-holder:after {
		min-height: 110px;
	}

	.over-title {
		font-size: 18px;
		line-height: 20px;
	}

	.contact-block header {
		margin: 0 0 32px;
	}

	.contact-block .container {
		padding: 60px 20px 62px;
	}

	.contact-block h2 {
		margin: 0 0 5px;
	}

	.contact-block .holder {
		padding: 0 35px;
	}

	.contact-block .social-network {
		margin: 0 0 0 -13px;
	}

	.contact-block .social-network li {
		font-size: 126px;
		line-height: 85px;
		margin: 0 7px 20px;
		width: 100px;
	}

	.contact-block .social-network li.instagram {
		font-size: 90px;
	}

	.news-block {
		padding: 59px 30px 81px;
	}

	.news-block h3 {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 16px;
		letter-spacing: -.6px;
	}

	.news-block time {
		margin: 0 0 9px;
	}

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

	.news-block .cols-holder {
		margin: 0 0 49px;
	}

	.news-block header {
		margin: 0 0 50px;
	}

	.post {
		float: left;
		width: 33%;
		margin: 0 0 10px;
	}

	.post:nth-child(even) {
		float: right;
	}

	.activity-block .container {
		padding: 72px 30px 57px;
	}

	.activity-block header {
		margin: 0 0 60px;
	}

	.activity-list {
		margin: 0 -30px;
	}

	.activity-list li {
		margin: 0 4% 20px;
		width: 25.2%;
		display: inline-block;
		vertical-align: top;
	}

	.activity-list .icon-holder {
		margin: 0 0 7px;
	}

	.activity-list .icon-holder:after {
		min-height: 123px;
	}

	.aside header {
		margin: 0 0 38px;
	}

	.address-holder {
		margin: 0 -55px 0 -20px;
		text-align: center;
	}

	.address-holder .col {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		padding: 0 12px 15px;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#header .container {
		padding: 0 30px;
	}

	.aside {
		padding: 51px 30px 29px;
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.search-form {
		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		padding: 10px;
	}

	.search-active .search-form {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		height: 36px;
		font-size: 14px;
		line-height: 20px;
	}

	.signup-form {
		margin: 0 0 5px;
		width: 55%;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
	}

	#header {
		position: fixed;
	}

	#header .top-panel {
		padding: 11px 0;
	}

	.logo {
		width: 210px;
		padding: 0 5px 0 0;
	}

	.logo .visual {
		max-width: 78px;
		margin: 0 6px -15px 0;
	}

	.nav-holder {
		display: table;
		padding: 0;
		table-layout: fixed;
		width: 78%;
	}

	.nav-opener {
		display: none;
	}

	.btn-contact {
		display: table-cell;
		width: 180px;
		height: 66px;
		vertical-align: middle;
		font-size: 17px;
		line-height: 22px;
	}

	.btn-contact .icon-email {
		margin: 0 8px 0 0;
		font-size: 32px;
	}

	#nav {
		display: table-cell;
		-webkit-transition: none;
		transition: none;
		overflow: visible;
		bottom: auto;
		margin: 0;
		padding: 0;
		text-align: right;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		vertical-align: middle;
		padding: 0 4.28% 0 0;
	}

	#nav .main-nav {
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		background: none;
		vertical-align: middle;
		width: 100%;
	}

	#nav .main-nav > li {
		margin: 0 1.09%;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
		position: relative;
		font-size: 15px;
		line-height: 19px;
	}

	#nav .main-nav > li.visible-xs {
		display: none;
	}

	#nav .main-nav > li.active > a {
		font-weight: 700;
	}

	#nav .main-nav > li.hover.has-drop-down {
		position: relative;
	}

	#nav .main-nav > li.hover.has-drop-down:before {
		position: absolute;
		content: "";
		top: 100%;
		bottom: auto;
		left: 0;
		right: 0;
	}

	#nav .main-nav > li.hover.has-drop-down:before {
		height: 30px;
	}

	#nav .main-nav > li.hover .slide {
		max-height: 999px;
		opacity: 1;
		visibility: visible;
	}

	#nav .main-nav > li.hover .slide ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav .main-nav > li > a {
		padding: 2px 0;
		display: inline-block;
		vertical-align: top;
		color: #4c4c4c;
	}

	#nav .main-nav > li > a:before {
		display: block;
	}

	#nav .main-nav .slide {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		width: 259px;
		text-align: left;
		margin: 21px 0 0 -15px;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		z-index: 3;
	}

	#nav .main-nav .slide ul {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		font-weight: 700;
		padding: 10px 24px;
		background: #fff;
	}

	#nav .main-nav .slide ul li {
		border-bottom: 1px solid #e5e5e5;
	}

	#nav .main-nav .slide ul li:before {
		color: #818181;
	}

	#nav .main-nav .slide ul a {
		color: #818181;
		padding: 8px 0 8px 15px;
	}

	.search-holder {
		display: inline-block;
		vertical-align: middle;
		float: none;
		position: absolute;
		right: 190px;
		bottom: -52px;
		margin: 0;
	}

	.search-holder .search-opener {
		color: #4c4c4c;
	}

	.search-drop {
		margin: 14px 0 0;
		top: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: 0;
		height: 0;
		width: 250px;
	}

	.search-active .search-drop {
		height: 56px;
		width: 250px;
	}

	#footer {
		padding: 14px 20px 17px;
	}

	#footer .social-network li {
		font-size: 60px;
		line-height: 38px;
		margin: 0 0 0 7%;
	}

	#footer .social-network li.instagram {
		font-size: 30px;
		padding-top: 2px;
	}

	.banner h1 {
		font-size: 80px;
		line-height: 64px;
		padding: 0 0 18px;
	}

	.banner h1:before {
		height: 7px;
	}

	.banner h1 .congress {
		font-size: 40px;
		line-height: 60px;
	}

	.banner .container {
		padding: 160px 20px 30px;
	}

	.banner .container:after {
		min-height: 360px;
	}

	.banner .container .text-holder {
		font-size: 26px;
		line-height: 28px;
		max-width: 700px;
	}

	.banner .visual {
		right: 20px;
		width: 33%;
	}

	.block header {
		margin: 0 0 55px;
	}

	.services-block {
		padding: 84px 20px 89px;
	}

	.contact-block header {
		margin: 0 0 45px;
	}

	.contact-block .container {
		padding: 60px 20px 55px;
	}

	.contact-block h2 {
		margin: 0 0 5px;
	}

	.contact-block .holder {
		padding: 0;
	}

	.contact-block .social-network {
		display: inline-block;
		vertical-align: top;
		text-align: right;
		vertical-align: middle;
		width: 45%;
		margin: 0;
		padding: 0 0 0 5px;
	}

	.contact-block .social-network li {
		margin: 0 0 10px 2.4%;
		width: 95px;
	}

	.news-block {
		padding: 83px 20px 118px;
	}

	.news-block .cols-holder {
		margin: 0 0 48px;
		width: 110%;
	}

	.news-block header {
		margin: 0 0 52px;
	}

	.post:nth-child(even) {
		float: none;
	}

	.post {
		display: inline-block;
		vertical-align: top;
		width: 29%;
		margin: 0 2.24% 20px 0;
		float: none;
	}

	.activity-block .container {
		padding: 72px 20px 93px;
	}

	.activity-list {
		margin: 0;
	}

	.activity-list li {
		margin: 0 3% 20px;
		width: 19.5%;
	}

	.activity-list .icon-holder:after {
		min-height: 150px;
	}

	.activity-list a {
		padding: 10px 14px 23px;
	}

	.activity-list h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.aside header {
		margin: 0 0 42px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.aside {
		max-width: 950px;
		padding: 51px 20px 76px;
	}
}

@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) {
	#footer:before {
		background: rgba(16, 41, 59, .9);
	}

	.service-list {
		margin: 0 -30px 36px;
	}

	.service-list li {
		width: 16.26%;
		padding: 0 15px 15px;
	}

	.aside {
		padding: 51px 20px 76px;
	}

	.address-holder {
		margin: 0 -20px;
	}

	.address-holder .col {
		width: 20%;
		padding: 0 20px 15px;
	}
}

@media (min-width: 1220px) {
	.logo {
		width: 310px;
		padding: 0 3px 0 0;
	}

	.logo .visual {
		max-width: 101px;
		margin: 0 12px -21px 0;
	}

	.logo .logo-txt {
		font-size: 34px;
		line-height: 29px;
	}

	.nav-holder {
		width: 73%;
	}

	.btn-contact {
		height: 80px;
		width: 200px;
		font-size: 20px;
		line-height: 24px;
	}

	.btn-contact .icon-email {
		font-size: 36px;
		margin: 0 12px 0 0;
	}

	#nav {
		padding: 0 5.3% 0 0;
	}

	#nav .main-nav > li {
		margin: 0 1.75%;
	}

	#nav .main-nav .slide {
		margin: 28px 0 0 -15px;
	}

	.search-holder {
		width: 24px;
		right: 219px;
		bottom: -60px;
	}

	.search-holder .search-opener {
		font-size: 24px;
	}

	.search-drop {
		margin: 20px 0 0;
	}

	.banner h1 {
		font-size: 91px;
		line-height: 64px;
		padding: 0 0 23px;
	}

	.banner h1 .congress {
		font-size: 45px;
		line-height: 64px;
	}

	.banner .container .text-holder {
		font-size: 30px;
		line-height: 33px;
	}

	.post {
		width: 30%;
		margin: 0 1.24% 20px 0;
	}
}

@media (max-width: 1023px) {
	#header .social-network {
		float: right;
		padding-top: 5px;
	}

	#nav .main-nav > li.has-drop-down .opener {
		display: inline-block;
		vertical-align: middle;
	}

	.post.mobile-hidden {
		display: none;
	}

	.activity-list li.co img {
		max-width: 124px;
	}

	.activity-list li.voting img {
		max-width: 145px;
	}

	.bottom-section {
		background-size: 50% auto;
	}
}

@media (max-width: 767px) {
	.footer-nav ul li:first-child:before {
		display: none;
	}

	.service-list li.assistance img {
		max-width: 72px;
	}

	.service-list li.flag img {
		max-width: 68px;
	}

	.service-list li.door img {
		max-width: 38px;
	}

	.service-list li.academy img {
		max-width: 26px;
	}

	.service-list li.meeting img {
		max-width: 53px;
	}

	.service-list .icon-holder img {
		max-width: 90px;
		margin: 0 auto;
	}

	.service-list img {
		display: block;
	}

	.activity-block h2 {
		margin: 0 0 16px;
	}

	.bottom-section {
		background-size: 100% auto;
	}

	.container {
		padding: 0px;
	}

	.content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar {
		max-width: 100%;
	}
	.content, .sidebar {
		float:none;
		width:100%;
	}
}

@media (max-width: 667px) {
	.news-bar {
		display:none;
	}
}
