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

.fb-comments {
	display: none !important;
}

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

.main-nav,
.main-nav .drop ul,
.address-list,
.social-list,
.footer-menu,
.services-list,
.issues-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #777;
	background: #fff;
	font: 16px/1.5 "Open Sans", "Helvetica Neue", "Helvetica", sans-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: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #b7b8b6;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #b3c100;
}

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 #777;
	padding: .4em .7em;
	min-width: 75px;
}

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

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

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

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

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

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

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

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?aevfja');
  src:  url('../fonts/icomoon.eot?aevfja#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?aevfja') format('truetype'),
    url('../fonts/icomoon.woff?aevfja') format('woff'),
    url('../fonts/icomoon.svg?aevfja#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-cellphone:before {
  content: "\e900";
}
.icon-building:before {
  content: "\e901";
}
.icon-flag:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-hand:before {
  content: "\e90c";
}
.icon-close:before {
  content: "\e90d";
}
.icon-phone:before {
  content: "\f095";
}
.icon-mobile:before {
  content: "\f10b";
}


/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.intro-slideshow {
	 visibility:hidden;
	 opacity:0;	 
	 transition: opacity 1s;
}

.intro-slideshow.slick-initialized {
	visibility:visible;
	opacity:1;
}

.intro-slideshow .item{
	display:none;
}

.intro-slideshow .item:first-child{
	display:block; 
	visibility:hidden;
} 

.intro-slideshow.slick-initialized .item{
	display:block;
	visibility:visible!important;
}

body {
	min-width: 320px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 700;
	text-decoration: underline;
}

address {
	font-style: normal;
}

button {
	border: none;
	padding: 0;
	background: none;
}

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

*,
*:focus {
	outline: none;
}

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

.only-mobile {
	display: none !important;
}

.send-text {
	position: fixed;
	bottom: 30px;
	right: 25px;
	z-index: 99;
}

.send-text a {
	background: #4cb5f5;
	color: #fff;
	border-radius: 7px;
	text-decoration:none;
	padding: 10px;
	box-shadow: 2px 2px 7px #828282;
	text-transform: uppercase;
	-webkit-transition: box-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
}

.send-text a:hover {
	background: #0d95e8;
	box-shadow: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	min-width: 320px;
}

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

.main-section {
	padding: 54px 0 46px;
}

.section-title {
	text-align: center;
	margin: 0 0 27px;
}

.section-title h1,
.section-title .h1 {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin: 0;
	padding: 13px 10px 19px;
	text-transform: uppercase;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	border-top: 3px solid #b7b8b6;
	border-bottom: 3px solid #b7b8b6;
	letter-spacing: -1.5px;
}

.section-title.white-color h1,
.section-title.white-color .h1 {
	color: #fff;
	border-color: #fff;
}

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

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 3px solid transparent;
	padding: 17px 20px;
	max-width: 100%;
	text-align: center;
}

.btn.btn-primary {
	background: #4cb5f5;
	color: #fff;
	min-width: 194px;
}

.btn.btn-primary:hover {
	background: #0d95e8;
}

.btn.btn-secondary {
	background: none;
	border-color: #fff;
	color: #fff;
	padding: 14px 20px 15px;
	min-width: 158px;
}

.btn.btn-secondary:hover {
	color: #777;
	background: #fff;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	font-weight: 700;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #878787;
	background-color: rgba(255, 255, 255, .8);
	width: 100%;
	height: auto;
	padding: 14px 12px 15px;
	text-transform: uppercase;
}

#header {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	background: #fff;
	position: relative;
	padding: 31px 0;
	height: 86px;
	text-align: right;
	box-shadow: 0 4px 21px -2px rgba(0, 0, 0, .35);
	z-index: 9999;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	position: absolute;
	top: -16px;
	left: 10px;
	z-index: 99;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0 0 21px 4px rgba(0, 0, 0, .35);
}

#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

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

#header .social-list a {
	width: 34px;
	height: 34px;
	background-color: #4cb5f5;
	color: #fff;
	font-size: 18px;
}

#header .social-list a .icon-mobile {
	font-size: 28px;
}

#header .social-list a:hover {
	background-color: #0d95e8;
}

