/*! 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.
 */

 .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

iframe {box-sizing: content-box;}

/* 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;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.social-networks,
.main-nav,
.drop ul,
.pagination ul,
.list-images,
.list-services,
.accordion,
.thumbnail,
.accordion-hold,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.social-networks:after,
.navbar > ul:after,
.navbar .dropmenu:after,
.holder:after,
.testimonial-block:after,
.pagination ul:after,
.update-block:after,
.subscribe-form:after,
.image-block:after,
.list-images:after,
.social-block:after,
.services-block:after,
.list-services:after,
.votes-block:after,
.accordion:after,
.contact-block:after,
.tweet-block:after,
.thumbnail:after,
#footer:after,
.accordion-hold:after,
.footer-nav ul:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

body {
	color: #fff;
	background: #fff;
	font: 14px / 1.25 Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.int {
	color:#333;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

.fb-comments,
.news-comments {
	display: none !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8gexkg');
  src:  url('../fonts/icomoon.eot?8gexkg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8gexkg') format('truetype'),
    url('../fonts/icomoon.woff?8gexkg') format('woff'),
    url('../fonts/icomoon.svg?8gexkg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e900";
}
.icon-cal:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-seal:before {
  content: "\e903";
}
.icon-district:before {
  content: "\e904";
}
.icon-cap:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e90e";
}
.icon-mail-envelope-open:before {
  content: "\e906";
}
.icon-envelope2:before {
  content: "\f0e0";
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #112235;
}

.buffer a {
	color: #0000ff;
}

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;
	border: 1px solid #999;
	padding: .4em .7em;
	min-width: 80px;
}

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;
}

#live {
  background: #a90000;
  color: #fff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#live h1 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
}
#live p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0px 0px;
}
#live a {
	font: 600 14px/16px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	background: #112235;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	outline: 0; 
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
	letter-spacing: .1em;
	border: 2px solid #112235;
	padding: 5px 10px;
	margin: 0 10px;
}

#live a:hover {
	border-color: #112235;
	color: #112235;
	background: #fff;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
}

/*Navigation and Header */
#header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(0, 0, 0, .57) 20%, rgba(0, 0, 0, .13) 75%, rgba(0, 0, 0, .05) 88%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .69) 0%, rgba(0, 0, 0, .57) 20%, rgba(0, 0, 0, .13) 75%, rgba(0, 0, 0, .05) 88%, transparent 100%);
	height: 200px;
	opacity: .74;
	z-index: -1;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.header {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  z-index: 100;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0.8125rem 0;
}

.header > .container {
  max-width: 70.625rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

.header.fixed-position {
  background: #112235;
  padding: 0.5625rem 0;
}

.header.fixed-position .logo {
  width: 11rem;
}

.header .logo {
  width: 11rem;
  margin: -0.125rem auto 0 -0.125rem;
  z-index: 99;
}

.header .social-networks {
	text-align: center;
}

.nav-active .header {
  background: #112235;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-holder {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.social-networks {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.25rem;
  margin: 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 3px 5px;
}

.social-networks li a {
	background: #fff;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: block;
	color: #112235;
	padding: 5px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.social-networks li a:hover {
	background: #32437d;
	color: #fff;
}

.main-nav {
  font: 1rem Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}

.main-nav > li {
  position: relative;
  margin: 0 0 1.125rem;
}

.main-nav > li > a {
  font-size: 1.25rem;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
}

.main-nav > li > a.has-drop-down-a:after,
.main-nav > li > a.has-drop-down-a:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.main-nav > li > a.has-drop-down-a:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
  -ms-transform: translate(-50%, -50%) rotate(90deg) !important;
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.main-nav > li:hover > a,
.main-nav > li.hover-tab > a,
.main-nav > li.active > a {
  color: #436180;
}

li .fa-home {
   display: none;
}

.main-nav a {
  color: currentColor;
  text-decoration: none;
  display: block;
}

.drop a.has-drop-down-a:after,
.drop a.has-drop-down-a:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.drop a.has-drop-down-a:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
  -ms-transform: translate(-50%, -50%) rotate(90deg) !important;
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.drop ul > li {
  position: relative;
}

.drop ul > li.active > a {
  color: #436180;
}

.main-nav-drop {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.nav-active .main-nav-drop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.search-form {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.input-wrap {
	position: relative;
	padding-right: 37px;
	background: #fff;
	border-radius: 5px;
}

.input-wrap input[type="text"] {
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	height: 36px;
	border: none;
	color: #000;
	border-radius: 5px;
	line-height: 25px;
	width: 160px;
	outline: none;
}

.input-wrap input[type="text"]:focus {
	outline: none;
}

.input-wrap button[type="submit"] {
	position: absolute;
	top: 5px;
	right: 0;
	color: #686c70;
	background: none;
	border: none;
	font-size: 19px;
	padding: 0 8px;
}

.input-wrap button[type="submit"]:hover {
	color: #436180;
}

.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 1.375rem 0 0;
}

.nav-opener {
  -webkit-transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: 1.4375rem;
  text-indent: -9999px;
  margin: 0.375rem 0 0;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
  -webkit-transition: background 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  height: 0.25rem;
  left: 0;
  right: 0;
  border-radius: 0.125rem;
  background: #fff;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  top: 0.5625rem;
}

.nav-opener:before {
  top: 1.0625rem;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  top: 0.5rem;
  -webkit-transition: background 0.3s ease-in-out, top 0.25s, -webkit-transform 0.3s ease 0.3s;
  transition: background 0.3s ease-in-out, top 0.25s, -webkit-transform 0.3s ease 0.3s;
  -o-transition: background 0.3s ease-in-out, top 0.25s, transform 0.3s ease 0.3s;
  transition: background 0.3s ease-in-out, top 0.25s, transform 0.3s ease 0.3s;
  transition: background 0.3s ease-in-out, top 0.25s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.nav-active .nav-opener:before {
  -webkit-transform: rotateZ(45deg) scale(1.05);
  -ms-transform: rotate(45deg) scale(1.05);
  transform: rotateZ(45deg) scale(1.05);
}

.nav-active .nav-opener:after {
  -webkit-transform: rotateZ(-45deg) scale(1.05);
  -ms-transform: rotate(-45deg) scale(1.05);
  transform: rotateZ(-45deg) scale(1.05);
}

.js-acc-hidden {
  visibility: hidden;
}

.container {
  max-width: 1752px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.875rem;
  padding-right: 3.875rem;
  width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner #header {
  -ms-grid-row: 1;
  grid-row: 1;
}

.wrapper-inner #main {
  -ms-grid-row: 2;
  grid-row: 2;
}

.wrapper-inner #footer {
  -ms-grid-row: 3;
  grid-row: 3;
}

.banner .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 316px;
}

.crumbs {
	text-transform:capitalize;
	font: 400 14px/16px Lato, Arial, Helvetica, sans-serif;
	width:50%;
	float:left;
	color:#436180;
}

.crumbs a {
	text-decoration:none;

}

.socialtop:after {
	clear:both;
}
.socialTop {
    color: #151c34;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    float: right;
}

.socialTop > span {
    float: left;
    display: block;
    margin: 9px 8px 0 0;
}

.socials {
    margin: 0 0 10px;
    padding: 0;
}

.addthis {
    display: inline-block;
    margin: 0 -1px 0 0 !important;
    border: none !important;
    list-style: none;
    vertical-align: top;
}


.cycle-gallery, .banner {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 545px;
}

.cycle-gallery .slideset {
	float: left;
	width: 99999px;
	background:#ccc;
}

.cycle-gallery .slide {
	float: left;
	min-height: 545px;
	position: relative;
	width:100%;
}

.cycle-gallery .slide.active {
	z-index: 2;
}

.bg-stretch, .bannerbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
	margin: 0;
}

