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


#nav .menu,
#nav .sub-menu,
#footer .footer-nav,
.social-networks,
.tabset,
.tab-content .list,
.block-services .services-list,
.block-gallery .thumb-list,
.block-priority .priority-list,
.block-location .accordion,
.block-records .record-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .container:after {
	content: "";
	display: block;
	clear: both;
}

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

.buffer .reldochead,
.buffer .topnewsbar,
.buffer .newssearch {
	display: none;
}

html {
	box-sizing: border-box;
}

.int iframe {
	box-sizing:initial;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #4c4c4c;
	background: #fff;
	font: 16px/1.2 "Droid Serif", 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: "Raleway", serif;
	font-weight: 800;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #da262e;
	text-decoration: none;
}

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

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"]:-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;
	opacity: 1;
}

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

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

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


#live {
	background: #da262e;
	color: #ffffff;
}
#live .live-holder {
	max-width: 1210px;
	padding: 10px 20px;
	margin: 0 auto;
}
#live h1 {
	font-size: 28px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 1.3% 0 0;
}
#live p {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	width: 89%;
	margin: 5px 0px 0px;
}
#live a {
	color: #000;
	text-decoration:underline;
}

#live a:hover {
	color:#fff;
}

#live h1, #live p, #live a {
	display: inline-block;
	vertical-align: top;
}

#header {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	color: #fff;
	padding: 0 0;
	z-index: 999;
}

#header.fixed-position {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.nav-active #header {
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

#header .logo {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	float: left;
	width: 505px;
	padding: 20px 0 0;
	position: relative;
	z-index: 5;
}

#header .logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#header .logo a {
	display: block;
}

.nav-area {
	position: relative;
	float: right;
	width: 55%;
	padding: 9px 0 0 10px;
}

.nav-area .open-close {
	position: absolute;
	right: 0;
	top: 100%;
}

.nav-area .open-close .opener {
	color: #fff;
	bottom: 35px;
	position: absolute;
	right: -2px;
	z-index: 5;
}

.nav-area .slide {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	width: 225px;
	padding: 12px 2px 12px 9px;
	position: absolute;
	right: 0;
	top: 100%;
}

.form-search {
	font-size: 13px;
	line-height: 16px;
	position: relative;
}

.form-search input[type="text"],
.form-search input[type="search"] {
	color: #fff;
	background: none;
	border: none;
	width: 100%;
	padding: 8px 10px;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}

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

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

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

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

.form-search .field-holder {
	position: relative;
	padding: 0 53px 0 0;
}

.form-search .input-placeholder-text {
	top: 50%;
	left: 10px;
	margin: -8px 0 0;
}

.form-search input[type="submit"] {
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 2px;
	text-transform: uppercase;
	background: none;
	width: 40px;
	text-align: center;
	border: 1px solid #fff;
}

#nav {
	position: relative;
	padding: 0 18px 0 0;
}

#nav .nav-close {
	font: 16px/20px "Raleway", serif;
	position: absolute;
	right: 31px;
	top: 38px;
	color: #fff;
	z-index: 999;
}

#nav .nav-close span {
	font-size: 24px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 11px;
	color: #da262e;
}

#nav .menu {
	font: 12px/14px "Raleway", serif;
	text-transform: uppercase;
	text-align: right;
}

#nav .menu > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 6px 36px;
}

#nav .menu > li.active > a {
	background: #da262e;
}

#nav .menu > li.has-drop-down > a:after {
	opacity: 1;
	visibility: visible;
}

#nav .menu > li.has-drop-down.hover > a:after {
	content: "-";
}

#nav .menu > li > a {
	display: block;
	padding: 4px 7px 3px;
	color: #fff;
}

#nav .menu > li > a:after {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 28px;
	font-family: "Droid Serif", serif;
	font-weight: 700;
	content: "+";
	color: #da262e;
	margin: 0 0 0 5px;
	opacity: 0;
	visibility: hidden;
}

#nav .menu > li > a:hover {
	background: #da262e;
}

#nav .menu > li.hover .sub-menu {
	display: block;
}

#nav .menu > li.hover.has-drop-down > a {
	background: #da262e;
}

#nav .sub-menu {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
	text-transform:none;
	width: 225px;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 20px 16px 14px;
	text-align: left;
	z-index: 99;
	display: none;
}

#nav .sub-menu li {
	margin: 0 0 15px;
}

#nav .sub-menu li a {
	color: #fff;
}

#nav .sub-menu li a:hover {
	color: #da262e;
}

#nav .sub-menu li.active a {
	color: #da262e;
}

.nav-opener {
	width: 40px;
	height: 40px;
	background: #da262e;
	border-radius: 3px;
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 8px 4px;
}

.nav-opener span:before,
.nav-opener:after,
.nav-opener:before {
	width: 30px;
	height: 3px;
	position: absolute;
	left: 5px;
	top: 10px;
	background: #fff;
	content: "";
	border-radius: 8px;
}

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

.nav-opener:before {
	top: 27px;
}