.nav-opener {
	border-radius: 4px;
	width: 30px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #4cb5f5;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

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

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

.nav-opener span {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
	z-index: 10;
}

#nav .nav-holder {
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	background: #fff;
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	padding: 77px 20px 260px;
	text-align: center;
	box-shadow: inset 0 7px 21px -7px rgba(0, 0, 0, .35);
}

#nav .nav-holder > .nav-opener {
	position: absolute;
	bottom: auto;
	top: 35px;
	right: 30px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	width: auto;
	height: auto;
	padding-right: 20px;
}

#nav .nav-holder > .nav-opener:before {
	display: none;
}

#nav .nav-holder > .nav-opener:after {
	content: "X";
	color: #c21807;
	font-size: 24px;
	line-height: 1.2;
	width: auto;
	height: auto;
	background: none;
	right: 0;
	left: auto;
}

#nav .nav-holder .social-list {
	margin-top: 20px;
}

.nav-active #nav {
	max-height: 85vh;
	overflow: auto;
}

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

.nav-active .fixed-position #nav {
	max-height: 100vh;
}

.main-nav {
	font-size: 36px;
	line-height: 1;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.4em;
}

.main-nav li {
	letter-spacing: normal;
}

.main-nav > li {
	position: relative;
	padding: 0 0 15px;
}

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

.main-nav > li.has-drop-down > a:after {
	content: "+";
	line-height: 1;
	position: absolute;
	margin: -1px 0 0 10px;
}

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

.main-nav > li.hover > a,
.main-nav > li.active-drop > a {
	color: #4cb5f5;
}

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

.main-nav > li.hover .drop,
.main-nav > li.active-drop .drop {
	max-height: 100vh;
	visibility: visible;
}

.main-nav a {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	color: #b7b8b6;
	text-decoration: none;
}

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

.main-nav .drop {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

.main-nav .drop ul {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
	text-transform: none;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.main-nav .drop ul li {
	display: block;
}

.main-nav .drop ul li:last-child {
	margin: 0;
}

.main-nav .drop a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	padding: 8px 10px;
	color: #777;
	border: none;
}

.main-nav .drop a:hover {
	color: #4cb5f5;
}

.social-wrap {
	display: inline-block;
	vertical-align: middle;
}

.social-wrap .social-list {
	display: none;
}

.search {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.search .search-opener {
	position: relative;
	color: #777;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: inline-block;
	vertical-align: middle;
}

.search .search-opener:hover {
	color: #1e90ff;
}

.search-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 22px 20px;
	left: auto;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999;
}

.search-box .search-wrap {
	position: relative;
	width: 100%;
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	padding-right: 45px;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
	background: #fff;
}

.search-box input {
	background: none;
	outline: none;
	width: 100%;
	padding: 10px 12px 11px;
}

.search-box input:focus {
	outline: none;
	border-color: #4cb5f5;
}

.search-box .search-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	padding: 3px 0 0 3px;
	top: 5px;
	right: 0;
	background: none;
	box-shadow: none;
	outline: none;
	font-size: 26px;
	line-height: 32px;
	color: #777;
}

.search-box .search-btn:hover {
	color: #4cb5f5;
}

.sticky-wrap.fixed-position #header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.sticky-wrap.fixed-position #header .logo {
	width: 116px;
	height: 116px;
	top: 2px;
}

#footer {
	background-color: #989898;
	padding: 49px 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}

#footer .social-list {
	margin-bottom: 20px;
}

#footer .img-holder {
	position: absolute;
	top: 0;
	right: -158px;
	z-index: -1;
}

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

.address-list {
	letter-spacing: -.4em;
	margin: 0 -15px -30px;
}

.address-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 30px;
	width: 100%;
}

.address-item {
	font-size: 16px;
	line-height: 1.25;
}

.address-item .title {
	text-transform: uppercase;
	font-size: 22px;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
	display: block;
}

.address-item .text-item {
	margin-top: 19px;
}

.address-item .text-item.schedule br {
	display: none;
}

.address-item .text-item a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.address-item .text-item a:hover {
	color: #b3c100;
}

.social-list {
	margin: 0 -4px -8px;
	letter-spacing: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.social-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 8px;
	font-size: 28px;
	line-height: 1;
}

