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

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

.clearfix:after,
.container: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: #333;
	background: #fff;
	font: 16px/1.2 'ProximaNova-Regular', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.bg-stretch img {
	max-width: inherit !important;
}

.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: inherit;
}

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

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

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

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

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

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

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

a:hover {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9f9f9f;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9f9f9f;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9f9f9f;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9f9f9f;
}

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

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;
}
html, body {height: 100%;}
.mapwrapper {
       width: 100%;
       position: relative;
       padding-bottom: 50%;
       box-sizing: border-box;
 }

 .chartdiv {
       position: absolute;
       width: 100%;
       height: 100%;
 }

#wrapper {
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

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

.map-section {
	padding: 0;
  position: relative;
}

.map-section h1 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #737c83;
	text-align: center;
	margin: 0 0 17px;
}

.map-section h1 span {
	display: block;
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: normal;
}

.map-holder {
	position: relative;
	background: #fff;
	margin: 0 0 10px;
}

.map-holder .plant-zones {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	max-width: 100px;
}

.map-holder .plant-zones-h {
	display: none;
}

.map-popup {
	position: absolute;
	top: 12px;
	right: 124px;
	z-index: 3;
	width: 392px;
	background: #fff;
	border: 3px solid #cececd;
	border-radius: 5px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.38;
}

.map-popup .top-area {
	padding: 21px 25px;
}

.map-popup h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	margin: 0 0 7px;
}

.map-popup h3 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	margin: -8px 0 21px;
}

.map-popup p {
	margin: 0 0 18px;
}

.map-popup .text-holder:after {
	display: block;
	clear: both;
	content: "";
}

.map-popup .text-holder .alignleft {
	float: left;
	margin: 0 16px 0 3px;
}

.map-popup .text-holder .holder {
	overflow: hidden;
	padding: 0 15px 0 0;
}

.map-popup .text-holder p {
	margin: 0 0 14px;
}

.map-popup .text-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.map-popup .text-holder ul span {
	display: inline-block;
	vertical-align: top;
	min-width: 84px;
}

.map-popup .image-area {
	#margin: 0 0 26px;
}

.map-popup .image-area img {
	border: 3px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 10px 35px rgba(0, 0, 0, .3);
	margin: 0 0 15px;
}

.map-popup .image-area p {
	margin: 0;
}

.map-popup .image-area p span {
	display: block;
	font-size: 10px;
	color: #878787;
}

.map-popup .bottom-area {
	position: relative;
	padding: 13px 75px 13px 25px;
	background: #ebedea;
}

.map-popup .bottom-area .title {
	display: block;
	font-size: 12px;
	color: #000;
	margin: 0 0 4px;
}

.map-popup .bottom-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #5e9bfa;
}

.map-popup .bottom-area ul li {
	display: inline;
}

.map-popup .bottom-area ul a {
	color: #5e9bfa;
}

.map-popup .close {
	position: absolute;
	bottom: 7px;
	right: 16px;
	z-index: 2;
	color: #939592;
}

.map-bar {
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	padding: 31px 59px 12px;
}

.map-bar:after {
	position: absolute;
	top: -1px;
	left: -15px;
	right: -15px;
	content: "";
	height: 60px;
	box-shadow: 0 15px 20px rgba(0, 0, 0, .2) inset;
}

.map-bar .logo {
	float: left;
	margin: 19px 86px 0 -4px;
}

.map-bar .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-bar .row .col {
	width: 28%;
	padding: 0 35px 0 0;
	position: relative;
	border-right: 1px solid #c6c6c6;
}

.map-bar .row .col + .col {
	width: 72%;
	padding: 0 0 0 35px;
	border: none;
}

.map-bar h3 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 3px;
}

