/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */t

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.relatedpics,
.relatedpicsholder {
	display: none !important;
}

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

.icon-dots-three-horizontal:before {
  content: "\e902";
}
.icon-star:before {
  content: "\e903";
}
.icon-undo:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-retweet:before {
  content: "\e907";
}
.icon-snapchat-ghost:before {
  content: "\e908";
}
.icon-medium:before {
  content: "\e909";
}
.icon-social-facebook:before {
  content: "\e90a";
}
.icon-social-twitter:before {
  content: "\e90b";
}
.icon-location:before {
  content: "\e90c";
}
.icon-ico-01:before {
  content: "\e90d";
}
.icon-ico-02:before {
  content: "\e90e";
}
.icon-ico-03:before {
  content: "\e90f";
}
.icon-ico-04:before {
  content: "\e910";
}
.icon-ico-05:before {
  content: "\e911";
}
.icon-ico-06:before {
  content: "\e912";
}
.icon-ico-07:before {
  content: "\e913";
}
.icon-ico-08:before {
  content: "\e914";
}
.icon-ico-09:before {
  content: "\e915";
}
.icon-magnifying-glass-search:before {
  content: "\e916";
}

.map-block .accordion,
.services-section .services-list,
.unslider .services-list,
.nav-drop ul,
#footer .footer-nav,
.news-section .social,
.news-section .posts-list,
.news-section .tabset,
.news-section .facebook-list,
.tweet-list,
.insta-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.map-block:after,
#header .container:after,
#main-section .container:after,
.head-box:after,
.head-box .holder:after,
.in-drop:after,
.news-section .frame:after,
.news-section .twocolumns:after,
.story-block .frame: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: #555;
	background: #fff;
	font: 13px/1.769 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.int .buffer {
	font-size: 14px;
}

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

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

button.video-btn
{
	display:none;
}
.GSVideos
{
	position:fixed;
	bottom:0px;
	right:0px;
	width: 300px;
	height: 310px;
	z-index:1000;
}
.GSVideos a#KillVid
{
  position:absolute;
  bottom:0;
  right:0px;
  background:#777;
  color:#fff;
  padding:4px 8px;
  display:block;
  cursor:pointer;
}
.GSVideos iframe
{
	border:0 none;
  width: 300px;
  height: 310px;
}

.scrollable {
    max-width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 0 .5em;
	color: #366c88;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #366c88;
	text-decoration: none;
	outline: none;
}

.buffer a {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

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: none;
	padding: 10px 8px;
	background: #dadada;
	color: #333;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	outline: none;
	min-width: 60px;
}

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

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

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

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

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

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

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

h2 {
	padding-bottom: 10px;
	position: relative;
	line-height: 1;
	font-size: 23px;
	margin-bottom: 14px;
	text-align: left;
	text-transform: uppercase;
}

h2:after {
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 76px;
	content: "";
	background: #7fbc67;
	left: 0;
}