.social-list a {
	-webkit-transition: box-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #fff;
	color: #777;
	box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, .19);
	text-decoration: none;
	text-align: center;
}

.social-list a:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.social-list a:hover {
	box-shadow: 2px 4px 8px 2px transparent;
	color: #b3c100;
}

.social-list a [class*=icon] {
	display: inline-block;
	vertical-align: middle;
}

.social-list li .icon-mobile {
	font-size: 38px;
}

.footer-menu {
	letter-spacing: -.4em;
	color: #fff;
	font-size: 14px;
}

.footer-menu li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

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

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

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

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

.services-section .section-title {
	margin: 0 0 12px;
}

.services-list {
	letter-spacing: -.4em;
	margin: 0 0 -7px;
	text-align: center;
	color: #b7b8b6;
}

.services-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 7px;
}

.services-list .item {
	-webkit-transition: color .3s ease-in-out, box-shadow .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out, background-color .3s ease-in-out;
	display: block;
	margin: 0 auto;
	width: 139px;
	height: 139px;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: 2px 4px 8px 2px transparent;
	text-align: center;
	text-decoration: none;
	color: inherit;
	line-height: 1.14;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 10px;
}

.services-list .item:hover {
	color: #4cb5f5;
}

.services-list .item.active {
	background-color: #b3c100;
	color: #fff;
	box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, .19);
}

.services-list .item.active:hover {
	background-color:#0d95e8;
}

.services-list .item .text {
	display: block;
}

.services-list .item .icon-holder {
	display: block;
	height: 72px;
}

.services-list .item .icon-holder:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.services-list .item [class*=icon] {
	display: inline-block;
	vertical-align: middle;
	font-size: 49px;
	text-shadow: 4px 5px 8px rgba(0, 0, 0, .14);
}

.buffer a.middleheadline,
.buffer h3.middleheadline {
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #777;
}

.buffer h3.middleheadline {
	font-size: 26px;
}

.buffer a.middleheadline:hover {
	color: #4cb5f5;
}

.crumb-block {
	padding: 10px 0;
}

.twocolumns {
	padding: 35px 0;
}

#content {
	  float: left;
    padding-right: 350px;
    box-sizing: border-box;
    width: 100%;
}

#content h1 {
	text-align: center;
}

#sidebar {
	float:left;
	float: right;
  width: 300px;
  margin-left: -300px;
}

#sidebar .about {
	background: #4cb5f5;
	border-radius: 5px;
	padding: 20px;
}

#sidebar .about ul {
	padding: 0;
	margin: 0;
}

#sidebar .about ul li {
	list-style-type: none;
	padding: 5px 0;
}

#sidebar .about ul li:before {
 	content: "\00BB";
 	padding: 0 10px 0 0;
 	color: #fff;
 }

#sidebar .about ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
 }

 #sidebar .about ul li a:hover {
	font-weight: bold;
 }

#sidebar h2 {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin: 0 0 10px;
	padding: 10px 10px 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	letter-spacing: -.5px;
}

#sidebar .social-section h2 {
	border-top: 2px solid #b7b8b6;
  border-bottom: 2px solid #b7b8b6;
  color: #b7b8b6;
}

#sidebar .social-section {
	margin: 40px 0 0;
}

#sidebar .facebook-section {
	margin: 0 0 40px;
}

#voterecord .col3 {text-transform:uppercase;}
#voterecord .col1 {min-width:130px;}
#voterecord .col2 {min-width:110px;}
#voterecord .voteHeader {
	font-weight:bold;
}
#voterecord .voteRow {
	padding: 1px 0;
}

#newsfilterlist {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

#newsfilterlist li {
  margin: 5px;
  padding: 0;
  text-align:center;
  min-width: 140px;
  list-style:none;
  display:inline-block;
}

#newsfilterlist li a.active {
  background: #4cb5f5;
}

#newsfilterlist li a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  color: #ffffff;
  background: #777;
  cursor: pointer;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  font-size:20px;
  font-weight:600;
  border-radius: 5px;
}

#newsfilterlist li a:hover {
  text-decoration:none;
  background: #4cb5f5;
}

.newsbox {
  display:none;
}

.newsbox.active {
  display:block;
}

.news-block p {
  line-height:1.5em;
}