#footer {
	background: #2f2f2f;
	color: #fff;
	text-align: center;
	font: 600 18px/22px "Raleway", serif;
	padding: 43px 0;
}

#footer .footer-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	position: relative;
}

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

#footer .footer-nav li:before {
	position: absolute;
	background: #fff;
	content: "";
	left: -2px;
	top: 2px;
	bottom: 4px;
	width: 2px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #da262e;
}

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

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

a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.btn-default {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	font: 600 16px/20px "Raleway", serif;
	display: inline-block;
	vertical-align: top;
	background: #da262e;
	color: #fff;
	padding: 20px 10px;
	min-width: 246px;
	text-align: center;
	text-transform: uppercase;
	border:none;
}

.subs .btn-default {
min-width: 150px;
margin: 0 0 10px;
}

.btn-default:hover {
	background: #a8030b;
}

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

.social-networks {
	text-align: right;
	margin: 0 0 16px;
	position: relative;
	z-index: 5;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 44px;
	padding: 0 0 0 4px;
}

.social-networks a {
	font-size: 40px;
	line-height: 44px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	color: #fff;
	display: block;
}

.social-networks a.icon-instagram-with-circle {
	font-size: 29px;
	line-height: 44px;
}

.social-networks a:hover {
	color: #da262e;
	opacity: .8;
}