.container {
	margin: 0 auto;
	max-width: 1100px;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: center;
	background: #7fbc67;
	color: #fff;
	border-radius: 4px;
	border: none;
	outline: none;
	min-width: 180px;
	padding: 9px;
	border: 1px solid #7fbc67;
	line-height: 27px;
	font-size: 16px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.btn:hover {
	background: #fff;
	color: #7fbc67;
}

.note-text {
	display: block;
	margin-bottom: 45px;
	font-size: 13px;
	line-height: 21px;
}

.story-block {
	/*background: #7fbc67;*/
	background:#366c88;
	color: #fff;
	padding: 47px 30px 35px;
}

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

.story-block .note-text{ 
	float:left; 
	font-size: 18px;
	width: calc(100% - 220px);
	line-height: 22px;
}

/*.story-block h2:after {
   background: #366c88;
}*/

.story-block .btn {
 	/*background: #366c88;*/
 	float:right;
 	text-transform: uppercase;
}

.story-block .btn:hover {
	background: #fff;
}

.map-block {
	background:#7fbc67;
	color: #fff;
	padding: 47px 20px 35px;
}

.map-block a {
	color: #fff;
}

.map-block .map-holder {
	display: none;
}

.map-block .map {
	height: 100%;
}

.map-block .popup-marker .open {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 54px;
	color: #366c88;
	display: block;
}

.map-block .popup-marker .open:before {
	content: "\e90c";
}

.map-block .map-info h2 {
	margin: 0 0 10px;
	color: #fff;
}

.map-block .map-info h2:after {
    background:#366c88;
  }

.map-block .accordion a:hover {
	color: #366c88;
}

.map-block .accordion li {
	margin-bottom: 17px;
}

.map-block .accordion li.active .opener:before {
	content: "-";
	line-height: 18px;
}

.map-block .accordion .opener {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding-left: 38px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
	position: relative;
	font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.map-block .accordion .opener:before {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	content: "+";
	line-height: 21px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.map-block address {
	font-style: normal;
	margin: 0 0 0 38px;
	font-size: 16px;
	line-height: 18px;
}

.signup-form {
	background: #fff url(../images/section-bg2-2017.jpg) no-repeat -110px 100%;
	padding: 53px 20px 82px;
	background-size:;
}

.signup-form .form-holder {
	padding-top: 15px;
}

.signup-form .btn {
	display: block;
	margin: 14px auto 0;
	min-width: 176px;
	line-height: 29px;
}

.signup-form input[type="text"],
.signup-form input[type="tel"],
.signup-form input[type="email"],
.signup-form input[type="search"] {
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
	line-height: 30px;
	height: 50px;
}

.services-section {
	background:#fff;
	padding: 53px 20px 67px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
}

.services-section p {
	margin-bottom: 14px;
}

.services-section h2 {
	text-align: center;
}

.services-section h2:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-section .btn {
	min-width: 160px;
	font-size: 15px;
}

.unslider-holder {
	position:relative;
	background: #e5e5e5;
	margin: 20px 0;
}

.unslider-arrow {
	color: #366c88;
  font-size: 34px;
  top: 35%;
  position: absolute;
  font-weight: bold;
  border: 3px solid #366c88;
  padding: 0px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 46px;
}

.services-section .services-list,
.unslider .services-list {
	padding: 0 0 18px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 -10px;
	overflow: hidden;
}

.unslider .services-list {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

.services-section .services-list li {
	padding: 0 10px 20px;
	width: 50%;
	float: left;
}

.services-section .services-list li a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	height: 120px;
	background: #e5e5e5;
	color: #555;
}

.unslider .services-list li a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	color: #555;
	text-align: center;
	font-size: 18px;
	padding: 10px 65px 20px;
}

.unslider .btn {
  margin: 0 auto 22px;
  display: block;
  text-align: center;
  max-width: 55%;
  font-size: 14px;
}

.services-section .services-list li a:hover {
	color: #fff;
	background: #366c88;
}

.unslider .services-list li a:hover {
	color: #366c88;
}

.services-section .services-list li [class^="icon-"],
.services-section .services-list li [class*=" icon-"],
.unslider .services-list li [class^="icon-"],
.unslider .services-list li [class*=" icon-"] {
	line-height: 70px;
	display: block;
	font-size: 44px;
}

/* tabset required styles for hidden tabs */

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

.internal-section {
    min-height: 350px;
    position:relative;
}

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    z-index: -1;
    margin: 0;
}

.bg-stretch .overlay {
		z-index:1;
    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 {
    max-width: none;
    width: 100%;
    height: auto;
}

.bg-stretch img {
    max-width: none;
    width: 100%;
    height: auto;
    position: absolute;
}

.imgwrap {
  width: 100%;
  overflow: hidden;
  max-height: 416px;
}


.visual-section {
	background: url(../images/timelapse.jpg) no-repeat;
	z-index: -101;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
	padding: 41px 0 40px;
}

.visual-section video,
.visual-section .filter {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.visual-section .filter {
    background: rgba(0, 0, 0, .25);
}

.internal-section .visual-content:before,
.visual-section .visual-content:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    min-height: inherit;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
}

.visual-section .head-title {
	color: #fff;
	font: 10px/12px "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 7px 0 0 68px;
	position: relative;
	width: 280px;
	margin: 0 auto 15px;
}

.internal-section h1 {
	color: #fff;
	font: 700 40px/43px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-top: 120px;
	text-transform:uppercase;
	position: relative;
	text-align:center;
	margin: 0 0 20px;
}

.internal-section .breadcrumbs {
	text-align:center;
	text-transform: capitalize;
	font: 700 16px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-shadow: 1px 2px 3px #000;
}

.internal-section .breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.sidebar, .maincont {
    padding: 30px 0;
}

.maincont {
    float: left;
    width: 64.9%;
}

.sidebar {
    float: right;
    width: 31.4%;
}

.sidebar .navlinks {
	background:#e5e5e5;
	font: 700 14px/16px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.sidebar h2 {
	padding: 20px 10px 15px;
	text-transform: uppercase;
	font-size: 20px;
	text-align:center;
}

.sidebar h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidebar h2 a {
	color: #366c88;
}

.sidebar .navlinks ul {
    padding: 0;
    margin: 0;
}

.sidebar .navlinks ul li {
    list-style-type: none;
    padding: 0;
}

.sidebar .navlinks ul li a {
    text-decoration: none;
    color: #555;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.sidebar .navlinks ul li a:hover {
	background: #366c88;
	color: #fff;
	font-weight:bold;
}

.visual-section .smaller-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.visual-section h1 {
	color: #fff;
	font: 300 48px/48px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1px;
	margin: -10px 0 0;
}

.visual-section .bigger-text {
	font: 17px/1 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 12px;
}

.visual-section .logotype {
	width: 61px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.buttoner {
	position:relative;
}

.buttoner .btn-holder {
    text-align: center;
    position: relative;
    display: block;
    bottom: 20px;
}

.buttoner .btn-holder .btn {
	text-transform: uppercase;
	min-width: 150px;
  padding: 5px;
  font-size:14px;
}

/* placeholder input styles */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333;
}

#wrapper {
	position: relative;
	padding: 78px 0 0;
}

.google_translate_element {
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

#header .container,
#main-section .container,
.visual-content .container {
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
}

.logo {
	display: block;
	width: 166px;
	float: left;
}

.logo img {
	width: 100%;
	height: auto;
}

.select-holder {
	width: 160px;
	height: 24px;
	position: absolute;
	right: -32px;
	top: -16px;
	font-size: 10px;
}

.nav-bar {
	position: relative;
	background: rgba(245, 245, 246, .9);
	padding: 20px 0 9px;
}

.nav-drop {
	-webkit-transition: right .3s ease-in-out, opacity .3s ease-in-out;
	transition: right .3s ease-in-out, opacity .3s ease-in-out;
	top: 100%;
	position: absolute;
	width: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, .9);
	z-index: 10;
	padding: 0 20px 32px;
	right: -100%;
	opacity: 0;
}

.head-box {
	position: relative;
}

.nav-opener {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	border: 1px solid #555;
	border-radius: 3px;
	margin-top: 9px;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 12px;
	left: 4px;
	right: 4px;
	height: 3px;
	border-radius: 2px;
	background: #555;
	margin-top: -6px;
}

.nav-opener:hover {
	border-color: #7fbc67;
}

.nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span {
	background: #7fbc67;
}

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

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

.nav-active .nav-drop {
	right: 0;
	opacity: 1;
}

#nav > li {
	font: 600 15px/17px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	padding: 6px 0 7px;
	margin-bottom: 2px;
}

#nav > li.active a {
	color: #7fbc67 !important;
}