.bg-stretch .overlay {
	background: #000000;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  	filter: alpha(opacity=20);
  	-moz-opacity: 0.2;
  	-khtml-opacity: 0.2;
  	opacity: 0.2;
  	width:100%;
  	height:100%;
  	position:absolute;
}

.bg-stretch img, .bannerbg img {
	max-width: none;
	width: 100%;
	height: auto;
}

#intcontent {
    padding-top: 10px;
    clear: both;
}

.holder {
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	background: rgba(0, 0, 0, .62);
}

.caption a {
	font-weight: 700;
	color:#fff;
	text-decoration:none;
}

/*.caption a:hover {
	color:#436180;
}*/

.caption .more:hover {
	color:#436180;
}

.caption-holder {
	padding: 32px 25px 36px;
	font-size: 12px;
	line-height: 20px;
	min-height: 134px;
}

.caption-holder .title {
	font: 600 19px/24px Lato, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 20px;
}

.buffer .col2,
.buffer .col2 img {
	display:none !important;
}

.btn-next,
.btn-prev {
	position: absolute;
	top: 50%;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, .62);
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 45px;
	color: #aeb5bf;
	z-index: 9;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	margin-top: 33px;
}

.btn-next .fa-angle-right::before,
.btn-next .fa-angle-left::before,
.btn-prev .fa-angle-right::before,
.btn-prev .fa-angle-left::before {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -23px;
}

.btn-next .fa-angle-right::before,
.btn-prev .fa-angle-right::before {
	left: auto;
	right: 18px;
}

.btn-next:hover,
.btn-prev:hover {
	background: rgba(0, 0, 0, .84);
	color: #fff;
}

.btn-next {
	left: auto;
	right: 0;
}

#main h1 {
	font: 600 34px/38px Lato, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#main h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	height: 4px;
	width: 83px;
	margin: 0 auto;
}

#main h1.blue {
	color: #112235;
}

#main h1.blue:after {
	background: #999999;
}

#main h1.white {
	color: #fff;
}

#main h1.white:after {
	background: #fff;
}

#main .services-block h1:after,
#main .contact-block h1:after {
	background: #949494;
}

.int-container {
    color: #000;
    background: #ffffff;
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
    padding: 0px;
}