.news-block {
  min-height: 340px;
  background-image:url('/images/accent2.jpg');
  background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 0%;
    padding: 130px 0 40px;
}

.news-block h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
}

.news-block h3 a {
  text-decoration:none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #777;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-block .title-holder {
  padding-bottom:10px;
}

.news-block time {
    display: block;
    padding: 5px 0 10pxs;
    text-transform: uppercase;
    color: #4cb5f5;
    font-weight: bold;
}

.news-block .text-holder {
  clear: right;
  text-align: center;
}

.news-block .text-holder h3 a:hover {
  color: #0d95e8;
}

.topnewsbar.updates {
  background: transparent;
  background-image: url(/images/accent.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
  padding:40px 0px 0;
  border:none;
  margin: 60px auto 0;
  text-align: center;
}

.topnewsbar.updates form {
  margin-bottom: 20px;
}

.topnewsbar.updates .nicedrop {
  height: 40px;
  max-width: 180px;
}

.topnewsbar.updates .nicedropbtn,
.topnewsbar.updates .newssearch button,
.topnewsbar.updates .newssearch input[type="reset"], 
.topnewsbar.updates .newssearch input[type="file"], 
.topnewsbar.updates .newssearch input[type="submit"] {
  text-shadow: none;
  height: 40px;
  border-radius: 3px;
  padding: 0px 20px;
  font-size: 16px;
  top: 1px;
  border:none;
  position: relative;
  background: #4cb5f5;
  color:#fff;
}

.topnewsbar.updates .nicedropbtn:hover,
.topnewsbar.updates .newssearch button:hover,
.topnewsbar.updates .newssearch input[type="reset"]:hover, 
.topnewsbar.updates .newssearch input[type="file"]:hover, 
.topnewsbar.updates .newssearch input[type="submit"]:hover {
  background: #0d95e8;
  color:#fff;
  border:none;
  border-radius: 3px;
}

.topnewsbar.updates .change-year, 
.topnewsbar.updates .change-cat,
.topnewsbar.updates .change-type {
    display: inline;
    height: 30px;
    float:none;
}

.topnewsbar.updates .reldochead {
  display:block;
  margin: 0 0 10px;
  text-align:center;
  text-transform: uppercase;
  font-weight: 800;
  color: #4cb5f5 !important;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
}

.topnewsbar.updates .reldochead.search {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  position:relative;
  top: 3px;
}

.topnewsbar.updates .newssearch #SearchPhrase {
  background-color: rgb(248, 248, 248);
  border: 1px solid #aaa;
  height:40px;
  width: 70%;
}

.middleheadline, .middleheadline a {
  color: #4cb5f5;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  margin: 0 0 10px 0;
}

.buffer h3.middleheadline {
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  margin: 0 0 10px 0;
}

.newsDate {
  color:#666;
  font-weight:bold;
  padding: 7px 0;
}

.news-contacts {
  padding:10px 0;
}

.prev-link, 
.next-link {
  padding:10px 35px;
  background: #b3c100;
  font: 800 16px/1.5 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  min-width: 150px;
  text-align:center;
  text-transform: uppercase;
  -webkit-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
}

.prev-link {
  float:left;
}
.next-link {
  float:right;
}

.prev-link:hover, .next-link:hover {
  background: #ccde6d;
}

.intro-section {
	position: relative;
	color: #fff;
}

.intro-section .content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
}

.intro-section .content-wrapper:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.intro-section .content-holder {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	padding: 0 0 8px;
}