#nav a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #545454;
	position: relative;
}

#nav li {
	position: relative;
}

#nav li:last-child > ul {
	left: auto;
	right: 0;
	text-align: right !important;
}

#nav li > ul {
	display: none;
	font: 13px/15px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 6px 0 0;
	margin: 0 0 -6px;
}

#nav li.hover > ul {
	display: block;
}

#nav li > ul li {
	margin: 0 -20px;
}

#nav li > ul a {
	display: block;
	padding: 9px 20px 9px 35px;
}

#nav li > ul a:before {
	content: none;
}

#nav li > ul a:hover {
	background: #7fbc67;
	color: #fff;
}

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

.has-drop-down > a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: ">";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.social-list {
	max-width: 260px;
	font-size: 23px;
}

.social-list li {
	display: inline-block;
}

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

.social-list a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	width: 35px;
	height: 35px;
	background: #366c88;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	position: relative;
}

.social-list span:before {
	position: relative;
	top: -2px;
}

.social-list a:hover {
	background: #555;
}

.social-list i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-list .icon-social-facebook,
.social-list .icon-social-twitter {
	font-size: 29px;
}

.search-form {
	padding: 15px 0 0;
	margin-bottom: 12px;
	overflow: hidden;
}

.search-form .row {
	width: 243px;
	position: relative;
	padding-right: 34px;
}

