@charset "UTF-8";
/* @font-face { font-family: 'walkway'; src: url('fonts/Walkway_SemiBold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&family=Rubik:wght@500&display=swap");
/*** my breakpoints for screen mixin: @include screen(med) lrg sml ***/
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
*, *::before, *::after { box-sizing: inherit; }

html { box-sizing: border-box; -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ -webkit-tap-highlight-color: transparent; }

body { margin: 0; background: #ffffff; color: #333333; font-family: "Poppins", sans-serif; overflow-x: hidden; text-rendering: optimizeLegibility; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8 (removed). */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */
/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/** Modify default styling of address. */
address { font-style: normal; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; font-weight: bold; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. (Removed) */
/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 (changed) */ font-size: inherit; /* 1 (changed) */ line-height: inherit; /* 1 (changed) */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule (removed). */
/** Change the border, margin, and padding in all browsers (opinionated) (changed). */
fieldset { border: 0; margin: 0; padding: 0; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ display: table; /* 1 */ max-width: 100%; /* 1 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; outline: none; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.onecol { max-width: 900px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

@media (max-width: 699px) { .onecol { padding-left: 0; padding-right: 0; } }

.grid { max-width: 1200px; margin-left: auto; margin-right: auto; display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: flex; /*  -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; */ -webkit-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.grid.valigncenter { justify-content: center; align-items: stretch; }

.grid.nobox { margin-left: auto; margin-right: auto; max-width: 1200px; }

.grid.fw { max-width: 6000px; padding: 0 0.5rem; }

.grid.grid-nogutter { margin: 0; }

.grid.grid-nogutter > .col { padding: 0; }

.grid.block, .gridblock, .no-flexbox .grid { display: block; }

.col { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-flex-grow: 0; -ms-flex-positive: 0; -webkit-box-flex: 0; flex-grow: 0; -ms-flex-preferred-size: auto; -webkit-flex-basis: auto; flex-basis: auto; max-width: 100%; min-width: 0; padding: 0 5px 0 5px; }

.col.block { display: block; }

.no-flexbox .grid .col-12 { display: block; float: left; width: 100%; }

.col-align-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.col-align-bottom { align-self: flex-end; }

.col-align-middle { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }

.col-top { justify-content: flex-start !important; flex-direction: column; display: flex; }

.col-bottom { justify-content: flex-end !important; flex-direction: column; display: flex; }

.col-middle { justify-content: center; flex-direction: column; display: flex; }

.grid-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.grid-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.grid-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.grid-around { justify-content: space-around; }

.grid-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.col-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.col-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.grid-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.col-fixed { flex: initial; }

.col-grow-2 { flex-grow: 2; }

.col-grow-3 { flex-grow: 3; }

.col-grow-4 { flex-grow: 4; }

.col-grow-5 { flex-grow: 5; }

.col-grow-6 { flex-grow: 6; }

.col-grow-7 { flex-grow: 7; }

.col-grow-8 { flex-grow: 8; }

.col-grow-9 { flex-grow: 9; }

.col-grow-10 { flex-grow: 10; }

.col-grow-11 { flex-grow: 11; }

.col-1 { -ms-flex-preferred-size: 8.33333%; -webkit-flex-basis: 8.33333%; flex-basis: 8.33333%; width: 8.33333%; }

.col-2 { -ms-flex-preferred-size: 16.66667%; -webkit-flex-basis: 16.66667%; flex-basis: 16.66667%; width: 16.66667%; }

.col-3 { -ms-flex-preferred-size: 25%; -webkit-flex-basis: 25%; flex-basis: 25%; width: 25%; }

.col-4 { -ms-flex-preferred-size: 33.33333%; -webkit-flex-basis: 33.33333%; flex-basis: 33.33333%; width: 33.33333%; }

.col-5 { -ms-flex-preferred-size: 41.66667%; -webkit-flex-basis: 41.66667%; flex-basis: 41.66667%; width: 41.66667%; }

.col-6 { -ms-flex-preferred-size: 50%; -webkit-flex-basis: 50%; flex-basis: 50%; width: 50%; }

.col-7 { -ms-flex-preferred-size: 58.33333%; -webkit-flex-basis: 58.33333%; flex-basis: 58.33333%; width: 58.33333%; }

.col-8 { -ms-flex-preferred-size: 66.66667%; -webkit-flex-basis: 66.66667%; flex-basis: 66.66667%; width: 66.66667%; }

.col-9 { -ms-flex-preferred-size: 75%; -webkit-flex-basis: 75%; flex-basis: 75%; width: 75%; }

.col-10 { -ms-flex-preferred-size: 83.33333%; -webkit-flex-basis: 83.33333%; flex-basis: 83.33333%; width: 83.33333%; }

.col-11 { -ms-flex-preferred-size: 91.66667%; -webkit-flex-basis: 91.66667%; flex-basis: 91.66667%; width: 91.66667%; }

.col-12 { -ms-flex-preferred-size: 100%; -webkit-flex-basis: 100%; flex-basis: 100%; width: 100%; }

@media only screen and (max-width: 700px) { .col-sm12 { flex: 100%; width: 100%; }
  .col-sm6 { flex: 50%; max-width: 50%; }
  .col-sm4 { flex: 33.3333%; max-width: 33.3333%; }
  .col-sm3 { flex: 25%; max-width: 25%; } }

@media (min-width: 701px) and (max-width: 900px) { .col-md12 { flex: 100%; width: 100%; }
  .col-md10 { flex: 83.3333%; max-width: 83.3333%; }
  .col-md6 { flex: 50%; max-width: 50%; }
  .col-md9 { flex: 75%; max-width: 75%; }
  .col-md8 { flex: 66.6666%; max-width: 66.6666%; }
  .col-md4 { flex: 33.3333%; max-width: 33.3333%; }
  .col-md3 { flex: 25%; max-width: 25%; }
  .col-md2 { flex: 16.6666%; max-width: 16.6666%; } }

.zindex0 { z-index: 400; }

.zindex1 { z-index: 401; }

.zindex2 { z-index: 402; }

.zindex3 { z-index: 403; }

.zindex4 { z-index: 404; }

/* use mixins: @include for-navmob, @include for-navlap  */
body { overflow-x: hidden; overflow-y: scroll; }

body.overflow { overflow-y: hidden; width: 100%; height: 100%; }

@media (min-width: 1101px) { body.overflow { overflow-y: scroll; } }

.brand { display: block; position: relative; z-index: 999; top: 0; left: 0; text-align: left; height: auto; width: 20%; }

@media (max-width: 899px) { .brand { width: 30%; } }

@media (max-width: 699px) { .brand { width: 30%; } }

.brand a, .brand a:visited { color: #fff; }

.brand img { display: block; width: 100%; height: auto; padding: 0; margin: 0; }

.brand h3.bizname { text-align: left; font-size: 2.6rem; font-family: "Fraunces", serif; color: #f39314; letter-spacing: 2px; line-height: 1; margin: 0; padding: 0; text-transform: none; }

@media (max-width: 899px) { .brand h3.bizname { font-size: 2.3rem; letter-spacing: 1px; } }

@media (max-width: 699px) { .brand h3.bizname { font-size: 2rem; letter-spacing: 0; } }

.brand h3.bizname span { font-family: "Poppins", sans-serif; font-size: 2rem; font-weight: 200; }

@media (max-width: 699px) { .brand h3.bizname span { font-size: 1.8rem; } }

@media (max-width: 699px) { .brand h3.bizname span { font-size: 1.5rem; } }

.brand h4.tagline { text-align: left; font-size: 1.1rem; text-transform: none; letter-spacing: 6px; font-family: "Rubik", sans-serif; color: #f39314; line-height: 1; margin: 0.4rem 0 0; padding: 0; }

@media (max-width: 699px) { .brand h4.tagline { font-size: 1rem; letter-spacing: 2px; } }

@media (max-width: 699px) { .brand h4.tagline { font-size: 1rem; letter-spacing: 0; } }

.brand.brandcenter h3.bizname, .brand.brandcenter h4.tagline { text-align: center; }

div.topnavwrap { display: flex; width: 100%; height: auto; position: absolute; top: 0; left: 0; justify-content: space-between; align-items: flex-start; }

nav.topnav { background-color: transparent; box-sizing: border-box; border-right: none; border-top: 0px solid #f39314; border-bottom: 0px solid #f39314; width: 80%; height: 100px; margin: 0; padding: 0 0.3rem; display: block; position: relative; z-index: 999999 !important; }

@media (max-width: 899px) { nav.topnav { width: 70%; } }

@media (max-width: 699px) { nav.topnav { width: 70%; } }

#navwrap { width: 100%; height: 100px; margin: 0; position: relative; top: 0; right: 0; background-color: transparent; }

@media (max-width: 1100px) { #navwrap { position: absolute; background-color: #fff; z-index: 9999; display: none; width: 100%; max-width: 600px; height: auto; margin: 0 0; top: 80px; -webkit-overflow-scrolling: touch; } }

.mobnavheight { height: 80px; }

p.mobbarleft { display: none; position: absolute; left: 0.5rem; top: 0; width: auto; line-height: 80px; z-index: 500; margin: 0; }

@media (max-width: 1100px) { p.mobbarleft { display: block; height: 80px; } }

ul.fwflex { display: flex; flex-direction: row; -webkit-flex-direction: row; justify-content: center; align-items: center; /* refers to alignment of items when displaying as column */ position: relative; list-style: none; margin: 0; padding: 0; border-left: 0px solid transparent; }

ul.fwflex li { flex-grow: 0; width: auto; position: relative; list-style: none; text-align: center; /* border-left: 0 solid #fff; border-right: 0px solid $topnavbordercolor;  */ margin: 0; z-index: 999999999; }

ul.fwflex li a { color: #333; display: block; position: relative; height: auto; width: auto; font-family: "Poppins", sans-serif; font-size: 14px; line-height: 100px; border-top: 0px solid #ffffff; text-transform: none; text-decoration: none; padding: 0 0.8rem; white-space: nowrap; letter-spacing: 0; }

ul.fwflex li a:hover { border-top: 0px solid #f39314; }

@media (max-width: 1100px) { ul.fwflex li a { line-height: 50px; font-size: 1rem; } }

ul.fwflex li a span { margin-left: 16px; }

ul.fwflex li a i { display: inline; margin-left: 20px; font-size: 25px; line-height: inherit; vertical-align: middle; }

ul.fwflex li a span.icon-home { color: #333; }

ul.fwflex.hasbrand a { line-height: 80px; }

@media (max-width: 1100px) { ul.fwflex.hasbrand a { line-height: 50px; font-size: 1rem; } }

.no-flexbox ul.fwflex { display: block; width: 100%; }

.no-flexbox ul.fwflex li { display: inline-block; float: left; width: auto; padding-left: 2%; padding-right: 2%; }

body#home ul.fwflex li.home a, body#second ul.fwflex li.second a, body#third ul.fwflex li.third a, body#fourth ul.fwflex li.fourth a, body#fifth ul.fwflex li.fifth a, body#sixth ul.fwflex li.sixth a, body#seventh ul.fwflex li.seventh a, body#eighth ul.fwflex li.eighth a { border-top: 0px solid #f39314; }

.borderarrowdown { display: inline-block; position: relative; margin-left: 6px; width: 10px; height: 10px; margin: 0; border-style: solid; /* down arrow needs thick border on top and half border widths at sides */ border-width: 0px 1px 1px 0px; border-color: #333; transform: translateY(-2px) rotate(45deg); transform-origin: 50% 50%; transition: transform 0.2s; }

ul.dropdown { display: block; padding: 0; margin: 0; position: absolute; top: 100px; width: auto; height: 0; min-width: 200px; left: 0; opacity: 0; visibility: hidden; transform: translateY(-100%); transition: opacity .9s, transform .2s; z-index: +1; opacity: 0; -webkit-transition: opacity .9s, transform .2s; -moz-transition: opacity .9s, transform .2s; -ms-transition: opacity .9s, transform .2s; -o-transition: opacity .9s, transform .2s; transition: opacity .9s, transform .2s; }

ul.dropdown li { flex: 1 1 auto; }

ul.dropdown li a { line-height: 50px; padding: 0 20px; background-color: #c1c2bd; color: #222; border-bottom: 1px solid #f5a945; }

ul.dropdown.toggled { height: auto; opacity: 1; visibility: visible; transform: translateY(0); }

#mobnavoverlay { /*display: flex;  flex-direction: column;   align-items: center; justify-content: center; */ position: absolute; display: none; width: 100%; height: 600px; left: 0; top: 134px; z-index: 9999; background: #440000 url("") 0 0 repeat; /*  overflow-y: hidden;   */ border: 1px solid #990000; /* &.show {  display: block;  }  ../photos/bgtile.jpg  */ }

#burgerwrap { display: none; }

/* mobnav style */
@media (max-width: 1100px) { #burgerwrap { position: absolute; top: 0; right: 4%; width: 150px; height: 80px; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
  #navwrap { z-index: 401; }
  ul.fwflex { padding: 50px 0 200px 0; border: 0px solid #990000; position: relative; top: 0; left: auto; width: 100%; max-width: 400px; height: auto; margin: 0 auto; display: flex; flex-direction: column; -webkit-flex-direction: column; flex-wrap: wrap; z-index: 402; }
  ul.fwflex li { width: 100%; height: auto; display: block; padding-left: 0; text-align: center; }
  ul.fwflex a { font-size: 0.8rem; height: 50px; line-height: 50px; }
  li.hasdd { padding-right: 0; }
  ul.dropdown { width: 100%; position: relative; top: 0; }
  ul.dropdown li { padding-left: 0; } }

/* Icon 1 https://codepen.io/designcouch/pen/ExvwPY */
#burgerwrap { display: none; }

@media (max-width: 1100px) { #burgerwrap { display: flex; height: 80px; } }

#burgerwrap span { display: block; line-height: 14px; font-size: 14px; margin: 0; }

#burgercross { display: block; width: 36px; height: 25px; position: relative; z-index: 99999; margin: 0 0 0 10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }

#burgercross span { display: block; position: absolute; height: 4px; width: 100%; background: #333; border-radius: 4px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

#burgercross span:nth-child(1) { top: 0px; }

#burgercross span:nth-child(2), #burgercross span:nth-child(3) { top: 8px; }

#burgercross span:nth-child(4) { top: 16px; }

#burgercross.open span:nth-child(1) { top: 8px; width: 0%; left: 50%; }

#burgercross.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

#burgercross.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

#burgercross.open span:nth-child(4) { top: 8px; width: 0%; left: 50%; }

ul.footernav { list-style-type: none; margin: 0.4rem 0 1.7rem; padding: 0; border-bottom: 1px solid #ffe4ba; }

ul.footernav li { display: inline-block; padding: 0 1rem; }

.footernav.vertical li { display: block; margin-left: 0; padding: 0 0; border-top: 1px solid #ffe4ba; border-bottom: 0px solid #c8b58d; line-height: 2rem; }

.footernav.vertical li a { color: #333333; font-weight: normal; border-bottom: 0; padding: 0px 0px; text-decoration: none; }

.footernav.vertical li a:hover { border-bottom: 0px solid #c8ba9e; color: #333333; }

ul.horiznav { margin: 0 auto 1.7rem; border-left: solid 0px #b55357; width: auto; height: auto; background: transparent; list-style-type: none; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; }

ul.horiznav li { display: block; padding: 0; margin: 0; }

ul.horiznav li a { display: block; width: auto; text-decoration: none; border-bottom: none; border-right: solid 0px #b55357; padding: 3px 1rem; font-size: 0.9; font-weight: normal; background: transparent; }

form.maxsize { max-width: 600px; }

form.hasborder { margin: 2.5rem auto 1.7rem; padding: 1rem; border: 1px solid #cccccc; }

.formleft form, form.left { margin-left: 0 !important; }

.formcenter form { margin-left: auto !important; margin-right: auto !important; }

form.nobdrpad { padding: 0; border: none; }

form.fillcol { margin: 0; border-radius: 10px; }

form.hidelabels label.form-label { display: none !important; }

.form-group { margin-bottom: 0.5rem; }

input[type=submit] { margin-top: 0.7rem; }

input[type="submit"].nomargin { margin: 0 !important; }

fieldset { margin-bottom: 0; }

legend { font-size: 1.2em; color: #f39314; font-weight: inherit; margin-bottom: 0.5rem; }

legend.center { text-align: center; width: 100%; margin-bottom: 1.5rem; }

legend.onborder { position: relative; top: -2.3rem; padding: 0.2rem 0.6rem; background-color: #ffffff; border: 1px solid #cccccc; }

form.nobdrpad legend.onborder label.form-label { display: block; line-height: 1.8rem; padding: 0.2rem 0; }

label.form-label.floatedrt { margin-left: 1rem; }

.form-input { background: #ffffff; border: 1px solid #cccccc; border-radius: 0; color: #333; display: block; font-size: inherit; height: auto; line-height: 1.5; width: 100%; max-width: 100%; outline: none; padding: 0.2rem 0.2rem; margin-bottom: 1rem; position: relative; transition: background .2s, border .2s, box-shadow .2s, color .2s; }

.form-input.short { max-width: 400px; }

.form-input:focus { -webkit-box-shadow: 0 0 0.2rem 0 #f49a23; -moz-box-shadow: 0 0 0.2rem 0 #f49a23; box-shadow: 0 0 0.2rem 0 #f49a23; border-color: #f49a23; }

.form-input::placeholder { color: #666666; }

.form-input[type="file"] { height: auto; }

textarea.form-input { width: 100%; height: 300px; }

textarea.form-input.small { height: 160px; }

input.default { border: 1px solid #f39314; padding: 0.3rem 0.3rem; }

input[type=submit] { margin-top: 0.7rem; background: #f39314; color: #ffffff; padding: 0.2rem 0.8rem; }

input[type=submit].default { margin-bottom: 0; margin-top: 0; border: 1px solid #f39314; padding: 0.3rem 0.8rem; }

.form-select { background: #ffffff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cccccc; border-radius: 0; color: inherit; font-size: inherit; height: auto; line-height: 1.8rem; outline: none; padding: 0.2rem 0.2rem; vertical-align: middle; width: auto; }

.form-select:focus { -webkit-box-shadow: 0 0 0.2rem 0 #f49a23; -moz-box-shadow: 0 0 0.2rem 0 #f49a23; box-shadow: 0 0 0.2rem 0 #f49a23; border-color: #f49a23; }

.form-select::-ms-expand { display: none; }

.form-select.custom-arrow { padding-right: 30px; background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat; }

.form-checkbox, .form-radio, .form-switch { display: block; line-height: 1.8rem; padding: 0.2rem 0.2rem; position: relative; }

.form-checkbox input, .form-radio input, .form-switch input { margin: auto 0.6rem auto auto; overflow: hidden; position: relative; }

.form-checkbox input:focus, .form-radio input:focus, .form-switch input:focus { border-color: transparent; box-shadow: 0 0 0 0 transparent; }

.form-input:disabled, .form-input.disabled, .form-select:disabled, .form-select.disabled, option:disabled, option.disabled { background-color: #d9d9d9; cursor: not-allowed; opacity: .5; z-index: -1; }

/* encryption hiding */
div.offleft, span.offleft { position: absolute; top: 0; left: -9999em; height: 1px; width: 1px; }

div.g-recaptcha { margin-top: 0.9rem; }

.sectionpad { padding-top: 40px; padding-bottom: 60px; }

.textpad { padding-left: 1rem; padding-right: 1rem; }

.padt1 { padding-top: 1rem; }

.padt2 { padding-top: 2rem; }

.padt3 { padding-top: 3rem; }

.padt4 { padding-top: 4rem; }

.padb1 { padding-bottom: 1rem; }

.padb2 { padding-bottom: 2rem; }

.padb3 { padding-bottom: 3rem; }

.padb4 { padding-bottom: 4rem; }

.inner { width: 100%; height: auto; /* margin: 20px 10px;  */ }

.padright { padding-right: 0.6rem; }

.padrtlrg { padding-right: 1rem; }

@media (max-width: 899px) { .padrtlrg { padding: 0; } }

@media (max-width: 699px) { .padrtlrg { padding: 0; } }

.pad { padding: 0 1rem; }

@media (max-width: 699px) { .pad { padding: 0 0.6rem; } }

@media (max-width: 699px) { .padtb-sml { padding: 20px 0; } }

@media (max-width: 699px) { .m-hide { display: none; } }

.minheight { min-height: 400px; }

.clearfix::after { clear: both; content: ""; display: table; }

span.gap { display: inline-block; width: 50px; }

.float-left { float: left !important; }

.float-right { float: right !important; }

.p-relative, .prel, .posrel { position: relative !important; }

.p-absolute { position: absolute !important; }

.p-fixed { position: fixed !important; }

.p-sticky { position: sticky !important; }

.p-centered { display: block; float: none; margin-left: auto; margin-right: auto; }

.flexrow { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; }

.flexcol { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column; }

.spaced { justify-content: space-between; }

.flex-centered, .tocenter, .tocentermid { align-items: center; justify-content: center; }

.flexcol-bottom { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }

.flexcol-top { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }

.flexcol-center { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }

.flexcol-alignstart { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }

.flex-aligncenter { align-items: center; }

.flex-centered100h { display: flex; align-items: center; justify-content: center; height: 100%; }

.flex-spacebetween { align-items: stretch; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }

.laprowmobcol { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; justify-content: space-between; }

@media (max-width: 1100px) { .laprowmobcol { flex-direction: column; justify-content: center; } }

.flex-alignstretch, .alignstretch { align-items: stretch; }

.flex-wrap { flex-wrap: wrap; }

.tocenter.height100 { height: 100%; }

.tocenter-table, .d-table { display: table; width: 100%; height: 100%; }

.tocenter-cell, .totop-cell, .d-cell { display: table-cell; text-align: center !important; }

.tocenter-cell { vertical-align: middle; }

.totop-cell { vertical-align: top; }

.tocentermid { height: 100%; }

.zindexback { z-index: 100; }

.zindexmid { z-index: 200; }

.zindexfore { z-index: 300; }

.clear, .clear1, .clear2 { clear: both; display: block; }

.clear1 { height: 1rem; }

.clear2 { height: 2rem; }

.clear2 { height: 3rem; }

.d-block { display: block; }

.d-inline { display: inline; }

.d-inline-block { display: inline-block; }

.d-flex { display: flex; }

.d-inline-flex { display: inline-flex; }

.d-none, .d-hide { display: none !important; }

.d-visible { visibility: visible; }

.d-invisible { visibility: hidden; }

.bgcover { background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

html { font-size: 1em; }

@media screen and (min-width: 700px) { html { font-size: 1.1em; } }

@media (min-width: 1300px) { html { font-size: 1.2em; } }

/* html {font-size: 100%;}16px*/
body { font-family: "Poppins", sans-serif; font-weight: 400; font-size: inherit; line-height: 1.8rem; color: #333333; }

h1, h2, h3, h4, h5 { margin: 2rem 0 1rem; font-family: "Rubik", sans-serif; font-weight: 500; line-height: 1.3; color: #f39314; text-transform: none; }

.uppercase { text-transform: uppercase !important; }

h1 { margin: 2rem auto; font-size: 2.6rem; }

@media (max-width: 699px) { h1 { font-size: 2.2rem; } }

h1.small { font-size: 1.4rem; margin: 2.4rem auto 1.6rem !important; }

.pagetitle, .subpagetitle, .sectiontitle, .subsectiontitle { text-align: center; }

h1.pagetitle.hassub, h2.pagetitle.hassub { margin-bottom: 1rem; }

h1.pagetitle.bigtopmargin { padding-top: 3rem; }

h2 { font-size: 1.6rem; }

.pagetitle.small { font-size: 1.2rem; font-weight: bold; margin: 1.6rem 0 0.2rem; }

h2.sectiontitle, h3.sectiontitle { font-size: 2.6rem; margin: 0 auto 2rem; }

@media (max-width: 699px) { h2.sectiontitle, h3.sectiontitle { font-size: 2.2rem; } }

h2.sectiontitle.nosub { margin-bottom: 1.5rem; }

h3 { font-size: 1.3rem; }

.subpagetitle, .subsectiontitle { margin: 0 0 1.7rem; font-family: "Poppins", sans-serif; text-transform: none; }

h3.subpagetitle { font-size: 1.2rem; color: #f39314; font-weight: bold; }

.nofirstmargin h3, .nofirstmargin h2 { margin-top: 0; }

footer h3 { margin-top: 0.5rem; }

h4 { font-size: 1.3rem; }

h4.suptitle { font-size: 1rem; text-transform: none; margin-bottom: 0.5rem; text-align: center; }

h5 { font-size: 1.2rem; }

.hassup { margin-top: 0 !important; }

p, li, td, label { font-size: inherit; }

p { margin: 0 0 1.8rem; }

footer p { margin-bottom: 1rem; }

p.subtitle { display: block; font-family: "Rubik", sans-serif; font-size: inherit; color: #f39314; text-align: center; font-size: 120%; font-style: normal; font-weight: bold; margin: 0em 0 1em; }

.p50 p { display: block; width: 65%; }

@media (max-width: 699px) { .p50 p { width: 100%; } }

body .lttext, .lttext h3, .lttext h4, .lttext a, .lttext p, .lttext h2 { color: #fff; }

.fancyfont { font-family: "Fraunces", serif !important; font-weight: 600; }

em { font-weight: 700; font-style: normal; color: #f39314 !important; }

.textlarger { font-size: 120%; }

@media (max-width: 699px) { .textlarger { font-size: 110%; } }

.textsmaller, .text-small { font-size: 0.8rem; }

.textbig, .text-big { font-size: 120%; }

.textxsmall, .text-xsmall { font-size: 0.6rem; }

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

.bigptext { font-size: 120%; line-height: 2rem; }

.lapleftmobcenter { text-align: left; display: inline-block; width: auto; }

@media (max-width: 1100px) { .lapleftmobcenter { text-align: center; } }

.laprightmobcenter { text-align: right; display: inline-block; width: auto; }

@media (max-width: 1100px) { .laprightmobcenter { text-align: center; } }

.textright { text-align: right; }

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

@media (max-width: 699px) { .textright-centersmall { text-align: center; } }

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

@media (max-width: 699px) { .textleft-centersmall { text-align: center; } }

.hasbg h1, .hasbg h2, .hasbg h3, .hasbg h4, .hasbg h5, .hasbg p, .hasbg li, h1.light, h2.light, h3.light, h4.light, h5.light, .hasbg p, .hasbg li { color: #ffffff; }

a { color: #f39314; outline: none; text-decoration: underline; }

a:focus { /* @include control-shadow(); */ }

a:focus, a:hover, a:active { text-decoration: underline; }

.nocolor a { color: #333333; }

a.noborder { text-decoration: none; }

a.noborder:focus, a.noborder:hover, a.noborder:active { text-decoration: none; }

a.white { color: #ffffff !important; }

a.white:focus, a.white:hover, a.white:active { color: #ffffff !important; }

a.nostyle { text-decoration: none; border-bottom: none; color: #333333 !important; }

.hasbg a { color: #ffbb54; }

a.u { text-decoration: underline; }

/*blockquote, .blockquote {
  border-left: 2px solid $font-color;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
  p:last-child {
    margin-bottom: 0;
  }
}

blockquote, .blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
 }
blockquote:before,  .blockquote:before {
  color: #bbb;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}*/
.quotewrap { max-width: 600px; width: 100%; height: auto; margin: 0em auto; }

blockquote p, .blockquote p { display: inline; font-style: italic; font-family: georgia, serif; margin: 0 0 0 10px; font-size: 110%; }

blockquote p.quoter, .blockquote p.quoter { display: block; font-style: normal; font-family: "Poppins", sans-serif; text-align: right; font-size: 80%; }

blockquote.haspng::before, blockquote.haspng::after { quotes: none; content: ''; content: none; }

blockquote.haspng { border-left: 5px solid #f39314; padding: 1rem; background: #e8e2e2 url("../img/openquote.png") no-repeat 3px 3px; display: block; width: 100%; margin: 0; display: block; margin-block-start: 0em; margin-block-end: 0em; margin-inline-start: 0px; margin-inline-end: 0px; }

.defaultlist ul { list-style: none; }

.defaultlist ul, .defaultlist ol { max-width: 94%; margin: 0.5rem 0 1.5rem; padding: 0; }

.defaultlist ul li { text-align: left; margin-left: 0; margin-bottom: 0.4rem; }

.defaultlist ul li:before { display: inline-block; content: ''; -webkit-border-radius: 0.2rem; border-radius: 0.2rem; height: 0.4rem; width: 0.4rem; margin-right: 0.75rem; margin-bottom: 0.2em; background-color: #f39314; }

.hasbg .defaultlist ul li:before { background-color: #ffbb54; }

#footer .defaultlist ul li a { color: #333333; text-decoration: none; border-bottom: none; }

#footer .defaultlist ul li:before { background-color: #333333; }

.defaultlist ol { list-style: none; counter-reset: my-awesome-counter; }

.defaultlist ol li { counter-increment: my-awesome-counter; text-align: left; margin-left: 0; padding-left: 0; margin-bottom: 0.4rem; }

.defaultlist ol li::before { content: counter(my-awesome-counter); background: #ffffff; width: 1rem; height: 1.7rem; border-radius: 50%; display: inline-block; line-height: 1.7rem; color: #f39314; text-align: left; margin-right: 0.5rem; }

.defaultlist ol ol ol li::before { background: #DE51FF; }

.defaultlist ol ol ol ol li::before { background: #EE9EFF; }

ul.starlist { padding-left: 1rem; }

ul.starlist li, .starlist ul li { position: relative; }

ul.starlist li:before, .starlist ul li:before { content: "*"; position: absolute; left: -1rem; top: 0.3rem; color: #f39314; font-size: 26px; border-radius: 0; background-color: transparent; }

.ticklist ul, ul.ticklist { padding: 0; margin: 0 0 3rem 20%; list-style-type: none; }

@media (max-width: 699px) { .ticklist ul, ul.ticklist { margin-left: 5%; } }

.ticklist ul.left, ul.ticklist.left { margin-left: 0 !important; }

.ticklist ul li, ul.ticklist li { padding-left: 2rem; margin: 0 0 0.6rem; background-image: url("../img/tbox100.png"); background-position: 0 4px; background-size: 1.4rem 1.4rem; background-repeat: no-repeat; }

.ticklist ul li:before, ul.ticklist li:before { display: none; }

/* make nested lists number 1, 1.1, etc. begin: ol.main */
/* no class name on first ol */
/* ol { counter-reset: item }
ol.main li { display: block }
ol.main li:before { content: counters(item, ".") " "; counter-increment: item }
ol.main > li {  margin-top: 1em ; }
ol.main li {  margin-bottom: 0.5em;   }
ol.main {  padding-left: 0;   }*/
.centerli ul { list-style: none; width: 94%; margin: 10px 3% 30px; padding: 0; }

.centerli ul li { margin-bottom: 0.4em; font-size: inherit; text-align: center; }

/* .centerli ul li:before, .centerli ul li:after {
  background-color: #888;
  display: inline-block;
    content: '';
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    height: 0.4rem;
    width: 0.4rem;
    margin-bottom: 0.2em; 
}

.centerli ul li:before {      margin-right: 0.75rem;  }
.centerli ul li:after {      margin-left: 0.75rem;    }
*/
/* put underline after heading */
.uline:after { content: ' '; position: absolute; left: 50%; bottom: -1.7rem; width: 120px; height: 0; border-top: 1px solid #f39314; margin-left: -60px; font-size: 0; line-height: 0; overflow: hidden; }

.sqlist ul, ul.square { margin: 0 0 1.6em 0; padding-left: 0; list-style: none; }

.sqlist ul li, ul.square li { margin: 0 0 0.5em; padding: 0 0 0 0.9rem; line-height: 1.4em; text-indent: 0px; overflow: visible; }

.sqlist ul li::before, ul.square li::before { content: ''; width: 0.4rem; height: 0.4rem; vertical-align: top; display: inline-block; margin: 0.6rem 0.5rem 0 -0.9rem; background-repeat: no-repeat; background-position: 0px 0px; background-color: #f39314; overflow: visible; }

.fancylist ul { list-style: none; width: 94%; margin: 10px 3% 30px; padding: 0; }

.fancylist ul li { /* font-size: 1.2rem; */ /* text-indent: -0.75em; this is only needed if you want to align wrapped text */ text-align: center; margin: 4px 0 0; padding: 0 0 4px; }

.fancylist ul li:before { /* add the new bullet point */ display: inline-block; content: ''; -webkit-border-radius: 0.2rem; border-radius: 0.2rem; height: 0.4rem; width: 0.4rem; margin-right: 0.75rem; margin-bottom: 0.2em; background-color: #f39314; }

.fancylist ul li:after { /* add the new bullet point */ display: inline-block; content: ''; -webkit-border-radius: 0.2rem; border-radius: 0.2rem; height: 0.4rem; width: 0.4rem; margin-left: 0.75rem; margin-bottom: 0.2em; background-color: #f39314; }

.starlist.fancylist ul li:before, .starlist.fancylist ul li:after { content: '\2606'; -webkit-border-radius: 0; border-radius: 0; background: none; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.breakword { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

/* fadein class added by IO javascript on elements with anim1 class */
.animhide { opacity: 0; }

img.lazy { opacity: 1; }

.fadeInYes { -webkit-animation: fadeInYes ease 2s; -moz-animation: fadeInYes ease 2s; -o-animation: fadeInYes ease 2s; -ms-animation: fadeInYes ease 2s; animation: fadeInYes ease 2s; }

@-webkit-keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-o-keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-ms-keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeInYes { 0% { opacity: 0; }
  100% { opacity: 1; } }

/* from WOW  */
@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp { -webkit-animation: fadeInUp ease 2s; -moz-animation: fadeInUp ease 2s; -o-animation: fadeInUp ease 2s; -ms-animation: fadeInUp ease 2s; animation: fadeInUp ease 2s; }

.slideInLeft { animation-name: slide-in-from-left; animation-duration: 2s; }

@keyframes slide-in-from-left { from { -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight { animation-name: slide-in-from-right; animation-duration: 2s; }

@keyframes slide-in-from-right { from { -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to { -webkit-transform: translateX(0);
    transform: translateX(0); } }

table { border-collapse: collapse; border-spacing: 0; width: 100%; max-width: 100%; margin: 0.5rem 0 2rem; }

table.tariff th, table.tariff td.head { background-color: #187c9a; color: #fff; }

th, td { text-align: left; border: 1px solid #bbbbbb; padding: .3rem 0.6rem; }

table.invis th, table.invis td { border: none; }

table.altrows tr:nth-child(even) { background: #dfdcd2; }

table.altrows tr:nth-child(odd) { background: transparent; }

.tablenicer td { vertical-align: top; min-width: 160px; }

@media (max-width: 699px) { .tablenicer td { min-width: 60px; } }

.tablenicer td p { margin: 0 0 4px; }

.btn, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f39314; border: none; color: #222222; width: auto; height: auto; padding: 10px 1.2rem; margin: 0 0 1.8rem; cursor: pointer; display: inline-block; font-size: 100%; letter-spacing: 0; line-height: 25px; outline: none; text-align: center; text-decoration: none; text-transform: none; transition: background .9s, border .4s, color .9s; user-select: none; vertical-align: middle; white-space: normal; }

.btn.pale, input[type="submit"].pale { background: #7eae5a; }

.btn.nomargin, input[type="submit"].nomargin { margin-bottom: 0; }

.btn:focus, .btn:hover, input[type="submit"]:focus, input[type="submit"]:hover { background: #cf7a0b; color: #ffffff; text-decoration: none; -webkit-box-shadow: 0 0 0.2rem 0 #f49a23; -moz-box-shadow: 0 0 0.2rem 0 #f49a23; box-shadow: 0 0 0.2rem 0 #f49a23; }

.btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active { background: #cf7a0b; color: #222222; text-decoration: none; }

.btn.rounded, input[type="submit"].rounded { border-radius: 27px; border-color: #ec8b0c; color: #222222; }

.btn.rounded:focus, .btn.rounded:hover, input[type="submit"].rounded:focus, input[type="submit"].rounded:hover { background: #e2860c; border-color: #d37d0b; color: #222222; }

.btn.rounded:active, .btn.rounded.active, input[type="submit"].rounded:active, input[type="submit"].rounded.active { background: #d8800b; border-color: #ca770a; color: #222222; }

p.btn.innav { color: #fff !important; line-height: 50px; margin: 0; font-size: 15px; border-radius: 25px; padding: 0 1.2rem; }

p.btn.innav a { color: #fff !important; text-transform: none; }

a.btn span.em { color: #222222; line-height: inherit; font-style: normal; font-weight: inherit; text-transform: none; font-size: 1.5rem; display: inline; vertical-align: middle; margin-left: 10px; }

.cta { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; margin-top: 0.5rem; border-radius: 1.4rem; font-size: 1rem; line-height: 1.1rem; width: auto; min-width: 140px; transition: 0.5s ease-in-out; overflow: hidden; border: 1px solid #f39314; background: #f39314; color: white; text-decoration: none; }

.cta:focus, .cta:hover { background: #e8e2e2; color: #f39314; text-decoration: none; }

#fixedbutton { position: fixed; display: none; bottom: 200px; left: 0; z-index: 99999; background-color: #ffffff; }

.btn-outline, a.btn-outline { background-color: transparent; color: #f39314; border: 1px solid #f39314; display: inline-block; cursor: pointer; overflow: visible; margin: 0; padding: 10px 1rem; transition: all 0.25s ease-in-out; vertical-align: middle; -webkit-appearance: none; font-size: 100%; line-height: 30px !important; font-family: inherit; font-style: normal; letter-spacing: 0; text-align: center; text-decoration: none !important; text-transform: uppercase; }

.btn.outline { width: auto !important; height: auto; line-height: 25px !important; border-radius: 25px; padding: 10px 1rem; background: transparent; border: 1px solid #f39314; color: #f39314; }

.vertical-text { transform: rotate(90deg); transform-origin: left bottom 0; }

.multibuttonwrap { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 0.6rem 0 1rem; }

@media (max-width: 899px) { .multibuttonwrap { flex-direction: column; justify-content: center; align-items: center; } }

@media (max-width: 899px) { .multibuttonwrap .btn { margin: 0 0 20px 0; } }

/* Slider */
/* remove default height 100% on line 65 to solve big gap underneath problem .  See also line 19 line-height */
.slideoverlaywrap { position: absolute; width: 80%; height: 40%; bottom: 0; left: 10%; border: 0px solid #990000; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.slickcarouselwrap { display: block; width: 92%; margin: 40px 4% 0px; height: auto; }

.slickcarousel .slick-slide { margin: 5px; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; line-height: 0; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

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

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

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

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

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

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

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

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

.slick-slide { float: left; /* was height: 100% but creates big gap underneath on Macs and iPhones  */ height: auto; min-height: 1px; /* needs max-width 100% otherwise height doesn't reduce in smaller screens */ display: none; }

.slick-slide img { box-sizing: border-box; vertical-align: bottom; /* to remove gap underneath */ display: block; height: auto; width: 100%; max-width: 100%; margin: 0; padding: 0; border: 0 solid #4f453b; position: relative; /* -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;  */ }

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

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

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

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

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

/* my for variable width carousel 3 in laptop, one in mobile */
.slickcarousel.fixedheight .slick-slide { margin: 4px !important; }

.slickcarousel.fixedheight .slick-slide img { height: 500px; width: auto !important; border: 0; }

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

/* Slider */
.slick-loading .slick-list { background: #fff url("./fonts/ajax-loader.gif") center center no-repeat; }

/* Icons  @if $slick-font-family == "slick" { @font-face { font-family: "slick"; src: slick-font-url("slick.eot"); src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; } } */
/* Arrows */
.slick-prev, .slick-next { z-index: 9; position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

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

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

.slick-prev:before { content: "←"; }

.slick-next { right: -25px; }

.slick-next:before { content: "→"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.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 { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.myslickcarousel { display: block; width: 92%; margin: 40px 4% 0px; height: auto; }

.myslickcarousel .slick-slide img { height: 350px; width: auto; margin-right: 20px; }

.nicearrows .slick-arrow { position: absolute; top: calc(50% - 25px); padding: 0; width: 50px; height: 50px; line-height: 50px; background: rgba(255, 255, 255, 0.7); font-size: 0; pointer-events: auto; color: #111; border-radius: 99px; box-shadow: 0 2px 40px -10px rgba(83, 54, 36, 0.1); text-align: center; z-index: 99; cursor: pointer; font-feature-settings: normal; transition: 0.2s; }

.nicearrows .slick-arrow::after { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-size: 24px; font-size: 1.5rem; line-height: inherit; }

.nicearrows .slick-prev, .nicearrows .slick-next { -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.nicearrows .slick-prev { left: -22px; }

.nicearrows .slick-next { right: -22px; }

.nicearrows .slick-next:before, .nicearrows .slick-prev:before { display: block; opacity: 0.7; image-rendering: auto; height: auto; font-size: 0px; width: 50px; }

.nicearrows .slick-arrow.slick-next::after { content: "\ea42"; }

.nicearrows .slick-arrow.slick-prev::after { content: "\ea44"; }

.svgarrows .slick-prev, .svgarrows .slick-next { z-index: 9; position: absolute; display: block; height: 60px; width: 60px; line-height: 0px; font-size: 0px; cursor: pointer; pointer-events: auto; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.svgarrows .slick-prev, .svgarrows .slick-next { height: 60px; width: 30px; }

@media (max-width: 899px) { width: 30px; }

@media (max-width: 699px) { width: 30px; }

.svgarrows .slick-prev { left: 0px; }

.svgarrows .slick-next { right: 0px; border: 0px solid #990000; }

.svgarrows .slick-next:before, .svgarrows .slick-prev:before { display: block; opacity: 1; image-rendering: auto; height: auto; width: 30px; font-size: 0px; }

@media (max-width: 899px) { .svgarrows .slick-next:before, .svgarrows .slick-prev:before { width: 30px; } }

@media (max-width: 699px) { .svgarrows .slick-next:before, .svgarrows .slick-prev:before { width: 30px; } }

.svgarrows .slick-next:before { content: url("../img/arrowrightwhite.svg"); }

.svgarrows .slick-prev:before { content: url("../img/arrowleftwhite.svg"); }

.svgarrows.coloredarrows .slick-next:before { content: url("../img/arrowright.svg"); }

.svgarrows.coloredarrows .slick-prev:before { content: url("../img/arrowleft.svg"); }

.arrowsdark .slick-prev { width: 30px; height: 100%; left: 5px; }

@media (max-width: 699px) { .arrowsdark .slick-prev { width: 20px; } }

.arrowsdark .slick-next { width: 30px; height: 100%; right: 5px; }

@media (max-width: 699px) { .arrowsdark .slick-next { width: 20px; } }

.arrowsdark .slick-prev:before, .arrowsdark .slick-next:before { opacity: 1; image-rendering: auto; height: 60px; width: 29px; background-size: 29px 60px; top: 0; border: 0px solid #999999; display: inline-block; content: ""; }

@media (max-width: 699px) { .arrowsdark .slick-prev:before, .arrowsdark .slick-next:before { height: 40px; width: 19px; background-size: 19px 40px; } }

.arrowsdark .slick-next:before { background-image: url("../img/arrow25tealrt.png"); right: 0; }

.arrowsdark .slick-prev:before { background-image: url("../img/arrow25teallt.png"); left: 0; }

.arrowswhite .slick-prev { width: 30px; height: 100%; left: 8px; z-index: 9999; }

@media (max-width: 699px) { .arrowswhite .slick-prev { width: 20px; } }

.arrowswhite .slick-next { width: 30px; height: 100%; right: 8px; z-index: 9999; }

@media (max-width: 699px) { .arrowswhite .slick-next { width: 20px; } }

.arrowswhite .slick-prev:before, .arrowswhite .slick-next:before { opacity: 1; image-rendering: auto; height: 60px; width: 29px; background-size: 29px 60px; top: 0; border: 0px solid #999999; display: inline-block; content: ""; }

@media (max-width: 699px) { .arrowswhite .slick-prev:before, .arrowswhite .slick-next:before { height: 40px; width: 19px; background-size: 19px 40px; } }

.arrowswhite .slick-next:before { background-image: url("../img/arrow25whitert.png"); right: 0; }

.arrowswhite .slick-prev:before { background-image: url("../img/arrow25whitelt.png"); left: 0; }

.cssarrows .slick-prev { width: 30px; height: 100%; left: 8px; z-index: 9999; }

@media (max-width: 699px) { .cssarrows .slick-prev { width: 25px; } }

.cssarrows .slick-next { width: 30px; height: 100%; right: 8px; z-index: 9999; }

@media (max-width: 699px) { .cssarrows .slick-next { width: 25px; } }

.cssarrows .slick-prev:before, .cssarrows .slick-next:before { opacity: 1; image-rendering: auto; width: 25px; height: 25px; background-size: 29px 60px; top: 0; border: 0px solid #999999; display: inline-block; content: ""; border-top: 2px solid #000; border-left: 2px solid #000; }

.cssarrows .slick-next:before { transform: rotate(135deg); right: 0; }

.cssarrows .slick-prev:before { transform: rotate(-45deg); left: 0; }

.cssarrow-right, .cssarrow-left { display: block; margin: 30px auto; width: 25px; height: 25px; border-top: 2px solid #000; border-left: 2px solid #000; }

.cssarrow-right { transform: rotate(135deg); }

.cssarrow-left { transform: rotate(-45deg); }

.zoomonhover a img { float: left; width: 20%; height: auto; border: 2px solid #fff; -webkit-transition: -webkit-transform .15s ease; -moz-transition: -moz-transform .15s ease; -o-transition: -o-transform .15s ease; -ms-transition: -ms-transform .15s ease; transition: transform .15s ease; position: relative; }

.zoomonhover a:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); z-index: 5; }

.zoomonhover a.big img { width: 40%; }

body.hidden-scroll { overflow: hidden; }

.sl-overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #ffffff; opacity: 0.94; display: none; z-index: 1035; }

.sl-wrapper { z-index: 1040; }

.sl-wrapper button { border: 0 none; background: transparent; font-size: 28px; padding: 0; cursor: pointer; }

.sl-wrapper button:hover { opacity: 0.7; }

.sl-wrapper .sl-close { display: none; position: fixed; right: 30px; top: 30px; z-index: 10060; margin-top: -14px; margin-right: -14px; height: 44px; width: 44px; line-height: 44px; font-family: Arial, Baskerville, monospace; color: #333; font-size: 3rem; }

.sl-wrapper .sl-close:focus { outline: none; }

.sl-wrapper .sl-counter { display: none; position: fixed; top: 30px; left: 30px; z-index: 1060; color: #333; font-size: 1rem; }

.sl-wrapper .sl-navigation { width: 100%; display: none; }

.sl-wrapper .sl-navigation button { position: fixed; top: 50%; margin-top: -22px; height: 44px; width: 22px; line-height: 44px; text-align: center; display: block; z-index: 10060; font-family: Arial, Baskerville, monospace; color: #333; }

.sl-wrapper .sl-navigation button.sl-next { right: 5px; font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev { left: 5px; font-size: 2rem; }

.sl-wrapper .sl-navigation button:focus { outline: none; }

@media (min-width: 35.5em) { .sl-wrapper .sl-navigation button { width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next { right: 10px; font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev { left: 10px; font-size: 3rem; } }

@media (min-width: 50em) { .sl-wrapper .sl-navigation button { width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next { right: 20px; font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev { left: 20px; font-size: 3rem; } }

.sl-wrapper .sl-image { position: fixed; -ms-touch-action: none; touch-action: none; z-index: 10000; }

.sl-wrapper .sl-image img { margin: 0; padding: 0; display: block; border: 4px solid #ffffff; width: 100%; height: auto; }

@media (min-width: 35.5em) { .sl-wrapper .sl-image img { border: 4px solid #ffffff; } }

@media (min-width: 50em) { .sl-wrapper .sl-image img { border: 4px solid #ffffff; } }

.sl-wrapper .sl-image iframe { background: #000; border: 0 none; }

@media (min-width: 35.5em) { .sl-wrapper .sl-image iframe { border: 0 none; } }

@media (min-width: 50em) { .sl-wrapper .sl-image iframe { border: 0 none; } }

.sl-wrapper .sl-image .sl-caption { display: none; padding: 10px; color: #fff; background: rgba(0, 0, 0, 0.9); font-size: 1rem; position: absolute; bottom: 0; left: 0; right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top { bottom: auto; top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside { bottom: auto; }

.sl-wrapper .sl-image .sl-download { display: none; position: absolute; bottom: 5px; right: 5px; color: #333; z-index: 1060; }

.sl-spinner { display: none; border: 5px solid #333; border-radius: 40px; height: 40px; left: 50%; margin: -20px 0 0 -20px; opacity: 0; position: fixed; top: 50%; width: 40px; z-index: 1007; -webkit-animation: pulsate 1s ease-out infinite; -moz-animation: pulsate 1s ease-out infinite; -ms-animation: pulsate 1s ease-out infinite; -o-animation: pulsate 1s ease-out infinite; animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

.sl-transition { transition: -moz-transform ease 200ms; transition: -ms-transform ease 200ms; transition: -o-transform ease 200ms; transition: -webkit-transform ease 200ms; transition: transform ease 200ms; }

@-webkit-keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate { 0% { transform: scale(0.1);
    opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate { 0% { transform: scale(0.1); opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; } }

.blocker { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; z-index: 1; padding: 20px; box-sizing: border-box; background-color: #fff; background-color: rgba(250, 250, 250, 0.75); text-align: center; }

.blocker:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.05em; }

.blocker.behind { background-color: transparent; }

.modal { display: none; vertical-align: middle; position: relative; z-index: 0; box-sizing: border-box; max-width: 640px; width: 90%; background: #fff; padding: 15px 30px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #6e6355; -o-box-shadow: 0 0 10px #6e6355; -ms-box-shadow: 0 0 10px #6e6355; box-shadow: 0 0 10px #6e6355; text-align: left; }

.modal a.close-modal { position: absolute; top: -12.5px; right: -12.5px; display: block; width: 40px; height: 40px; text-indent: -9999px; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url("../img/modalcross.png"); }

.modal-spinner { display: none; position: fixed; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); padding: 12px 16px; border-radius: 5px; background-color: #111; height: 20px; }

.modal-spinner > div { border-radius: 100px; background-color: #fff; height: 20px; width: 2px; margin: 0 1px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.modal-spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.modal-spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.5); }
  20% { -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% { transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

body { border-bottom: 0px solid #090e15; padding: 0; margin: 0; height: 100%; background-color: #ffffff; background-position: center top; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

.maxwidth600 { max-width: 600px !important; }

.box { display: flex; background-color: transparent; padding: 0 1rem 1rem; box-sizing: border-box; margin: 2% auto; width: 96%; max-width: 1300px; min-width: 300px; flex-flow: column nowrap; justify-content: space-evenly; border: 1px solid #bbb; border-radius: 0; /*box-shadow: 3px 3px 6px rgba(136,118,97,.5); -webkit-box-shadow: 3px 3px 6px rgba(136,118,97,.5);
-moz-box-shadow: 3px 3px 6px rgba(136,118,97,.5); -o-box-shadow: 0 1px 4px rgba(136,118,97,.5);*/ }

@media (max-width: 699px) { .box { width: 100%; padding: 0 4px 1rem; } }

@media (max-width: 699px) { .box { margin: 1% auto; width: 98%; } }

.fixgutter { padding: 0 0.5rem; }

.hasbg { background: #f39314; }

.palebg { background-color: #e0dad9; }

.hasbg.padtb { padding: 2rem 0; }

.bgphoto { background-color: #c1c2bd; background-position: center center; background-attachment: auto; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

.primaryoutline { border: 1px solid #f39314; }

.width96 { width: 96%; margin-left: 2%; margin-right: 2%; }

.coloredbox { background-color: #f39314; padding: 2rem 2rem; border: 4px solid #c1c2bd; }

@media (max-width: 699px) { .coloredbox { padding: 2rem 1rem; } }

.coloredbox p, .coloredbox a, .coloredbox h3 { color: #fff; text-decoration: none; }

.coloredbox h3 { margin-bottom: 1.7rem; }

.myicon { width: 16px; height: 16px; display: inline-block; background-position: bottom left; background-repeat: no-repeat; background-size: contain; }

.myicon.lrg { width: 44px; height: 44px; }

.phoneicon { background-image: url("../img/phonewhite.png"); margin-bottom: -4px; margin-right: 5px; }

.phoneiconwhite { background-image: url("../img/phonewhite.png"); margin-bottom: -2px; margin-right: 5px; }

.phoneiconblack { background-image: url("../img/phoneblack.png"); margin-bottom: -2px; margin-right: 5px; }

.phoneiconred { background-image: url("../img/phonered.png"); margin-bottom: -2px; margin-right: 5px; }

.emailicon { background-image: url("../img/emailblack.png"); margin-bottom: -4px; margin-right: 5px; }

.emailiconwhite { background-image: url("../img/emailwhite.png"); margin-bottom: -3px; margin-right: 5px; }

.emailiconred { background-image: url("../img/emailred.png"); margin-bottom: -1px; margin-right: 5px; }

.phonecircle { background-image: url("../img/phonecircle.png"); margin-bottom: 0px; }

.emailcircleblack { background-image: url("../img/emailcircleblack.png"); margin-bottom: -4px; }

.phonecirclewhite { background-image: url("../img/phonecirclewhite.png"); margin-bottom: 0px; }

.emailcirclewhite { background-image: url("../img/emailcirclewhite.png"); margin-bottom: 0px; }

.whatsappred { background-image: url("../img/whatsapp-red.png"); margin-bottom: -1px; margin-right: 5px; }

.whatsappwhite { background-image: url("../img/whatsapp-white.png"); margin-bottom: -1px; margin-right: 5px; }

.textwrap { margin-left: auto; margin-right: auto; width: 90%; max-width: 800px; }

#topbar { display: flex; flex-direction: row; justify-content: space-between; align: items stretch; background-color: #333; height: auto; margin: 0; padding: 2px 0.3rem; }

#topbar p { margin: 0; color: #fff; font-size: 14px; line-height: 1.4rem; }

#topbar a { color: #ffffff !important; text-decoration: none; border-bottom: 0; font-weight: normal; }

#topbarright { display: inline-block; width: auto; }

/* brand css on navflex */
#topbarright p { margin: 0; text-align: right; }

p.topbarleft { padding-left: 0; margin: 0; width: auto; display: block; height: 100%; }

@media (max-width: 699px) { p.topbarleft { display: none; } }

#topnavbg { position: absolute; top: 0; left: 0; width: 100%; height: 120px; background: transparent; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%); z-index: 400; }

@media (max-width: 899px) { #topnavbg { height: 100px; } }

@media (max-width: 699px) { #topnavbg { height: 90px; } }

a.herobottom { display: block; position: absolute; bottom: 0; left: 50%; right: auto; width: auto; height: 50px; margin: 0 auto -25px; overflow: visible; z-index: 300; transform: translateX(-50%); line-height: 50px; padding: 0 1.4rem; }

/*   background: url('../img/') 0 0 repeat;   */
.titleswrap { position: absolute; width: 50%; top: 0; left: 0; height: 100%; z-index: 200; background-image: url("../img/whitecircle1300.png"); background-position: right bottom; background-attachment: auto; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }

.abstitle { position: absolute; width: auto; height: auto; top: 5%; left: auto; right: auto; margin: 0 auto; padding: 1rem 1rem; }

h2.herotitle { font-size: 60px; line-height: 1.2; text-align: center; margin: 0 auto; color: #fff; }

@media (max-width: 899px) { h2.herotitle { font-size: 50px; } }

@media (max-width: 699px) { h2.herotitle { font-size: 35px; } }

h3.herotitle { width: 80%; position: relative; display: block; height: auto; font-size: 44px; line-height: 1.6em; text-align: left; text-transform: none; margin: 100px 0 0 6%; padding: 0; color: #222; /*top: 50%;  left: 10%;  vertical-align: middle;   transform: translateY(0%); background-image: url("../img/whitetrans.png"); background-repeat: repeat; background-position: left top; background-attachment: scroll; background-size: auto; */ }

@media (max-width: 899px) { h3.herotitle { margin-top: 90px; } }

@media (max-width: 699px) { h3.herotitle { margin-top: 80px; } }

@media (max-width: 899px) { h3.herotitle { font-size: 30px; line-height: 1.4em; margin-left: 5%; } }

@media (max-width: 699px) { h3.herotitle { display: none; } }

@media (max-width: 1250px) { h3.herotitle { font-size: 30px; line-height: 1.4em; margin-left: 5%; } }

h3.herosubtitle { font-size: 22px; line-height: 1.2; margin: 0 0 0 0; color: #fff; text-align: center; text-transform: none; }

@media (max-width: 899px) { h3.herosubtitle { font-size: 20px; } }

@media (max-width: 699px) { h3.herosubtitle { font-size: 16px; } }

.slidefade { opacity: 0; }

.slidfaded { opacity: 1; animation-name: slideFade; animation-iteration-count: 1; animation-timing-function: ease-in; animation-duration: 3s; -webkit-animation: slideFade 3s; -moz-animation: slideFade 3s; -o-animation: slideFade 3s; -ms-animation: slideFade 3s; }

@keyframes slideFade { 0% { opacity: 0;
    /* transform: translateY(-120px); */ }
  100% { opacity: 1;
    /*   transform: translateY(0);   */ } }

.slideInLeft { animation-name: slide-in-from-left; animation-duration: 3s; }

@keyframes slide-in-from-left { from { -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.sswrap { width: 100%; max-width: 1300px; display: block; margin: 0 auto; }

.sshero { margin-bottom: 1.7rem; }

@media (max-width: 699px) { .sshero { margin-bottom: 1.5rem; } }

.doit::before { background: #f2ebe3bf; border-radius: 50%; content: ""; height: 530px; left: 5%; position: absolute; top: -225px; transform: rotate(-9.56deg); width: 100%; z-index: -1; }

#herobotoverlay { display: block; position: absolute; text-align: center; bottom: -50px; left: 50%; height: 100px; width: 400px; margin: 0 0 0 -200px; background: #fff; border: 1px solid #f39314; z-index: 401; }

@media (max-width: 699px) { #herobotoverlay { width: 300px; margin: 0 0 0 -150px; } }

#herobotoverlay h2, #herobotoverlay h1 { line-height: 100px; font-size: 60px; display: inline-block; margin: 0; padding: 0; font-family: "Fraunces", serif; position: relative; z-index: 402; color: inherit; }

@media (max-width: 699px) { #herobotoverlay h2, #herobotoverlay h1 { font-size: 50px; } }

p.tagline { font-family: "Fraunces", serif; font-size: 200%; text-align: center; font-weight: 500; padding-top: 1.7rem; }

p.tagline.bigtopmargin { padding-top: 100px; margin: 0 auto 50px; }

.tick-list p { margin: 0 auto 0.3rem; text-align: center; }

.tick-list h3 { text-align: center; margin-top: 0; }

.gapb { margin-bottom: 2.4rem; }

.txtimgwrap { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; align-items: center; justify-content: center; }

@media (max-width: 699px) { .txtimgwrap { flex-direction: column; justify-content: flex-start; } }

img.overlapped { display: block; align-self: center; position: relative; width: 50%; height: auto; }

@media (max-width: 699px) { img.overlapped { width: 100%; } }

.txtoverlaps { margin: 0; align-self: center; flex-grow: 0; display: block; position: relative; width: 50%; height: auto; border: 0px solid #c1c2bd; background-color: #ffffff; background-color: #ffffff; padding: 2rem 1rem; }

@media (max-width: 699px) { .txtoverlaps { width: 100%; margin: 0  0 2rem; } }

.txtoverlaps.overlapsleft { margin: 0 0 0 -3rem; padding: 2rem 1rem 2rem 1.7rem; }

@media (max-width: 699px) { .txtoverlaps.overlapsleft { width: 100%; margin: 2rem  0 2rem; padding: 2rem 1rem 2rem 1.7rem; } }

.txtoverlaps.palebg { background-color: #e2dcd3; }

.txtoverlaps p { margin-bottom: 1.2rem; color: #333333; }

.offsetborder { width: 100%; height: 100%; position: absolute; border: 2px solid #f39314; top: -10px; left: -10px; z-index: 10; }

.offsetborder.offsetright { left: auto; right: -10px; }

.highertitles h3 { margin-top: 1rem; }

.alignleft, .alignright, .aligncenter { padding: 2rem 1rem 2rem; margin: 2rem 0; width: 70%; max-width: 900px; border: 0 inset #f39314; background-color: #ffffff; position: relative; }

@media (max-width: 699px) { .alignleft, .alignright, .aligncenter { width: 98%; margin: 2rem 1%; } }

.alignleft p, .alignright p { color: #333333; margin-bottom: 1.4rem; }

.alignleft { align-self: start; }

.alignright { align-self: end; }

.aligncenter { align-self: center; }

.insetborder:before { content: ''; position: absolute; top: 6px; left: 6px; border: 1px solid #f39314; width: calc(100% - 13px); height: calc(100% - 13px); z-index: 3; }

.insetborder .pad { width: 96%; margin: 1rem 2%; }

.iconpwrap p { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; margin: 0 0 20px 0; line-height: 40px; }

.iconpwrap img { display: block; height: 40px; width: auto; margin: 0 15px 0 0; }

.columnwrap2 { column-count: 2; column-gap: 1rem; }

.boxeswrap { width: 96%; max-width: 960px; height: auto; display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 2rem auto 0; }

@media (max-width: 699px) { .boxeswrap { flex-direction: column; width: 100%; } }

.boxeswrap .boxy { width: 31.33%; height: auto; display: flex; margin: 1%; position: relative; z-index: 1; border-radius: 20px; border: 1px solid #f39314; overflow: hidden; }

@media (max-width: 699px) { .boxeswrap .boxy { max-width: 260px; width: 60%; } }

.boxeswrap .boxy img.boxybg { width: 100%; height: auto; display: block; margin: 0; position: relative; z-index: 1; }

.boxeswrap .boxy .insetborder { position: absolute; background: transparent; border-radius: 15px; top: 6px; left: 6px; border: 1px solid #f39314; width: calc(100% - 13px); height: calc(100% - 13px); z-index: 2; }

.boxeswrap .boxy .insetborder:before { display: none; }

.boxeswrap .boxy .boxyinner { display: flex; position: absolute; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; z-index: 3; }

.boxeswrap .boxy .boxyinner img { display: block; height: auto; margin: 0; z-index: 4; }

.boxeswrap .boxy .boxyinner img.airbnbpng { width: 80%; max-width: 160px; padding-top: 6px; }

.boxeswrap .boxy .boxyinner img.bookingpng { width: 60%; max-width: 150px; }

.boxeswrap .boxy .boxyinner p { display: block; width: auto; height: auto; font-size: 2.2rem; line-height: 1; display: block; text-align: center; color: #333; position: relative; z-index: 5; margin: 0; }

@media (max-width: 699px) { .boxeswrap .boxy .boxyinner p { font-size: 1.5rem; } }

.boxeswrap .boxy .boxyinner p.boxywording { display: block; width: auto; height: auto; text-align: center; font-size: 1rem; margin: 10px 0 0; line-height: 1.2; }

.boxeswrap .boxy .boxyinner p.boxywording.nomargin { margin: 0; font-size: 0.8rem; letter-spacing: 1px; }

.cottagewrap { width: 100%; height: 100%; position: relative; box-shadow: rgba(194, 194, 194, 0.28) 0px 4px 10px 0px; margin-bottom: 10px; overflow: hidden; cursor: pointer; }

.cottagewrap img.teaser { display: block; width: 100%; height: auto; }

.cottagewrap .teaserpad { display: block; padding: 0.6rem; }

.cottagewrap h4 { font-family: "Rubik", sans-serif; font-size: 20px; line-height: 28px; margin: 3px 0 6px; }

.cottagewrap h4, .cottagewrap p.location { text-align: left; line-height: 28px; }

.cottagewrap h4 a { color: #333333; text-decoration: none; border-bottom: none; }

.cottagewrap p.location { font-size: 0.9em; margin: 0 0 0.6rem; }

.cottageiconwrap { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; position: relative; overflow: hidden; }

.cottageiconwrap div { display: flex; align-items: center; flex-direction: column; justify-content: center; margin-bottom: 0; }

.cottageiconwrap div div.iconwrap { width: 48px; height: 48px; background: #e8e2e2; border: 1px solid #c1c2bd; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin: 0 0 4px; }

.cottageiconwrap .iconwrap img { display: block; width: 30px; height: 30px; height: auto; margin: 0 0 0 0; }

.cottageiconwrap div span { display: block; width: auto; height: auto; margin: 0 0; font-size: 14px; text-align: center; }

.teaserline { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 10px; position: relative; overflow: hidden; }

.teaserline .iconwrap img { display: block; width: 30px; height: 30px; height: auto; margin: 0 0 0 0; }

.teaserline span { font-size: 0.8rem; }

.spacebottom { padding-bottom: 10px !important; }

img.ltd { display: block; width: 100%; max-width: 400px; margin: 2rem auto; }

.imgbg { background-position: 0% 0%, 0% 0%; background-attachment: scroll, scroll; background-origin: padding-box, padding-box; background-clip: border-box, border-box; background-size: cover; background-repeat: no-repeat; }

.imgbg01 { color: #fff; background-color: rgba(0, 0, 0, 0); background-image: url("../photos/contactbg.jpg"); border-radius: 10px; padding: 50px 30px; }

.colorbandprimary { width: 100%; background-color: #f39314; }

.colorbandprimary h4 { margin: 1rem 0; }

#offerbox { position: relative; display: block; top: 0; left: 15%; right: 15%; width: 70%; height: auto; background-color: transparent; background-image: url("../photos/offerbg2.png"); background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; border: 1px solid #4ab2f9; }

@media (max-width: 699px) { #offerbox { bottom: -150px; left: 10%; right: 10%; width: 80%; } }

#offerbox.overlapup { margin-top: -50px; }

@media (max-width: 699px) { #offerbox.overlapup { margin-top: -20px; } }

#offerbox h3 { padding: 2rem 1rem; display: block; position: relative; left: 15%; width: 70%; height: auto; text-align: center; line-height: 2; }

@media (max-width: 699px) { #offerbox h3 { padding: 1rem; } }

#offerbox h3 em { font-style: normal; font-weight: bold; }

#offerbox h3 span { font-size: 70%; }

#offerbox.nozindex { position: relative; margin: 0 15% 3rem; bottom: auto; top: 0; left: auto; right: auto; width: 70%; height: auto; }

.phonebox { text-align: center; font-size: 120%; }

.sectionpadtb { padding: 60px 0 50px; }

.sectionpadb { padding: 0 0 50px; }

section.topdivider { border-top: 1px solid #333; }

/* slick gallery slide show */
.carousel-one-col { display: block; width: 96%; margin: 0 auto; max-width: 940px; }

#carouselgallery { border: 0px solid #fff; background-color: #fff; }

#carouselgallery img.border { color: #fff; border: 6px solid #fff; }

/* reviews carousel */
#reviews .carousel-one-col { border: 1px solid #c1c2bd; box-sizing: border-box; background-color: #fff; display: block; width: 96%; margin: 0 auto; max-width: 940px; }

@media (max-width: 699px) { #reviews .carousel-one-col { width: 100%; } }

#reviews .slick-slider { border: 1px solid #f39314; }

#reviews .carouselitemwrap { padding: 0 110px; }

@media (max-width: 699px) { #reviews .carouselitemwrap { padding: 0 30px; } }

.testimonial { position: relative; padding: 50px 10px 70px; margin-bottom: 0; border: 0; }

#reviews .testimonial p { color: #413035; font-style: italic; /* font-family: georgia, serif; */ margin: 10px 0; font-size: 110%; line-height: 160%; }

.testimonial p.guest { position: absolute; bottom: 15px; right: 20px; width: 90%; height: 1em; line-height: 100%; color: inherit; margin: 8px 0 3px 0; text-align: right; font-style: normal; font-family: inherit; font-weight: normal; font-size: 16px; }

.padforoverlay { padding: 80px 0; box-sizing: content-box; }

.overlaywhite { background: url("../img/whitetrans.png") 0 0 repeat; display: block; position: relative; box-sizing: border-box; margin: 0 auto; width: 92%; max-width: 800px; padding: 2rem 1rem; }

@media (max-width: 699px) { .overlaywhite { width: 99%; padding: 2rem 0.8rem; } }

.overlay-abs { position: absolute; width: 80%; height: 100%; margin: 0 10%; z-index: +1; }

.overlay-abs.belowcenter { height: 60%; bottom: 0; }

.overlay-abs h3 { text-align: center; color: white; }

p#tagline { display: inline-block; width: 100%; font-family: georgia, 'Times New Roman',  serif; text-align: center; font-size: 0.9rem; font-weight: bold; letter-spacing: 2px; margin: 1% 0 0 0; line-height: 1.4; }

@media (max-width: 1100px) { p#tagline { letter-spacing: 0; font-size: 0.8rem; } }

/* to style photos embedded in text  */
.imgholder { width: 100%; margin: 0 0 1rem 0; border: 1px solid #ccc; background: #ffffff; }

.imgholder img { display: block; margin: 1%; width: 98%; height: auto; padding: 0; }

.imgholder img:hover { background: #b14449; }

img { color: #ffffff; }

img.sidebar { margin: 0 auto 2rem; display: block; width: 100%; height: auto; }

img.inset { display: inline-block; width: 40%; max-width: 400px; height: auto; }

@media (max-width: 699px) { img.inset { display: none; } }

img.inset.left { float: left; margin: 8px 1.7rem 1.7rem 0; }

img.inset.center { float: none; display: block; margin: 8px auto 1.7rem; }

img.inset.top { float: none; display: block; width: 100%; margin: 9px auto 2rem; }

img.inset.top.small { float: none; display: block; width: 100%; margin: 9px auto 2rem; max-width: 600px; }

img.inset.smll { max-width: 400px; width: 90%; }

.sbwrap { padding: 1rem; border: 1px solid #f39314; background: #e8e2e2; }

.ctawrap { text-align: center; display: block; width: 100%; margin: 2em auto; background-color: #e8e2e2; padding: 2rem 0 1rem; }

/* testimonial PPH */
p.stars { text-align: center; display: block; margin: 0.5rem auto 0.8rem; padding: 0; }

p.stars, p.stars span { min-height: 5px; height: 0.8em; font-size: 0.8em; line-height: 0.8em; }

p.stars span { margin: 0 4px 0 0; display: inline-block; width: auto; padding: 0; vertical-align: middle; }

p.stars span svg { color: #fbbc04; height: 0.8em; }

p.contact a { text-decoration: none; }

.footertop { /* @include gradient1(); */ box-sizing: content-box; height: 3px; margin-bottom: 1.4rem; border-top: 1px solid #f39314; border-bottom: 4px solid #f39314; }

#footer { background-color: #ffbb54; /*background-image: url("../photos/footerbg.jpg"); */ background-position: center center; padding: 0; border-top: 0px solid #3f4146; }

.dkbg p, .dkbg a, footer.footermain p, footer.footermain a, footer.footermain h4 { color: #222; text-decoration: none; }

@media (max-width: 699px) { .dkbg p, .dkbg a, footer.footermain p, footer.footermain a, footer.footermain h4 { text-align: center; } }

footer table th, footer table td { color: #222; padding: 0.1rem 2rem 0.1rem 0; }

/* a.forfooterlogo {  display: block; width: 50%; max-width: 200px; height: auto;  } */
img#footerlogo { display: block; width: 100%; max-width: 260px; height: auto; margin-left: 0; margin-right: auto; margin-bottom: 0; }

@media (max-width: 699px) { img#footerlogo { margin: 0 auto 0; } }

img#footerlogo.center { margin-left: auto; }

footer label { color: #ffffff; }

footer table { margin-bottom: 1.7rem; }

#vbottom { /* @include gradient1(); */ border-top: 0px solid #333333; background: #444; padding: 0rem 0; }

#vbottom p { margin: 0.3rem 0; font-size: 90%; line-height: 1.5; }

#vbottom p, #vbottom p a { color: #ddd; }

#vbottom p.discrete { font-size: 70%; }

a.icon { width: 36px; height: 36px; margin: 0 20px 20px 0; flex-shrink: 0; position: relative; display: block; box-sizing: content-box; line-height: 1; text-decoration: none; }

a.icon, a.icon svg { color: #ffffff; }

.graphicwrap { display: -webkit-flex; display: -ms-flexbox; display: flex; width: auto; overflow: hidden; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; align-items: center; margin: 0 0 1.7rem 0; }

@media (max-width: 699px) { .graphicwrap { justify-content: center; } }

.graphicwrap img { display: block; height: 80px; width: auto; margin: 0 6px 6px 0; }

.graphicwrap.spaced { width: 100%; justify-content: space-between; margin: 0.5rem 0; }

.graphicwrap.spaced img.award { display: block; height: 140px; width: auto; }

@media (max-width: 699px) { .graphicwrap.spaced img.award { height: 100px; } }

a.inblock { display: inline-block; width: auto; height: auto; }

.ctabg { background-clip: padding-box; background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; background-color: transparent; background-image: url(""); min-height: 200px; width: 100%; padding: 3rem 0; }

.opaque { position: relative; background-color: #ffffff; z-index: 1; }

.foroverlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }

.foroverlay .overlaid { background: url("../img/overlaybg.png") repeat 0 0; margin: 0; padding: 5px 10px; }

h3.overlaid { line-height: 1.4; font-size: 1.5rem; color: #ffffff; }

h3.overlaid span.more { font-size: 0.9rem; text-decoration: underline; }

/* below use top 50 bottom 50 for tallbox to extend top and bottom */
.fullwidthabsbg { position: relative; top: 0px; bottom: 0px; left: 0; right: 0; width: 100%; min-height: 550px; z-index: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; border: 0px solid #333; }

/* Gallery thumb squares */
.gallerywrap { display: block; padding-left: 0.9%; width: 100%; max-width: 1400px; height: auto; }

.galleryitem { display: inline-block; float: left; margin: 0 0.6% 0.6% 0; padding: 0; width: 24.4%; }

@media (max-width: 899px) { .galleryitem { width: 49%; margin: 0 1% 1% 0; } }

@media (max-width: 699px) { .galleryitem { width: 100%; margin: 0 0 1% 0; } }

.thumb-container { width: 100%; margin: 0%; box-sizing: border-box; border: 0px solid #fff; height: 240px; display: block; overflow: hidden; background-color: transparent; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

@media (max-width: 899px) { .thumb-container { height: 340px; } }

@media (max-width: 699px) { .thumb-container { height: 300px; } }

.galleryitem a { display: block; background-color: #c1b6ac; padding: 0; }

.galleryitem a:hover { background-color: #5e554c; }

/* separator */
.dividerline { position: relative; height: 1px; z-index: 3; padding: 2rem 0; }

.dividerline span { display: block; width: 100%; position: relative; padding: 0 1px; border-bottom: 0px solid #f39314; }

.dividerline span:before { display: block; content: ""; position: absolute; left: 50%; bottom: 0; background-color: #f39314; width: 50%; height: 1px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.dividerline span:after { display: block; content: ""; position: absolute; width: 8px; height: 8px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); background: #ca770a; border: 1px solid #ca770a; -webkit-box-shadow: 0 0 0 5px white; box-shadow: 0 0 0 5px white; left: 50%; margin-left: -4px; bottom: -3px; }

.divider { position: relative; height: 1px; z-index: 1; }

.div-transparent:before { content: ""; position: absolute; top: 0; left: 5%; right: 5%; width: 90%; height: 1px; background-image: linear-gradient(to right, transparent, #ffbb54, transparent); }

.div-image:after { content: ""; position: absolute; z-index: 9; top: -17px; left: calc(50% - 50px); width: 100px; height: 34px; background: url("../photos/separator100.png"); border-radius: 0%; }

.div-dot:after { content: ""; position: absolute; z-index: 1; top: -9px; left: calc(50% - 9px); width: 18px; height: 18px; background-color: #c1c2bd; border: 1px solid #aaaaaa; border-radius: 50%; box-shadow: inset 0 0 0 2px white, 0 0 0 4px white; }

h3.dividertitle { font-size: 18px; line-height: 26px; display: block; width: 100%; margin: 2rem auto; padding: 0; position: relative; text-align: center; text-transform: uppercase; z-index: 1; }

h3.dividertitle::before { background: #f39314; content: ""; height: 1px; left: 0; margin: -1px 0 0 0; padding: 0; position: absolute; top: 50%; width: 100%; z-index: 1; }

h3.dividertitle span { background: #fff; color: #f39314; border: 1px solid #f39314; display: inline-block; margin: 0 auto; padding: 5px 10px; position: relative; z-index: 2; }

div.dots { display: block; width: 100%; height: 2px; max-width: 140px; margin: 0 auto 20px; border: none; border-top-width: medium; border-top-style: none; border-top-color: currentcolor; border-right-color: currentcolor; border-bottom-color: currentcolor; border-left-color: currentcolor; border-top: 4px dotted #222; }

div.dots.light { border-top: 4px dotted #fff !important; }

img.fit { width: 100%; display: block; margin: 0; }

img.m-pbot { margin-bottom: 1.8rem; }

.item_map .google-map { width: 100%; height: 600px; border: 1px solid #ddd; }

#scroll-top-top { position: fixed; display: none; text-indent: -9999px; z-index: 99999; width: 35px; height: 35px; bottom: 30px; right: 60px; background-color: #f39314; background-image: url("../img/scroll-top-top.png"); background-repeat: no-repeat; background-position: 50%; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

#showonload { display: block; }

.opacityfull { visibility: visible; opacity: 1; }

.no-js .preloader { display: none; }

.preloader { align-items: center; background: #ffffff; display: flex; height: 100vh; justify-content: center; left: 0; position: fixed; top: 0; transition: opacity 0.9s linear; width: 100%; z-index: 9999; opacity: 1; }

.preloader.loaded { opacity: 0; pointer-events: none; }

/* end preloader */
#cookies-eu-banner { position: fixed; width: 100%; height: auto; bottom: 0; left: 0; background-color: #ffffff; padding: 0.7rem 0; z-index: 9999999999; }

#cookies-eu-banner p { text-align: center; margin: 0; justify-content: center; }

#cookies-eu-banner p, #cookies-eu-banner p a { color: #444444; }

#cookies-eu-banner p a { text-decoration: underline; }

#cookies-eu-banner p span { margin: 0 10px; display: inline; }

#cookies-eu-banner p button { display: inline; line-height: 1; font-size: 100%; margin: 0 10px; color: #ffffff; padding: 0.4rem 0.6rem 0.4rem; border: none; }

#cookies-eu-banner p button:hover { color: #000000; }

#cookies-eu-banner p button#cookies-eu-reject { background-color: #B22222; }

#cookies-eu-banner p button#cookies-eu-accept { background-color: #668b2b; }

/* page nav for getPage  */
.pageNav { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; color: #ffffff; list-style-type: none; }

.pageNav li { list-style-type: none; }

.pageNav li a { text-decoration: none; color: #ffffff; padding: 15px; border: 1px solid #f39314; background-color: #f39314; margin: 10px 1px; line-height: 1; }

.pageNav li a.active { background-color: #ffffff; color: #f39314; }

@media (max-width: 890px) { .hideearly { display: none !important; } }
