@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

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

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body { font-size: 17px; line-height: 1.3; color: #404041; background-color: #ffffff; }

::-webkit-input-placeholder { color: #404041; }

::-moz-placeholder { color: #404041; opacity: 1; }

:-ms-input-placeholder { color: #404041; }

:-moz-placeholder { color: #404041; }

/*Backgrounds*/
.dark-bg { background-color: #404041; }

.primary-bg, .blue-light-bg { background-color: #285b80; }

.off-white-bg { background-color: #fffcf4; }

.blue-bg { background-color: #00abb3; }

.aqua-blue-bg { background-color: #5bbfb5; }

.blue-mid-bg { background-color: #94bdf1; }

.blue-v-light-bg { background-color: #d7edf9; }
.gray { background-color: #383838; }

/*Text color*/
.default-clr { color: #404041; }

.primary-clr { color: #285b80; }

.blue-clr { color: #00abb3; }

.aqua-blue-clr { color: #5bbfb5; }

.blue-mid-clr { color: #94bdf1; }

.blue-light-clr { color: #285b80; }

.blue-v-light-clr { color: #d7edf9; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.display_lg { font-size: 100px; line-height: 1.1; }

.display_1 { font-size: 72px; line-height: 1.1; }

.display_2 { font-size: 66px; line-height: 1.1; }

.display_3 { font-size: 60px; line-height: 1.1; }

.display_4 { font-size: 54px; line-height: 1.1; }

/*Title*/
h1, .h1, .title_1 { font-size: 46px; line-height: 1; }

h2, .h2, .title_2 { font-size: 38px; line-height: 1; }

/*Sub title*/
h3, .h3, .title_3 { font-size: 30px; line-height: 1; }

h4, .h4, .title_4 { font-size: 28px; }

h5, .h5, .title_5 { font-size: 20px; }

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

.letter_space_2{letter-spacing:2px;}

@media (max-width: 750px) { .display_lg { font-size: 64px; line-height: 1.1; }
  .display_1 { font-size: 58px; line-height: 1.1; }
  .display_2 { font-size: 50px; line-height: 1.1; }
  .display_3 { font-size: 46px; line-height: 1.1; }
  .display_4 { font-size: 40; line-height: 1.1; }
  /*Title*/
  h1, .h1, .title_1 { font-size: 36px; line-height: 1.2; }
  h2, .h2, .title_2 { font-size: 32px; line-height: 1.2; }
  /*Sub title*/
  h3, .h3, .title_3 { font-size: 28px; line-height: 1.2; } }

/*Font family*/
body, .primary-text { font-family: "Montserrat", Helvetica, Arial, sans-serif; font-weight: 200; }

body i, body em, .primary-text i, .primary-text em { font-style: italic; }

body b, body strong, .primary-text b, .primary-text strong { font-weight: 600; }

.display-text, .logo { font-family: "Grand Hotel", Helvetica, Arial, cursive; font-weight: 400; }

.display-text i, .logo i, .display-text em, .logo em { font-style: italic; }

.display-text b, .logo b, .display-text strong, .logo strong { font-weight: bold; }

.title-text, .tag-line { font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; font-weight: 300; }

.title-text i, .tag-line i, .title-text em, .tag-line em { font-style: italic; }

.title-text b, .tag-line b, .title-text strong, .tag-line strong { font-weight: 500; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a { color: inherit; }

a.link { color: #285b80; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
a.link_orange{color:#D8cba1;}

.contact-link a { color: #285b80; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

a.link-dark { color: #404041; }

a.link, a.link:link, a.link:visited, .contact-link a, .contact-link a:link, .contact-link a:visited { text-decoration: none; }

a.link:hover, a.link:focus, a.link:active, .contact-link a:hover, .contact-link a:focus, .contact-link a:active { color: #4dafe3; text-decoration: underline; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; padding: 0 15px; font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; text-align: center; font-size: 17px; font-weight: 500; line-height: 36px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; -webkit-border-radius: 0; border-radius: 0; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: top; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); color: #ffffff; border: 1px solid #285b80; background-color: #285b80; }

.button:hover, .button :focus, button:hover, button :focus, input[type="submit"]:hover, input[type="submit"] :focus, input[type="reset"]:hover, input[type="reset"] :focus, input[type="button"]:hover, input[type="button"] :focus { border: 1px solid #1d4867; background-color: #1d4867; }

.button_orange{background-color:#D8cba1; border: 1px solid #D8cba1;} /*Beige */
.button_orange:hover{background-color:#c4b585; border: 1px solid #c4b585;}
.button_green{background-color:#5a826e; border: 1px solid #5a826e;}
.button_green:hover{background-color:#476657; border: 1px solid #476657;}
.button.green{background-color:#5a826e; border: 1px solid #5a826e; padding:3px 40px; margin:25px 0 0;}
.button.green:hover{background-color:#476657; border: 1px solid #476657;}

.banner_btn{padding:3px 40px; margin-top:10px;}

.button + .button, .button + button, .button + input[type="submit"], .button + input[type="reset"], .button + input[type="button"], button + .button, button + button, button + input[type="submit"], button + input[type="reset"], button + input[type="button"], input[type="submit"] + .button, input[type="submit"] + button, input[type="submit"] + input[type="submit"], input[type="submit"] + input[type="reset"], input[type="submit"] + input[type="button"], input[type="reset"] + .button, input[type="reset"] + button, input[type="reset"] + input[type="submit"], input[type="reset"] + input[type="reset"], input[type="reset"] + input[type="button"], input[type="button"] + .button, input[type="button"] + button, input[type="button"] + input[type="submit"], input[type="button"] + input[type="reset"], input[type="button"] + input[type="button"] { margin-left: 5px; }

.button, .button-md { line-height: 36px; font-size: 16px; }

.button-sm { line-height: 24px; font-size: 14px; }

.button-lg { line-height: 48px; font-size: 28px; }

.button-outline { color: #404041; border: 1px solid #404041; background-color: transparent; }

.button-outline:hover, .button-outline :focus { color: #ffffff; border: 1px solid #404041; background-color: #404041; }

.button-primary { color: #ffffff; border: 1px solid #285b80; background-color: #285b80; }

.button-primary:hover, .button-primary :focus { border: 1px solid #6db0d3; background-color: #6db0d3; }

.button-dark { color: #ffffff; border: 1px solid #404041; background-color: #404041; }

.button-dark:hover, .button-dark :focus { border: 1px solid #3a3a3b; background-color: #3a3a3b; }

.button-outline.button-primary { color: #285b80; border: 1px solid #285b80; background-color: transparent; }

.button-outline.button-primary:hover, .button-outline.button-primary :focus { color: #ffffff; border: 1px solid #285b80; background-color: #285b80; }

.button, .button-square { -webkit-border-radius: 0; border-radius: 0; }

.button-circle { -webkit-border-radius: 24px; border-radius: 24px; }

.button-rounded { -webkit-border-radius: 4px; border-radius: 4px; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], textarea, select { font-size: 16px; line-height: 1.2; font-weight: 300; font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; color: #404041; text-transform: uppercase; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { vertical-align: top; height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid transparent; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { height: auto; resize: none; min-height: 65px; padding-top: 6px; padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #bbe1f4; outline: 0; }

label, legend { display: block; margin-bottom: 3px; }

fieldset { padding: 0; border-width: 0; }

input[type="checkbox"], input[type="radio"] { display: inline; }

label > .label-body { display: inline-block; margin-left: 15px; font-weight: normal; }

.ph-center::-webkit-input-placeholder { text-align: center; }

.ph-center::-moz-placeholder { text-align: center; }

.ph-center:-ms-input-placeholder { text-align: center; }

.ph-center:-moz-placeholder { text-align: center; }

.ph-center ::-webkit-input-placeholder { text-align: center; }

.ph-center ::-moz-placeholder { text-align: center; }

.ph-center :-ms-input-placeholder { text-align: center; }

.ph-center :-moz-placeholder { text-align: center; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul { list-style: circle inside; }

ol { list-style: decimal inside; }

ol, ul { padding-left: 0; margin-top: 0; }

ul ul, ul ol, ol ol, ol ul { margin: 25px 0 20px 30px; font-size: 90%; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 15px; }

input, textarea, select, fieldset { margin-bottom: 15px; }

pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 20px; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr { margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px dashed #404041; }

hr.hr-highlight { border-color: #285b80; }

/* Grid and Container 
------------------------------------*/
.grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.grid-1 > .grid-cell, .grid-2 > .grid-cell, .grid-3 > .grid-cell, .grid-4 > .grid-cell, .grid-5 > .grid-cell, .grid-6 > .grid-cell, .grid-7 > .grid-cell, .grid-8 > .grid-cell, .grid-9 > .grid-cell, .grid-10 > .grid-cell, .grid-11 > .grid-cell, .grid-12 > .grid-cell { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; margin-bottom: 30px; }

.grid-1 > .grid-cell { width: 100%; }

.grid-2 > .grid-cell { width: 50%; }

.grid-3 > .grid-cell { width: 33.33333%; }

.grid-4 > .grid-cell { width: 25%; }

.grid-5 > .grid-cell { width: 20%; }

.grid-6 > .grid-cell { width: 16.66667%; }

.grid-7 > .grid-cell { width: 14.28571%; }

.grid-8 > .grid-cell { width: 12.5%; }

.grid-9 > .grid-cell { width: 11.11111%; }

.grid-10 > .grid-cell { width: 10%; }

.grid-11 > .grid-cell { width: 9.09091%; }

.grid-12 > .grid-cell { width: 8.33333%; }

@media (max-width: 750px) { .grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .grid > .grid-cell, .grid-1 > .grid-cell, .grid-2 > .grid-cell, .grid-3 > .grid-cell, .grid-4 > .grid-cell, .grid-5 > .grid-cell, .grid-6 > .grid-cell, .grid-7 > .grid-cell, .grid-8 > .grid-cell, .grid-9 > .grid-cell, .grid-10 > .grid-cell, .grid-11 > .grid-cell, .grid-12 > .grid-cell { -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; width: 100%; } }

.grid-cell { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.grid-cell-1, .grid-cell-2, .grid-cell-3, .grid-cell-4, .grid-cell-5, .grid-cell-6, .grid-cell-7, .grid-cell-8, .grid-cell-9, .grid-cell-10, .grid-cell-11, .grid-cell-12 { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }

.grid-cell-1 { width: 8.33333%; }

.grid-cell-2 { width: 16.66667%; }

.grid-cell-3 { width: 25%; }

.grid-cell-4 { width: 33.33333%; }

.grid-cell-5 { width: 41.66667%; }

.grid-cell-6 { width: 50%; }

.grid-cell-7 { width: 58.33333%; }

.grid-cell-8 { width: 66.66667%; }

.grid-cell-9 { width: 75%; }

.grid-cell-10 { width: 83.33333%; }

.grid-cell-11 { width: 91.66667%; }

.grid-cell-12 { width: 100%; }

@media (max-width: 750px) { .grid-cell, .grid-cell-1, .grid-cell-2, .grid-cell-3, .grid-cell-4, .grid-cell-5, .grid-cell-6, .grid-cell-7, .grid-cell-8, .grid-cell-9, .grid-cell-10, .grid-cell-11, .grid-cell-12 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 100%; } }

/* With gutters */
.grid--gutters { margin-right: -15px; margin-left: -15px; }

.grid--gutters > .grid-cell { padding-left: 15px; padding-right: 15px; }

/* Alignment per row */
.grid--top { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.grid--bottom { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.grid--center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

/* Alignment per cell */
.grid-cell--top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.grid-cell--bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }

.grid-cell--center { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }

/*Utilities
-------------------------------- */
img { vertical-align: middle; }

.img-res { display: inline-block; max-width: 100%; height: auto; }

.img-circle { -webkit-border-radius: 100%; border-radius: 100%; }

.img-rounded { -webkit-border-radius: 4px; border-radius: 4px; }

.w-full { width: 100%; }

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

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

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

/*text-transform*/
.text-upper { text-transform: uppercase; }

/*Paddings*/
.pad-10-a { padding: 10px; }

.pad-10-t { padding-top: 10px; }

.pad-10-r { padding-right: 10px; }

.pad-10-b { padding-bottom: 10px; }

.pad-10-l { padding-left: 10px; }

.mar-10-a { margin: 10px; }

.mar-10-t { margin-top: 10px; }

.mar-10-r { margin-right: 10px; }

.mar-10-b { margin-bottom: 10px; }

.mar-10-l { margin-left: 10px; }

.pad-20-a { padding: 20px; }

.pad-20-t { padding-top: 20px; }

.pad-20-r { padding-right: 20px; }

.pad-20-b { padding-bottom: 20px; }

.pad-20-l { padding-left: 20px; }

.mar-20-a { margin: 20px; }

.mar-20-t { margin-top: 20px; }

.mar-20-r { margin-right: 20px; }

.mar-20-b { margin-bottom: 20px; }

.mar-20-l { margin-left: 20px; }

.pad-30-a { padding: 30px; }

.pad-30-t { padding-top: 30px; }

.pad-30-r { padding-right: 30px; }

.pad-30-b { padding-bottom: 30px; }

.pad-30-l { padding-left: 30px; }

.mar-30-a { margin: 30px; }

.mar-30-t { margin-top: 30px; }

.mar-30-r { margin-right: 30px; }

.mar-30-b { margin-bottom: 30px; }

.mar-30-l { margin-left: 30px; }

.pad-40-a { padding: 40px; }

.pad-40-t { padding-top: 40px; }

.pad-40-r { padding-right: 40px; }

.pad-40-b { padding-bottom: 40px; }

.pad-40-l { padding-left: 40px; }

.mar-40-a { margin: 40px; }

.mar-40-t { margin-top: 40px; }

.mar-40-r { margin-right: 40px; }

.mar-40-b { margin-bottom: 40px; }

.mar-40-l { margin-left: 40px; }

.pad-50-a { padding: 50px; }

.pad-50-t { padding-top: 50px; }

.pad-50-r { padding-right: 50px; }

.pad-50-b { padding-bottom: 50px; }

.pad-50-l { padding-left: 50px; }

.mar-50-a { margin: 50px; }

.mar-50-t { margin-top: 50px; }

.mar-50-r { margin-right: 50px; }

.mar-50-b { margin-bottom: 50px; }

.mar-50-l { margin-left: 50px; }

.pad-60-a { padding: 60px; }

.pad-60-t { padding-top: 60px; }

.pad-60-r { padding-right: 60px; }

.pad-60-b { padding-bottom: 60px; }

.pad-60-l { padding-left: 60px; }

.mar-60-a { margin: 60px; }

.mar-60-t { margin-top: 60px; }

.mar-60-r { margin-right: 60px; }

.mar-60-b { margin-bottom: 60px; }

.mar-60-l { margin-left: 60px; }

.pad-70-a { padding: 70px; }

.pad-70-t { padding-top: 70px; }

.pad-70-r { padding-right: 70px; }

.pad-70-b { padding-bottom: 70px; }

.pad-70-l { padding-left: 70px; }

.mar-70-a { margin: 70px; }

.mar-70-t { margin-top: 70px; }

.mar-70-r { margin-right: 70px; }

.mar-70-b { margin-bottom: 70px; }

.mar-70-l { margin-left: 70px; }

.pad-80-a { padding: 80px; }

.pad-80-t { padding-top: 80px; }

.pad-80-r { padding-right: 80px; }

.pad-80-b { padding-bottom: 80px; }

.pad-80-l { padding-left: 80px; }

.mar-80-a { margin: 80px; }

.mar-80-t { margin-top: 80px; }

.mar-80-r { margin-right: 80px; }

.mar-80-b { margin-bottom: 80px; }

.mar-80-l { margin-left: 80px; }

.pad-90-a { padding: 90px; }

.pad-90-t { padding-top: 90px; }

.pad-90-r { padding-right: 90px; }

.pad-90-b { padding-bottom: 90px; }

.pad-90-l { padding-left: 90px; }

.mar-90-a { margin: 90px; }

.mar-90-t { margin-top: 90px; }

.mar-90-r { margin-right: 90px; }

.mar-90-b { margin-bottom: 90px; }

.mar-90-l { margin-left: 90px; }

.pad-100-a { padding: 100px; }

.pad-100-t { padding-top: 100px; }

.pad-100-r { padding-right: 100px; }

.pad-100-b { padding-bottom: 100px; }

.pad-100-l { padding-left: 100px; }

.mar-100-a { margin: 100px; }

.mar-100-t { margin-top: 100px; }

.mar-100-r { margin-right: 100px; }

.mar-100-b { margin-bottom: 100px; }

.mar-100-l { margin-left: 100px; }

/*Icons
-------------------------------- */
.ico { position: relative; display: inline-block; /*Shapes*/ }

.ico:before { display: block; content: ""; width: 100%; padding-top: 100%; }

.ico + .ico { margin-left: 5px; }

.ico, .ico-md { width: 38px; font-size: 19px; }

.ico-sm { width: 24px; font-size: 14px; }

.ico-lg { width: 48px; font-size: 26px; }

.ico-xlg { width: 100px; font-size: 52px; }

.ico > span { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.ico > span img { max-width: 24px; }

.ico > span, .ico-default > span { color: #404041; border: 1px solid transparent; background-color: transparent; }

.ico-outline > span { color: #404041; border: 1px solid #404041; background-color: transparent; }

.ico-outline.ico-highlight > span { color: #285b80; border: 1px solid #285b80; background-color: transparent; }

.ico-dark > span { color: #ffffff; border: 1px solid #404041; background-color: #404041; }

.ico-dark.ico-highlight > span { color: #ffffff; border: 1px solid #285b80; background-color: #285b80; }

.ico-light > span { color: #404041; border: 1px solid #ffffff; background-color: #ffffff; }

.ico-light.ico-highlight > span { color: #285b80; border: 1px solid #ffffff; background-color: #ffffff; }

.ico-highlight > span { color: #285b80; border: 1px solid transparent; background-color: transparent; }

.ico > span, .ico-circle > span { -webkit-border-radius: 100%; border-radius: 100%; }

.ico-rounded > span { -webkit-border-radius: 4px; border-radius: 4px; }

.ico-square > span { -webkit-border-radius: 0; border-radius: 0; }

.logo { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; white-space: nowrap; }

.logo, .logo:hover, .logo:active, .logo:focus, .logo:link, .logo:visited { text-decoration: none; }

.logo.tag-l { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.logo.tag-r { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.tag-line { font-size: .222em; font-weight: 500; text-transform: uppercase; border-left: 1px solid #404041; padding: .4em 0px .3em 1em; background-color: #fff; position: relative; }

.tag-line > span { position: relative; z-index: 1; }

.tag-line:before, .tag-line:after { content: ""; position: absolute; right: -15px; left: .4em; height: 50%; border: 1px solid #404041; background-color: #fff; }

.tag-line:before { border-width: 1px 1px 0 0; top: 0; -webkit-transform: skewX(45deg); -ms-transform: skewX(45deg); transform: skewX(45deg); }

.tag-line:after { border-width: 0 1px 1px 0; bottom: -1px; height: -webkit-calc(50% + 1px); height: calc(50% + 1px); -webkit-transform: skewX(-45deg); -ms-transform: skewX(-45deg); transform: skewX(-45deg); -webkit-box-shadow: 5px 3px 0px #404041; box-shadow: 5px 3px 0px #404041; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5px, OffY=3px, Color='#FF404041'); }

/*Ribbons
---------------------------------------------*/
.ribbon { padding:35px 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	font-size:32px;   font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; font-weight: 500; letter-spacing:2px; 
}
.ribbon.green{background:#5a826e; font-size:38px; padding:30px 15px;}
@media (max-width: 1024px) {
	.ribbon {padding:25px 15px; font-size:29px;}
	.ribbon.green{font-size:32px; padding:20px 15px;}
}
@media (max-width: 750px) {
	.ribbon{font-size:26px; padding:15px;}
	.ribbon.green{font-size:29px; padding:15px;}
}


.ribbon.green,
.ribbon.gray,
.ribbon.primary-bg .title-dec, .ribbon.blue-bg .title-dec, .ribbon.aqua-blue-bg .title-dec, .ribbon.blue-mid-bg .title-dec, .ribbon.blue-light-bg .title-dec { color: #fff; }


.title-dec { position: relative; text-align: center; display: inline-block; }

/*.title-dec:before, .title-dec:after { content: ""; position: absolute; background-image: url("../images/ribbon-type.png"); background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; background-position: right center; height: 100%; top: 0; bottom: 0; }*/

.title-dec:before { left: 0; }

.title-dec:after { right: 0; background-position: left center; background-image: url("../images/ribbon-type-r.png"); }

.title-dec-1:before { background-image: url("../images/ribbon-type-1.png"); }

.title-dec-1:after { background-image: url("../images/ribbon-type-1-r.png"); }

.title-dec-2:before { background-image: url("../images/ribbon-type-2.png"); }

.title-dec-2:after { background-image: url("../images/ribbon-type-2-r.png"); }

.title-dec-3:before { background-image: url("../images/ribbon-type-3.png"); }

.title-dec-3:after { background-image: url("../images/ribbon-type-3-r.png"); }

.title-dec-4:before { background-image: url("../images/ribbon-type-4.png"); }

.title-dec-4:after { background-image: url("../images/ribbon-type-4-r.png"); }

.title-dec-5:before { background-image: url("../images/ribbon-type-5.png"); }

.title-dec-5:after { background-image: url("../images/ribbon-type-5-r.png"); }

.title-dec-6:before { background-image: url("../images/ribbon-type-6.png"); }

.title-dec-6:after { background-image: url("../images/ribbon-type-6-r.png"); }

.title-dec-lg { padding-left: 140px; padding-right: 140px; }

.title-dec-lg:before, .title-dec-lg:after { width: 130px; }

.title-dec, .title-dec-md { padding-left: 95px; padding-right: 95px; }

.title-dec:before, .title-dec:after, .title-dec-md:before, .title-dec-md:after { width: 85px; }

.title-dec-sm { padding-left: 50px; padding-right: 50px; }

.title-dec-sm:before, .title-dec-sm:after { width: 40px; }

.title-dec.center--img img { max-width: 24px; }

@media (max-width: 750px) { :not(.button):not(.divider) > .title-dec:not(.center--img), :not(.button):not(.divider) > .title-dec-md:not(.center--img), :not(.button):not(.divider) > .title-dec-sm:not(.center--img), :not(.button):not(.divider) > .title-dec-lg:not(.center--img) { padding-right: 0; padding-left: 0; padding-bottom: 40px; }
  :not(.button):not(.divider) > .title-dec:not(.center--img):before, :not(.button):not(.divider) > .title-dec:not(.center--img):after, :not(.button):not(.divider) > .title-dec-md:not(.center--img):before, :not(.button):not(.divider) > .title-dec-md:not(.center--img):after, :not(.button):not(.divider) > .title-dec-sm:not(.center--img):before, :not(.button):not(.divider) > .title-dec-sm:not(.center--img):after, :not(.button):not(.divider) > .title-dec-lg:not(.center--img):before, :not(.button):not(.divider) > .title-dec-lg:not(.center--img):after { width: 65px; height: 40px; top: auto; bottom: 0; }
  :not(.button):not(.divider) > .title-dec:not(.center--img):before, :not(.button):not(.divider) > .title-dec-md:not(.center--img):before, :not(.button):not(.divider) > .title-dec-sm:not(.center--img):before, :not(.button):not(.divider) > .title-dec-lg:not(.center--img):before { left: -webkit-calc(50% - 65px); left: calc(50% - 65px); }
  :not(.button):not(.divider) > .title-dec:not(.center--img):after, :not(.button):not(.divider) > .title-dec-md:not(.center--img):after, :not(.button):not(.divider) > .title-dec-sm:not(.center--img):after, :not(.button):not(.divider) > .title-dec-lg:not(.center--img):after { right: -webkit-calc(50% - 65px); right: calc(50% - 65px); }
  :not(.button):not(.divider) > .title-dec-sm:not(.center--img) { padding-right: 0; padding-left: 0; padding-bottom: 40px; }
  :not(.button):not(.divider) > .title-dec-sm:not(.center--img):before, :not(.button):not(.divider) > .title-dec-sm:not(.center--img):after { width: 40px; height: 30px; top: auto; bottom: 0; }
  :not(.button):not(.divider) > .title-dec-sm:not(.center--img):before { left: -webkit-calc(50% - 40px); left: calc(50% - 40px); }
  :not(.button):not(.divider) > .title-dec-sm:not(.center--img):after { right: -webkit-calc(50% - 40px); right: calc(50% - 40px); } }

/*Divider
---------------------------------------------*/
.divider { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.divider:after { display: block; content: ""; clear: both; }

.divider .title-dec { padding-top: 20px; padding-bottom: 20px; }

/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; }

.container { position: relative; width: 100%; max-width: 1230px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }

.container:before, .container:after { display: table; content: " "; }

.container-fluid:before, .container-fluid:after { display: table; content: " "; }

.wrapper { position: relative; width: -webkit-calc(100% - 30px); width: calc(100% - 30px); max-width: 980px; margin-left: auto; margin-right: auto; }

.wrapper:before, .wrapper:after { display: table; content: " "; }

/*Link group
----------------------------------------------------*/
.link-group .link { padding: 0 10px; border-left: 1px solid #285b80; }

.link-group .link:first-child { border: 0; padding-left: 0; }

.link-group .link:last-child { padding-right: 0; }

/*Link group
----------------------------------------------------*/
.tag-group .tag { padding: 0 10px; border-left: 1px solid; text-decoration: none; }

.tag-group .tag:first-child { border: 0; padding-left: 0; }

.tag-group .tag:last-child { padding-right: 0; }

/*Sign up form
-----------------------------------------------------*/
.signup-form { background-image: url("../images/bg-repeat.png"); background-repeat: repeat-x; background-position: left 30px; padding-top: 120px; }

.signup-form.grid-cell { margin-bottom: 0; }

.signup-form.ribbon { padding: 15px 15px 0 15px; max-width: 100%; background-image: none; }

.signup-form.ribbon .grid { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.signup-form.ribbon .grid input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-left: 15px; margin-right: 15px; }

.signup-form.ribbon .button { margin-bottom: 15px; }

.bluestone-Vinyards.grid-cell { margin-bottom: 0; }

.bluestone-Vinyards .banner-bg { background-position: right center; }

/*Testimonials
-----------------------------------------------------*/
.testimonials-carousel { position: relative; }

.testimonials-carousel .card-info .card-img { width: 130px; }

.testimonials-carousel .slick-arrow{font-size:0; line-height:999px; overflow:hidden; background-color:none;}

.testimonials-carousel .slick-prev:hover, .testimonials-carousel .slick-next:hover,
.testimonials-carousel .slick-prev, .testimonials-carousel .slick-next { height: 31px; width: 16px; background-position: center; -webkit-background-size: cover; background-size: cover; border: 0; }

.testimonials-carousel .slick-prev:before, .testimonials-carousel .slick-next:before { display: none; }

.testimonials-carousel button.slick-arrow.slick-prev:hover,
.testimonials-carousel button.slick-arrow.slick-prev { left: 0px; background-color:#383838 !important; background-image: url("../images/prev-btn.png"); }

.testimonials-carousel .slick-arrow.slick-next:hover,
.testimonials-carousel .slick-arrow.slick-next { right: 0px; background-color:#383838 !important; background-image: url("../images/next-btn.png"); }

.testimonials-carousel .slick-slide:focus { outline: none; }

/*imageGallery
-------------------------------------------------------*/
.lSAction > a { background-image: none; width: 30px; height: 30px; color: #fff; border: 2px solid; }

.lSAction > a:after { content: ""; color: #404041; border: 1px solid; height: 100%; width: 100%; float: left; }

.lSAction > .lSPrev { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 30px; }

.lSAction > .lSPrev, .lSAction > .lSPrev:after { border-right-color: transparent; border-bottom-color: transparent; }

.lSAction > .lSNext { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); right: 30px; }

.lSAction > .lSNext, .lSAction > .lSNext:after { border-left-color: transparent; border-bottom-color: transparent; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border: 3px solid #285b80; }

/*Video
--------------------------------------*/
.img-holder { position: relative; text-align: center; }

.img-holder .play-btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100px; height: 100px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #285b80; -webkit-border-radius: 100%; border-radius: 100%; }

.img-holder .play-btn:after { content: ""; height: 0; width: 0; border: 30px solid transparent; border-left-color: #fff; margin-left: auto; }

/*img box gallery*/
.img-box-gallery .img-thumb { position: relative; }

.img-box-gallery .img-thumb:hover:after { opacity: 1; }

.img-box-gallery .img-thumb:after { content: " " attr(rel) " "; position: absolute; background-color: rgba(64, 82, 75, 0.8); color: #fff; font-size: 22px; text-transform: uppercase; font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; font-weight: 500; left: 0; right: 0; bottom: 0; top: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; opacity: 0; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); text-align:center;}

/*Gallery slider
--------------------------------------*/
.imageGallery:not(.lightSlider) { list-style: none; -webkit-columns: 3; -moz-columns: 3; columns: 3; }

.imageGallery:not(.lightSlider) > li { margin-bottom: 15px; }

@media (max-width: 750px) { .imageGallery:not(.lightSlider) { -webkit-columns: 2; -moz-columns: 2; columns: 2; } }

@media (max-width: 480px) { .imageGallery:not(.lightSlider) { -webkit-columns: 1; -moz-columns: 1; columns: 1; } }

.lightSlider { max-height: 740px; }

@media (max-width: 1170px) { .lightSlider { max-height: 600px; } }

@media (max-width: 970px) { .lightSlider { max-height: 492px; } }

@media (max-width: 750px) { .lightSlider { max-height: 193px; } }

.lightSlider > li { height: 100%; text-align: center; }

.lightSlider > li > img { max-height: 100%; }

/*Header
-----------------------------------------------------*/
.header { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; padding-left: 15px; padding-right: 15px;}

.header .logo-display, .header .social-contact { margin-top:18px; }

.header .contact-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-right:-15px;}

.header .contact-group .button{font-size:17px; font-weight:400; letter-spacing:1px; padding:7px 15px; margin:0; width:155px;}

.header .link-group .link { margin-top: 12px; }

/*Navbar
----------------------------------------------------------*/
.navbar { background-color:#5a826e; padding-left: 15px; padding-right: 15px; }

.navbar ul { width: 100%; list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; margin-bottom: 0; }

.navbar li { margin-bottom: 0; text-align: center; position: relative;}

.navbar li.active a, .navbar li:hover a { color: #fff; }

.navbar li.current-menu-item a, .navbar li:hover a { color: #fff; }

.navbar li.active a:before, .navbar li.active a:after, .navbar li.current-menu-item a:before, .navbar li.current-menu-item a:after, .navbar li:hover a:before, .navbar li:hover a:after { opacity: 1; }

.navbar li.active a:before, .navbar li.current-menu-item a:before, .navbar li:hover a:before { left: 0; }

.navbar li.active a:after, .navbar li.current-menu-item a:after, .navbar li:hover a:after { right: 0; }

.navbar a { color: #ffffff; padding: 17px 19px 13px; display: inline-block; white-space: nowrap; font-weight: 200; text-decoration: none; position: relative; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }


.navbar a:before, .navbar a:after { -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); content: ""; background-image: url("../images/nav-active-bg.png"); background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; background-position: center; width: 19px; height: 100%; position: absolute; top: 0; bottom: 0; opacity: 0; }

.navbar a:before { left: 15px; }

.navbar a:after { right: 15px; background-image: url("../images/nav-active-bg-r.png"); }

/*Footer
-----------------------------------------------------*/
.footer { padding-top: 30px; padding-bottom: 15px; }

.footer .site-map > p { margin-bottom: 0px; }

.footer .footer-bottom { padding-left: 15px; padding-right: 15px; }

ul.link-group {
    margin-top: 10px;
    margin-bottom: 0;
}
.footer .site-map > p:first-child {
    margin-bottom: 10px;
    font-size: 16px;
}
/*Footer instagram pics*/
.insta-pics { overflow: hidden; margin-top: 20px; margin-bottom: 30px; }

.insta-pics .pics-carousel { margin-left: -10px; margin-right: -10px; }

.insta-pics .pics-carousel .item { padding: 7px; position: relative; }

.insta-pics .pics-carousel .item:before { display: block; content: ""; width: 100%; padding-top: 100%; }

.insta-pics .pics-carousel .item .img-wrap { position: absolute; top: 7px; right: 7px; bottom: 7px; left: 7px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

/* Hamburger Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.burger_menu{background:#5a826e; max-width:100px; margin:0 auto 10px; cursor:pointer; padding:10px;}
.burger_menu .menu_txt{color:#fff; padding:0 0 0 30px; text-transform:uppercase;}
.hamburger{ position: relative; height: 20px; width: 20px; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 10px; float:left;}

.hamburger > div, .hamburger:before, .hamburger:after { position: absolute; background-color: #fff; height: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger > div { width: 26px; top: 50%; margin-top: -1px; }

.hamburger:before, .hamburger:after { content: ""; width: 100%; }

.hamburger:before { left: 0; top: 0; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; }

.hamburger:after { right: 0; bottom: 0; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }

.hamburger.is-active > div { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.hamburger.is-active:before, .hamburger.is-active:after { width: 50%; -webkit-transform: rotate(42deg); -ms-transform: rotate(42deg); transform: rotate(42deg); }

@media (max-width: 750px) { 
	.logo.display_1{float:left;}
	/*.burger_menu{position:absolute; right:22px; top:19px; padding:10px 10px 0;}*/
	.header{padding-bottom:10px;}
	.header .logo-display{margin-top:15px;}
	.navbar .social-contact{display:block; text-align:center; padding:20px 0 0;}
	.navbar .social-contact .ico{padding:20px !important; display:inline-block !important;}
	.navbar .button{display:block; margin-bottom:15px;}
}

/*Map Marker*/
.map { height: 400px; }
.map_holder{position:relative;}

/*Map marker swing*/
@-webkit-keyframes mrkrswing { 0% { -webkit-transform: rotate(-7deg); transform: rotate(-7deg); }
  100% { -webkit-transform: rotate(7deg); transform: rotate(7deg); } }
@keyframes mrkrswing { 0% { -webkit-transform: rotate(-7deg); transform: rotate(-7deg); }
  100% { -webkit-transform: rotate(7deg); transform: rotate(7deg); } }

#markerLayer img { -webkit-transform-origin: 50% 100% 0; -ms-transform-origin: 50% 100% 0; transform-origin: 50% 100% 0; -webkit-animation: mrkrswing 1.4s alternate ease-in-out infinite; animation: mrkrswing 1.4s alternate ease-in-out infinite; }

/*Popup
------------------------------------------*/
.popup { -webkit-transform: translateX(0) translateY(-40%); -ms-transform: translateX(0) translateY(-40%); transform: translateX(0) translateY(-40%); }

.popup_visible .popup { -webkit-transform: translateX(0) translateY(0); -ms-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); }

.popup { width: 100%; max-height: 100%; overflow: auto; }

.popup_background { background-color: #fff !important; }

.popup, .popup_wrapper, .popup_background { -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.popup.primary-bg, .popup.blue-bg, .popup.aqua-blue-bg, .popup.blue-mid-bg, .popup.blue-light-bg { color: #fff; }

.popup-close { position: absolute; right: 4px; top: 0px; height: 12px; width: 12px; }

.popup-outer { position: relative; }

.popup-xs { max-width: 400px; }

.popup-sm { max-width: 780px; }

.popup-md { max-width: 900px; }

.popup-lg { max-width: 1200px; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.res-table { width: 100%; color: #404041; font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 300; border: 1px solid #fff; border-width: 1px 0 0 1px; }
.res-table tbody{width: 100%;}

.res-table th, .res-table td { padding: 20px 15px; text-align: center; border: 1px solid #fff; border-width: 0 2px 2px 0; }

.res-table th { background-color: #404041; color: #fff; }

.res-table td { background-color: #dddddd; }

.res-table-primary th { background-color: #40524b; }

.res-table-primary td { background-color: #f4f7fe; }

@media (max-width: 750px) { 
	.res-table { display: block; width: 100%; }
  .res-table thead tr th:first-child { display: none; }
  .res-table thead, .res-table th { display: block; }
  .res-table th { width:auto;}
  .res-table td { display: block; position: relative; text-align: left; padding: 10px; width:auto;}
  .res-table td:first-child { font-weight: 500; background-color: #404041; color: #fff; }
  .res-table td:nth-child(2) { border-bottom-width: 4px; }
  .res-table-primary td:first-child { background-color: #285b80; color: #fff; } 

	.res-table tbody,
  .res-table tr, .res-table th, .res-table td{width:100%; display:block;}

}

/*hero-content
----------------------------------- */
.banner { position: relative; color: #fff; min-height: 300px; }

.banner-dark { color: #404041; }

.banner-hero { height: 550px; color: #404041; }

.banner-hero .banner-bg { background-position: center bottom; }

.banner-content { position: relative; z-index: 0; }

.banner-bg { top: 0; right: 0; bottom: 0; left: 0; position: absolute; z-index: -1; -webkit-background-size: cover; background-size: cover; background-position: center; background-repeat: no-repeat; }

.banner-bg-to--r { background-position: right center; }

.tb{display:table; width:100%; height:100%;}
.tb .td{display:table-cell; width:100%; height:100%; vertical-align:middle}

.search_bar{position:absolute; left:0; bottom:0; right:0;}
.search_bar .search_width{background:#5a826e; max-width:1050px; min-height:105px; margin:0 auto; text-align:center; color:#fff; line-height:100px;}
@media (max-width: 797px) {
	.search_bar{position:static;}
}

/*mesonry
-----------------------------------------*/
.mesonry { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }

.mesonry .brick { margin-bottom: 20px; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }

/*card-block
-------------------------------------------*/
.card-block { padding: 15px; color: #fff; display: block; text-decoration: none; }

.card-block .block-img { max-width: 50%; margin: 0 auto; }

.card-block > .block-inner { border: 1px dashed #fff; padding: 15px; }

.card-block > .block-inner > * { margin-bottom: 10px; }

.card-block > .block-inner > *:last-child { margin-bottom: 0; }

.card-block.dark-bg { background-color: #404041; }

.card-block.blue-bg { background-color: #00abb3; }

.card-block.primary-bg { background-color: #285b80; }

.card-block.aqua-blue-bg { background-color: #5bbfb5; }

.card-block.blue-mid-bg { background-color: #94bdf1; }

.card-block.blue-light-bg { background-color: #285b80; }

.card-block.blue-v-light-bg { background-color: #d7edf9; color: #404041; }

/*card-info
-------------------------------------------------------*/
.card-info .card-img { width: 200px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }

/*card-column*/
.card-img { margin-bottom: 30px; }

.card-row .card-img { margin-bottom: 0; }

.card-row-lr .card-img { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

/*card-box*/
.card-box { position: relative; display: inline-block; width: 100%; }

.card-box .title-wrap { position: absolute; left: 0; right: 0; bottom: 0; top: 0; padding: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #fff; }

.card-box .title-wrap.gradient-tb { background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }

.card-box .title-wrap.gradient-bt { background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4))); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%); background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%); }

.card-box .title-wrap .titles > span { display: block; }

.card-box .title-wrap .at-hr-center { margin-left: auto; margin-right: auto; }

.card-box .title-wrap .at-bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }

.card-box .title-wrap .at-right { margin-left: auto; }

@media (max-width: 1170px) { /*Header ------------------------------*/
  .header { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .header .logo-display { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; width: 100%; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }
  .header .social-contact .ico { width: 24px; }
  .header .social-contact .ico img { max-width: 18px; }
  /*signup newsletter form*/
  .signup-form > .grid-cell .grid { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .signup-form > .grid-cell .grid > .grid-cell { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; width: 100%; } }

@media (min-width: 970px) { .hamburger { display: none; } .burger_menu{display: none;} }

@media (min-width: 970px) and (max-width: 1169px) { .navbar { font-size: 14px; } }

@media (max-width: 970px) { :not(.link-group) > a[href^="mailto"] { font-size: 14px; }
  .signup-form.ribbon { padding-bottom: 15px; }
  .signup-form.ribbon .grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .signup-form.ribbon .grid input { width: 100%; -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; margin-left: 0; margin-right: 0; }
  .grid-2 > .grid-cell { width: 100%; }
  .grid-cell-6-sm { width: 50%; }
  .card-row > .grid--center, .card-row > .grid--bottom { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  /*Navbar*/
  .navbar { max-height: 0; overflow: hidden; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .navbar ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .hamburger.is-active + .navbar { max-height: 2000px; } 
.burger_menu.is-active + .navbar { max-height: 2000px; }}

@media (min-width: 751px) { .visible-xs { display: none; } }

@media (max-width: 750px) { .hidden-xs { display: none; }
  /*Header*/
  .header .social-contact { text-align: center; display:none;}
  .header .logo-display { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; }
  .header .contact-group { font-size: 13px; }
  .header .contact-group.link-group .link:first-child { padding-left: 10px; }
  .logo.display_1, .logo.display_4 { font-size: 40px; }
  .mesonry { -webkit-columns: 2; -moz-columns: 2; columns: 2; }
  .card-row .card-img { margin-bottom: 30px; }
  .card-row .card-body { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .follow-us a { font-size: 20px; }
  .img-box-gallery > .grid-cell { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; width: 33.33%; }
  .card-info { text-align: center; }
  .card-info .card-img { margin-left: auto; margin-right: auto; }
  .testimonials-carousel .slick-prev, .testimonials-carousel .slick-next { top: 80px; }
  /*Footer*/
  .footer .logo.display_4.tag-l { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .footer .site-map { margin-top: 30px; text-align: center; }
  .footer .site-map > p { margin-bottom: 15px; }
  .footer .site-map .link-group .link { display: block; border: 0; padding: 0; margin-bottom: 5px; } }

  @media (max-width: 480px) { .mesonry .brick { text-align: center; }
  .mesonry .brick .card-box { width: auto; }
  .mesonry { -webkit-columns: 1; -moz-columns: 1; columns: 1; } }
  
 .navbar.text-upper.title-text ul li a { font-weight: 500; }
 .link-group li { list-style: none; display: initial; }
 .link-group li a { text-decoration: none; }
 .link-group li{ padding: 0 10px; border-right: 1px solid #285b80; }
 .link-group li:last-child { border-right: none; padding-right:0; }
 .link-group li a:hover, .link-group li a:focus, .link-group li a:active { color: #4dafe3; text-decoration: underline; }
 .link-group li a:hover { color: #285b80; -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
#mce-error-response {
    color: white;
    font-size: 12px;
    padding-bottom: 10px;
	background: #5a826e;
}

#mce-success-response {
  color: white;
  font-size: 14px;
  padding-bottom: 10px;
  background: #5a826e;
}

.customresponse {
    color: #404041 !important;
	background: #d7edf9 !important;
}



.title-text.title_2.text-upper.text-reduce {
    font-size: 32px;
}
.lslide{
	text-align:center;
}

.wpcf7-not-valid-tip {
    background-color: #000;
    color: #fff !important;
    font-size: 14px !important;
    padding: 3px 0;
}
.wpcf7-form-control.wpcf7-not-valid {
    margin-bottom: 0;
}
div.wpcf7-response-output {
    margin: 2em 0 1em !important;
	border: 2px solid #000 !important;
}
.wpcf7-form-control {
    text-transform: none !important;
   
}

@media (max-width:750px) and (min-width:360px) {
    .grid-cell.link-group.title-text.contact-group.text-upper .link {

    text-align: center;
    width: 100%;

}
}

.text_shadow{text-shadow:0 0 10px #666;}
.text_gray{color:#444;}
.text_white{color:#fff;}
.banner_sub_title{font-size:23px;line-height:20px;}
.table_small_fonts th{font-size:20px; }
.table_small_fonts td{font-size:18px;}
@media (max-width: 750px) {
	.banner_sub_title{font-size:20px; line-height:30px; display:block; padding:10px 0;}
	.table_small_fonts th{font-size:17px;}
	.table_small_fonts td{font-size:16px;}	
}

/*res-table-primary*/
.res-table-new{ width: 100%; border: 1px solid #fff; border-width: 1px 0 0 1px; }
.res-table-new th, .res-table-new td { padding: 20px 15px; text-align: center; border: 1px solid #fff; border-width: 0 1px 1px 0;}
.res-table-new th{color:#fff;}
.res-table-new td:first-child{background-color:#e7f4fb; color:#404041;}
.res-table-new th .resp_label, .res-table-new td .resp_label{display:none;}
@media (max-width: 767px) {
	.res-table-new tr:first-child{display:none;}
	.res-table-new tr{ margin-bottom:5px;}
	.res-table-new tr,
	.res-table-new td{display:block; width:auto; text-align:left; padding:0; font-size:15px;}
	.res-table-new .resp_row{padding:14px 15px 14px 160px; position:relative;}
	.res-table-new td .resp_label{display:block; position:absolute; left:0; top:0; bottom:0; padding:14px 15px; background:#285b80; color:#fff; font-weight:700; font-size:15px; width:150px;}
}

/*
@media (max-width: 1350px) {
	.navbar{font-size: 12px;}
}

@media (max-width: 1050px) {
	.navbar{font-size: 11px;}
}
*/


/*AMENDS START*/
.frow{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}
.frow_space_between{-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;}
.frow_center_align{-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center;}
.frow_reverse{-webkit-box-direction:reverse; -moz-box-direction:reverse; -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse;}
.frow_vcenter{-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.frow_bottom_align{-webkit-box-align:end; -moz-box-align:end; -ms-flex-align:end; -webkit-align-items:flex-end; align-items:flex-end;}
.frow_wrap{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.frow_column{-webkit-box-direction:normal; -webkit-box-orient:vertical; -moz-box-direction:normal; -moz-box-orient:vertical; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
.frow_stack_mob{}
.frow > div{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > a{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > li{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.clearfix:after{content:""; display:block; width:100%; height:0; overflow:hidden;}

.container_padding{padding:0 15px; max-width:1230px; margin:40px auto;}

.welcome_title{font-size:79px; padding-bottom:10px; display:block;}
.four_col_logos{padding:10px 0;}
.four_col_logos .logo_col{text-align:center; padding:0 10px; -webkit-box:0; -moz-box:0; -webkit-flex:0; -ms-flex:0; flex:0;}
.four_col_logos .logo_col img{height:60px;}
.four_col_logos .logo_col .ratings{text-align:center; width:180px; margin:0 auto;}
.four_col_logos .logo_col .ratings a{text-decoration:none;}
.four_col_logos .logo_col .ratings img{width:32px; height:auto;}
@media (max-width: 1024px) {
	.four_col_logos .logo_col{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1; padding:0 5px;}
	.four_col_logos .logo_col img{height:auto; max-width:100%; max-height:50px;}
}
@media (max-width: 767px) {
	.four_col_logos{padding-bottom:0;}
	.four_col_logos .frow{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.four_col_logos .logo_col{-webkit-box:0 0 50%; -moz-box:0 0 50%; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%; padding:0 5px 25px;}
}


.direction_module{background:url(../images/motif_left.png) left bottom no-repeat; background-size:auto 188px; margin:30px 0 0;}
.direction_module .motif_right{background:url(../images/motif_right.png) right bottom no-repeat; background-size:auto 188px; padding:0 265px;}
.direction_module .yha_img{display:block; max-width:82px; height:auto; margin:0 auto;}
.direction_module .direction_cols{max-width:520px; margin:0 auto; padding:25px 0 0;}
.direction_module .direction_cols .d_col_1{width:250px; background:#ccc; float:left; margin:15px 0 0; height:40px; padding:6px 0; background:url(../images/direction_left.svg) left no-repeat;}
.direction_module .direction_cols .d_col_1_1{display:none;}
.direction_module .direction_cols .d_col_2{background:url(../images/direction_right.svg) right no-repeat;}
.direction_module .direction_cols .d_col_divider{width:20px; height:100px; background:#383838; float:left;}
.direction_module .direction_cols .text_direction{font-size:18px; text-align:center; font-weight:500; text-transform:uppercase; font-family:"brandon-grotesque", Helvetica, Arial, sans-serif;}
.direction_module .direction_cols .d_col_1 .text_direction{padding:0 0 0 15px;}
.direction_module .direction_cols .d_col_2 .text_direction{padding:0 15px 0 0;}
@media (max-width: 1080px) {
	.direction_module{background:url(../images/motif_left.png) left bottom no-repeat; background-size:auto 150px; margin:30px 0 0;}
	.direction_module .motif_right{background:url(../images/motif_right.png) right bottom no-repeat; background-size:auto 150px; padding:0;}
}
@media (max-width: 1024px) {
	.direction_module{background:url(../images/motif_left.png) left bottom no-repeat; background-size:auto 150px; margin:30px 0 0;}
	.direction_module .motif_right{background:url(../images/motif_right.png) right bottom no-repeat; background-size:auto 150px; padding:0;}
	.direction_module .yha_img{max-width:65px;}
	.direction_module .direction_cols{max-width:235px; padding:15px 0 0;}
	.direction_module .direction_cols .d_col_1{width:220px; display:none;}
	.direction_module .direction_cols .d_col_1_1{display:block;}
	.direction_module .direction_cols .d_col_2{width:220px; display:block;}
	.direction_module .direction_cols .d_col_divider{width:15px; height:125px;}
}
@media (max-width: 767px) {
	.direction_module{background:url(../images/motif_left.png) left bottom no-repeat; background-size:auto 70px; margin:10px 0 0;}
	.direction_module .motif_right{background:url(../images/motif_right.png) right bottom no-repeat; background-size:auto 70px; padding:0;}
}

.six_img_grid{padding:60px 0;}
.six_img_grid .img_box{-webkit-box:0 0 31.9%; -moz-box:0 0 31.9%; -webkit-flex:0 0 31.9%; -ms-flex:0 0 31.9%; flex:0 0 31.9%; max-width:31.9%; width:31.9%; position:relative; margin-bottom:25px;}
.six_img_grid .img_box img{display:block; max-width:100%; height:auto;}
.six_img_grid .img_box h2{position:absolute; left:0; bottom:10px; right:0; text-align:center;  font-weight:400; font-family:"Grand Hotel", Helvetica, Arial, cursive; color:#fff; font-size:62px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.six_img_grid .img_box h2 a{text-decoration:none; color:#fff; font-size:62px; display:block;}
.six_img_grid .img_box h2.gray_title,
.six_img_grid .img_box h2.gray_title a{color:#3b3b3c;}
.six_img_grid .img_box:hover h2{bottom:20px;}
@media (max-width: 1024px) {
	.six_img_grid{padding:40px 0;}
	.six_img_grid .img_box h2,
	.six_img_grid .img_box h2 a{font-size:45px;}
}
@media (max-width: 767px) {
	.six_img_grid{padding:25px 0;}
	.six_img_grid .img_box{-webkit-box:0 0 48.3%; -moz-box:0 0 48.3%; -webkit-flex:0 0 48.3%; -ms-flex:0 0 48.3%; flex:0 0 48.3%; max-width:48.3%; width:48.3%; margin-bottom:25px;}
	.six_img_grid .img_box h2,
	.six_img_grid .img_box h2 a{font-size:35px;}
}

.two_cols_row{background:#285b80;}
.two_cols_row_orange{background:#D8cba1;}
.two_cols_row .img_col{}
.two_cols_row .img_col img{opacity:0; display:block; max-width:100%; height:auto;}
.two_cols_row .txt_col{}
.two_cols_row .txt_col .txt_padding{padding:35px 65px;}
.two_cols_row .txt_col h2{font-size:38px; font-weight:600; color:#fff; padding:0 0 10px;}
.two_cols_row .txt_col p{font-size:17px; color:#fff;}
.two_cols_row .txt_col .button{background:#414042; border:1px solid #414042; padding:5px 30px;}
.two_cols_row .txt_col .button:hover{background:#232323; border:1px solid #232323;}
@media (max-width: 1024px) {
	.two_cols_row .txt_col .txt_padding{padding:35px 50px;}
	.two_cols_row .txt_col h2{font-size:32px; font-weight:600; color:#fff; padding:0;}
	.two_cols_row .txt_col p{font-size:16px;}
}
@media (max-width: 767px) {
	.two_cols_row .frow{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.two_cols_row .img_col,
	.two_cols_row .txt_col{-webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%;}
	.two_cols_row .txt_col h2{font-size:28px;}
}


.three_cols_row{padding:0;}
.three_cols_row .col{-webkit-box:0 0 31.9%; -moz-box:0 0 31.9%; -webkit-flex:0 0 31.9%; -ms-flex:0 0 31.9%; flex:0 0 31.9%; max-width:31.9%; width:31.9%; text-align:center;}
.three_cols_row .col .col_img{}
.three_cols_row .col .col_img img{display:block; max-width:100%; height:auto;}
.three_cols_row .col h3{text-align:center; font-size:28px; text-transform:uppercase; font-weight:600; padding:25px 0 0; line-height:35px;}
.three_cols_row .col h3 a{text-decoration:none;}
.three_cols_row .col .readme{background:#5a826e; border:1px solid #5a826e; padding:3px 50px;}
.three_cols_row .col .readme:hover{background:#42554d;}
@media (max-width: 1024px) {
	.three_cols_row{padding:40px 0 60px;}
	.three_cols_row .col h3{font-size:25px; padding:25px 0 0; line-height:35px;}
	.three_cols_row .col .readme{padding:3px 40px;}
}
@media (max-width: 767px) {
	.three_cols_row{padding:25px 0 0;}
	.three_cols_row .frow{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.three_cols_row .col{-webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; max-width:400px; width:100%; margin:0 auto 45px;}
	.three_cols_row .col h3{height:auto !important;}
}



.footer_new{text-align:center; padding-bottom:40px;}
.footer_cta{text-align:center;}
.footer_cta.cta_module{padding:25px 0;}
.footer_cta .button{padding:3px 45px; margin:0 10px; width:185px;}
@media (max-width: 767px) {
	.footer_cta .button{margin-bottom:15px; width:auto; padding:3px 25px; margin:0 5px;}
}
.footer_new address{font-size:18px; font-weight:600; padding:34px 0 14px; text-transform:uppercase; font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;}
.footer_new .footer_navi{}
.footer_new .footer_navi ul{text-align:center;}
.footer_new .footer_navi ul li{display:inline-block;}
.footer_new .footer_navi ul li:after{content:"|"; margin-left:4px; margin-right:1px;}
.footer_new .footer_navi ul li:last-child:after{display:none;}
.footer_new .footer_navi ul li a{display:inline-block; font-size:15px; text-decoration:none; text-transform:uppercase; font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_new .footer_navi ul li a:hover{text-decoration:underline; color:#285b80}

.follow-us.title-text{font-weight:500;}

.website_by{width:166px; height:auto; display:block; margin:0 auto;}

.content_titles{}
.content_titles h2{font-family:"Grand Hotel", Helvetica, Arial, cursive; font-size:68px; font-weight:400; padding:0 0 10px;}
.content_titles h3{font-size:23px; padding:0 0 15px;}


.book_now_cta{}
.book_now_cta .cta_link{display:block; background:#5a826e url(../images/book_now_motif_left.svg) left bottom no-repeat; text-align:center;}
.book_now_cta .cta_link .motif_right{display:block; background:url(../images/book_now_motif_right.svg) right bottom no-repeat; padding:23px;}
.book_now_cta .cta_link .cta_txt{font-size:28px; padding:14px 40px;}
@media (max-width: 1024px) {
	.book_now_cta .cta_link{background:#5a826e url(../images/book_now_motif_left.svg) left bottom no-repeat;}
	.book_now_cta .cta_link .motif_right{background:url(../images/book_now_motif_right.svg) right bottom no-repeat; padding:20px;}
	.book_now_cta .cta_link .cta_txt{font-size:25px; padding:10px 30px;}
}
@media (max-width: 767px) {
	.book_now_cta .cta_link{background:#5a826e url(../images/book_now_motif_left.svg) left bottom no-repeat; background-size:auto 90px;}
	.book_now_cta .cta_link .motif_right{background:url(../images/book_now_motif_right.svg) right bottom no-repeat; background-size:auto 90px; padding:15px;}
	.book_now_cta .cta_link .cta_txt{font-size:22px; padding:8px 25px;}
}

.newsletter_signup{background:#5a826e; margin:65px 0;}
.newsletter_signup .nl_img{position:relative;}
.newsletter_signup .nl_img img{max-width:100%; height:auto; opacity:0;}
.newsletter_signup .nl_img .nl_img_title{position:absolute; left:0; top:0; right:0; bottom:0; background:url(../images/newsletter_img_overlay.png) left top no-repeat; background-size:100% 100%;}
.newsletter_signup .nl_img .nl_img_title h4{font-size:38px; color:#fff; font-weight:500; font-family:"brandon-grotesque", Helvetica, Arial, sans-serif; padding:25px 75px; line-height:38px;}
.newsletter_signup .nl_txt{background:url(../images/newsletter_motif.svg) bottom center no-repeat; background-size:100% auto;}
.newsletter_signup .nl_txt .nl_padding{padding:49px 60px;}
.newsletter_signup .nl_txt h2{color:#fff; font-size:45px; font-weight:500; font-family:"brandon-grotesque", Helvetica, Arial, sans-serif;}
.newsletter_signup .nl_txt .nl_form{padding:10px 0;}
.newsletter_signup .nl_txt .nl_form .nl_inputs{padding-bottom:10px; max-width:85%;}
.newsletter_signup .nl_txt .nl_form .nl_inputs .nl_input{-webkit-box:0 0 48%; -moz-box:0 0 48%; -webkit-flex:0 0 48%; -ms-flex:0 0 48%; flex:0 0 48%; max-width:48%; width:48%;}
.newsletter_signup .nl_txt .nl_form .nl_inputs .nl_input input{width:100%;}
.newsletter_signup .nl_txt .nl_form .button{width:80px; height:38px;}
@media (max-width: 1024px) {
	.newsletter_signup{margin:40px 0;}
	.newsletter_signup .nl_img .nl_img_title h4{font-size:30px; padding:25px 45px; line-height:33px;}
	.newsletter_signup .nl_txt h2{font-size:35px;}
	.newsletter_signup .nl_txt .nl_form{padding:5px 0;}
	.newsletter_signup .nl_txt .nl_padding{padding:30px 40px;}
	.newsletter_signup .nl_txt .nl_form .nl_inputs{max-width:100%;}
}
@media (max-width: 767px) {
	.newsletter_signup{margin:30px 0;}
	.newsletter_signup .frow{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.newsletter_signup .nl_img{-webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; width:100%;}
	.newsletter_signup .nl_img .nl_img_title h4{font-size:25px; padding:20px; line-height:25px;}
	.newsletter_signup .nl_txt h2{font-size:30px; line-height:30px;}
	.newsletter_signup .nl_txt .nl_padding{padding:20px 20px 70px;}
	.newsletter_signup .nl_txt .nl_form .nl_inputs{max-width:100%;}
}


.latest_articles{}
.latest_articles .article_col{-webkit-box:0 0 31.08%; -moz-box:0 0 31.08%; -webkit-flex:0 0 31.08%; -ms-flex:0 0 31.08%; flex:0 0 31.08%; max-width:31.08%; width:31.08%;}
.latest_articles .article_col .article_img{}
.latest_articles .article_col .article_img img{display:block; width:100%; height:auto;}
.latest_articles .article_col h2{font-size:35px;  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; font-weight: 500; text-transform:uppercase; padding:38px 0 5px;}
.latest_articles .article_col h2 a{text-decoration:none;}
.latest_articles .article_col h4{font-size:24px;  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; font-weight: 500; color:#5a826e; text-transform:uppercase; padding:0 0 5px;}
.latest_articles .article_col p{}
.latest_articles .article_col .button{background:#5a826e; border:1px solid #5a826e; padding:0 30px; margin:8px 0 0; font-weight:300;}
.latest_articles .article_col .button:hover{background:#40524b; border:1px solid #40524b;}

@media (max-width: 1024px) {
	.latest_articles .article_col h2{font-size:30px; padding:33px 0 5px;}
	.latest_articles .article_col h4{font-size:20px;}
}
@media (max-width: 767px) {
	.latest_articles .frow{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.latest_articles .article_col{-webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; max-width:400px; width:100%; margin:0 auto 40px} 
	.latest_articles .article_col:last-child{margin-bottom:10px;}
	.latest_articles .article_col h2{font-size:30px; padding:33px 0 5px;}
	.latest_articles .article_col h4{font-size:20px;}
}

#boxPopup{background:#40524b;}

.banner_inner{position:relative;}

.yha_logo{text-align:center; padding:25px 0;}
.yha_logo img{display:inline-block; width:65px; height:auto; vertical-align:middle;}
.yha_logo span{display:inline-block; padding-left:10px; vertical-align:middle; font-size:13px; color:#199046; text-align:left; font-weight:600;}

.sub_header{margin:35px 0 15px !important;}

.event_box .tag-group,
.blog_box .tag{color:#5a826e;}
.event_box .button,
.blog_box .button_blog{background:#5a826e; border:1px solid #5a826e; padding:0 30px; font-weight:300; font-size:15px;}
.event_box .button:hover,
.blog_box .button_blog:hover{background:#394942;}



.blog_pagination{padding:10px 0;}
.blog_pagination ol{text-align:center; list-style:none; text-align:center;}
.blog_pagination ol li{display:inline-block; list-style:none;}
.blog_pagination ol li:after{content:"|";}
.blog_pagination ol li:last-child:after{display:none;}
.blog_pagination ol li span,
.blog_pagination ol li a{display:inline-block;  font-family:"brandon-grotesque", Helvetica, Arial, sans-serif; font-weight:600; text-decoration:none; padding:5px 7px;}
.blog_pagination ol li span{color:#5a826e;}
.contact_nums a{text-decoration:none;}
.contact_nums a:hover{text-decoration:underline;}
.signupPopup_open{font-weight:300;}

#signupPopup{background:#5a826e;}
#signupPopup .logo{color:#fff; font-size:72px; line-height:65px; padding-top:15px}
#signupPopup form.wpcf7-form{padding:10px 20px;}
#signupPopup .button{text-transform:uppercase !important; font-weight:300;}

.content_column{display:inline-block; vertical-align:top; width:48%; text-align:left;}
@media (max-width: 767px) {
	.content_column{display:block; width:auto;}
}

/*AMENDS END*/



.eviivo_availabilitychecker {
   width:100% !important;
   padding:12px 30px 0 !important;
   margin:0 !important;
   -webkit-box-sizing:border-box; box-sizing:border-box;
}
.eviivo_availabilitychecker, .eviivo_title {
    background: none !important;
    border: none !important;
}
.eviivo_serviced, .eviivo_nonserviced {
    width: 100% !important;
}
.eviivo_availabilitychecker input {
    height: 38px !important;
}
.eviivo_availabilitychecker{
	font-size: 1rem !important;
	line-height: 1.24 !important;
	font-weight: 300 !important;
	font-family:"Nunito", Helvetica, Arial, sans-serif !important;
}
.eviivo_rooms, .eviivo_children1, .eviivo_room1{
	width: 100% !important;
}
.eviivo_adults1 {
    width: 95% !important;
    margin-right: 5%;
}

#availabilitychecker { margin:0; padding:0; /*unwanted classes*/ }
#availabilitychecker:after{content:""; display:block; clear:both; height:0; overflow:hidden;}
#availabilitychecker input, #availabilitychecker select { width: 100%; -webkit-border-radius: 0px; border-radius: 0px; }
#availabilitychecker label { text-align: left; color:#fff; text-transform:uppercase; font-size:16px; font-weight:500; font-family:"brandon-grotesque", Helvetica, Arial, sans-serif; padding-bottom:7px; display:block; white-space:nowrap;}
#availabilitychecker .eviivo_nights, #availabilitychecker .eviivo_room2, #availabilitychecker .eviivo_room3, #availabilitychecker .eviivo_room, #availabilitychecker .ui-datepicker-trigger { display: none; }
#availabilitychecker .eviivo_title { font-weight: bold; display:none;}
#availabilitychecker .eviivo_serviced {display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; margin-top:0;
	-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;
}
#availabilitychecker .eviivo_serviced > div{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
#availabilitychecker .eviivo_serviced .clear{display:none;}
#availabilitychecker .eviivo_serviced .eviivo_startdate{max-width:20%; position:relative;}
#availabilitychecker .eviivo_serviced .eviivo_enddate:after,
#availabilitychecker .eviivo_serviced .eviivo_startdate:after{content:""; display:block; width:10px; height:10px; border-right:1px solid #414143; border-bottom:1px solid #414143; position:absolute; right:20px; bottom:32px;
	-moz-transform:rotate(45deg);  
	-webkit-transform:rotate(45deg);  
	-o-transform:rotate(45deg);  
	-ms-transform:rotate(45deg);  
}
#availabilitychecker .eviivo_serviced .eviivo_enddate{max-width:20%; position:relative;}
#availabilitychecker .eviivo_serviced .eviivo_select_wrap{max-width:9.5%;}
#availabilitychecker .eviivo_serviced .eviivo_rooms_container{max-width:21%; -webkit-box:0 0 21%; -moz-box:0 0 21%; -webkit-flex:0 0 21%; -ms-flex:0 0 21%; flex:0 0 21%;}
#availabilitychecker .eviivo_serviced .eviivo_rooms_container .eviivo_room1{display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;
	-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;
}
#availabilitychecker .eviivo_serviced .eviivo_rooms_container .eviivo_room1 > div{max-width:90% !important; width:90% !important; margin-right:0 !important;}
#availabilitychecker .eviivo_serviced .eviivo_rooms_container .eviivo_room1 > div.eviivo_adults1{margin-right:12% !important;}
#availabilitychecker .eviivo_serviced .eviivo_submit_wrap{max-width:20%; margin-top:25px;}
#availabilitychecker .eviivo_submit .ui-button {background-color:#285b80; color:#fff; width:100%; height:38px; border:none; text-transform:uppercase;
	-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
	font-family:"brandon-grotesque", Helvetica, Arial, sans-serif;
	font-size:15px;
	-webkit-box-sizing:border-box; box-sizing:border-box;
	padding:2px;
}
#availabilitychecker .eviivo_submit .ui-button .ui-button-text { font-weight: bold; white-space:nowrap;}
@media (max-width: 1024px) {
	#availabilitychecker .eviivo_serviced .eviivo_startdate{max-width:17%;}
	#availabilitychecker .eviivo_serviced .eviivo_enddate{max-width:17%;}
	#availabilitychecker .eviivo_serviced .eviivo_submit_wrap{max-width:25%;}
}
@media (max-width: 800px) {
	.banner-hero{height:auto; padding:0;}
	.banner-hero .banner-content{padding-top:125px; padding-bottom:125px;}
	#availabilitychecker{padding-bottom:30px}
	#availabilitychecker .eviivo_serviced{padding-top:10px; padding-bottom:10px;}
	#availabilitychecker .eviivo_serviced{display:block;}
	
	#availabilitychecker .eviivo_serviced .eviivo_startdate,
	#availabilitychecker .eviivo_serviced .eviivo_enddate,
	#availabilitychecker .eviivo_serviced .eviivo_select_wrap,
	#availabilitychecker .eviivo_serviced .eviivo_rooms_container,
	
	#availabilitychecker .eviivo_serviced > div{width:100%; max-width:none;}
	#availabilitychecker .eviivo_serviced .eviivo_submit_wrap{display:block; width:100%; margin:10px 0 0; max-width:none;}
	
	#availabilitychecker .eviivo_serviced .eviivo_rooms_container .eviivo_room1 > div{max-width:95% !important; width:95% !important;}
	#availabilitychecker .eviivo_serviced .eviivo_rooms_container .eviivo_room1 > div.eviivo_adults1{margin-right:7% !important;}
}
/*
@media (max-width: 767px) { #availabilitychecker .eviivo_serviced { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 20px 15px 0; }
  #availabilitychecker .eviivo_serviced .eviivo_enddate, #availabilitychecker .eviivo_serviced .eviivo_startdate, #availabilitychecker .eviivo_serviced .eviivo_select_wrap, #availabilitychecker .eviivo_serviced .eviivo_rooms_container, #availabilitychecker .eviivo_serviced .eviivo_submit_wrap, #availabilitychecker .eviivo_serviced .eviivo_room1 { -webkit-box-flex: unset; -webkit-flex: unset; -ms-flex: unset; flex: unset; width: 100%; margin: 0; }
  #availabilitychecker .eviivo_submit { text-align: left; margin-top: 10px; } 
  }
*/


.SumoSelect{width:100%;}
.SelectBox{padding:10px 20px; -webkit-box-sizing:border-box; box-sizing:border-box;}
.SumoSelect.open > .optWrapper{top:42px; border:none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.SumoSelect > .optWrapper > .options li.opt{padding:0;}
.SumoSelect > .optWrapper > .options li.opt label{position:static; display:block; padding:10px 20px; font-size:14px;}
.SumoSelect > .CaptionCont{border:none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; background:#fff; text-transform:none; color:#3f4042; font-size:1.4em; font-weight:300;}
.SumoSelect > .CaptionCont > label{color:#3f4042; z-index:1; right:0; left:auto; width:20px;}
.SumoSelect > .CaptionCont > span{color:#3f4042; font-weight:300;}
.SumoSelect > .CaptionCont > label > i{background:none; width:30px; opacity:1;}
.SumoSelect > .CaptionCont > label > i:before{content:""; display:block; position:absolute; left:5px; top:7px; width:8px; height:1px; background:#3f4042; transform:rotate(-45deg);}
.SumoSelect > .CaptionCont > label > i:after{content:""; display:block; position:absolute; left:0; top:7px; width:8px; height:1px; background:#3f4042; transform:rotate(45deg);}


/*updates 23 Oct 25*/
.header_logo{}
.header_logo img{width:400px; height:auto; max-width:100%; display:block; margin:0 auto;}
@media (max-width: 550px) {
	.header_logo img{width:280px;}
}


.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url('./fonts/slick.eot');
 src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background-color: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

@media only screen and (min-width: 1024px) {
    .banner-bg.desktop-banner {
        display: block;
    }
	.banner-bg.mobile-banner {
        display: none;
	}
}

@media only screen and (max-width: 1023px) {
    .banner-bg.mobile-banner {
        display: block;
	}
	.banner-bg.desktop-banner {
        display: none;
    }
}