.social-networks a img {
	border-radius: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* main styling */

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

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

.container.internal {
	padding: 30px 20px 20px;
}

.maintext {
	float:left;
	width:70%;
	margin: 0 0 20px;
	padding-right: 30px;
}

.breadcrumbs {
	border-bottom: 1px solid #ccc;
	padding: 7px 0;
	text-align:right;
	font-size: 12px;
	text-transform:capitalize;
}

.sidebar {
	float:right;
	width: 30%;
	margin:0 0 20px;
}

.sidebar .block-head .title {
	margin: 0 0 5px;
}

.sidebar .tabs-block {
	padding: 5px;
	background: #e1e1e1;
}

.sidebar .tab-content .col {
	display:block;
	width: 100%;
	padding: 0 0 25px 0;
}

.sidebar .tab-content .col:first-child {
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
}

.sidebar .tab-content .row {
	margin: 0 0;
}

.sidebar .tab-content .description {
	margin: 0 0 5px;
}

.sidebar .tabset {
	margin: 0 0 25px;
}

.sidebar .tabset li {
	font-size: 14px;
	padding: 3px 2px;
}

.sidebar .tabset li a {
	padding: 5px;
	min-width: 80px;
}

.sidebar .btn-default {
	margin: 0 0 20px;
	min-width: auto;
}

.bg-image {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	position: absolute;
	background-size: cover;
	z-index: -1;
	background-repeat: no-repeat;
}

.block-head {
	font-size: 14px;
	line-height: 18px;
	color: #444;
	padding: 20px 0 0;
	margin: 0 0 17px;
	font-style: italic;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.block-head a {
	color: #444;
	text-decoration:underline;
}

.block-head .title {
	display: block;
	font-style: normal;
	color: #444;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 13px;
}

.block-head h2 {
	color: #222;
	font-size: 42px;
	font-style: normal;
	line-height: 36px;
	margin: 0 0 17px;
	text-transform: uppercase;
}

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

.block-head p {
	margin: 0 0 10px;
}

.visual-block {
	position: relative;
	color: #fff;
	font-style: italic;
	font-size: 40px;
	line-height: 52px;
}

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

.visual-block .description {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 109px 0 0;
}

.visual-block .title-holder {
	position:absolute;
	bottom: -5px;
	max-width:1210px;
	margin: 0 auto;
}

.visual-block .title-holder h1 {
	font-size: 60px;
	line-height: 50px;
}

.visual-block .frame {
	width: 100%;
	height: 100%;
	display: table;
	z-index: 99;
	position: relative;
	text-align: center;
}

.visual-block .block {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.visual-block h1 {
	line-height: 90px;
	margin: 0px;
	font-style: normal;
	text-transform: uppercase;
	font-family: "Raleway", serif;
}

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

.tabs-block.darker .block-head,
.tabs-block.darker .block-head h2,
.tabs-block.darker .block-head .title,
.tabs-block.darker .row,
.tabs-block.darker .tabset li a {
	color: #fff;
}

.tabs-block.darker .tabset li a {
	border: 1px solid #fff;
}

.tabs-block.darker .tabset li a:hover,
.tabs-block.darker .tabset li a.active {
	border: 1px solid #2f2f2f;
}

.tabset {
	margin: 0 0 45px;
	text-align: center;
}

.tabset li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 0 2px;
}

.tabset li a {
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	border: 1px solid #2f2f2f;
	color: #2f2f2f;
	padding: 10px;
}

.tabset li a.active,
.tabset li a:hover {
	background: #da262e;
	color: #fff;
}

.tab-content {
	position: relative;
	overflow: hidden;
}

.tab-content .row {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px 56px;
	text-align:center;
}

.tab-content .row > * {
	font: 15px/22px "Raleway", serif;
}

.tab-content .col {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 15px;
	text-align:left;
}

.tab-content .col p {
	margin: 0;
}

.tab-content .col .title, .tab-content .col .time.fb {
	display: block;
	margin: 0 0 10px;
	font: italic 13px/17px "Droid Serif", serif;
}

.tab-content .col .title.fb {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.tab-content .description {
	margin: 0 0 11px;
}

.tab-content .list {
	font-size: 13px;
	line-height: 16px;
	margin: 0 -10px;
}

.tab-content .list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.tab-content .list i {
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.tab-content .list .more {
	display: block;
	font-size: 20px;
	line-height: 10px;
}

.albumname {
	font-size: 13px;
}

.block-news {
	position: relative;
	color: #fff;
	padding: 65px 0 106px;
}

.block-news .container {
	max-width: 1580px;
}

.block-news .block-head {
	color: #fff;
}

.block-news .block-head .title {
	color: #fff;
}

.block-news .block-head h2 {
	color: #fff;
}

.block-news .row {
	font-size: 0;
	line-height: 0;
	padding: 15px 0 0;
	margin: 0 -15px 55px;
}

.block-news .row > * {
	font-size: 13px;
	line-height: 17px;
}

.block-news .article-holder {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	width: 25%;
	font: 13px/22px "Raleway", serif;
}

.block-news .article-holder .image-holder {
position: relative;
margin: 0 0 25px;
}

.block-news .article-holder .image-holder img {
width: 100%;
height: auto;
vertical-align: top;
}

.block-news .article-holder .image-holder a {
display: block;
position: relative;
overflow: hidden;
}

.block-news .article-holder .image-holder a:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #da262e;
background-color: rgba(218, 38, 46, .7);
-webkit-transition: opacity, .3s, ease-in-out, visibility, .3s, ease-in-out;
transition: opacity, .3s, ease-in-out, visibility, .3s, ease-in-out;
visibility: hidden;
opacity: 0;
bottom: -2px;
content: "";
position: absolute;
}

.block-news .article-holder .image-holder a .ico-cross {
-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;
width: 32px;
height: 32px;
top: 50%;
left: 50%;
z-index: 1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility: hidden;
opacity: 0;
}

.block-news .article-holder .image-holder a .ico-cross:before,
.block-news .article-holder .image-holder a .ico-cross:after {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "";
position: absolute;
background: #fff;
}

.block-news .article-holder .image-holder a .ico-cross:before {
width: 2px;
height: 32px;
}

.block-news .article-holder .image-holder a .ico-cross:after {
height: 2px;
width: 32px;
}

.block-news .article-holder .image-holder:before {
width: 2px;
height: 32px;
}

.block-news .article-holder .image-holder:after {
height: 2px;
width: 32px;
}

.block-news .article-holder .image-holder:hover .ico-cross,
.block-news .article-holder .image-holder:hover a:after {
visibility: visible;
opacity: 1;
}

.block-news .article-holder .datetime {
	font: italic 13px/14px "Droid Serif", serif;
	color: #da262e;
	margin: 0 0 9px;
	display: block;
}

.block-news .article-holder h3 {
	font: 700 17px/18px "Raleway", serif;
	margin: 0 0 18px;
}

.block-news .article-holder p {
	margin: 0 0 7px;
}

.block-news .article-holder .more {
	display: inline-block;
	vertical-align: top;
	font: italic 13px/14px "Droid Serif", serif;
}

.block-news .article-holder .more:hover {
	color: #fff;
}

.block-services {
	position: relative;
	padding: 55px 0 73px;
}

.block-services .services-list {
	font-size: 0;
	line-height: 0;
	position: relative;
	overflow: hidden;
	margin: 0 -28px 33px;
	padding: 34px 0 0;
}

.block-services .services-list > * {
	font: 700 18px/22px "Raleway", serif;
}

.block-services .services-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 30px;
	min-height: 240px;
	margin: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}

.block-services .services-list a {
	width: 100%;
	height: 100%;
	display: table;
	background: #e5e5e5;
	color: #2f2f2f;
}

.block-services .services-list a:hover {
	background: #da262e;
	color: #fff;
}

.block-services .services-list a:hover img {
	display: none;
}

.block-services .services-list a:hover img.hover {
	display: block;
}

.block-services .services-list .text-wrap {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.block-services .services-list .image-holder {
	display: block;
}

.block-services .services-list img {
	display: block;
	margin: 0 auto 15px;
}

.block-services .services-list img.hover {
	display: none;
}

.block-gallery {
	position: relative;
	color: #fff;
	padding: 68px 0 95px;
}

.block-gallery .container {
	max-width: 1580px;
}

.block-gallery .block-head {
	color: #fff;
}

.block-gallery .block-head .title {
	color: #fff;
}

.block-gallery .block-head h2 {
	color: #fff;
}

.block-gallery .thumb-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px 61px;
	padding: 13px 0 0 0;
}

.block-gallery .thumb-list > * {
font-size: 14px;
line-height: 18px;
}

.block-gallery .thumb-list li {
display: inline-block;
vertical-align: top;
width: 25%;
position: relative;
padding: 0 15px;
}

.block-gallery .thumb-list li:hover a:after,
.block-gallery .thumb-list li:hover .ico-cross {
visibility: visible;
opacity: 1;
}

.block-gallery .thumb-list img {
width: 100%;
height: auto;
vertical-align: top;
}

.block-gallery .thumb-list a {
display: block;
position: relative;
z-index: 1;
}

.block-gallery .thumb-list a:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #da262e;
background-color: rgba(218, 38, 46, .7);
-webkit-transition: opacity, .3s, ease-in-out, visibility, .3s, ease-in-out;
transition: opacity, .3s, ease-in-out, visibility, .3s, ease-in-out;
content: "";
position: absolute;
visibility: hidden;
opacity: 0;
}

.block-gallery .thumb-list a .ico-cross {
-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;
width: 32px;
height: 32px;
top: 50%;
left: 50%;
z-index: 1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility: hidden;
opacity: 0;
}

.block-gallery .thumb-list a .ico-cross:before,
.block-gallery .thumb-list a .ico-cross:after {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "";
position: absolute;
background: #fff;
}

.block-gallery .thumb-list a .ico-cross:before {
width: 2px;
height: 32px;
}

.block-gallery .thumb-list a .ico-cross:after {
height: 2px;
width: 32px;
}

.block-priority {
	position: relative;
	padding: 58px 0 79px;
}

.block-priority .priority-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -28px;
	padding: 33px 0 0;
}