.search-form input[type="search"] {
	background-color: transparent;
	height: 35px;
	border: 1px solid #555;
	border-right: none;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	width: 208px;
	padding: 0 10px;
}

.search-form button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	height: 35px;
	width: 34px;
	border: none;
	background: #366c88;
	color: #fff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 18px;
	padding: 2px 0 0;
	position: absolute;
	top: 0;
	right: 1px;
}

.search-form button:hover {
	background: #7fbc67;
}

#footer {
	background: #e5e5e5;
	font: 600 13px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	padding: 15px 20px 10px;
	text-align: center;
}

#footer a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #555;
}

#footer a:hover {
	color: #7fbc67;
}

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

#footer .footer-nav li:before {
	width: 1px;
	height: 14px;
	top: 5px;
	left: 0;
	background: #555;
	content: "";
	position: absolute;
}

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

.news-section {
	background: #366c88 url(../images/section-bg1.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	padding: 78px 20px 31px;
}

.news-section a {
	color: #7fbc67;
}


.news-section .btn {
	color: #fff;
}


.news-section .frame {
	margin: 0 auto;
	max-width: 1100px;
}

.news-section h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 19px;
}

.news-section h2:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-section h3 {
	padding-bottom: 10px;
	position: relative;
	line-height: 1;
	font-size: 19px;
	margin-bottom: 23px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.news-section h3:after {
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 76px;
	content: "";
	background: #7fbc67;
	left: 0;
}

.news-section .social {
	margin-bottom: 64px;
	text-align: center;
}

.news-section .social li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px 6px;
	margin-right: -3px;
}

.news-section .social li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	background: #fff;
	color: #366c88;
	width: 36px;
	height: 36px;
	line-height: 40px;
	font-size: 24px;
	overflow: hidden;
	border-radius: 2px;
}

.news-section .social li a:hover {
	color: #555;
}

.news-section .twocolumns .col {
	max-width: 530px;
	margin: 0 auto 67px;

}

.news-section .twocolumns .box {
	background: rgba(0, 0, 0, .3);
	padding: 37px 20px 106px;
	position: relative;
	min-height: 650px;
}

.news-section .twocolumns .box .btn {
	position: absolute;
	bottom: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 15px;
	white-space: nowrap;
	padding: 10px 20px;
}

.news-section .posts-list {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: -4px;
}

.news-section .posts-list li {
	padding-bottom: 20px;
	margin-bottom: 27px;
	border-bottom: 1px solid #fff;
}

.news-section .posts-list li:last-child {
	margin-bottom: 0 !important;
	border: none;
	padding-bottom: 0 !important;
}