.intro-section .content-holder .title {
	display: block;
	text-transform: uppercase;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

.intro-section .content-holder .name {
	display: block;
	font-size: 34px;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro-section .content-holder .description {
	font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	display: block;
}

.intro-section .img-holder {
	position: relative;
}

.intro-section .img-holder:before,
.intro-section .img-holder:after {
	content: "";
	height: 2px;
	width: calc((100% - 56px)/2);
	background-color: #fff;
	position: absolute;
	bottom: 5px;
}

.intro-section .img-holder:before {
	left: 0;
}

.intro-section .img-holder:after {
	right: 0;
}

.intro-slideshow .item {
	min-height: 224px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 70% 50%;
}

.slick-arrow {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 106px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-weight: 300;
	z-index: 99999;
}

.slick-arrow:hover {
	color: #b3c100;
}

.slick-arrow.slick-prev {
	left: 5px;
}

.slick-arrow.slick-next {
	right: 5px;
}

.subscribe-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.subscribe-section .social-list {
	padding: 20px 0 5px;
}

.subscribe-form {
	letter-spacing: -.4em;
	text-align: center;
	margin: 0 -7px -14px;
}

.subscribe-form > * {
	letter-spacing: normal;
}

.subscribe-form .input-holder {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 7px 12px;
}

.subscribe-form .input-holder.sm {
	width: 188px;
}

.issues-section {
	padding: 35px 0;
}

.issues-section .btn-holder {
	padding: 13px 0 0;
}

.issues-list {
	letter-spacing: -.4em;
}

.issues-list li {
	letter-spacing: normal;
	text-align: center;
	padding: 0 0 18px;
	max-width: 100%;
}

.issues-list a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}

.issues-list a:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, transparent 100%);
}

.issues-list a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(76, 181, 245, .8);
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.issues-list a:hover .title {
	font-size: 32px;
	color: #fff;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 1;
}

.issues-list a:hover .title:before {
	opacity: 1;
	visibility: visible;
}

.issues-list a:hover:after {
	opacity: 1;
	visibility: visible;
}

.issues-list .title {
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	max-height: 100%;
	overflow: hidden;
	font-weight: 700;
}

.issues-list .title:before {
	content: "+";
	display: block;
	text-align: center;
	font-size: 90px;
	line-height: .8;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 640px) {
	.issues-list li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px 22px;
	}

	.issues-list a img {
		width: 100%;
	}
}

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

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

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

	.container {
		padding: 0 30px;
	}

	.main-section {
		padding: 93px 0 50px;
	}

	.section-title {
		margin: 0 0 47px;
	}

	.section-title h1,
	.section-title .h1 {
		padding: 10px 10px 15px;
	}

	#header {
		padding: 25px 0;
	}

	#header .logo {
		width: 202px;
		height: 202px;
		top: -43px;
		left: 30px;
	}

	#nav .nav-holder .social-list {
		display: none;
	}

	.social-wrap .social-list {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.social-wrap {
		padding: 0 17px 0 0;
	}

	.search {
		padding-left: 13px;
		padding-top: 6px;
		position: relative;
	}

	.search .search-opener {
		font-size: 26px;
	}

	.search-box {
		left: auto;
		width: 250px;
		padding: 5px 0;
	}

	#footer {
		padding: 49px 0 97px;
	}

	#footer .social-list {
		margin-bottom: 15px;
	}

	#footer .img-holder {
		right: -162px;
	}

	#footer .img-holder img {
		width: 572px;
		height: 572px;
	}

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

	.address-list li {
		width: 33.33%;
		padding: 0 15px 26px;
	}

	.address-item {
		font-size: 14px;
		line-height: 1.29;
	}

	.address-item .title {
		font-size: 18px;
		margin: 0 0 8px;
	}

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

	.social-list li {
		font-size: 30px;
	}

	.social-list li .icon-mobile {
		font-size: 45px;
	}

	.social-list a {
		width: 63px;
		height: 63px;
	}

	.services-section .section-title {
		margin: 0 0 28px;
	}

	.services-list li {
		width: 33.33%;
		margin: 0;
	}

	.services-list .item {
		width: 210px;
		height: 210px;
		font-size: 21px;
		padding: 15px 10px;
	}

	.services-list .item .icon-holder {
		height: 108px;
	}

	.services-list .item [class*=icon] {
		font-size: 74px;
	}

	.intro-section .content-holder {
		padding: 0 0 10px;
	}

	.intro-section .content-holder .title {
		font-size: 32px;
	}

	.intro-section .content-holder .name {
		font-size: 67px;
	}

	.intro-section .content-holder .description {
		font-size: 22px;
	}

	.intro-section .img-holder:before,
	.intro-section .img-holder:after {
		width: calc((100% - 132px)/2);
		bottom: 12px;
	}

	.intro-section .img-holder img {
		width: 108px;
		height: 108px;
	}

	.intro-slideshow .item {
		min-height: 373px;
	}

	.slick-arrow {
		font-size: 140px;
	}

	.slick-arrow.slick-prev {
		left: 15px;
	}

	.slick-arrow.slick-next {
		right: 15px;
	}

	.subscribe-section {
		padding: 51px 0 50px;
	}

	.subscribe-section .social-list {
		padding: 35px 0 11px;
		margin: 0 -10px -8px;
	}

	.subscribe-section .social-list li {
		padding: 0 10px;
		font-size: 42px;
	}

	.subscribe-section .social-list li .icon-mobile {
		font-size: 56px;
	}

	.subscribe-section .social-list a {
		width: 88px;
		height: 88px;
	}

	.subscribe-section .section-title {
		margin: 0 0 25px;
	}

	.subscribe-form {
		margin: 0 -15px -32px;
	}

	.subscribe-form .input-holder {
		padding: 0 15px 32px;
		width: 50%;
	}

	.issues-section {
		padding: 58px 0 54px;
	}

	.issues-section .btn-holder {
		padding: 18px 0 0;
	}

	.issues-section .section-title {
		margin: 0 0 28px;
	}

	.issues-list a {
		width: 100%;
	}

	.issues-list .title {
		font-size: 16px;
		bottom: 19px;
	}
}