.testimonial-block {
	background: #fff;
	color:#333;
	padding: 16px 7px 23px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.testimonial-block h1 {
	margin: 0 0 38px;
	color:#333;
}

.testimonial-block .h2 {
	font: 600 14px/20px Lato, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	display:block;
}

.testimonial-block .img-wrap {
	margin: 0 0 7px;
}

.testimonial-block .img-holder {
	border: 3px solid #333;
	display:block;
}

.testimonial-block .pagination ul li a:hover,
.testimonial-block .pagination ul li.active > a {
	background: #436180;
}

.img-wrap:hover .img-holder,
.img-wrap:hover .icon-holder .icon,
.img-wrap:hover {
	border-color: #436180;
	color: #436180;
}

.img-wrap:hover .h2 {
	color: #436180;
}

.img-wrap {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.img-wrap .hover {
	display: none;
}

.img-wrap:hover .default {
	display: none;
}

.img-wrap:hover .hover {
	display: inline-block;
}

.img-wrap:hover h2 {
	color: #436180;
}

.img-wrap.small .img-holder img {
	width: 13px;
}

.icon-holder .icon {
	font-size: 32px;
	padding: 18px;
    color: #333333;
    border-radius: 100%;
    display: inline-block;
    border: 3px solid #333;
    margin-bottom: 7px;
}

.icon-holder .icon-district {
    padding: 19px 17px;
}

.img-holder {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	border: 3px solid #fff;
	margin: 0 auto 7px;
	text-align: center;
}



.img-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 75px;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.img-holder img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: 33px;
}

.slideshow {
	position: relative;
}

.slideshow .slideset {
	overflow: hidden;
}

.slideshow .slide {
	float: left;
	width: 50%;
	padding: 0 13px;
}

.slideshow .slide.hide {
	display: none;
}

.pagination {
	clear: both;
	padding-top: 33px;
}

.pagination ul li {
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
}

.pagination ul li a {
	width: 10px;
	text-indent: -9999px;
	overflow: hidden;
	height: 10px;
	display: block;
	background: #213040;
}

.pagination ul li a:hover {
	background: #fff;
}

.pagination ul li.active > a {
	background: #fff;
}

.update-block {
	padding: 25px 15px 30px;
	background: #436180;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.update-block h1 {
	margin: 0 0 12px;
}


.update-block .text-info {
	max-width: 245px;
	margin: 0 auto 22px;
	width: 100%;
}

.update-block .text-info p {
	margin: 0 0 9px;
}

.update-block .bolder .btn-holder {
	margin-top: 20px;
}

.update-block .bolder .btn-holder a {
	background:#fff;
	border: none;
	color: #436180;
	font-weight: 800;
	text-transform: uppercase;
}

.link-hold {
	text-transform: uppercase;
}

.link-hold a {
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

.link-hold a:hover {
	opacity: .7;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
	padding-bottom: 5px;
	letter-spacing: -4px;
	font-size: 0;
}

.carousel .slide {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 100%;
	letter-spacing: 0;
	font-size: 14px;
}

.carousel .pagination li a {
	background: #213040;
}

.carousel .pagination li a:hover {
	background: #fff;
}

.carousel .pagination li.active a {
	background: #fff;
}

.article-info .img-hold {
	position: relative;
}

.article-info .img-hold img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.article-info .desc {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	padding: 20px;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
}

.article-info .desc p {
	margin: 0 0 17px;
}

.article-info .title {
	font: 600 16px/20px Lato, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 8px;
}

.article-info .title a {
	color: #112235;
	text-decoration: none;
}

.article-info .title a:hover {
	color: #436180;
}

.article-info time {
	color:#999999;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	padding: 3px;
}

.btn-holder {
	margin: 0 0 19px;
}

.btn-holder a {
	border: 1px solid #e3e3e3;
	color: #999;
	padding: 6px 5px 9px;
	display: block;
	font-weight: 600;
	width: 108px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.btn-holder a:hover {
	background: #112235;
	border-color: #112235;
	color: #fff;
}

.debt-block {
	background:#999999;
	padding: 33px 20px;
}

.debt-block .holder {
	padding: 0;
}

.debt-block h2 {
	font-size: 24px;
	color:#fff;
	font-weight: 600;
	display:block;
	text-align: center;
	text-transform: uppercase;
}

.debt-block .number {
	display:block;
	text-align:center;
	font: 300 28px/29px Lato, Arial, Helvetica, sans-serif;
}

.connect-block {
	background: #999999;
	padding: 33px 20px;
}

.connect-block .holder {
	padding: 0;
}

.connect-block h2 {
	display: none;
	color:#fff;
	font-weight: 600;
}

.subscribe-form .row {
	overflow: hidden;
}

.subscribe-form .row input[type="text"],
.subscribe-form .row input[type="email"] {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	height: 42px;
	width: 100%;
	padding: 10px 15px 10px 20px;
	display: block;
	margin: 0 0 24px;
	line-height: 20px;
	outline: none;
}

.subscribe-form .row input[type="text"]:focus,
.subscribe-form .row input[type="email"]:focus {
	outline: none;
}

.subscribe-form .row input[type="text"]::-webkit-input-placeholder,
.subscribe-form .row input[type="email"]::-webkit-input-placeholder {
	color: #112235;
}

.subscribe-form .row input[type="text"]::-moz-placeholder,
.subscribe-form .row input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #112235;
}

.subscribe-form .row input[type="text"]:-moz-placeholder,
.subscribe-form .row input[type="email"]:-moz-placeholder {
	color: #112235;
}

.subscribe-form .row input[type="text"]:-ms-input-placeholder,
.subscribe-form .row input[type="email"]:-ms-input-placeholder {
	color: #112235;
}

.subscribe-form .row input[type="text"].placeholder,
.subscribe-form .row input[type="email"].placeholder {
	color: #112235;
}

.subscribe-form .row .btn-hold {
	padding-left: 10px;
	width: 66%;
	margin: 0 auto;
}

.subscribe-form .row button[type=submit] {
	background: #112235;
	border: none;
	border-radius: 7px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 23px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.subscribe-form .row button[type=submit] .fa-check-circle::before {
	font-size: 21px;
}

.subscribe-form .row button[type=submit]:hover {
	color: #436180;
}

.image-block {
	padding: 6px 0 0;
	background: #fff;
}

.list-images {
	margin: 0 0 0 -5px;
	letter-spacing: -5px;
}

.list-images li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 50%;
	padding: 0 0 5px 5px;
}

.list-images li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.list-images li a {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.list-images li a:hover {
	opacity: .7;
}

.social-block {
	background: #436180;
	padding: 32px 8px 5px 30px;
}

.social-block .holder {
	padding: 0;
}

.social-block .text-connect {
	display: block;
	position: relative;
	font: 600 28px/29px Lato, Arial, Helvetica, sans-serif;
	padding-left: 48px;
	margin: 0 auto 20px;
	max-width: 450px;
	width: 100%;
}

.social-block .text-connect .fa-facebook-f,
.social-block .text-connect .fa-facebook {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 51px;
	margin-top: -20px;
}

.social-block .btn-holder a {
	border: none;
	border-radius: 7px;
	background: #112235;
	padding: 12px 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	width: 193px;
}

.social-block .btn-holder a .fa-thumbs-o-up {
	margin-left: 10px;
}

.social-block .btn-holder a:hover {
	background: #4157a1;
}

.priorities-block {
	background: #fff;
	padding: 25px 0 88px;
}

.priorities-block .overlay {
	background: #000000;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;
  	width:100%;
  	height:100%;
  	position:absolute;
}

.priorities-block h1 {
	margin: 0 0 28px;
}

.priorities-block .slideshow .slide {
	width: 230px;
	min-height: 213px;
	margin: 0 9px;
	padding: 0;
	position: relative;
}

.priorities-block .slideshow .slide .bg-holder {
	position: relative;
	min-height: 213px;
}

.priorities-block .slideshow .slide .bg-stretch {
	z-index: 0;
}

.priorities-block .slideshow .slide .text-holder {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 31px 5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 277px;
	margin: 0 auto;
	width: 100%;
}

.priorities-block .slideshow .slide .text-holder h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 95px;
	margin: 30px auto 0;
	width: 100%;
}

.priorities-block .slideshow .slide .text-holder p {
	display: none;
}

.priorities-block .slideshow .slide .text-holder .btn-holder {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
}

.priorities-block .slideshow .slide .text-holder .btn-holder a {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	border-radius: 4px;
	border-width: 1px;
	text-transform: uppercase;
	width: 95px;
	padding: 7px 5px;
	background: url(../images/transparent-bg.png);
}

.priorities-block .slideshow .slide .text-holder .btn-holder a:hover {
	background: #112235;
}

.btn-wrap {
	position: absolute;
	bottom: -53px;
	left: 0;
	right: 0;
	max-width: 80px;
	margin: 0 auto;
	width: 100%;
}

.btn-wrap .btn-next,
.btn-wrap .btn-prev {
	background: none;
	border: 2px solid #112235;
	color: #112235;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	font-size: 25px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 1px;
	text-align: center;
}

.btn-wrap .btn-next .fa-angle-right::before,
.btn-wrap .btn-next .fa-angle-left::before,
.btn-wrap .btn-prev .fa-angle-right::before,
.btn-wrap .btn-prev .fa-angle-left::before {
	margin-top: -13px;
	left: 9px;
}

.btn-wrap .btn-next .fa-angle-right::before,
.btn-wrap .btn-prev .fa-angle-right::before {
	right: 9px;
	left: auto;
}

.btn-wrap .btn-next:hover,
.btn-wrap .btn-prev:hover {
	border-color: #436180;
	color: #436180;
}

.services-block {
	padding: 32px 15px 11px;
	position: relative;
    background: url(/images/womack-services.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 553px;
}

.services-block .holder {
	padding-bottom: 85px;
}

.services-block .btn-holder {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
}

.services-block .btn-holder a {
	width: 158px;
	background: #fff;
	border-radius: 5px;
	font: 700 15px/20px Lato, Arial, Helvetica, sans-serif;
	color: #333;
	border: 2px solid #fff;
	padding: 11px 5px;
}

.services-block .btn-holder a:hover {
	background: #436180;
	border-color: #436180;
	color: #fff;
}

.services-block .holder,
.contact-block .holder {
	position: relative;
	z-index: 1;
}

.left-info p {
	display: none;
}

.list-services li {
	overflow: hidden;
	margin: 0 0 2px;
}

.list-services .icon-holder .icon {
	color:#fff;
	border: 3px solid #fff;
	font-size: 21px;
    padding: 16px 10px;
    margin: 0 10px 7px 0;
}

.list-services .img-wrap:hover .img-holder {
	border-color: #436180;
}

.list-services .img-wrap:hover .h2 {
	color: #436180;
}

.list-services .img-holder {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	width: 59px;
	height: 59px;
}

.list-services .img-holder:after {
	height: 53px;
}

.list-services .img-holder img {
	width: 28px;
}

.list-services .h2 {
	font: 700 18px/22px Lato, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 170px;
}

.votes-block {
	padding: 24px 5px 31px;
}

.accordion {
	border: 1px solid #333;
}

.accordion li {
	border-bottom: 1px solid #333;
}

.accordion li.active .indicator .off {
	display: block;
}

.accordion li.active .indicator .on {
	display: none;
}

.accordion li.last-child {
	border-bottom: none;
}

.accordion .opener {
	padding: 19px 44px 19px 24px;
	display: block;
	text-decoration: none;
	font: 900 21px/25px Lato, Arial, Helvetica, sans-serif;
	color: #333;
	position: relative;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.accordion .opener:hover {
	background: #243058;
	color: #fff;
}

.accordion .indicator {
	position: absolute;
	top: 13px;
	right: 10px;
	font-size: 32px;
}

.accordion .indicator .off {
	display: none;
}

.accordion .slide {
	padding: 0 20px 20px;
}

.table-info {
	color: #333333;
	width: 100%;
}

.table-info thead {
	text-transform: uppercase;
}

.table-info thead th {
	text-align: left;
}

.table-info .text-desk {
	display: none;
}

.table-info .cell2,
.table-info .cell4 {
	display: none;
}

.table-info .cell {
	width: 33.333333%;
	padding: 13px 6px 12px;
}

.table-info tr.has-background {
	background: #ebebeb;
}

.contact-block {
	padding: 26px 15px 20px;
	position: relative;
    margin-bottom: -1px;
    background: url(/images/womack-contact.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 485px;
    margin: 0 auto;
}

.contact-block h1 {
	margin: 0 0 31px;
	color:#fff;
}

.contact-block .list-services {
	margin: 0 auto 37px;
}

.contact-block .list-services li {
	margin: 0 0 3px;
}

.contact-block .list-services .h2 {
	font-size: 23px;
	line-height: 27px;
	font-weight: 600;
}

.contact-block .social-networks {
	font-size: 35px;
	justify-content: center;
}

.contact-block .social-networks li {
	margin: 0 6px 5px;
}

.contact-block .social-networks a {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	color: #fff;
}

.contact-block .social-networks a:hover {
	background: none;
	color: #436180;
}

.insta-block {
	width: 100%;
	min-height: 170px;
	padding: 7px 0;
	overflow: hidden;
}

.insta-block .info-wrap {
	background: #445162;
	padding: 26px 19px;
	margin: 0 0 7px;
}

.insta-block .info-wrap .text {
	margin: 0 auto;
	max-width: 382px;
	text-align: center;
	width: 100%;
}

.insta-block .info-wrap .text h2 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 29px;
	font-weight: 600;
	margin: 0 0 19px;
}

.insta-block .info-wrap .text .btn-holder {
	margin: 0;
}

.insta-block .info-wrap .text .btn-holder a {
	border: 2px solid #112235;
	background: #112235;
	color: #fff;
	border-radius: 5px;
	font: 700 18px/22px Lato, Arial, Helvetica, sans-serif;
	width: 191px;
	text-transform: uppercase;
	padding: 8px 5px;
}

.insta-block .info-wrap .text .btn-holder a:hover {
	color: #436180;
}

.insta-block .slide {
	width: 216px;
	height: 216px;
	padding: 0;
	margin: 0 3px;
}

.insta-block .slide.hide {
	display: block;
}

.insta-block .bg-holder {
	position: relative;
	min-height: 216px;
	overflow: hidden;
	z-index: 9;
}

.tweet-block {
	position: relative;
	padding: 15px 5px 2px;
}
.tweets {
	overflow:hidden;
	padding:0 0 13px 0;
}

.tweets .updates ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tweets .updates ul li {
    background:url(../images/corner.png) no-repeat 150px bottom;
	padding:0 10px 20px;
	line-height:1.417em;
	margin:0 0 11px 0;
	width:100%;
	display:inline-block;
	position:relative;
	vertical-align:top;
}

.tweets .updates ul li p {
	margin:0;
	color:#333;
	padding: 10px;
	min-height: 110px;
	background: #e5e5e5;
}
.tweets .updates a {
	color:#436180;
	text-decoration:underline;
}
.tweets .updates a:hover {text-decoration:none;}
.tweets .updates .time {
	position:absolute;
	right: 7px;
	bottom: 0px;
	color:#436180;
	font-size:0.917em;
	font-style:normal;
}

.tweets .updates .user {
	position:absolute;
	left: 7px;
	bottom: 0px;
	color:#436180;
	font-size:0.917em;
	text-decoration:none;
}

.tweet-block .btn-holder {
	margin-top: 20px;
}

.tweet-block .btn-holder .follow:before {
	content: url(../images/bird.png);
	position:relative;
	top:2px;
	margin-right: 5px;
}

.tweet-block .btn-holder .follow {
    border: none;
    border-radius: 7px;
    background: #112235;
    padding: 12px 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    width: 240px;
}

.tweet-block .btn-holder .follow:hover {

    background: #333;
}

.gallery {
	position: relative;
	margin: 0 0 20px;
	text-align: center;
}

.gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.gallery .slideset {
	float: left;
	width: 99999px;
}

.gallery .slide {
	float: left;
	color: #112235;
	font-size: 19px;
	line-height: 27px;
	padding-bottom: 140px;
}

.gallery .slide p {
	margin: 0 0 10px;
}

.gallery .img-hold {
	border: 7px solid #fff;
	border-radius: 100%;
	width: 125px;
	height: 125px;
	margin: 0 auto 18px;
	display: block;
	-webkit-transition: border .2s ease;
	transition: border .2s ease;
}

.gallery .img-hold:hover {
	border-color: #243058;
	-webkit-transition: border .2s ease;
	transition: border .2s ease;
}

.gallery .img-hold img {
	border-radius: 100%;
	width: 100%;
	height: auto;
	max-width: none;
}

.gallery .btn-wrap {
	bottom: 106px;
	left: -7px;
}

.gallery .btn-next,
.gallery .btn-prev {
	background: url(..images/transparent-bg.png);
}

.thumbnail {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	z-index: 99;
}

.thumbnail li {
	display: block;
	margin: 0 0 3px;
}

.thumbnail li a {
	color: #112235;
	text-decoration: none;
}

.thumbnail li a .fa-twitter::before,
.thumbnail li a .fa-clock-o::before {
	font-size: 25px;
	margin-right: 8px;
}

.thumbnail li a:hover {
	color: #436180;
}

#footer {
	background: #333333;
	color:#fff;
	padding: 38px 10px 85px 26px;
}

#footer h3 {
	text-transform: uppercase;
}

.info-contact h3 {
	font: 700 29px/27px Lato, Arial, Helvetica, sans-serif;
	margin: 0 0 35px;
}

.accordion-hold li {
	padding-left: 30px;
	margin: 0 0 16px;
}

.accordion-hold li.active .off {
	display: block;
}

.accordion-hold li.active .on {
	display: none;
}

.accordion-hold address {
	font-style: normal;
	line-height: 17px;
	display: block;
}

.accordion-hold address a {
	color: #fff;
	text-decoration: none;
}

.link-opener {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	display: inline;
	text-transform: uppercase;
}

.link-opener i {
	color: #929292;
	position: absolute;
	top: 0;
	left: -28px;
	font-size: 23px;
}

.link-opener .off {
	display: none;
}

.link-opener:hover {
	color: #06c;
}

.link-opener:hover i {
	color: #06c;
}

.footer-nav {
	float: left;
	width: 100%;
	padding: 10px 3px;
}

.footer-url {
	margin-top: 30px;
}

.footer-url ul {
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

.footer-url ul li {
	display: inline;
	list-style:none;
}

.footer-url a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    text-align:center;
}

.footer-url a:hover {
	color: #436180;
}

.footer-nav h3 {
	color: #ffffff;
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 18px;
}

.footer-nav address {
	margin: 0 0 5px;
	font-style:normal;
}


.link-top {
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	background: #515461;
	color: #1c174f;
	border: 1px solid #1c174f;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 34px;
}

.link-top:hover {
	background: #436180;
	color: #fff;
}

#wrapper {
	overflow: hidden;
}

@media (min-width: 480px) {
	.list-services .h2 {
		max-width: 270px;
	}

}

@media (min-width: 768px) {
	.header {
    padding: 1.125rem 0;
  }

  .header > .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header .logo {
    width: 11.875rem;
    margin: -0.25rem auto 0 -0.25rem;
  }

  .header .social-networks {
    padding: 0.4rem 0 0 2rem;
  }

  .drop a {
    padding-bottom: 0.5625rem;
  }

  .search-form form {
    min-width: 31.875rem;
  }

  .options {
    display: none;
  }

  .social-holder {
    padding: 0 3.125rem 0 0;
  }

  .nav-opener {
    margin: 0;
  }

  .nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span {
    background: #fff;
  }

	.caption {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		background: none;
		padding: 0 57px;
	}

	.caption-holder {
		max-width: 405px;
		background: #000;
		background: rgba(0, 0, 0, .62);
		padding: 37px 48px 19px;
	}

	.btn-next,
	.btn-prev {
		margin-top: -30px;
	}

	#main h1 {
		font-size: 41px;
		line-height: 44px;
	}

	#main h1.blue {
		padding-bottom: 8px;
	}

	.testimonial-block {
		padding: 39px 10px 42px;
	}

	.testimonial-block h1 {
		margin: 0 0 23px;
	}

	.testimonial-block .h2 {
		font-size: 16px;
	}

	.testimonial-block .img-wrap {
		margin: 0 0 8px;
	}

	.testimonial-block .img-wrap.small .img-holder img {
		width: 20px;
	}

	.testimonial-block .pagination {
		display: none;
	}

	.img-wrap.small .img-holder img {
		width: 22px;
	}

	.slideshow .slide {
		width: 20%;
		padding: 0 12px;
	}

	.slideshow .slide.hide {
		display: block;
	}

	.pagination {
		padding-top: 31px;
	}

	.pagination ul li {
		margin: 0 5px;
	}

	.update-block {
		padding: 49px 10px 38px;
	}

	.update-block h1 {
		margin: 0 0 19px;
	}

	.update-block .text-info {
		max-width: 580px;
		margin: 0 auto 43px;
	}

	.update-block .text-info p {
		margin: 0;
	}

	.tweets .updates ul li {
    background:url(../images/corner.png) no-repeat 150px bottom;
	width:33%;
	}


	.carousel .slide {
		width: 33.333%;
		padding: 0 16px;
	}

	.article-info .desc {
		font-size: 11px;
		line-height: 14px;
		padding: 16px 12px;
	}

	.article-info .desc p {
		margin: 0 0 14px;
	}

	.article-info .title {
		font-size: 13px;
		line-height: 17px;
		margin: 0 0 6px;
	}

	.article-info time {
		font-size: 10px;
		line-height: 16px;
	}

	.article-info time strong {
		font-size: 15px;
		line-height: 20px;
	}

	.category-info {
		font-size: 10px;
		line-height: 14px;
	}

	.category-info dt {
		width: 45px;
	}

	.btn-holder {
		margin: 0 0 15px;
	}

	.btn-holder a {
		width: 89px;
		padding: 5px 5px 6px;
	}

	.connect-block {
		padding: 39px 10px;
	}

	.connect-block .holder {
		padding: 0 11px 0 23px;
	}

	.subscribe-form .row input[type="text"],
	.subscribe-form .row input[type="email"] {
		display: inline-block;
		vertical-align: top;
		width: 72.4%;
		margin: 0;
	}

	.subscribe-form .row .btn-hold {
		display: inline-block;
		vertical-align: top;
		width: 25.8%;
	}

	.subscribe-form .row button[type=submit] {
		display: inline-block;
		vertical-align: top;
		padding: 10px 5px;
	}

	.image-block {
		padding: 10px 0 2px;
	}

	.list-images li {
		width: 33.33333%;
		padding: 0 0 8px 5px;
	}

	.social-block {
		padding: 37px 4px 37px 20px;
	}

	.social-block .text-connect {
		display: inline-block;
		vertical-align: middle;
		max-width: none;
		width: 68%;
		margin: 0 auto;
		padding-left: 74px;
	}

	.social-block .text-connect .fa-facebook-f,
	.social-block .text-connect .fa-facebook {
		top: -18px;
		font-size: 61px;
		left: 19px;
		margin: 0;
	}

	.social-block .btn-holder {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 21px;
		width: 25%;
	}

	.priorities-block {
		padding: 43px 0 54px;
	}

	.priorities-block h1 {
		margin: 0 0 38px;
	}

	.priorities-block .slideshow .slide .text-holder {
		padding: 27px 5px;
	}

	.priorities-block .slideshow .slide .text-holder h3 {
		margin: 37px auto 0;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder {
		bottom: 0;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder a {
		padding: 8px 5px;
	}

	.btn-wrap {
		position: static;
	}

	.btn-wrap .btn-next,
	.btn-wrap .btn-prev {
		position: absolute;
		top: -87px;
		left: 6px;
		font-size: 38px;
		width: 52px;
		height: 52px;
	}

	.btn-wrap .btn-next .fa-angle-right::before,
	.btn-wrap .btn-next .fa-angle-left::before,
	.btn-wrap .btn-prev .fa-angle-right::before,
	.btn-wrap .btn-prev .fa-angle-left::before {
		margin-top: -19px;
		left: 15px;
	}

	.btn-wrap .btn-next .fa-angle-right::before,
	.btn-wrap .btn-prev .fa-angle-right::before {
		right: 15px;
		left: auto;
	}

	.btn-wrap .btn-next {
		right: 6px;
		left: auto;
	}

	.services-block {
		padding: 34px 10px 11px;
	}

	.right-info {
		text-align: center;
	}

	.list-services {
		letter-spacing: -5px;
	}

	.list-services li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.33%;
		margin: 0 0 49px;
	}

	.list-services .img-holder {
		width: 106px;
		height: 106px;
		margin: 0 auto 17px;
	}

	.list-services .img-holder:after {
		height: 106px;
	}

	.list-services .img-holder img {
		width: 52px;
	}

	.list-services .h2 {
		display: block;
		max-width: none;
	}

	.list-services .icon-holder .icon {
		font-size: 40px;
    	padding: 30px 17px;
    	margin: 0 0 17px;
	}

	.votes-block {
		padding: 43px 12px 60px;
	}

	.accordion .opener {
		font-size: 23px;
		line-height: 27px;
		padding: 19px 67px 19px 26px;
	}

	.accordion .indicator {
		right: 23px;
		top: 16px;
	}

	.table-info .text {
		display: none;
	}

	.table-info .text-desk {
		display: block;
	}

	.table-info .cell2 {
		display: table-cell;
	}

	.table-info .cell {
		width: 10%;
		padding: 13px 8px;
	}

	.table-info .cell.cell5 {
		width: 17%;
	}

	.contact-block {
		padding: 45px 15px 54px;
		text-align: center;
	}

	.contact-block h1 {
		margin: 0 0 71px;
	}

	.contact-block .list-services {
		margin: 0 auto 20px;
		max-width: 847px;
	}

	.contact-block .list-services .img-holder {
		margin: 0 auto 27px;
	}

	.contact-block .list-services .img-holder img {
		width: auto;
	}

	.contact-block .list-services li {
		margin: 0 0 31px;
	}

	.contact-block .social-networks {
		font-size: 43px;
	}

	.contact-block .social-networks li {
		margin: 0 19px;
	}

	.insta-block .info-wrap {
		float: left;
		width: 33.33%;
		height: 253px;
		padding: 20px;
		margin: 0;
	}

	.insta-block .info-wrap .text {
		max-width: 213px;
	}

	.insta-block .info-wrap .text h2 {
		margin: 0 0 100px;
	}

	.insta-block .info-wrap .text .btn-holder a {
		padding: 8px 5px;
	}

	.insta-block .slide {
		width: 50%;
		padding: 0 0 0 10px;
		margin: 0;
		height: auto;
	}

	.insta-block .slide.hide {
		display: none;
	}

	.insta-block .bg-holder {
		min-height: 253px;
	}

	.tweet-block {
		padding: 29px 5px 15px;
	}

	.gallery .slide {
		padding: 0;
		font-size: 26px;
		line-height: 34px;
	}

	.gallery .slide p {
		margin: 0 0 51px;
	}

	.gallery .img-hold {
		width: 165px;
		height: 165px;
		border-width: 10px;
	}

	.gallery .btn-next,
	.gallery .btn-prev {
		top: 50%;
		left: -67px;
		margin-top: 17px;
	}

	.gallery .btn-next {
		left: auto;
		right: -67px;
	}

	.thumbnail {
		position: static;
	}

	.thumbnail li {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
	}

	#footer {
		padding: 53px 20px 104px;
	}

  #footer .info-contact {
    text-align: center;
  }

	.footer-nav {
		width: 32.9%;
    text-align: center;
	}

	.link-top {
		bottom: 37px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.list-images li.hide-tab {
		display: none;
	}

	.accordion-hold {
		letter-spacing: -5px;
		text-align: center;
	}

	.accordion-hold li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.333%;
		padding: 0;
	}

	.accordion-hold li.active .slide {
		display: block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.accordion-hold li i {
		display: none !important;
	}

	.accordion-hold li .slide {
		display: block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		overflow: visible !important;
	}
}