.news-section .posts-list h4 {
	font-size: 18px;
	line-height: 19px;
	margin: 0 0 13px;
}

.news-section .posts-list p {
	margin-bottom: 0;
}

.news-section .posts-list .date {
	display: block;
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 14px;
}

.news-section .posts-list a:hover {
	color: #fff;
}

.news-section .posts-list.calendar time {
  width: 60px;
  min-height: 60px;
  line-height: 1;
  font-size: 16px;
  padding: 10px 0;
  background: #7fbc67;
  margin-right: 7px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.news-section .posts-list.calendar time strong {
	display: block;
	font: 800 31px/26px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-section .posts-list.calendar a {
	display: table-cell;
	padding-left: 15px;
	color:#7fbc67;
}

.news-section .posts-list.calendar h4 {
    font-size: 24px;
    margin: 0 0 18px;
    line-height: 25px;
    color:#7fbc67;
}

.news-section .calendar li {
    border-bottom: 2px solid #fff;
    padding: 0 0 7px;
    margin: 0 0 9px;
}

.news-section .tabset {
	font-size: 15px;
	line-height: 38px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-section .tabset li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}

.news-section .tabset a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	color: #fff;
	padding: 0 9px;
}

.news-section .tabset a:hover {
	color: #7fbc67;
}

.news-section .tabset a.active {
	background: rgba(0, 0, 0, .3);
	border-radius: 4px 4px 0 0;
	font-weight: 600;
}

.news-section .facebook-list {
	margin: -3px 0 0;
	font-size: 13px;
	line-height: 22px;
}

.news-section .facebook-list li {
	padding-bottom: 24px;
	margin-bottom: 22px;
	border-bottom: 2px solid #fff;
}

.news-section .facebook-list li:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

.news-section .facebook-list p {
	margin-bottom: 7px;
}

.news-section .facebook-list h4 {
	font-size: 17px;
	line-height: 22px;
	margin: 0 -8px 13px 0;
}

.news-section .facebook-list h4 a {
	color: #fff;
}

.news-section .facebook-list h4 a:hover {
	color: #7fbc67;
}

.news-section .facebook-list .date {
	display: block;
	font-weight: 700;
	font-size: 14px;
}

.news-section .facebook-list a:hover {
	color: #fff;
}

.tweet-list {
	line-height: 23px;
	padding: 0 3px 0 0;
}

.tweet-list li {
	border-bottom: 2px solid #fff;
	padding: 0 0 7px;
	margin: 0 0 9px;
}

.tweet-list li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.tweet-list a:hover {
	color: #fff;
}

.tweet-list .stream-item-header {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 4px;
}

.tweet-list .username {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.tweet-list .time {
	position: relative;
	padding: 0 0 0 14px;
}

.tweet-list .time:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.tweet-list p {
	margin: 0 0 6px;
}

.stream-item-footer a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 22px;
	position: relative;
	margin: 0 24px 0 0;
}

.stream-item-footer .more {
	margin: 0;
}

.stream-item-footer span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	margin: 11px 0;
}

.stream-item-footer span.icon-dots-three-horizontal {
	font-size: 20px;
}

.insta-list {
	margin: 0 -7px;
	padding: 13px 0 0 7px;
}

.insta-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 0 -4px;
	padding: 0 7px 16px;
}

.insta-list a {
	display: block;
}

.insta-list img {
	vertical-align: top;
	width: 100%;
}

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