.block-priority .priority-list > * {
	font: 800 18px/22px "Raleway", serif;
}

.block-priority .priority-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	position: relative;
	padding: 0 28px;
	margin: 0 0 55px;
	text-transform: uppercase;
}

.block-priority .priority-list li a:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	left: 28px;
	right: 28px;
	position: absolute;
	content: "";
	background-image: -webkit-linear-gradient(2deg, rgba(0, 0, 0, .7), transparent);
	background-image: linear-gradient(88deg, rgba(0, 0, 0, .7), transparent);
}

.block-priority .priority-list li a:hover:after {
	background-color: rgba(0, 0, 0, 0.4);
}


.block-priority .priority-list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-priority .priority-list .description {
	position: absolute;
	bottom: 0;
	left: 28px;
	right: 28px;
	color: #fff;
	padding: 0 10px 40px;
	z-index: 9;
	text-align: center;
}

.block-location {
	position: relative;
	padding: 64px 0 110px;
	background: #2f2f2f;
	color: #fff;
}

.block-location .block-head {
	color: #fff;
}

.block-location .block-head .title {
	color: #fff;
}

.block-location .block-head h2 {
	color: #fff;
}

.block-location .row {
	margin: 0 -20px;
	padding: 42px 0 0;
}

.block-location .accordion-area {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	width: 63%;
	margin-right: 20px;
}

.block-location .accordion-area.add {
	width: 33%;
}

.block-location .accordion-area.add h3 {
	margin: 0 0 20px;
}

.block-location h3 {
	line-height: 24px;
	padding: 0 0 5px;
	margin: 0 0 22px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.block-location .map-holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: -50px 0 0;
	width: 32%;
}

.block-location .map-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-location .map-holder .ico-pin {
	width: 59px;
	position: absolute;
	left: 54%;
	top: 83px;
}

.block-location .accordion {
	padding: 0 0 0 8px;
}

.block-location .accordion > li.active > a {
	color: #da262e;
}

.block-location .accordion > li.active > a:after  {
	display: none;
}

.block-location .accordion > li > a {
	display: inline-block;
	vertical-align: top;
	font: 800 18px/22px "Raleway", serif;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	margin: 0 0 10px;
	color: #fff;
	position: relative;
	outline: none;
}

.block-location .accordion > li > a:before,
.block-location .accordion > li > a:after {
	width: 11px;
	height: 3px;
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	top: 50%;
	margin: -2px 0 0;
}

.block-location .accordion > li > a:after {
	width: 3px;
	height: 11px;
	left: 4px;
	margin: -6px 0 0;
}

.block-location .accordion .slide {
	overflow: hidden;
	margin: -7px 0 0;
	padding: 0 0 28px 20px;
}

.block-location .accordion .description {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 20px 0 0;
	font-style: italic;
}

.block-location .accordion .image-holder {
	float: right;
	width: 154px;
}

.block-location .accordion .address {
	margin: 0 0 4px;
	line-height: 22px;
}

.block-location .accordion .address a {
	color: #fff;
}

.block-location .accordion .more {
	text-decoration: underline;
}

.block-location .accordion .more:hover {
	text-decoration: none;
}

.definition-list {
	overflow: hidden;
}

.definition-list dt,
.definition-list dd {
	float: left;
	margin: 0 0 4px;
}

.definition-list dt {
	margin: 0 4px 4px 0;
	clear: left;
}

.definition-list a {
	color: #fff;
}

.block-git {
	position:relative;
	padding: 55px 0 73px;
}

.buffer .block-git {
	padding: 10px 0px;
}

