@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face { font-family: 'walkway'; src: url("fonts/Walkway_SemiBold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
/*** 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: #222222; color: #eeeeee; font-family: "Roboto", "Montserrat", 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: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -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.3333333333%; -webkit-flex-basis: 8.3333333333%; flex-basis: 8.3333333333%; width: 8.3333333333%; }

.col-2 { -ms-flex-preferred-size: 16.6666666667%; -webkit-flex-basis: 16.6666666667%; flex-basis: 16.6666666667%; width: 16.6666666667%; }

.col-3 { -ms-flex-preferred-size: 25%; -webkit-flex-basis: 25%; flex-basis: 25%; width: 25%; }

.col-4 { -ms-flex-preferred-size: 33.3333333333%; -webkit-flex-basis: 33.3333333333%; flex-basis: 33.3333333333%; width: 33.3333333333%; }

.col-5 { -ms-flex-preferred-size: 41.6666666667%; -webkit-flex-basis: 41.6666666667%; flex-basis: 41.6666666667%; width: 41.6666666667%; }

.col-6 { -ms-flex-preferred-size: 50%; -webkit-flex-basis: 50%; flex-basis: 50%; width: 50%; }

.col-7 { -ms-flex-preferred-size: 58.3333333333%; -webkit-flex-basis: 58.3333333333%; flex-basis: 58.3333333333%; width: 58.3333333333%; }

.col-8 { -ms-flex-preferred-size: 66.6666666667%; -webkit-flex-basis: 66.6666666667%; flex-basis: 66.6666666667%; width: 66.6666666667%; }

.col-9 { -ms-flex-preferred-size: 75%; -webkit-flex-basis: 75%; flex-basis: 75%; width: 75%; }

.col-10 { -ms-flex-preferred-size: 83.3333333333%; -webkit-flex-basis: 83.3333333333%; flex-basis: 83.3333333333%; width: 83.3333333333%; }

.col-11 { -ms-flex-preferred-size: 91.6666666667%; -webkit-flex-basis: 91.6666666667%; flex-basis: 91.6666666667%; width: 91.6666666667%; }

.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: 901px) { body.overflow { overflow-y: scroll; } }

div.vline { display: block; height: 100%; width: 1px; background-color: #3d3d49; }

nav.topnav { background-color: #444; background: transparent url("../img/carbontile30b.png") 0 0 repeat; box-sizing: border-box; border-right: none; border-top: 0px solid #377eff; border-bottom: 0px solid #377eff; width: 100%; height: 50px; margin: 0; padding: 0 0.3rem; display: block; position: relative; z-index: 999999 !important; }
@media (max-width: 900px) { nav.topnav { width: 100%; height: 50px; } }

.brand { display: block; position: relative; z-index: 2; top: 0; left: 0; text-align: left; width: 70%; /* width: 34%; height: ($navheight - 5); 
border: 0px solid #770000; 
height: $navheight;  */ }
@media (max-width: 900px) { .brand { width: 100%; /* height: ($mobnavheight - 3); */ } }
@media (max-width: 699px) { .brand { /* max-width: 240px; */ } }
.brand a, .brand a:visited { color: #fff; }

.brand.brandcenter { text-align: center; width: 100%; }

.brand h3.bizname { text-align: left; font-size: 2.4rem; font-family: "walkway", sans-serif; color: #eee; letter-spacing: 0; line-height: 1; margin: 0; padding: 0; text-transform: none; }
@media (max-width: 699px) { .brand h3.bizname { font-size: 2.2rem; } }
@media (max-width: 699px) { .brand h3.bizname { font-size: 1.8rem; } }

.brand h3.bizname span { font-family: "Roboto", "Montserrat", 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: 16px; margin: 0.2rem 0 0; text-transform: none; letter-spacing: 2px; font-family: "Cantarell", sans-serif; color: #eee; line-height: 1; padding: 0; }
@media (max-width: 699px) { .brand h4.tagline { font-size: 16px; letter-spacing: 1px; } }
@media (max-width: 699px) { .brand h4.tagline { font-size: 15px; letter-spacing: 0; } }

.brand.brandcenter h3.bizname, .brand.brandcenter h4.tagline { text-align: center; }

.brand img { display: block; width: auto; padding: 0; margin: 0; height: 47px; vertical-align: middle; }
@media (max-width: 900px) { .brand img { height: 45px; } }

#navwrap { width: 100%; height: 50px; margin: 0; position: relative; top: 0; right: 0; }
@media (max-width: 900px) { #navwrap { width: 100%; margin: 0 0; } }

.mobnavheight { height: 50px; }

p.mobbarleft { display: none; position: absolute; left: 0.5rem; top: 0; width: auto; line-height: 50px; z-index: 500; }
@media (max-width: 900px) { p.mobbarleft { display: block; height: 50px; } }

ul.fwflex { display: flex; flex-direction: row; -webkit-flex-direction: row; justify-content: space-between; align-items: center; /* refers to alignment of items when displaying as column */ position: relative; list-style: none; margin: 0; padding: 0; border-left: 1px solid #3d3d49; }
ul.fwflex li { flex-grow: 1; 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: #eee; display: block; position: relative; height: auto; width: auto; font-family: "Roboto", "Montserrat", sans-serif; font-size: 1rem; line-height: 50px; border-right: 1px solid #3d3d49; text-transform: none; text-decoration: none; padding: 0 1rem; white-space: nowrap; letter-spacing: 1px; }
ul.fwflex li a:hover { border-top: 0px solid #377eff; }
@media (max-width: 900px) { 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: 900px) { 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 #377eff; }

.borderarrowdown { display: inline-block; position: relative; margin-left: 10px; 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: #eee; transform: translateY(-2px) rotate(45deg); transform-origin: 50% 50%; transition: transform 0.2s; }

ul.dropdown { display: block; padding: 0; margin: 0; position: absolute; top: 50px; 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: #444; color: #fff; border-bottom: 1px solid #6a9fff; }

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  */ }

/* mobnav style */
@media (max-width: 900px) { #navwrap { background-color: #333; position: absolute; z-index: 9999; display: none; top: 45px; bottom: auto; right: auto; left: auto; width: 100%; max-width: 100%; height: auto; min-height: auto; margin: 0 auto; -webkit-overflow-scrolling: touch; z-index: 401; }
  ul.fwflex { padding: 50px 0 200px 0; border: 0; 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: 1rem; height: auto; line-height: 50px; border: 0; border-right: 0 !important; }
  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 */
#burgercross { display: none; width: 36px; height: 25px; position: absolute; z-index: 99999; top: 13px; right: 20px; left: auto; margin: 0; -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; }
@media (max-width: 900px) { #burgercross { display: block; } }

#burgercross span { display: block; position: absolute; height: 4px; width: 100%; background: #eee; 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 #444444; }

ul.footernav li { display: inline-block; padding: 0 1rem; }

.footernav.vertical li { display: block; margin-left: 0; padding: 0.2rem 0px; border-top: 1px solid #444444; border-bottom: 0px solid #c8b58d; line-height: 2rem; }

.footernav.vertical li a { color: #eeeeee; font-weight: normal; border-bottom: 0; text-decoration: none; line-height: 1.5rem; }

.footernav.vertical li a:hover { border-bottom: 0px solid #c8ba9e; color: #eeeeee; }

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: 700px; }

form.hasborder { margin: 2.5rem auto 1.7rem; padding: 1rem; border: 1px solid #cccccc; }

form.nobdrpad { padding: 0; border: none; }

.form-group { margin-bottom: 0.5rem; width: 100%; }

.form-group.mbot { margin-bottom: 1rem; }

input[type=submit] { margin-top: 0.7rem; }

fieldset { display: block; margin-bottom: 0.5rem; width: 100%; }

legend { font-size: 1.2em; color: #eee; font-weight: inherit; margin-bottom: 0.5rem; }

legend.center { text-align: center; width: 100%; margin-bottom: 1.5rem; }

legend.onborder { position: relative; top: -2.25rem; padding: 0.2rem 0.6rem; background-color: #ffffff; border: 1px solid #cccccc; }

form.nobdrpad legend.onborder label.form-label { display: block; line-height: 1.7rem; 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.7rem; 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 #4688ff; -moz-box-shadow: 0 0 0.2rem 0 #4688ff; box-shadow: 0 0 0.2rem 0 #4688ff; border-color: #4688ff; }
.form-input::placeholder { color: white; }
.form-input[type="file"] { height: auto; }

textarea.form-input { width: 100%; height: 300px; }

input.default { border: 1px solid #377eff; padding: 0.3rem 0.3rem; }

input[type=submit] { margin-top: 0.7rem; background: #377eff; color: #ffffff; padding: 0.2rem 0.8rem; }

input[type=submit].default { margin-bottom: 0; margin-top: 0; border: 1px solid #377eff; 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: #333; font-size: inherit; height: auto; line-height: 1.7rem; outline: none; padding: 0.2rem 0.2rem; vertical-align: middle; width: auto; }
.form-select:focus { -webkit-box-shadow: 0 0 0.2rem 0 #4688ff; -moz-box-shadow: 0 0 0.2rem 0 #4688ff; box-shadow: 0 0 0.2rem 0 #4688ff; border-color: #4688ff; }
.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.7rem; 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; }

.padt1 { padding-top: 1rem; }

.textpad { padding-left: 1rem; padding-right: 1rem; }

.sectionpadt2, .padt2 { padding-top: 2rem; }

.sectionpadt3, .padt3 { padding-top: 3rem; }

.padb1 { padding-bottom: 1rem; }

.sectionpadb2, .padb2 { padding-bottom: 2rem; }

.sectionpadb3, .padb3 { padding-bottom: 3rem; }

.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; }

.spaced { justify-content: space-between; }

.flex-centered, .tocenter, .tocentermid { display: flex; 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; }

.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: 900px) { .laprowmobcol { flex-direction: column; justify-content: center; } }

.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: "Roboto", "Montserrat", sans-serif; font-weight: 300; font-size: inherit; line-height: 1.7rem; color: #eeeeee; }

h1, h2, h3, h4, h5 { margin: 2rem 0 1rem; font-family: "Cantarell", sans-serif; font-weight: 400; line-height: 1.3; color: #eee; text-transform: uppercase; }

h1 { margin: 2rem auto; font-size: 2.6rem; }

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: 0.2rem; }

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 1.7rem; }
@media (max-width: 699px) { h2.sectiontitle, h3.sectiontitle { font-size: 2rem; } }

h2.sectiontitle.nosub { margin-bottom: 1.5rem; }

h3 { font-size: 1.3rem; }

.subpagetitle, .subsectiontitle { margin: 0 0 1.7rem; font-family: "Roboto", "Montserrat", sans-serif; }

h3.subpagetitle { text-transform: none; font-size: 1.1rem; font-family: "Roboto", "Montserrat", sans-serif; color: #eeeeee; font-weight: bold; }

footer h3 { margin-top: 0.5rem; }

h4 { font-size: 1.3rem; }

h5 { font-size: 1.2rem; }

p, li, td, label { font-size: inherit; }

p { margin: 0 0 1.5rem; }

footer p { margin-bottom: 1rem; }

p.subtitle { display: block; font-family: "Cantarell", sans-serif; font-size: inherit; color: #eee; text-align: center; font-size: 120%; font-style: normal; font-weight: bold; margin: 0em 0 1em; }

body .lttext, .lttext h3, .lttext h4, .lttext a { color: #fff; }

.fancy { font-family: "walkway", sans-serif !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; }

.lapleftmobcenter { text-align: left; display: inline-block; width: auto; }
@media (max-width: 900px) { .lapleftmobcenter { text-align: center; } }

.laprightmobcenter { text-align: right; display: inline-block; width: auto; }
@media (max-width: 900px) { .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: #fff; outline: none; text-decoration: underline; }
a:focus { /* @include control-shadow(); */ }
a:focus, a:hover, a:active { text-decoration: underline; }

.nocolor a { color: #eeeeee; }

a.noborder { text-decoration: none; }
a.noborder:focus, a.noborder:hover, a.noborder:active { text-decoration: none; }

a.nostyle { text-decoration: none; border-bottom: none; color: #eeeeee !important; }

.hasbg a { color: #111111; }

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: "Roboto", "Montserrat", 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 #377eff; padding: 1rem; background: #dddad3 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; width: 94%; margin: 0.5rem 0 1.5rem; padding: 0; }
.defaultlist ul ul { margin: 0.5rem 0 0.5rem; }

.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: #377eff; }

.hasbg .defaultlist ul li:before { background-color: #111111; }

#footer .defaultlist ul li a { color: #eeeeee; text-decoration: none; border-bottom: none; }

#footer .defaultlist ul li:before { background-color: #eeeeee; }

.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.man */
/* 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 #eee; 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: #377eff; 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: #377eff; }

.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: #377eff; }

.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.altrows tr:nth-child(even) { background: #dfdcd2; }

table.altrows tr:nth-child(odd) { background: transparent; }

.btn, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #377eff; width: auto; height: auto; padding: 0.8rem 1.2rem 0.8rem; margin: 0 0 1.7rem; color: #ffffff; border: none !important; cursor: pointer; display: inline-block; font-size: 100%; letter-spacing: 1px; line-height: 1.7rem; outline: none; text-align: center; text-decoration: none; text-transform: uppercase; 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: #0960ff; color: #ffffff; text-decoration: none; -webkit-box-shadow: 0 0 0.2rem 0 #4688ff; -moz-box-shadow: 0 0 0.2rem 0 #4688ff; box-shadow: 0 0 0.2rem 0 #4688ff; }
.btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active { background: #0960ff; color: #ffffff; text-decoration: none; }
.btn.cta, input[type="submit"].cta { font-size: 1.3rem; padding: 0.6rem 1.5rem; display: inline-block; margin-left: auto; margin-right: auto; }
.btn.btn-primary, input[type="submit"].btn-primary { background: #377eff; border-color: #2874ff; color: #ffffff; }
.btn.btn-primary:focus, .btn.btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="submit"].btn-primary:hover { background: #1e6eff; border-color: #0e64ff; color: #ffffff; }
.btn.btn-primary:active, .btn.btn-primary.active, input[type="submit"].btn-primary:active, input[type="submit"].btn-primary.active { background: #1367ff; border-color: #045dff; color: #ffffff; }

a.btn span.em { color: #ffffff; line-height: inherit; font-style: normal; font-weight: inherit; text-transform: none; font-size: 1.5rem; display: inline; vertical-align: middle; margin-left: 10px; }

#fixedbutton { position: fixed; display: none; bottom: 200px; left: 0; z-index: 99999; }

.btn-outline, a.btn-outline { background-color: #222; color: #eee; border: 1px solid #6a9fff; display: inline-block; cursor: pointer; overflow: visible; margin: 0; padding: 8px 16px; transition: all 0.25s ease-in-out; vertical-align: middle; -webkit-appearance: none; font-size: 100%; line-height: 2; font-family: inherit; font-style: normal; letter-spacing: 1px; text-align: center; text-decoration: none !important; text-transform: uppercase; }

.vertical-text { transform: rotate(90deg); transform-origin: left bottom 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: 1px 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/arrow25darkrt.png"); right: 0; }

.arrowsdark .slick-prev:before { background-image: url("../img/arrow25darklt.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; }

.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: #222; background-image: url("../photos/websitebg.jpg"); background-position: center top; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }

.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: #404840 url("../photos/bgtile.jpg") 0 0 repeat; }

.phoneicon { background-image: url("../img/phone.png"); margin-bottom: -4px; }

.myicon { width: 16px; height: 16px; display: inline-block; background-position: bottom left; background-repeat: no-repeat; background-size: contain; }

.textwrap { margin-left: auto; margin-right: auto; width: 90%; max-width: 800px; }

#topbar { background-color: transparent; height: auto; background: #1a1a1f url("../img/header100.jpg") repeat-x; display: block; margin: 0; padding: 0.8rem 0.3rem 1rem; }
@media (max-width: 900px) { #topbar { padding: 1.5rem 0.3rem; } }

#topbarright { display: block; width: 30%; height: 100%; }
@media (max-width: 900px) { #topbarright { display: none; } }

/* brand css on navflex */
#topbarright p { margin: 0; text-align: right; }

p.topbarleft { font-family: "Cantarell", sans-serif; padding-left: 0; margin: 0; width: auto; display: block; height: 100%; line-height: 44px; }
@media (max-width: 900px) { p.topbarleft { display: none; } }

p.topbarleft, a.topbar, .bgrwrap span, #topbarright a { color: #fff; font-size: 0.9rem; text-decoration: none; border-bottom: 0; }

a.topbarright { margin: 0; display: block; width: auto; cursor: pointer; text-decoration: none; border: none; line-height: 44px; }

.phoneicon { background-image: url("../img/phone.png"); margin-bottom: -4px; }

.myicon { width: 16px; height: 16px; display: inline-block; background-position: bottom left; background-repeat: no-repeat; background-size: contain; }

.titleswrap { position: absolute; width: 70%; top: 0; left: 15%; height: 100%; }

.abstitle { position: absolute; width: auto; height: auto; top: 5%; left: auto; right: auto; margin: 0 auto; background: url("../img/blackbgtrans.png") 0 0 repeat; }

.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); } }
.sshero { margin-bottom: 0px; }
@media (max-width: 699px) { .sshero { margin-bottom: 0px; } }

.offerbox { position: relative; display: block; margin: 0 auto 1rem; width: 100%; max-width: 900px; height: auto; background-color: transparent; background-image: url("../photos/offerbg5.jpg"); 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 #444; }

.offerbox.overlapup { margin-top: -50px; margin-bottom: 0; }
@media (max-width: 699px) { .offerbox.overlapup { margin-top: 2rem; } }

.offerbox h3 { padding: 1.5rem 0rem; margin: 0 !important; display: block; position: relative; left: 3%; width: 94%; height: auto; text-align: center; line-height: 1.5; color: #ffffff; }
@media (max-width: 699px) { .offerbox h3 { padding: 1rem 0; } }

.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; }

.cottageiconwrap, .btnwrap { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0.4rem auto 1.7rem; }

.cottageiconwrap div { margin: 0.4rem auto; width: auto; height: auto; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; }

.cottageiconwrap img { display: block; width: 26px; height: auto; margin: 0 8px 0 0; }

.cottageiconwrap span { display: block; width: auto; height: auto; margin: 0 20px 0 0; }

/* slick gallery slide show */
.gallerywrap { background-color: #342c21; padding: 60px 0 80px; }

.gallerywrap h3, #reviews h3 { color: #ffffff; font-size: 2.6rem; margin: 0 auto 2rem; }

.gallerywrap h3 { color: #ffffff; }

.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 { padding: 60px 0 80px; }

#reviews .carousel-one-col { border: 1px solid #377eff; box-sizing: border-box; display: block; width: 96%; margin: 0 auto; max-width: 940px; }
@media (max-width: 699px) { #reviews .carousel-one-col { width: 100%; } }

#reviews h3 { color: inherit; }

#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: 18px; 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; } }

.sswrap { width: 100%; max-width: 1300px; display: block; margin: 0 auto; }

.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: 900px) { p#tagline { letter-spacing: 0; font-size: 0.8rem; } }

img#logo { display: block; width: 80%; max-width: 150px; margin: 0 30px; height: auto; line-height: 1; }
@media (max-width: 899px) { img#logo { max-width: 100px; margin: 0 20px; display: block; } }
@media (max-width: 699px) { img#logo { /*max-width: 70px; margin: 0 10px;  */ display: none; } }

h3.herotitle { width: auto; display: inline-block; height: auto; font-size: 40px; line-height: 1.6em; text-align: center; margin: 10% auto 0; padding: 1rem 1.5rem; color: #fff; background-image: url("../img/blacktrans45.png"); background-repeat: repeat; background-position: left top; background-attachment: scroll; background-size: auto; position: relative; z-index: 2; }

#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 #377eff; 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: "walkway", sans-serif; position: relative; z-index: 402; color: inherit; }
@media (max-width: 699px) { #herobotoverlay h2, #herobotoverlay h1 { font-size: 50px; } }

p.tagline { font-family: "walkway", sans-serif; font-size: 200%; text-align: center; font-weight: 500; padding-top: 1.7rem; }

p.tagline.bigtopmargin { padding-top: 100px; margin: 0 auto 50px; }

/* 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 #377eff; background: #dddad3; }

.ctawrap { text-align: center; display: block; width: 100%; margin: 2em auto; background-color: #dddad3; padding: 2rem 0 1rem; }

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: #eee; 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: #eee; border: 1px solid #eee; 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; }

/* slick slider reviews like thalassa garden 
.reviewsbg { position: relative; background-size: cover; background-position: center center; background-attachment: scroll; padding: 20px 0 40px 0;
}

.reviewscarousel {  width: 96%; max-width: 1000px; margin: 50px auto 0; padding: 0 0 50px; height: auto; border: 0px solid #cab597; } 
.testimonial {  position: relative; display: block; box-sizing: border-box; background-color: transparent; width: 100%; height: auto; margin: 0; padding: 0 90px;
@include screen(sml) {   padding: 0 40px;  }
}
.testimonial h4 { color: #fff; font-family: georgia, serif; font-size: 1.4rem; margin: 0; text-align: center;
}
.testimonial p { color: #fff; text-align: center; font-style: italic; font-family: georgia, serif; margin: 10px 0; font-size: 1.1rem; line-height: 170%;
}
.testimonial p.guest { margin: 8px 0 3px 0; text-align: center; font-style: normal; font-family: inherit; font-weight: normal; font-size: 0.9rem;
}  */
/* 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 #377eff; border-bottom: 4px solid #377eff; }

#footer { background: #111111; padding-top: 0; border-top: 1px solid #3f4146; }

.dkbg p, .dkbg a, footer.footermain p, footer.footermain a, footer.footermain h4 { color: #eeeeee; }

/* a.forfooterlogo {  display: block; width: 50%; max-width: 200px; height: auto;  } */
img.footerlogo { display: block; width: 80%; max-width: 260px; height: auto; margin-left: 0; margin-right: auto; margin-bottom: 30px; }

img.footerlogo.center { margin-left: auto; }

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; }

.graphicwrap img { display: block; height: 50px; width: auto; margin: 0 6px 6px 0; }

img.footergraphic { display: block; margin: 0; height: auto; width: 100%; max-width: 300px; }

a.inblock { display: inline-block; width: auto; height: auto; }

div.bannerrow { padding: 0.5rem; width: 100%; }

img.b-row { height: 110px; width: auto; margin: 0.5rem; display: block; }

.vbot { /* @include gradient1(); */ border-top: 1px solid #377eff; padding: 0rem 0; }

.vbot p { margin: 0rem 0; }

.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; margin-left: 0.9%; width: 99.1%; 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: 5px solid #fff; height: 260px; 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 #377eff; }

.dividerline span:before { display: block; content: ""; position: absolute; left: 50%; bottom: 0; background-color: #377eff; 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: #045dff; border: 1px solid #045dff; -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, #111111, 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: #8d967d; border: 1px solid #aaaaaa; border-radius: 50%; box-shadow: inset 0 0 0 2px white, 0 0 0 4px white; }

img.fit { width: 100%; display: block; margin: 0; }

img.m-pbot { margin-bottom: 1.7rem; }

.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: #377eff; 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: #222222; 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 #377eff; background-color: #377eff; margin: 10px 1px; line-height: 1; }

.pageNav li a.active { background-color: #ffffff; color: #377eff; }

/*# sourceMappingURL=main.css.map */