@media (min-width: 768px) {

	.buttoner .btn-holder {
    text-align: center;
    position: relative;
    display: block;
    bottom: 110px;
    height: 0px;
	}

	.buttoner .btn-holder .btn {
		min-width: 180px;
  	padding: 9px;
  	font-size:16px;
	}

	h2 {
		font-size: 41px;
		padding-bottom: 15px;
		margin-bottom: 6px;
	}

	.note-text {
		font-size: 15px;
		margin-bottom: 9px;
	}

	.map-block {
		padding: 57px 20px 48px 30px;
	}

	.map-block .map-holder {
		display: block;
		float: right;
		width: 50%;
		height: 253px;
		margin-top: 120px;
	}

	.map-block .map-info {
		float: left;
		width: 50%;
	}

	.map-block .map-info h2 {
		margin-right: -300px;
		position: relative;
		z-index: 5;
	}

	.map-block .accordion {
		padding-top: 40px;
	}

	.map-block .accordion li {
		margin-bottom: 25px;
	}

	.map-block .accordion .opener {
		font-size: 20px;
		margin: 0 0 3px;
	}

	.map-block address {
		font-size: 20px;
		line-height: 25px;
		max-width: 300px;
	}

	.signup-form {
		padding: 84px 28px 83px;
		background-position: -532px 100%;
	}

	.signup-form h2 {
		margin-bottom: 9px;
	}

	.signup-form .frame {
		max-width: 500px;
	}

	.signup-form .btn {
		margin: 14px 0 0;
	}

	.signup-form input[type="text"],
	.signup-form input[type="tel"],
	.signup-form input[type="email"],
	.signup-form input[type="search"] {
		font-size: 15px;
		max-width: 354px;
	}

	.services-section {
		padding: 60px 20px 28px;
		font-size: 15px;
		line-height: 25px;
	}

	.services-section p {
		margin-bottom: 18px;
	}

	.services-section .services-list {
		font-size: 17px;
		line-height: 20px;
		margin: 0 auto;
		max-width: 564px;
		padding-bottom: 22px;
	}

	.services-section .services-list li {
		padding: 0 16px 20px;
	}

	.services-section .services-list li a {
		padding: 20px 10px;
		height: 163px;
	}

	.services-section .services-list li [class^="icon-"],
	.services-section .services-list li [class*=" icon-"],
	.unslider .services-list li [class^="icon-"],
	.unslider .services-list li [class*=" icon-"] {
		line-height: 92px;
		font-size: 72px;
		margin-bottom: 7px;
	}

	.services-section .services-list li .icon-ico-06,
	.unslider .services-list li .icon-ico-06 {
		font-size: 64px;
		line-height: 104px;
    margin-bottom: -7px;
	}

	.visual-section {
		padding: 103px 0 82px;
	}

	.visual-section .head-title {
		width: 708px;
		padding: 18px 0 0 165px;
		font: 25px/27px "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		margin-bottom: 62px;
	}

	.visual-section h1 {
		font: 300 120px/120px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: -20px 0 0;
	}

	.visual-section .bigger-text {
		font: 42px/1 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		margin: 0 0 0 40px;
	}

	.visual-section .logotype {
		width: 155px;
	}

	.google_translate_element {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#header .container,
	#main-section .container,
	.visual-content .container {
		padding: 0 30px;
	}

	.logo {
		width: 202px;
	}

	.select-holder {
		position: static;
		margin: 6px 50px 0 0;
		height: 23px;
	}

	.nav-bar {
		padding: 9px 0 11px;
	}

	.nav-drop {
		width: 284px;
		padding: 0 30px 32px 12px;
	}

	.head-box .holder {
		float: right;
		padding: 7px 0 0;
	}

	.nav-opener {
		width: 39px;
		height: 39px;
		margin-top: -28px;
	}

	.nav-opener:after,
	.nav-opener:before,
	.nav-opener span {
		height: 4px;
		left: 5px;
		right: 5px;
		top: 14px;
	}

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

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

	#nav li > ul li {
		margin: 0 -30px 0 -12px;
	}

	#footer {
		font-size: 15px;
		padding: 26px 20px 14px;
	}

	.news-section {
		padding: 73px 20px 21px;
	}

	.news-section h2 {
		margin-bottom: 14px;
	}

	.news-section h3 {
		font-size: 23px;
		margin-bottom: 45px;
	}

	.news-section .social {
		margin-bottom: 33px;
	}

	.news-section .twocolumns .col {
		margin-bottom: 40px;
	}

	.news-section .twocolumns .box {
		padding: 34px 48px 132px;
	}

	.news-section .posts-list {
		margin: -1px -28px 0;
	}

	.news-section .posts-list li {
		padding-bottom: 35px;
		margin-bottom: 22px;
	}

	.news-section .posts-list h4 {
		font-size: 29px;
		margin: 0 0 18px;
		line-height: 32px;
	}

	.news-section .posts-list .date {
		font-size: 16px;
	}

	.news-section .tabset {
		font-size: 18px;
	}

	.news-section .tabset li {
		margin-right: 0;
	}

	.news-section .tabset a {
		min-width: 156px;
		text-align: center;
	}

	.news-section .facebook-list {
		line-height: 23px;
		margin: 7px 0 0;
	}

	.news-section .facebook-list li {
		padding-bottom: 27px;
		margin-bottom: 25px;
	}

	.news-section .facebook-list p {
		margin-bottom: 15px;
	}

	.news-section .facebook-list h4 {
		font-size: 29px;
		margin: 0 -12px 13px 0;
		line-height: 35px;
	}

	.news-section .facebook-list .date {
		font-size: 16px;
	}

	.tweet-list li {
		padding: 0 0 17px;
		margin: 0 0 14px;
	}

	.tweet-list .content {
		padding: 0 20px 0 0;
	}

	.insta-list {
		padding: 0 0 0 7px;
		margin: -6px -7px 0;
	}

	.insta-list li {
		width: 33.332%;
	}
}