.block-git .accordion {
	border:1px solid #000;
	padding: 0;
	position:relative;
}

.block-git .accordion li {
	border-bottom: 1px solid #000;
	list-style:none;
	padding: 0;
	margin: 0;
}

.block-git .accordion li.last-child {
	border-bottom:none;
}

.block-git .accordion .opener {
	display:block;
	font-family: "Raleway", serif;
	text-transform:uppercase;
	font-size: 22px;
	color: #666;
    font-weight: 800;
    padding: 19px 68px 19px 25px;
}

.block-git .accordion .opener:hover {
	background-color: #da262e;
	color: #fff;
}

.block-git .accordion > li.active > a {
	background-color: #da262e;
	color: #fff;
}

.block-git .accordion > li.active > a:after {
	display: none;
}

.block-location .accordion > li > a {
	display: inline-block;
	vertical-align: top;
	font: 800 18px/22px "Raleway", serif;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	margin: 0 0 10px;
	color: #fff;
	position: relative;
	outline: none;
}

.block-git .accordion > li > a:hover:before,
.block-git .accordion > li > a:hover:after,
.block-git .accordion > li.active > a:before,
.block-git .accordion > li.active > a:after
 {
	background:#fff;
}

.block-git .accordion > li > a:before,
.block-git .accordion > li > a:after {
	width: 25px;
	height: 8px;
	content: "";
	position: absolute;
	background: #444;
	right: 30px;
	margin: 8px 0 0;
}

.block-git .accordion > li > a:after {
	width: 8px;
	height:25px;
	right: 38px;
	margin: 0px 0 0;
}

.block-git .accordion p {
	padding: 15px 25px 10px;
	font-size: 18px;
	line-height: 22px;
}

.block-records {
	position: relative;
	padding: 70px 0 107px;
}

.block-records .record-list {
	max-width: 754px;
	margin: 0 auto 45px;
	overflow: hidden;
	padding: 3px 0 0;
}

.block-records .record-list li {
	font-size: 19px;
	line-height: 24px;
	border: 2px solid #39b54a;
	background: #e6f9e9;
	margin: 0 0 25px;
	padding: 12px 0 12px 99px;
	position: relative;
	color: #3a3a3a;
}

.block-records .record-list li a {
	text-decoration:underline;
	color: #000;
}

.block-records .record-list li a:hover {
	color: #e62323;
}

.block-records .record-list li.no {
	border: 2px solid #e62323;
	background: #ffe8e9;
}

.block-records .record-list li .voice {
	background: #39b54a;
	font: 700 24px/50px "Raleway", serif;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
}

.block-records .record-list li.no .voice {
	background: #e62323;
}

.block-records .record-list li .datetime {
	display: inline-block;
	vertical-align: top;
	width: 90px;
}

.block-records .record-list li .type {
	display: inline-block;
	vertical-align: top;
	width: 110px;
}

.block-records .record-list li .name {
	display: inline-block;
	vertical-align: top;
	width: 390px;
}

.block-records .record-list li strong {
	font-weight: normal;
}

.block-contact {
	position: relative;
	padding: 45px 0 87px;
	color: #fff;
	text-align: center;
	clear:both;
}

.block-contact:after {
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	z-index: -1;
}

.block-contact .text-wrap {
	overflow: hidden;
}

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

.block-contact .block-head .title {
	color: #fff;
}

.block-contact .block-head h2 {
	color: #fff;
}

.block-contact .social-networks {
	float: right;
	width: 40%;
	padding: 7px 4px 0 20px;
}

.block-contact .social-networks li {
	padding: 0 0 0 16px;
}

.block-contact .social-networks a {
	width: 89px;
	height: 89px;
	font-size: 125px;
	line-height: 100px;
}

.block-contact .social-networks a.icon-instagram-with-circle {
	font-size: 90px;
	line-height: 100px;
}

.form-signup {
	float: left;
	width: 57.7%;
	text-align: left;
	padding: 28px 5px 0 0;
	overflow: hidden;
}

.form-signup .btn-default {
	min-width: 186px;
	border: none;
	padding: 18px 10px 14px;
	float: right;
	height: 50px;
}

.form-signup .input-placeholder-text {
	top: 50%;
	left: 12px;
	text-transform: uppercase;
	margin: -8px 0 0;
	font: 14px/18px "Raleway", serif;
}

.form-signup .filed-holder {
	position: relative;
	float: left;
	width: 70%;
}

.form-signup input[type="text"],
.form-signup input[type="email"] {
	color: #2f2f2f;
	font: 14px/1.125 "Raleway", serif;
	width: 100%;
	text-transform: uppercase;
	background: #ccc;
	border: 1px solid #9d7e3b;
	padding: 18px 12px 14px;
	height: 50px;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}

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

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

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

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

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

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
	display: none;
}

.gmnoprint div {
	background: none !important;
}

.map-holder .map-canvas {
	position: relative;
	height: 0;
	padding-top: 110%;
}