.map-bar .sep {
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 2;
	margin: -6px 0 0 -20px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.map-bar .info {
	display: block;
	margin: 4px 0 0 10px;
	font-size: 10px;
	color: #bebebe;
}

.map-bar input[type="text"],
.map-bar textarea {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 11px 14px;
	border: 3px solid #cacaca;
	border-radius: 5px;
	background: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #9f9f9f;
	outline: none;
	box-shadow: none;
}

.map-bar textarea {
	padding: 8px 14px 5px;
	background: none;
	resize: none;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

.social-plugin {
	padding: 13px 9px 0 0;
	text-align: right;
}
.view-block {
	display: flex;
	align-items: center;
}
.view-block .hold {
	padding: 0 20px;
}
.view-link {
	font-size: 18px;
	display: block;
}
.view-link a {
	color: #000;
	text-decoration: underline;
}
.btn {
	background: #18a4ad;
	border: 3px solid #cacaca;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	border-radius: 5px;
	font-size: 21px;
	line-height: 1.2;
	outline: none;
}
.btn:hover {
	text-decoration: none;
}

.popup-box {
	background: #f4f4f4;
    padding: 25px 15px 15px;
    text-align: left;
    max-width: 615px;
    margin: 40px auto;
    position: relative;
    border-radius: 10px;
}
.popup-box .mfp-close {
	font-size: 18px;
	width: 14px;
	height: 14px;
	line-height: 13px;
	border: 1px solid #000;
	border-radius: 3px;
	top: 25px;
	right: 15px;
	color: #000;
}
.popup-box .ttl {
	text-transform: uppercase;

	margin: 0 10px 10px 0;
}
.popup-box .ttl h4 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}
.popup-box textarea {
	padding: 8px 10px;
    background: none;
    resize: none;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    display: block;
    width: 100%;
    height: 355px;
    margin: 0;
    border: 1px solid #cacaca;
    font-weight: normal;
    outline: none;
    box-shadow: none;
}



#map-helper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.73);
  opacity: 0;
  z-index:10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-section:hover #map-helper{
  opacity: 1;
}
/* Hide Tutorial Modal from IE 10 */

.msie-10 #map-helper {
    display: none;
}

.msie-10 .map-section:hover #map-helper {
    display: none;
}

.slider-helper {
  width: 95%;
  max-width: 348px;
  margin: 0 auto;
}
.slider-helper .slick-list{
  overflow: hidden!important;
}
.slider-helper .slick-track{
  margin: 0;
}
.slider-helper .slick-arrow{
  position: absolute;
  padding: 5px;
  cursor: pointer;
  width: 35px;
  height: 65px;
  outline: none;
  top: 94px;
  text-indent: -9999px;
  border:0;
  background: url(../images/slider/arrows.png) no-repeat 0 0;
  z-index: 1;
  -webkit-box-pack: center;
}
.slider-helper .slick-arrow.slick-disabled{
  display: none!important;
}
.slider-helper .slick-prev{
  left: 20px;
}
.slider-helper .slick-next{
  right: 20px;
  background-position: -35px 0;
}

.slider-helper .slick-dots{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 3;
}

/*.safari .slider-helper .slick-dots{
  bottom: 10px;
}*/

.slider-helper .slick-dots li{
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #e5e5e5;
  cursor: pointer;
}

.slider-helper .slick-dots li.slick-active{
  background: #a2a2a2;
}

.slider-helper .slick-dots button{
  display: none;
}

.slider-helper .item{
  display: block!important;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.slider-helper .item .img{
  position: relative;
}
.slider-helper .item img{
  margin: 0;
  border: 0;
}
.slider-helper .item .txt-holder{
  padding: 20px 20px 20px 25px;
  display: flex;
  align-items: center;
}
.slider-helper .item .txt-holder .icon{
  width: 25%;
  max-width: 75px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 8px 7px 15px 0 rgba(0,0,0,0.35);
  box-shadow: 8px 7px 15px 0 rgba(0,0,0,0.35);
}
.slider-helper .item .txt-holder .txt{
  width: 75%;
}
.slider-helper .item h3{
  margin: 0 0 5px;
  font-size: 16px;
  color: #000;
}
.slider-helper .item p{
  margin: 0;
  font-size: 12px;
  color: #000;
}

.slider-helper .btn-close{
  position: absolute;
  top: 50%; left: 50%;
  display:block;
  text-align: center;
  margin: -20px 0 0;
  padding: 8px 20px;
  font-size:16px;
  background: rgba(57, 57, 57, 0.5);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 8px 7px 15px 0 rgba(0,0,0,0.35);
  box-shadow: 8px 7px 15px 0 rgba(0,0,0,0.35);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-helper .btn-close:hover{
  background: #51d0da;
  text-decoration: none;
}
.slider-helper  {
	display: none;
}
.slider-helper .slick-initialized {display: block;}
.touch-device #map-helper {
	opacity: 1;
	height: 100% !important;
}
.touch-device .map-section {position: initial;}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot');
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.woff') format('woff'),
  url('fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@media  (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider-helper .slick-arrow{
    background-image: url(../images/slider/arrows@2x.png);
    background-size: auto 65px;
  }
}