@media (min-width: 1024px) {
	.map-block {
		padding: 0;
	}

	.map-block .map-holder {
		margin: 0;
		min-height: 564px;
	}

	.map-block .map-info {
		padding-left: 30px;
	}

	.map-block .map-info .frame {
		padding: 57px 0 58px 0;
		margin: 0 0 0 auto;
		max-width: 553px;
	}

	.map-block .map-info h2 {
		margin-right: 0;
	}

	.signup-form {
		padding: 50px 0 60px;
		background-position: 50% 100%;
		background-size: cover;
	}

	.signup-form .btn {
		min-width: 172px;
	}

	.signup-form input[type="text"],
	.signup-form input[type="tel"],
	.signup-form input[type="email"],
	.signup-form input[type="search"] {
		max-width: 468px;
	}

	.services-section {
		padding: 60px 20px 90px;
	}

	.services-section .services-list {
		margin: 0 -20px;
		max-width: 1200px;
		padding: 10px 0 39px;
	}

	.services-section .services-list li {
		padding: 15px 20px;
		width: 25%;
	}

	#footer {
		font-size: 15px;
	}

	.news-section {
		padding: 77px 20px 56px;
	}

	.news-section h2 {
		margin-bottom: 16px;
	}

	.news-section h3 {
		margin-bottom: 45px;
	}

	.news-section .twocolumns .col {
		margin: 0;
		float: left;
		width: 49%;
	}

	.news-section .twocolumns .col:nth-child(even) {
		float: right;
	}
}