/*! 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/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/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: 20%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
	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-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-close:before {
	content: "\e5cd";
}

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

.icon-instagram-with-circle:before {
	content: "\e903";
}

.social {
	font-family: "socialico";
	font-size: 20px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.tab-content .description br {
		display: none;
	}
}

@media (min-width: 1024px) {
	#nav .nav-close {
		display: none;
	}

	#nav .menu > li > a:after {
		display: none;
	}

	.nav-opener {
		display: none;
	}
}

@media (max-width: 1199px) {
	#header .logo {
		width: 433px;
	}

	#nav .menu > li {
		padding: 0 2px 34px;
	}

	.visual-block > img {
		max-width: inherit;
		width: 1334px;
		left: 50%;
		margin: 0 0 0 -664px;
		position: relative;
		display: block;
	}

	.block-contact .social-networks {
		width: auto;
		float: none;
		text-align: center;
		padding: 26px 17px 0 0;
	}

	.form-signup {
		float: none;
		width: 100%;
		padding: 28px 0 0;
		margin: 0 auto 20px;
		max-width: 670px;
	}
}

@media (max-width: 1023px) {

	#header {
		padding: 2px 0 20px;
		min-height: 100px;
	}

	#header .logo {
		width: 443px;
		padding: 18px 0 0 12px;
	}

	.nav-area {
		position: static;
		width: 37%;
		padding: 25px 93px 0 10px;
	}

	.nav-area .open-close .opener {
		font-size: 30px;
		line-height: 30px;
		right: 77px;
		bottom: 31px;
	}

	.nav-area .slide {
		right: 77px;
		padding: 11px 2px 11px 9px;
	}

	#nav {
		position: absolute;
		left: 0;
		right: 0;
		padding: 0;
		top: 0;
	}

	#nav .menu {
		background-color: #000;
		background-color: rgba(0, 0, 0, .8);
		padding: 33px 29px 20px;
		text-align: left;
	}

	#nav .menu > li {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		display: block;
		padding: 0 0 14px;
	}

	#nav .menu > li.active > a {
		background: none;
		color: #da262e;
	}

	#nav .menu > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	#nav .menu > li > a:hover {
		background: none;
	}

	#nav .menu > li.hover.has-drop-down > a {
		background: none;
	}

	#nav .sub-menu {
		font-size: 16px;
		line-height: 20px;
		padding: 11px 0 0 25px;
		position: static;
		display: none;
		background: none;
	}

	#nav .sub-menu li {
		margin: 0 0 12px;
	}

	#nav .sub-menu li:last-child {
		margin: 0 0 2px;
	}

	.nav-drop {
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		position: fixed;
		left: 0;
		right: 0;
		top: 116px;
		bottom: 0;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		margin: 40px 0 0;
	}

	.nav-active .nav-drop {
		top: 100px;
		position:relative;
		margin: 0;
		opacity: 1;
		visibility: visible;
	}

	#footer {
		padding: 39px 0;
	}

	.social-networks {
		padding: 8px 0 0;
	}

	.block-head {
		margin: 0 0 18px;
	}

	.visual-block {
		font-size: 34px;
		line-height: 38px;
	}

	.visual-block h1 {
		font-size: 72px;
		line-height: 67px;
	}

	.tab-content .row {
		margin: 0 -6px 53px;
	}

	.tab-content .row > * {
		font-size: 15px;
	}

	.tab-content .col {
		width: 50%;
	}

	.tab-content .col:last-child {
		display: none;
	}

	.tab-content .description {
		padding: 0 8px 0 0;
	}

	.block-news {
		padding: 65px 0 96px;
	}

	.block-news .row {
		margin: 0 -5px 55px;
	}

	.block-news .article-holder {
		width: 50%;
	}

	.block-news .article-holder .image-holder {
		margin: 0 0 32px;
	}

	.block-services {
		padding: 55px 0 100px;
	}

	.block-services .services-list {
		padding: 31px 0 0;
		margin: 0 -4px 23px;
	}

	.block-services .services-list li {
		min-height: 230px;
		width: 50%;
		padding: 0 15px;
	}

	.block-services .services-list .text {
		padding: 5px 10px 0;
	}

	.block-gallery {
		padding: 68px 0 82px;
	}

	.block-gallery .thumb-list {
		margin: 0 -4px 38px;
	}

	.block-gallery .thumb-list li {
		width: 50%;
		padding: 0 15px 15px;
	}

	.block-priority {
		padding: 70px 0 109px;
	}

	.block-priority .priority-list {
		padding: 61px 0 0;
		margin: 0 -4px 17px;
	}

	.block-priority .priority-list li {
		width: 50%;
		padding: 0 15px;
	}

	.block-priority .priority-list li:after {
		left: 15px;
		right: 15px;
	}

	.block-priority .priority-list li:last-child {
		display: none;
	}

	.block-priority .priority-list .description {
		padding: 0 10px 34px;
	}

	.block-priority .priority-list li a:after {
		left: 15px;
		right: 15px;
	}

	.block-location {
		padding: 50px 0 17px;
	}

	.block-location .row {
		padding: 5px 0 0 10px;
	}

	.block-location .accordion-area {
		width: 54%;
		padding: 0 20px 40px;
	}

	.block-location .accordion-area.add {
		width: 54%;
		margin: -44px 0 0;
	}

	.block-location .map-holder {
		width: 42%;
		margin: -10px 0 0 -5px;
		padding: 33px 0 0;
	}

	.block-records {
		padding: 47px 0 97px;
	}

	.block-records .record-list {
		max-width: 710px;
		margin: 0 auto 30px;
	}

	.block-records .record-list li {
		padding: 10px 0 10px 95px;
		margin: 0 0 24px;
	}

	.block-records .record-list li:before {
		width: 77px;
		line-height: 48px;
	}

	.block-records .record-list li .datetime {
		width: 80px;
	}

	.block-records .record-list li .type {
		width: 112px;
	}

	.block-records .record-list li .name {
		width: 370px;
	}

	.block-contact {
		padding: 45px 0 60px;
	}

	.buffer .block-git .accordion > li > a:before,
	.buffer .block-git .accordion > li > a:after {
		display:none;
	}

	.form-signup {
		width: 100%;
	}
}

@media (max-width: 767px) {

	#live p {
		width: 100%;
	}

	#header {
		padding: 2px 0 8px;
		min-height: 104px;
	}

	#header .logo {
		width: 282px;
		float: none;
		display: block;
		margin: 0 auto;
		padding: 14px 0 0 0;
	}

	.nav-area {
		width: 100%;
		text-align: left;
		padding: 3px 90px 0 0;
	}

	.nav-area .open-close .opener {
		font-size: 24px;
		line-height: 28px;
		bottom: 10px;
		right: 60px;
	}

	.nav-area .slide {
		right: 58px;
	}

	#nav .nav-close {
		right: 20px;
	}

	.nav-opener {
		width: 35px;
		height: 35px;
		top: 61px;
		right: 20px;
	}

	.nav-opener span:before,
	.nav-opener:after,
	.nav-opener:before {
		top: 8px;
		width: 25px;
	}

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

	.nav-opener:before {
		top: 22px;
	}

	.nav-active .nav-drop {
		top: 104px;
	}

	.maintext, .sidebar {
		float:none;
		width: 100%;
		padding: 0 0;
	}

	.visual-block .title-holder {
		bottom: -8px;
	}

	.visual-block .title-holder h1 {
		line-height: 40px;
		font-size: 45px;
	}

	#footer {
		padding: 14px 0;
		font-size: 16px;
		line-height: 20px;
	}

	#footer .footer-nav li {
		padding: 0 8px;
		margin: 0 0 11px;
	}

	.social-networks {
		text-align: left;
		margin: 0;
	}

	.social-networks li {
		font-size: 34px;
		line-height: 38px;
		padding: 0 2px 0 0;
	}

	.social-networks a {
		font-size: 34px;
		line-height: 38px;
		width: 25px;
		height: 25px;
	}

	.social-networks a.icon-instagram-with-circle {
		font-size: 25px;
		line-height: 38px;
	}

	.block-head {
		margin: 0 0 12px;
	}

	.block-head h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 7px;
	}

	.visual-block {
		font-size: 24px;
		line-height: 28px;
	}

	.visual-block > img {
		width: 960px;
		margin: 0 0 0 -480px;
	}

	.visual-block .description {
		padding: 158px 0 0;
	}

	.visual-block h1 {
		font-size: 48px;
		line-height: 42px;
		margin: 0;
	}

	.tabs-block {
		padding: 32px 0 60px;
	}

	.tabset {
		margin: 0 -4px 10px;
	}

	.tabset li {
		font-size: 14px;
		line-height: 18px;
		padding: 0 3px;
	}

	.tabset li a {
		min-width: 86px;
		padding: 8px 5px;
	}

	.tab-content .row {
		margin: 0 -6px 27px;
	}

	.tab-content .col {
		width: 100%;
		padding: 20px 7px 15px;
	}

	.tab-content .col + .col {
		border-top: 2px solid #2f2f2f;
	}

	.tab-content .description {
		height: auto !important;
		margin: 0 0 8px;
	}

	.tab-content .list {
		margin: 0 -12px;
	}

	.block-news {
		padding: 29px 0 88px;
	}

	.block-news .block-head {
		line-height: 24px;
	}

	.block-news .block-head .title {
		margin: 0 0 3px;
	}

	.block-news .block-head h2 {
		margin: 0 0 8px;
	}

	.block-news .row {
		margin: 0 -5px 15px;
	}

	.block-news .article-holder {
		width: 100%;
		padding: 0 5px 20px;
		font-size: 15px;
		line-height: 19px;
	}

	.block-news .article-holder .image-holder {
		margin: 0 0 26px;
	}

	.block-news .article-holder .datetime {
		font-size: 12px;
		margin: 0 0 5px;
	}

	.block-news .article-holder h3 {
		margin: 0 0 15px;
	}

	.block-news .article-holder p {
		margin: 0 0 4px;
	}

	.block-news .article-holder .more {
		font-size: 12px;
	}

	.block-services {
		padding: 25px 0 61px;
	}

	.block-services .block-head h2 {
		margin: 0 0 4px;
	}

	.block-services .services-list {
		padding: 7px 0 0;
		margin: 0 -4px 7px;
	}

	.block-services .services-list li {
		width: 100%;
		padding: 0 5px;
		min-height: 190px;
		margin: 0 0 35px;
	}

	.block-services .services-list .text {
		font-size: 14px;
		line-height: 18px;
		padding: 0 20px;
	}

	.block-gallery {
		padding: 42px 0 57px;
	}

	.block-gallery .thumb-list li {
		width: 100%;
		padding: 0 2px 15px;
	}

	.block-priority {
		padding: 20px 0 69px;
	}

	.block-priority .block-head h2 {
		padding: 0 20px;
		margin: 0 0 2px;
	}

	.block-priority .priority-list {
		padding: 4px 0 0;
		margin: 0 -4px 3px;
	}

	.block-priority .priority-list > * {
		font-size: 14px;
		line-height: 18px;
	}

	.block-priority .priority-list li {
		width: 100%;
		padding: 0 4px;
		margin: 0 0 44px;
	}

	.block-priority .priority-list li:after {
		left: 4px;
		right: 4px;
	}

	.block-priority .priority-list li a:after {
		left: 4px;
		right: 4px;
	}

	.block-priority .priority-list .description {
		padding: 0 10px 30px;
	}

	.block-location {
		padding: 48px 0 34px;
	}

	.block-location .block-head .title {
		margin: 0 0 4px;
	}

	.block-location .block-head h2 {
		margin: 0 0 4px;
	}

	.block-location .row {
		padding: 2px 0 0 0;
	}

	.block-location .accordion-area {
		width: 100%;
	}

	.block-location .accordion-area.add {
		width: 100%;
		margin: 0;
		padding-top: 53px;
	}

	.block-location h3 {
		margin: 0 0 33px;
	}

	.block-location .map-holder {
		width: 100%;
		padding: 13px 0 0 35px;
	}

	.block-location .accordion {
		padding: 0;
	}

	.block-location .accordion > li.active > a {
		font-weight: 700;
	}

	.block-location .accordion > li > a {
		padding: 0 0 0 29px;
	}

	.block-location .accordion .slide {
		padding: 0 0 17px;
	}

	.block-location .accordion .description {
		font-size: 13px;
		line-height: 18px;
		padding: 0 5px 0 0;
	}

	.block-location .accordion .image-holder {
		width: 120px;
		padding: 5px 0 0;
	}

	.block-location .accordion .address {
		line-height: 21px;
		margin: 0 0 -1px;
	}

	.definition-list dt,
	.definition-list dd {
		margin: 0 0 3px 0;
	}

	.definition-list dt {
		margin: 0 7px 3px 0;
	}

	.block-records {
		padding: 44px 0 65px;
	}

	.block-records .block-head .title {
		margin: 0 0 4px;
	}

	.block-records .block-head h2 {
		margin: 0 0 4px;
	}

	.block-records .record-list {
		padding: 16px 0 0;
	}

	.block-records .record-list li {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 0 12px 95px;
	}

	.block-records .record-list li:before {
		font-size: 22px;
		line-height: 48px;
	}

	.block-records .record-list li .datetime {
		width: 70px;
	}

	.block-records .record-list li .type {
		width: 95px;
	}

	.block-records .record-list li .name {
		display: none;
	}

	.block-contact {
		padding: 28px 0 60px;
	}

	.block-contact .block-head {
		margin: 0 0 12px;
	}

	.block-contact .block-head .title {
		margin: 0 0 7px;
	}

	.block-contact .block-head h2 {
		font-size: 32px;
		line-height: 28px;
	}

	.block-contact .social-networks {
		padding: 0;
		margin: 0 -4px;
	}

	.block-contact .social-networks li {
		padding: 0 5px;
	}

	.block-contact .social-networks a {
		width: 58px;
		height: 58px;
		font-size: 83px;
		line-height: 70px;
	}

	.block-contact .social-networks a.icon-instagram-with-circle {
		font-size: 60px;
		line-height: 70px;
	}

	.form-signup {
		padding: 0;
		margin: 0 auto 25px;
	}

	.form-signup .btn-default {
		width: 186px;
		margin: 0 auto;
		float: none;
		display: block;
		padding: 19px 10px 12px;
	}

	.form-signup .filed-holder {
		width: 100%;
		margin: 0 0 13px;
	}
}

@media (max-width: 650px) {
	.block-git .accordion .opener {
		font-size: 20px;
		padding: 20px 15px;
	}

	.block-git .accordion > li > a:before,
	.block-git .accordion > li > a:after {
		display:none;
	}
}

@media (max-width: 479px) {
	.block-services .services-list img {
		width: 53%;
	}

	.buffer input[type="text"], .buffer input[type="tel"], .buffer input[type="email"], .buffer input[type="search"], .buffer input[type="password"], textarea {
		max-width:200px;
	}
}