@media (min-width: 1024px) {
	.text-home {
		display:none;
	}

	li .fa-home {
    display: block;
    font-size: 26px;
    line-height: 14px;
	}

	.header {
    padding: 1.5625rem 0;
  }

  .header.fixed-position {
    padding: 1.4375rem 0;
  }

  .header.fixed-position .social-holder {
  	display:none;
  }

  .header.fixed-position .logo {
    width: 15rem;
    margin: -1.5rem 0 -2.5rem -0.125rem;
  }

  .header .logo {
    width: 22.3125rem;
    margin: -0.1875rem 0 -4.9375rem 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-holder {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .drop-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }

  .main-nav {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9rem;
    margin: 0 -0.625rem;
  }

  .main-nav > li {
    padding: 0 0.9375rem;
    margin: 0;
  }

  .header.fixed-position .main-nav > li > a {
    font-size: .9rem;
  }

  .main-nav > li > a {
    font-size: .9rem;
  }

  .main-nav > li > .drop:before {
    content: "";
    height: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
  }

  .main-nav li.hover-js > .drop,
.main-nav li.hover-tab > .drop {
    opacity: 1;
    visibility: visible;
  }

  .main-nav li:hover > a {
    color: #436180;
  }

  .drop {
    background: #333;
    width: 12.5rem;
    margin: 1.45rem 0 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 0;
    opacity: 0;
    visibility: hidden;
  }

  .drop.special {
  	opacity: 1;
  	visibility: visible;
  }

  .drop ul > li {
    position: relative;
    border-bottom: 1px solid #737373;
    padding: .75rem .75rem 0 .75rem;
    margin: 0;
 }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
  }

  .main-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .social-holder {
    width: 100%;
    padding: 0 0 1rem 0;
  }

  .nav-opener {
    display: none;
  }

	.cycle-gallery .mask {
		min-height: 678px;
	}

	.banner .mask {
		min-height: 416px;
	}

	.cycle-gallery .slide {
		min-height: 678px;
	}

	.caption {
		padding: 0 10px;
	}

	.caption-holder {
		font-size: 15px;
		line-height: 24px;
		padding: 46px 57px 40px;
		max-width: 485px;
	}

	.caption-holder .title {
		font-size: 23px;
		line-height: 27px;
	}

	.btn-next .fa-angle-right::before,
	.btn-next .fa-angle-left::before,
	.btn-prev .fa-angle-right::before,
	.btn-prev .fa-angle-left::before {
		left: 15px;
	}

	.btn-next .fa-angle-right::before,
	.btn-prev .fa-angle-right::before {
		right: 15px;
	}

	#main h1 {
		padding-bottom: 9px;
	}

	#main h1.blue {
		padding-bottom: 9px;
	}

	#main .contact-block h1 {
		padding-bottom: 19px;
	}

	#main .services-block .left-info h1 {
		text-align: left;
	}

	#main .services-block .left-info h1:after {
		margin: 0;
	}

	.testimonial-block {
		font-size: 14px;
		line-height: 23px;
		padding: 43px 10px 29px;
	}

	.testimonial-block h1 {
		margin: 0 0 30px;
	}

	.testimonial-block .h2 {
		font-size: 23px;
	}

	.testimonial-block .img-wrap {
		margin: 0 0 18px;
	}

	.testimonial-block .img-wrap.small .img-holder img {
		width: 30px;
	}

	.icon-holder .icon {
		font-size: 55px;
		padding: 28px;
		margin-bottom: 16px;
	}

	.icon-holder .icon-district {
    	padding: 28px 25px;
	}

	.img-holder {
		width: 116px;
		height: 116px;
		margin: 0 auto 18px;
	}

	.img-holder:after {
		height: 104px;
	}

	.img-holder img {
		width: auto;
	}

	.pagination ul li {
		margin: 0 3px;
	}

	.update-block {
		padding: 46px 10px 43px;
	}

	.update-block .text-info {
		margin: 0 auto 22px;
	}

	.carousel .mask {
		margin: 0 -7px;
	}

	.article-info .desc {
		padding: 31px 30px;
		font-size: 14px;
		line-height: 23px;
	}

	.article-info .desc p {
		margin: 0 0 23px;
	}

	.article-info .title {
		font-size: 18px;
		line-height: 22px;
	}

	.article-info time {
		font-size: 14px;
		line-height: 35px;
		width: 65px;
	}

	.article-info time strong {
		font-size: 25px;
		line-height: 22px;
	}

	.category-info {
		font-size: 13px;
		line-height: 17px;
	}

	.category-info dt {
		width: 70px;
	}

	.btn-holder {
		margin: 0 0 22px;
	}

	.btn-holder a {
		width: 140px;
		border-radius: 3px;
		padding: 11px 5px;
	}

	.connect-block,
	.debt-block {
		padding: 38px 20px 39px;
	}

	.connect-block .holder,
	.debt-block .holder {
		padding: 0 15px;
	}

	.connect-block h2 {
		display: inline-block;
		vertical-align: middle;
		font-size: 29px;
		line-height: 33px;
		text-transform: uppercase;
		width: 24.5%;
		margin: 0;
		padding-right: 10px;
	}

	.debt-block h2 {
		display: inline-block;
		text-align:left;
		font-size: 29px;
		line-height: 33px;
		text-transform: uppercase;
		width: 28%;
		margin: 0;
		padding-right: 10px;
	}

	.debt-block .number {
		display:inline-block;
		font-size: 76px;
	}

	.subscribe-form {
		display: inline-block;
		vertical-align: middle;
		width: 75%;
	}

	.subscribe-form .row {
		text-align: right;
	}

	.subscribe-form .row input[type="text"],
	.subscribe-form .row input[type="email"] {
		font-size: 15px;
		width: 76.4%;
	}

	.subscribe-form .row .btn-hold {
		width: 22.6%;
	}

	.image-block {
		padding: 10px 10px 2px;
	}

	.list-images {
		margin: 0 0 0 -10px;
	}

	.list-images li {
		width: 25%;
		padding: 0 0 10px 10px;
	}

	.social-block {
		padding: 38px 5px 36px;
	}

	.social-block .holder {
		text-align: right;
		max-width: 926px;
		padding: 0 15px;
	}

	.social-block .text-connect {
		font-size: 35px;
		line-height: 40px;
		padding: 2px 0 0 67px;
		float: left;
		max-width: 600px;
		text-align: left;
	}

	.social-block .text-connect .fa-facebook-f,
	.social-block .text-connect .fa-facebook {
		font-size: 59px;
		top: -10px;
		left: 0;
	}

	.social-block .btn-holder {
		width: 26%;
		margin: 0 20px 0 18px;
	}

	.priorities-block {
		padding: 55px 0 93px;
	}

	.priorities-block .holder {
		padding: 0 82px;
	}

	.priorities-block h1 {
		margin: 0 0 41px;
	}

	.priorities-block .slideshow .slide {
		min-height: 270px;
		margin: 0 27px;
	}

	.priorities-block .slideshow .slide .bg-holder {
		min-height: 270px;
	}

	.priorities-block .slideshow .slide .text-holder {
		min-height: 157px;
		margin: 0 auto;
		max-width: 219px;
		font-size: 13px;
		line-height: 23px;
		padding: 31px 5px;
	}

	.priorities-block .slideshow .slide .text-holder h3 {
		max-width: none;
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 28px;
	}

	.priorities-block .slideshow .slide .text-holder p {
		display: block;
		margin: 0 0 27px;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder {
		position: static;
	}

	.priorities-block .slideshow .slide .text-holder .btn-holder a {
		width: 110px;
		font-size: 12px;
		padding: 11px 5px;
		border-radius: 6px;
	}

	.priorities-block .btn-wrap .btn-next,
	.priorities-block .btn-wrap .btn-prev {
		top: 50%;
		left: -68px;
		margin-top: -27px;
	}

	.priorities-block .btn-wrap .btn-next {
		left: auto;
		right: -68px;
	}

	.services-block {
		padding: 94px 10px 70px;
	}

	.services-block .holder {
		padding-bottom: 0;
	}

	.services-block .btn-holder {
		position: static;
	}

	.services-block .btn-holder a {
		margin: 0;
		padding: 11px 5px;
	}

	.left-info {
		float: left;
		max-width: 240px;
		font-size: 13px;
		line-height: 25px;
		width: 22%;
	}

	.left-info h1 {
		margin: 0 0 32px;
	}

	.left-info p {
		display: block;
		margin: 0 0 54px;
	}

	.right-info {
		float: right;
		width: 74.2%;
		margin-left: 10px;
	}

	.votes-block {
		padding: 79px 5px;
	}

	.accordion .opener {
		padding: 19px 68px 19px 25px;
	}

	.accordion .indicator {
		right: 28px;
	}

	.table-info .cell4 {
		display: table-cell;
	}

	.table-info .cell {
		width: 6%;
		padding: 11px 6px 15px;
	}

	.table-info .cell.cell4 {
		width: 19.3%;
	}

	.table-info .cell.cell5 {
		width: 6.8%;
	}

	.contact-block h1 {
		margin: 0 0 63px;
	}

	.contact-block .list-services {
		margin: 0 auto 35px;
	}

	.contact-block .list-services li {
		margin: 0 0 10px;
	}

	.slideshow-holder {
		float: right;
		width: 80.8%;
	}

	.insta-block {
		padding: 7px;
	}

	.insta-block .info-wrap {
		width: 19.2%;
		height: 260px;
		padding: 28px 10px;
	}

	.insta-block .info-wrap .text h2 {
		font-size: 29px;
		line-height: 29px;
		text-align: left;
		margin: 0 0 100px;
	}

	.insta-block .info-wrap .text .btn-holder a {
		margin: 0;
		width: 92%;
	}

	.insta-block .slide {
		width: 25%;
		text-align: center;
	}

	.insta-block .slide.hide {
		display: block;
	}

	.insta-block .bg-holder {
		min-height: 260px;
	}

	.gallery .slide {
		font-size: 30px;
		line-height: 36px;
		padding: 0 49px;
	}

	.gallery .slide p {
		margin: 0 0 44px;
	}

	.gallery .img-hold {
		margin: 0 auto 24px;
	}

	.thumbnail li a .fa-twitter::before,
	.thumbnail li a .fa-clock-o::before {
		font-size: 24px;
	}

	#footer {
		padding: 61px 20px 53px;
	}

	#footer .holder {
		padding: 0 5px 0 23px;
	}

	.footer-links {
		display: block;
		width: 100%;
		margin-top: -4px;
	}

	.link-top {
		right: 26px;
		left: auto;
		bottom: 27px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.navbar {
		margin-right: -5px;
	}

	.navbar > ul > li > a {
		padding: 8px 8px 16px;
	}

	.slideshow .slide {
		padding: 0 5px;
	}

	.connect-block h2,
	.debt-block h2 {
		font-size: 25px;
		line-height: 29px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
	.insta-block .info-wrap .text h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.info-contact h3 {
		font-size: 29px;
		line-height: 22px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	body.nav-active {
    overflow: hidden !important;
  }

  .header.fixed-position .main-nav-drop {
    height: calc(100vh - 8.6rem * .625);
    height: calc(var(--vh, 1vh) * 100 - 8.6rem * .625);
  }

  .main-nav > li > a.has-drop-down-a {
    padding: 0 0.9375rem 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .main-nav > li > a.has-drop-down-a:after,
.main-nav > li > a.has-drop-down-a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.6875rem;
    width: 0.25rem;
    height: 0.625rem;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .main-nav > li:hover > a:after,
.main-nav > li:hover > a:before,
.main-nav > li.hover-tab > a:after,
.main-nav > li.hover-tab > a:before,
.main-nav > li.active > a:after,
.main-nav > li.active > a:before {
    background: #436180;
  }

  .main-nav > li.active > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
  }

  .drop {
    padding: 0.625rem 0 0.125rem;
  }

  .drop a.has-drop-down-a {
    padding: 0 0.9375rem 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .drop a.has-drop-down-a:after,
.drop a.has-drop-down-a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.4375rem;
    width: 0.125rem;
    height: 0.625rem;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .drop ul > li {
    margin: 0 0 0.5625rem;
  }

  .drop ul > li.active > a:after,
.drop ul > li.active > a:before {
    background: #436180;
  }

  .drop ul > li.active > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
  }

  .drop .drop {
    background: rgba(255, 255, 255, 0.2);
  }

  .main-nav-drop {
    position: absolute;
    background: #112235;
    right: 0;
    top: 100%;
    padding: 2.0625rem 0;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 9.4rem * .625);
    height: calc(var(--vh, 1vh) * 100 - 9.4rem * .625);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    left: 0;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

	.services-block h1 {
		margin: 0 0 46px;
	}

	.int-container {
    padding: 0px 15px;
	}
}

@media (max-width: 767px) {
	.header .social-networks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }

  .search-form form {
    width: 100%;
  }

  .input-wrap input[type="text"] {
  	width: 100px;
  }

  .social-holder .social-networks {
    display: none;
  }

	.testimonial-block .holder {
		padding: 0;
	}

	.testimonial-block .slideset {
		white-space: nowrap;
		width: 100% !important;
		overflow: visible !important;
	}

	.testimonial-block .slideset .slide {
		display: inline-block;
		vertical-align: top;
		float: none;
		white-space: normal;
	}

	.carousel .pagination {
		padding-top: 23px;
	}

	.article-info .desc .btn-holder {
		font-size: 13px;
		line-height: 17px;
	}

	.services-block h1 {
		margin: 0 0 17px;
	}

	.list-services {
		max-width: 320px;
		margin: 0 auto 23px;
	}

	.contact-block .list-services .img-holder:after {
		height: 64px;
	}

	.contact-block .list-services .img-holder {
		width: 68px;
		height: 68px;
	}

	.gallery .btn-next,
	.gallery .btn-prev {
		width: 32px;
		height: 32px;
	}

}

.buffer .news-related-files {
	display: none;
}