@media (max-width: 1260px) {
	.map-bar .logo {
		margin: 19px 20px 0 -4px;
	}
	.map-bar {
		padding: 31px 30px 12px;
	}
	.map-bar .row .col + .col {
		padding: 0 0 0 20px;
	}
}
@media (max-width: 1023px) {
	.map-section h1 {
		font-size: 30px;
	}

	.map-holder .plant-zones {
		max-width: 80px;
		min-width: 80px;
	}

	.map-popup {
		width: 315px;
		right: 104px;
	}

	.map-popup .top-area {
		padding: 15px 20px;
		max-height: 510px;
	}

	.map-popup h2 {
		font-size: 24px;
		margin: 0 0 5px;
	}

	.map-popup h3 {
		font-size: 16px;
		margin: -5px 0 15px;
	}

	.map-popup p {
		margin: 0 0 10px;
	}

	.map-popup .text-holder {
		font-size: 12px;
	}

	.map-popup .text-holder .alignleft {
		margin: 0 10px 0 0;
	}

	.map-popup .text-holder .holder {
		overflow: visible;
		padding: 0;
	}

	.map-popup .text-holder p {
		margin: 0 0 10px;
	}

	.map-popup .image-area {
		margin: 0;
	}

	.map-popup .image-area img {
		width: 100%;
		max-height: 300px;
		max-width: 300px;
	}

	.map-popup .bottom-area {
		padding: 12px 75px 12px 20px;
	}

	.map-bar {
		padding: 25px 20px;
	}

	.map-bar .logo {
		float: none;
		margin: 0 0 20px;
	}
	.view-block .hold {
		padding: 0 10px;
	}
	.btn {
		font-size: 18px;
	}
	#mapwrap h1 {
		padding: 40px 30px 0;
	}
}

@media (max-width: 767px) {
	.map-bar {
		padding-bottom: 100px;
	}
	.map-section h1 {
		font-size: 24px;
	}

	.map-section h1 span {
		margin: 5px 0 0;
	}

	.map-holder .plant-zones {
		display: none;
		position: static;
		margin: 0 0 0 15px;
	}

	.map-holder .plant-zones-h {
		margin: 0;
		align: center;
		display: block;
	}

	.popups-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 0;
	}

	.map-popup {
		position: absolute;
		right: 10px;
	}

	.map-popup .text-holder {
		font-size: 14px;
	}

	.map-popup .text-holder .alignleft {
		float: none;
		display: block;
		margin: 0 0 10px;
	}

	.map-bar .row {
		display: block;
	}

	.map-bar .row .col {
		width: auto;
		padding: 0 35px 20px 0;
		border: none;
	}

	.map-bar .row .col + .col {
		width: auto;
		padding: 0;
	}

	.map-bar textarea {
		min-height: 70px;
	}
	.view-block {
		margin: 0 -10px;
	}
	.slider-helper .btn-close {
		min-width: 170px;
		font-size: 14px;
	}

	.slider-helper .slick-prev {
		left: 5px;
	}
	.slider-helper .slick-next {
		right: 5px;
	}

}

@media (max-width: 666px) {
	.map-popup {
		width: auto;
		right: auto;
	}
	.slider-helper .slick-arrow {
		top:95px;
	}

	.map-holder .plant-zones {
		display: none;
		max-width: 60px;
		min-width: 60px;
	}
	.view-block {
		display: block;
	}
	.view-block .hold {
		margin-bottom: 10px;
	}
	.view-block .btn {font-size: 21px;}
}
@media (max-width: 567px) {
	.slider-helper .slick-arrow {
		top:65px;
	}
}
@media (max-width: 376px) {
	.slider-helper .slick-arrow {
		top:85px;
	}
}
@media (max-width: 370px) {
	.slider-helper .slick-arrow {
		top:65px;
	}
}