@media (min-width: 1160px) {
	.visual-section {
		padding: 55px 0 82px;
	}

	.visual-section .head-title {
		padding: 23px 0 0 175px;
		width: 750px;
		margin-bottom: 68px;
	}

	.visual-section h1 {
		font: 300 128px/128px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: -20px 0 0;
		letter-spacing: -3px;
	}

	.visual-section .logotype {
		width: 170px;
	}

	#wrapper {
		padding-top: 107px;
	}

	#header .container {
		position: relative;
	}

	.logo {
		width: 250px;
		margin: -30px 0 0;
	}

	.select-holder {
		position: absolute;
		top: -31px;
		right: 596px;
		margin: 0;
	}

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

	.nav-drop {
		float: right;
		position: static;
		opacity: 1;
		background-color: transparent;
		width: 820px;
		padding: 0;
	}

	.head-box {
		float: left;
		position: static;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		text-align: right;
		width: 100%;
		padding: 14px 0 0;
	}

	#nav > li {
		display: inline-block;
		margin: 0 0 0 8px;
		padding: 0;
	}

	#nav a {
		display: block;
		padding: 2px 0 20px;
	}

	#nav a:before {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 2px;
		background: #7fbc67;
	}

	#nav li > ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 185px;
		background: rgba(255, 255, 255, .9);
		margin: 0;
		padding: 13px 0;
	}

	#nav li > ul li {
		margin: 0;
	}

	#nav li > ul a {
		padding: 9px 10px;
	}

	#nav li:hover > ul {
		display: block;
		text-align: left;
	}

	#nav li:hover > a {
		color: #545454;
	}

	#nav li:hover > a:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#nav li:hover > a:before {
		width: 100%;
	}

	.has-drop-down > a:after {
		content: none;
		margin: 0;
	}

	.in-drop {
		position: absolute;
		top: -34px;
		right: 30px;
		min-width: 547px;
	}

	.social-list {
		float: right;
	}

	.search-form {
		width: 265px;
		margin: 0;
		padding: 0;
		float: left;
	}

	.search-form .row {
		width: 265px;
	}

	.search-form input[type="search"] {
		width: 230px;
	}
}

@media (min-width: 1600px) {
	.signup-form {
		background-size: 100% auto;
		background-position: 50% 10%;
	}
}

@media (max-width: 1159px) {
	.nav-drop {
		overflow-y: auto;
		height: 100vh;
	}

	.nav-drop .drop-wrap {
		padding-bottom: 78px;
		min-width: 245px;
	}

	#nav > li > a:hover {
		color: #7fbc67;
	}

	#nav li.hover > ul {
		display: block;
		text-align: left;
	}

	#nav li.hover > a {
		color: #7fbc67;
	}

	#nav li.hover > a:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#nav li.hover > a:before {
		width: 100%;
	}

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

@media (max-width: 1023px) {
	.map-block .popup-marker .open {
		margin: -15px 0 0 -5px;
	}
}

@media (max-width: 960px) {

	.main-holder {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	  	display: -ms-flexbox;      /* TWEENER - IE 10 */
	  	display: -webkit-flex; 
		display: flex;    
  		flex-flow: column;
	}

	.sidebar {
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	  -ms-flex-order: 2;              /* TWEENER - IE 10 */
	  -webkit-order: 2;    
	  order: 2;
	}

	.maincont {
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	  -ms-flex-order: 2;              /* TWEENER - IE 10 */
	  -webkit-order: 2;    
	  order: 1;    
	}

	.maincont,
	.sidebar {
		width: 100%;
	}
}

@media (max-width: 767px) {

	#wrapper.nav-active {
		height: 100vh;
	}
	.goog-te-gadget-simple {
		font-size: 10px !important;
		padding: 0 !important;
	}
	.goog-te-gadget-icon {
		width: 14px !important;
		height: 14px !important;
	}
	.tweet-list .stream-item-header {
		font-size: 11px;
	}
	.visual-section video,
	.visual-section .filter {
    top: 30%;
    left: 50%;
	}
	.services-section .services-list li a {
    padding-top: 10px;
	}

	.story-block {
		padding: 47px 20px 35px;
	}

	.story-block .note-text {
		float:none;
		width: 100%;
		font-size: 15px;
		line-height: 18px;
	}

	.story-block .btn {
		display:block;
		max-width: 180px;
		margin: 0 auto;
		float:none;
	}
}

@media (max-width: 600px) {

	.visual-section video {
		display:none !important;
	}

	.visual-section {
		padding: 65px 0 !important;
		background:none;
	}
	.buttoner {
		background: url(../images/timelapse.jpg) no-repeat;
    z-index: -101;
    background-size: cover;
    background-position: 50% 50%;
	}
}