@media (min-width: 1024px) {
	.main-section {
		padding: 66px 0 80px;
	}

	#header {
		padding: 15px 0;
		height: auto;
		-webkit-transition: padding .3s linear;
		transition: padding .3s linear;
		text-align: right;
	}

	#header .logo {
		width: 150px;
		height: 150px;
		top: -25px;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		max-height: none;
		max-width: none;
		overflow: visible !important;
		position: static;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		padding: 0;
	}

	#nav .nav-holder {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: none;
		padding: 0;
		position: static;
		text-align: right;
		box-shadow: none;
	}

	.main-nav {
		font-size: 15px;
		position: static;
		margin: 0 40px 0 0;
		text-align: center;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		padding: 0 8px;
		position: static;
	}

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

	.main-nav > li:after {
		display: none;
	}

	.main-nav > li:hover a {
		border-color: #4cb5f5;
	}

	.main-nav > li:nth-last-of-type(-n+4) .drop {
		left: auto;
		right: 6px;
	}

	.main-nav > li.has-drop-down > a:after {
		display: none;
	}

	.main-nav > li.active a {
		border-color: #4cb5f5;
	}

	.main-nav > li.active:after {
		height: 3px;
	}

	.main-nav > li.hover > a,
	.main-nav > li.active-drop > a {
		color: #4cb5f5;
		border-color: #4cb5f5;
	}

	.main-nav > li.hover > a:after,
	.main-nav > li.active-drop > a:after {
		display: none;
	}

	.main-nav > li.hover .drop,
	.main-nav > li.active-drop .drop {
		opacity: 1;
	}

	.main-nav a:hover {
		border-color: #4cb5f5;
	}

	.main-nav a {
		color: #777;
		padding: 6px 0 7px;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}

	.main-nav .drop {
		max-height: none;
		overflow: visible;
		position: absolute;
		top: 100%;
		margin-top: 15px;
		left: 6px;
		min-width: 200px;
		text-align: left;
		opacity: 0;
		background: #fff;
		padding: 13px 0;
		visibility: hidden;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .2);
	}

	.main-nav .drop:before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		height: 15px;
		top: -15px;
	}

	.main-nav .drop ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		font-size: 16px;
		font-weight: 300;
	}

	.main-nav .drop a {
		padding: 13px 20px 13px;
		font-weight: 300;
	}

	.social-wrap {
		position: absolute;
		top: 15px;
		right: 30px;
		padding: 0;
	}

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

	.search .search-opener {
		display: block;
	}

	#footer .img-holder {
		right: 126px;
	}

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

	.address-list li {
		width: 20%;
	}

	.services-section .section-title {
		margin: 0 0 56px;
	}

	.services-list {
		margin: 0 0 56px;
	}

	.services-list li {
		width: 20%;
	}

	.intro-section .content-holder {
		padding: 0 0 15px;
	}

	.intro-section .content-holder .title {
		font-size: 38px;
	}

	.intro-section .content-holder .name {
		font-size: 80px;
	}

	.intro-section .content-holder .description {
		font-size: 26px;
	}

	.intro-section .img-holder:before,
	.intro-section .img-holder:after {
		bottom: 15px;
	}

	.intro-section .img-holder img {
		width: 131px;
		height: 131px;
	}

	.intro-slideshow .item {
		min-height: 450px;
	}

	.subscribe-section {
		padding: 51px 0 50px;
	}

	.subscribe-section .social-list {
		padding: 42px 0 7px;
	}

	.subscribe-form .input-holder.lg {
		width: 42%;
	}

	.subscribe-form .input-holder.md {
		width: 25%;
	}

	.issues-section {
		padding: 72px 0 70px;
	}

	.issues-section .btn-holder {
		padding: 23px 0 0;
	}

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

	.issues-list .title {
		font-size: 18px;
		bottom: 21px;
	}
}

@media (min-width: 1024px) and (min-width: 1200px) {
	.main-nav .drop:before {
		height: 20px;
		top: -20px;
	}
}

@media (min-width: 1024px) and (min-width: 1400px) {
	.main-nav .drop:before {
		height: 25px;
		top: -25px;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 25px 0;
	}

	#header .logo {
		width: 180px;
		height: 180px;
		top: -50px;
	}

	#header .social-list a {
    font-size: 18px;
    width: 35px;
    height: 35px;
	}

	#header .social-list a .icon-mobile {
		font-size: 28px;
	}

	#nav {
		padding: 0;
	}

	.main-nav {
		font-size: 17px;
		position: static;
		margin: 0 -10px;
		text-align: center;
	}

	.main-nav > li {
		padding: 0 10px;
		position: relative;
	}

	.main-nav > li:nth-last-of-type(-n+4) .drop {
		right: 10px;
	}

	.main-nav .drop {
		margin-top: 20px;
		left: 10px;
	}

	.social-wrap {
		top: 24px;
	}

	.search {
		padding-top: 4px;
	}

	.search .search-opener {
		font-size: 30px;
	}

	.search-box {
		padding: 20px 0;
	}

	.search-box .search-btn {
		font-size: 30px;
		padding: 2px 0 0 3px;
	}

	.slick-arrow.slick-prev {
		left: 100px;
	}

	.slick-arrow.slick-next {
		right: 100px;
	}
}

@media (min-width: 1400px) {
	#header {
		padding: 25px 0;
	}

	#header .logo {
		top: -60px;
		width: 200px;
		height: 200px;
	}

	#header .social-list a {
		font-size: 22px;
		width: 42px;
		height: 42px;
	}

	#header .social-list a .icon-mobile {
		font-size: 32px;
	}

	.main-nav {
		text-align: center;
		font-size: 19px;
	}

	.main-nav > li {
		padding: 0 14px;
	}

	.main-nav > li:nth-last-of-type(-n+4) .drop {
		right: auto;
		left: 14px;
	}

	.main-nav .drop {
		margin-top: 25px;
	}

	.main-nav .drop {
		left: 14px;
	}

	.social-wrap {
		top: 20px;
	}
}

@media (min-width: 1600px) {
	.main-nav {
		font-size: 18px;
	}
}

@media (min-width: 1700px) {
	#header .logo {
		width: 230px;
		height: 230px;
		top: -83px;
		left: 100px;
	}

	.main-nav {
		margin: 0 -14px;
	}

	.main-nav > li {
		padding: 0 15px;
	}

	.social-wrap {
		right: 100px;
	}
}

@media (min-width: 1800px) {
	.main-nav {
		font-size: 20px;
	}
}

@media (max-width: 1499px) {
	#header > .container {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	body.nav-active {
		overflow: hidden;
	}

	#content, #sidebar {
		float:none;
		width: 100%;
		margin: 0;
		padding: 0 0 30px 0;
	}

	#sidebar .social-section {
		text-align: center;
		display: block;
	}

	.fb-like-box {
		display:block !important;

	}
	
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.57;
	}

	.news-block {
    background-size: 100%;
    padding: 120px 0 10px;
	}

	select.nicedrop {
		max-width: 250px;
	}

	.only-mobile {
		display: inline-block !important;
	}

}


@media (max-width:560px) {
	.news-block {
    background-size: 100%;
    padding: 100px 0 60px;
	}

}

