@import url("fontawesome-all.min.css");

@font-face {
font-family: 'tan pearl';
src:  url('tan-pearl.otf') format('woff2');
font-weight: 100;
font-style: normal;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
scroll-behavior: smooth;
}

body {
line-height: 1;
}
.skip {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.skip:focus {
position: static;
width: auto;
height: auto;
}
ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

body {
-webkit-text-size-adjust: none;
}

mark {
background-color: transparent;
color: inherit;
}

input::-moz-focus-inner {
border: 0;
padding: 0;
}

input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}

/* Basic */

html {
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}

body {

}
#page-wrapper {
background: url('images/pattern2.jpg');
background-size: cover;
background-repeat: no-repeat;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
-moz-animation: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}

body, input, textarea, select {
font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
font-weight: normal;
font-weight: 400;
color: #6b7770;
font-size: 13pt;
line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {

font-weight: 700;
text-transform: uppercase;
color: rgba(0, 0, 0, 1);
margin: 0 0 0.5em 0;
line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
color: rgba(0, 0, 0, 1);
}

h2 {
font-size: 1.65em;
}

h2.major {
position: relative;
font-family: "tan pearl", serif;
font-size: 2em;
text-align: center;
margin: 1em 0 1em 0;
top: 0.775em;
}
h2.major.two {
margin: 0 0 1em 0;
}
p#locations {
text-align: center;
font-size: 1.25em;
color: rgba(0, 0, 0, 1);
margin-bottom: 1em;
}
h2.major span {
position: relative;
display: inline-block;
color: rgba(0, 0, 0, 1);
background: transparent;
border-radius: 100%;
top: 1em;
margin-bottom: 1em;
padding: 0 1.25em 0 1.25em;
}

h3, h4 {
font-size: 1.25em;
}

a {
color: #006376;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

b, strong {
font-weight: 700;
color: rgba(113, 85, 121, 1);
}

i, em {
font-style: italic;
}

br.clear {
clear: both;
}

sub {
position: relative;
top: 0.5em;
font-size: 0.8em;
}

sup {
position: relative;
top: -0.5em;
font-size: 0.8em;
}

hr {
border: 0;
border-top: solid 2px #E7EAE8;
margin: 0 0 3em 0;
}

blockquote {
border-left: solid 5px #E7EAE8;
padding: 1em 0 1em 1.5em;
font-style: italic;
}

p, ul, ol, dl, table {
margin-bottom: 3em;
}



header > p {
display: block;
font-weight: 700;
text-transform: uppercase;
color: rgba(0, 0, 0, 1);
}

/* Container */

.container {
margin: 0 auto;
max-width: 100%;
width: 75em;
}

@media screen and (max-width: 1680px) {

.container {
width: 75em;
}
}

@media screen and (max-width: 1280px) {

.container {
width: calc(100% - 100px);
}
}

@media screen and (max-width: 980px) {

.container {
width: calc(100% - 100px);
}

}

@media screen and (max-width: 736px) {

.container {
width: calc(100% - 40px);
}

}
@media screen and (max-width: 550px) {


}
@media screen and (max-width: 360px) {

.container {
width: calc(100% - 30px);
}
}

/* Row */

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp{order:-1}.row>.col-1{width:8.33333%}.row>.off-1{margin-left:8.33333%}.row>.col-2{width:16.66667%}.row>.off-2{margin-left:16.66667%}.row>.col-3{width:35%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.33333%}.row>.off-4{margin-left:33.33333%}.row>.col-5{width:41.66667%}.row>.off-5{margin-left:41.66667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.33333%}.row>.off-7{margin-left:58.33333%}.row>.col-8{width:66.66667%}.row>.off-8{margin-left:66.66667%}.row>.col-9{width:65%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.33333%}.row>.off-10{margin-left:83.33333%}.row>.col-11{width:91.66667%}.row>.off-11{margin-left:91.66667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-12.5px;margin-left:-12.5px}.row.gtr-25>*{padding:12.5px 0 0 12.5px}.row.gtr-25.gtr-uniform{margin-top:-12.5px}.row.gtr-25.gtr-uniform>*{padding-top:12.5px}.row.gtr-50{margin-top:-25px;margin-left:-25px}.row.gtr-50>*{padding:25px 0 0 25px}.row.gtr-50.gtr-uniform{margin-top:-25px}.row.gtr-50.gtr-uniform>*{padding-top:25px}.row{margin-top:-30px;margin-left:-30px}.row>*{padding:30px 0 0 30px}.row.gtr-uniform{margin-top:-50px}.row.gtr-uniform>*{padding-top:50px}.row.gtr-150{margin-top:-75px;margin-left:-75px}.row.gtr-150>*{padding:75px 0 0 75px}.row.gtr-150.gtr-uniform{margin-top:-75px}.row.gtr-150.gtr-uniform>*{padding-top:75px}.row.gtr-200{margin-top:-100px;margin-left:-100px}.row.gtr-200>*{padding:60px 0 0 100px}.row.gtr-200.gtr-uniform{margin-top:-100px}.row.gtr-200.gtr-uniform>*{padding-top:100px}@media screen and (max-width:1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-xlarge{order:-1}.row>.col-1-xlarge{width:8.33333%}.row>.off-1-xlarge{margin-left:8.33333%}.row>.col-2-xlarge{width:16.66667%}.row>.off-2-xlarge{margin-left:16.66667%}.row>.col-3-xlarge{width:25%}.row>.off-3-xlarge{margin-left:25%}.row>.col-4-xlarge{width:33.33333%}.row>.off-4-xlarge{margin-left:33.33333%}.row>.col-5-xlarge{width:41.66667%}.row>.off-5-xlarge{margin-left:41.66667%}.row>.col-6-xlarge{width:50%}.row>.off-6-xlarge{margin-left:50%}.row>.col-7-xlarge{width:58.33333%}.row>.off-7-xlarge{margin-left:58.33333%}.row>.col-8-xlarge{width:66.66667%}.row>.off-8-xlarge{margin-left:66.66667%}.row>.col-9-xlarge{width:75%}.row>.off-9-xlarge{margin-left:75%}.row>.col-10-xlarge{width:83.33333%}.row>.off-10-xlarge{margin-left:83.33333%}.row>.col-11-xlarge{width:91.66667%}.row>.off-11-xlarge{margin-left:91.66667%}.row>.col-12-xlarge{width:100%}.row>.off-12-xlarge{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-12.5px;margin-left:-12.5px}.row.gtr-25>*{padding:12.5px 0 0 12.5px}.row.gtr-25.gtr-uniform{margin-top:-12.5px}.row.gtr-25.gtr-uniform>*{padding-top:12.5px}.row.gtr-50{margin-top:-25px;margin-left:-25px}.row.gtr-50>*{padding:25px 0 0 25px}.row.gtr-50.gtr-uniform{margin-top:-25px}.row.gtr-50.gtr-uniform>*{padding-top:25px}.row{margin-top:-30px;margin-left:-30px}.row>*{padding:30px 0 0 30px}.row.gtr-uniform{margin-top:-50px}.row.gtr-uniform>*{padding-top:50px}.row.gtr-150{margin-top:-75px;margin-left:-75px}.row.gtr-150>*{padding:75px 0 0 75px}.row.gtr-150.gtr-uniform{margin-top:-75px}.row.gtr-150.gtr-uniform>*{padding-top:75px}.row.gtr-200{margin-top:-100px;margin-left:-100px}.row.gtr-200>*{padding:70px 0 0 100px}.row.gtr-200.gtr-uniform{margin-top:-100px}.row.gtr-200.gtr-uniform>*{padding-top:100px}}@media screen and (max-width:1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-large{order:-1}.row>.col-1-large{width:8.33333%}.row>.off-1-large{margin-left:8.33333%}.row>.col-2-large{width:16.66667%}.row>.off-2-large{margin-left:16.66667%}.row>.col-3-large{width:25%}.row>.off-3-large{margin-left:25%}.row>.col-4-large{width:33.33333%}.row>.off-4-large{margin-left:33.33333%}.row>.col-5-large{width:41.66667%}.row>.off-5-large{margin-left:41.66667%}.row>.col-6-large{width:50%}.row>.off-6-large{margin-left:50%}.row>.col-7-large{width:58.33333%}.row>.off-7-large{margin-left:58.33333%}.row>.col-8-large{width:66.66667%}.row>.off-8-large{margin-left:66.66667%}.row>.col-9-large{width:75%}.row>.off-9-large{margin-left:75%}.row>.col-10-large{width:83.33333%}.row>.off-10-large{margin-left:83.33333%}.row>.col-11-large{width:91.66667%}.row>.off-11-large{margin-left:91.66667%}.row>.col-12-large{width:100%}.row>.off-12-large{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-10px;margin-left:-10px}.row.gtr-25>*{padding:10px 0 0 10px}.row.gtr-25.gtr-uniform{margin-top:-10px}.row.gtr-25.gtr-uniform>*{padding-top:10px}.row.gtr-50{margin-top:-20px;margin-left:-20px}.row.gtr-50>*{padding:20px 0 0 20px}.row.gtr-50.gtr-uniform{margin-top:-20px}.row.gtr-50.gtr-uniform>*{padding-top:20px}.row{margin-top:-25px;margin-left:-25px}.row>*{padding:25px 0 0 25px}.row.gtr-uniform{margin-top:-40px}.row.gtr-uniform>*{padding-top:40px}.row.gtr-150{margin-top:-60px;margin-left:-60px}.row.gtr-150>*{padding:60px 0 0 60px}.row.gtr-150.gtr-uniform{margin-top:-60px}.row.gtr-150.gtr-uniform>*{padding-top:60px}.row.gtr-200{margin-top:-80px;margin-left:-80px}.row.gtr-200>*{padding:50px 0 0 80px}.row.gtr-200.gtr-uniform{margin-top:-80px}.row.gtr-200.gtr-uniform>*{padding-top:80px}}@media screen and (max-width:980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-medium{order:-1}.row>.col-1-medium{width:8.33333%}.row>.off-1-medium{margin-left:8.33333%}.row>.col-2-medium{width:16.66667%}.row>.off-2-medium{margin-left:16.66667%}.row>.col-3-medium{width:25%}.row>.off-3-medium{margin-left:25%}.row>.col-4-medium{width:33.33333%}.row>.off-4-medium{margin-left:33.33333%}.row>.col-5-medium{width:41.66667%}.row>.off-5-medium{margin-left:41.66667%}.row>.col-6-medium{width:50%}.row>.off-6-medium{margin-left:50%}.row>.col-7-medium{width:58.33333%}.row>.off-7-medium{margin-left:58.33333%}.row>.col-8-medium{width:66.66667%}.row>.off-8-medium{margin-left:66.66667%}.row>.col-9-medium{width:75%}.row>.off-9-medium{margin-left:75%}.row>.col-10-medium{width:83.33333%}.row>.off-10-medium{margin-left:83.33333%}.row>.col-11-medium{width:91.66667%}.row>.off-11-medium{margin-left:91.66667%}.row>.col-12-medium{width:50%}.row>.col-12-medium2{width:100%}.row>.off-12-medium{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-12.5px;margin-left:-12.5px}.row.gtr-25>*{padding:12.5px 0 0 12.5px}.row.gtr-25.gtr-uniform{margin-top:-12.5px}.row.gtr-25.gtr-uniform>*{padding-top:12.5px}.row.gtr-50{margin-top:-25px;margin-left:-25px}.row.gtr-50>*{padding:25px 0 0 25px}.row.gtr-50.gtr-uniform{margin-top:-25px}.row.gtr-50.gtr-uniform>*{padding-top:25px}.row{margin-top:-30px;margin-left:-30px}.row>*{padding:30px 0 0 30px}.row.gtr-uniform{margin-top:-50px}.row.gtr-uniform>*{padding-top:50px}.row.gtr-150{margin-top:-75px;margin-left:-75px}.row.gtr-150>*{padding:75px 0 0 75px}.row.gtr-150.gtr-uniform{margin-top:-75px}.row.gtr-150.gtr-uniform>*{padding-top:75px}.row.gtr-200{margin-top:-100px;margin-left:-100px}.row.gtr-200>*{padding:70px 0 0 100px}.row.gtr-200.gtr-uniform{margin-top:-100px}.row.gtr-200.gtr-uniform>*{padding-top:100px}}@media screen and (max-width:736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-small{order:-1}.row>.col-1-small{width:8.33333%}.row>.off-1-small{margin-left:8.33333%}.row>.col-2-small{width:16.66667%}.row>.off-2-small{margin-left:16.66667%}.row>.col-3-small{width:25%}.row>.off-3-small{margin-left:25%}.row>.col-4-small{width:33.33333%}.row>.off-4-small{margin-left:33.33333%}.row>.col-5-small{width:41.66667%}.row>.off-5-small{margin-left:41.66667%}.row>.col-6-small{width:50%}.row>.off-6-small{margin-left:50%}.row>.col-7-small{width:58.33333%}.row>.off-7-small{margin-left:58.33333%}.row>.col-8-small{width:66.66667%}.row>.off-8-small{margin-left:66.66667%}.row>.col-9-small{width:75%}.row>.off-9-small{margin-left:75%}.row>.col-10-small{width:83.33333%}.row>.off-10-small{margin-left:83.33333%}.row>.col-11-small{width:91.66667%}.row>.off-11-small{margin-left:91.66667%}.row>.off-12-small{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-5px;margin-left:-5px}.row.gtr-25>*{padding:5px 0 0 5px}.row.gtr-25.gtr-uniform{margin-top:-5px}.row.gtr-25.gtr-uniform>*{padding-top:5px}.row.gtr-50{margin-top:-10px;margin-left:-10px}.row.gtr-50>*{padding:10px 0 0 10px}.row.gtr-50.gtr-uniform{margin-top:-10px}.row.gtr-50.gtr-uniform>*{padding-top:10px}.row{margin-top:-20px;margin-left:-20px}.row>*{padding:20px 0 0 20px}.row.gtr-uniform{margin-top:-20px}.row.gtr-uniform>*{padding-top:20px}.row.gtr-150{margin-top:-30px;margin-left:-30px}.row.gtr-150>*{padding:30px 0 0 30px}.row.gtr-150.gtr-uniform{margin-top:-30px}.row.gtr-150.gtr-uniform>*{padding-top:30px}.row.gtr-200{margin-top:-40px;margin-left:-40px}.row.gtr-200>*{padding:10px 0 0 40px}.row.gtr-200.gtr-uniform{margin-top:-40px}.row.gtr-200.gtr-uniform>*{padding-top:40px}}@media screen and (max-width:600px){.row>.col-12-small{width:100%}}@media screen and (max-width:360px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row.gtr-uniform>*>:last-child{margin-bottom:0}.row.aln-left{justify-content:flex-start}.row.aln-center{justify-content:center}.row.aln-right{justify-content:flex-end}.row.aln-top{align-items:flex-start}.row.aln-middle{align-items:center}.row.aln-bottom{align-items:flex-end}.row>.imp-xsmall{order:-1}.row>.col-1-xsmall{width:8.33333%}.row>.off-1-xsmall{margin-left:8.33333%}.row>.col-2-xsmall{width:16.66667%}.row>.off-2-xsmall{margin-left:16.66667%}.row>.col-3-xsmall{width:25%}.row>.off-3-xsmall{margin-left:25%}.row>.col-4-xsmall{width:33.33333%}.row>.off-4-xsmall{margin-left:33.33333%}.row>.col-5-xsmall{width:41.66667%}.row>.off-5-xsmall{margin-left:41.66667%}.row>.col-6-xsmall{width:50%}.row>.off-6-xsmall{margin-left:50%}.row>.col-7-xsmall{width:58.33333%}.row>.off-7-xsmall{margin-left:58.33333%}.row>.col-8-xsmall{width:66.66667%}.row>.off-8-xsmall{margin-left:66.66667%}.row>.col-9-xsmall{width:75%}.row>.off-9-xsmall{margin-left:75%}.row>.col-10-xsmall{width:83.33333%}.row>.off-10-xsmall{margin-left:83.33333%}.row>.col-11-xsmall{width:91.66667%}.row>.off-11-xsmall{margin-left:91.66667%}.row>.col-12-xsmall{width:100%}.row>.off-12-xsmall{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0 0 0 0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:-3.75px;margin-left:-3.75px}.row.gtr-25>*{padding:3.75px 0 0 3.75px}.row.gtr-25.gtr-uniform{margin-top:-3.75px}.row.gtr-25.gtr-uniform>*{padding-top:3.75px}.row.gtr-50{margin-top:-7.5px;margin-left:-7.5px}.row.gtr-50>*{padding:7.5px 0 0 7.5px}.row.gtr-50.gtr-uniform{margin-top:-7.5px}.row.gtr-50.gtr-uniform>*{padding-top:7.5px}.row{margin-top:-15px;margin-left:-15px}.row>*{padding:15px 0 0 15px}.row.gtr-uniform{margin-top:-15px}.row.gtr-uniform>*{padding-top:15px}.row.gtr-150{margin-top:-22.5px;margin-left:-22.5px}.row.gtr-150>*{padding:22.5px 0 0 22.5px}.row.gtr-150.gtr-uniform{margin-top:-22.5px}.row.gtr-150.gtr-uniform>*{padding-top:22.5px}.row.gtr-200{margin-top:-30px;margin-left:-30px}.row.gtr-200>*{padding:30px 0 0 30px}.row.gtr-200.gtr-uniform{margin-top:-30px}.row.gtr-200.gtr-uniform>*{padding-top:30px}}
/* Image */

.image {
position: relative;
display: inline-block;
}
.image img {
display: block;
width: 100%;
}
.image:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url("images/overlay.png");
}
.image.fit {
display: block;
width: 100%;
}
#special.image:before {
border-radius: 20%;
}
.image.featured {
display: block;
box-shadow: 0px 0px 4px 10px rgba(0, 0, 05, .15);
border: 3px solid rgba(0, 0, 0, .3);
outline: 6px solid #ffffff;
margin: 0 0 2em 0;
padding: 3px;
width: 100%;
}

.image.left {
float: left;
margin: 0 2em 2em 0;
}

.image.centered {
display: block;
margin: 0 0 2em 0;
}

.image.centered img {
margin: 0 auto;
width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
text-align: center;
-webkit-appearance: none;
display: block;
text-transform: uppercase;
text-decoration: none;
background: rgba(0, 0, 0, 1);
font-size: 1em;
color: #fff;
border: 0;
line-height: 1em;
border-radius: 8px;
outline: 0;
cursor: pointer;
transition: background-color .2s ease-in-out;

padding: 0.85em 1.85em;
margin-right: auto;
margin-left: auto;
width: 180px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
background: rgba(175, 5, 161, .85);
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
background: rgba(0, 0, 0, 1);;
}
.button:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
background: rgba(0, 0, 0, 1);;
}
input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
background: rgba(175, 5, 161,  1);
}
input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
background: rgba(0, 0, 0, 1);;
}
input[type="button"].alt:focus,
button.alt:focus,
.button.alt:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
font-size: 1.65em;
}

/* List */

ul {
list-style: disc;
padding-left: 1em;
}

ul li {
padding-left: 0.5em;
}

ol {
list-style: decimal;
padding-left: 1.25em;
}

ol li {
padding-left: 0.25em;
}





/* Actions */

ul.actions {
list-style: none;
padding-left: 0;
text-align: center;
margin: 2em 0 0 0;
}

ul.actions li {
display: inline-block;
margin: 0 0 0 1em;
padding-left: 0;
}

ul.actions li:first-child {
margin-left: 0;
}

/* Contact */

ul.contact {
list-style: none;
padding-left: 0;
cursor: default;
}

ul.contact li {
transition: top .15s ease-in-out;
position: relative;
display: inline-block;
margin: 0 0.25em 0 0.25em;
top: 0;
padding-left: 0;
}

ul.contact li a {
transition: background-color .2s ease-in-out;
display: block;
position: relative;
text-align: center;
border-radius: 6px;
font-size: 1.25em;
font-weight: 600;
background: #c1cac5;
width: 150px;
height: 53px;
}
ul.contact li#two a {
transition: background-color .2s ease-in-out;
display: block;
position: relative;
text-align: center;
border-radius: 6px;
font-weight: 600;
background: rgba(113, 85, 121, 1);
width: 48px;
height: 53px;
}

ul.contact li a:before {
color: #f2f5f3;
font-size: 32px;
line-height: 48px;
}

ul.contact li:hover {
top: -5px;
}

ul.contact li:hover a.fa-facebook {
background-color: #3C5A98;
}

ul.contact li:hover a.fa-twitter {
background-color: #2DAAE4;
}

ul.contact li:hover a.fa-dribbble {
background-color: #C4376B;
}

ul.contact li:hover a.fa-linkedin {
background-color: #006599;
}

ul.contact li:hover a.fa-instagram {
background-color: #2E5E86;
}

ul.contact li:hover a.fa-google-plus {
background-color: #DA2713;
}

ul.contact li:active {
top: 0;
}

/* Special */

ul.special {
list-style: none;
padding-left: 0;
cursor: default;
position: relative;
margin: -2em 0 2em 0em;
}

ul.special li {
transition: top .15s ease-in-out;
position: relative;
display: inline-block;
top: 0;
padding: 2em .25em 0 .25em;
}

ul.special li a {
display: block;
font-size: .85em;
color: #ffffff;
font-weight: 600;
background: rgba(0, 0, 0, 1);;
box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, .7), 0px 8px 25px rgba(0, 0, 0, .2);
border-radius: 20%;
text-decoration: none;
line-height: 1.75em;
padding: 3em 0 1em 0;
width: 160px;
height: 160px;
}

ul.special li a span {
display: block;
font-size: 1.5em;
font-weight: 700;
}
ul.special li a:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
ul.special li a:before {
transition: background-color .2s ease-in-out;
display: block;
text-align: center;
background: #c1cac5;
border-radius: 20%;
width: 2.25em;
height: 2.25em;
line-height: 2.175em;
font-size: 5em;
color: #fff;
}
ul.special li a:hover { 
background: rgba(175, 5, 161,  1);
}
ul.special li:hover {
top: -1em;
}

ul.special li:hover a:before {
background: #690685;
}

/* Meta */

ul.meta {
font-size: 1em;
color: #a1aaa5;
list-style: none;
padding-left: 0;
}
ul.meta li {
position: relative;
display: inline-block;
color: rgba(0, 0, 0, 1);
margin-left: 1em;
padding-left: 0;
}
ul.meta li.icon {
max-width: 100%;
}
ul.meta li a {
color: inherit;
outline: 0;
}
ul.meta li:first-child {
margin-left: 0;
}
ul.meta li:before {
opacity: 0.5;
cursor: default;
margin-right: 0.5em;
}

/* Menu */

ul.menu {
list-style: none;
padding-left: 0;
}
ul.menu li {
border-left: solid 1px #E7EAE8;
display: inline-block;
padding: 0 0 0 0.75em;
margin: 0 0 0 0.75em;
}
ul.menu li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}

/* Forms */

form label {
display: block;
margin: 0 0 1em 0;
text-transform: uppercase;
color: #6b7770;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
-webkit-appearance: none;
display: block;
width: 100%;
border-radius: 8px;
border: solid 2px #E7EAE8;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
border-color: #d3ca98;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
line-height: 3em;
padding: 0 1em;
}
form textarea {
min-height: 9em;
padding: 1em;
}
form ::-webkit-input-placeholder {
color: #555 !important;
}
form :-moz-placeholder {
color: #555 !important;
}
form ::-moz-placeholder {
color: #555 !important;
}
form :-ms-input-placeholder {
color: #555 !important;
}
form ::-moz-focus-inner {
border: 0;
}

/* Tables */

table {
width: 100%;
}
table.default {
width: 100%;
}
table.default tr {
border-top: solid 2px #E7EAE8;
}
table.default tr:first-child {
border-top: 0;
}
table.default td {
padding: 0.5em 1em 0.5em 1em;
}
table.default th {
text-align: left;
padding: 0.5em 1em 0.5em 1em;
margin: 0 0 1em 0;
text-transform: uppercase;
color: #6b7770;
}
table.default thead {
background: #E7EAE8;
color: #fff;
}

/* Box */

.box.highlight {
text-align: center;
}

.box.highlight h2 {
font-size: 3em;
margin: 0 0 0.25em 0;
}

.box.highlight header > p {
font-size: 1.65em;
margin: 0 0 1.5em 0;
}
.center {
padding: 0 0 10em 0;
}
.sister {
text-align: center;
display: block;
padding: 1em;
margin-right: auto;
margin-left: auto;
max-width: 650px;
}
.sister h3 {
display: block;
font-size: 1.5em;
}
.sister span {
display: block;
font-size: .8em;
}
.sister p {
text-align: justify;
font-size: 1em;
color: #000000;
line-height: 1.5em;
}
.sister a {
position: relative;
display: block;
font-size: 1.5em;
color: #ffffff;
font-weight: 600;
background: rgba(0, 0, 0, 1);;
text-decoration: none;
cursor: pointer;
border-radius: 6px;
box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, .6);
line-height: .5em;
padding: 1em .25em;
margin-bottom: 1em;
width: 100%;
}
.box.feature {
text-align: center;
margin-bottom: 0;
margin-top: 2em;
}
.box.feature a {
position: relative;
display: block;
font-size: 1.5em;
color: #ffffff;
font-weight: 600;
background: rgba(0, 0, 0, 1);;
text-decoration: none;
cursor: pointer;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, .6);
line-height: .5em;
padding: 1em .25em;
margin-bottom: 1em;
width: 100%;
}
.box.feature a:hover {
box-shadow: inset 0px 0px 10px 2px rgba(255, 255, 255, 0);
}
.box.feature a:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
.box.feature h3 {
position: relative;
font-size: 1.25em;
color: #ffffff;
background: rgba(0, 0, 0, 1);;
border-top-right-radius: 2em;
border-top-left-radius: 2em;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
text-transform: none;
padding-top: .35em;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
height: 40px;
max-width: 100%;
z-index: 1;
}
.box.feature p {
text-align: justify;
font-size: 1em;
color: #000000;
line-height: 1.5em;
}
.box.feature video,  .box.feature img {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
width: 100%;
}
.box.post header {
margin: 0 0 2.5em 0;
}
.box.post h3 {
font-size: 3em;
margin: 0 0 0.25em 0;
}
.box.post p {
color: rgba(0, 0, 0, 1);;
}
.box.post header > p {
font-size: 1.65em;
margin: 0 0 0.5em 0;
}
.divided p {
font-size: .85em;
color: #ffffff;
line-height: 1.65em;
padding: 0;
margin: 0;
}
.divided b {
font-size: .85em;
font-weight: 700;
color: #ffffff;
width: 100%;
}
.box.post ul.meta {
margin: 0 0 0.5em 0;
}
.divided a {
display: block;
color: #f503db;
}
.box.post-summary .meta {
margin: 0;
line-height: 1em;
}
.box.page-content header {
margin: 0 0 2.5em 0;
}
.box.page-content h2 {
font-size: 3em;
margin: 2em 0 0.5em 0;
}
.box.page-content p {
text-align: justify;
font-size: 1em;
color: rgba(0, 0, 0, 1);;
margin: 0 0 2em 0;
}
.box.page-content header > p {
font-size: 1.65em;
margin: 0 0 0.5em 0;
}
.box.post-summary h3 {
font-size: 1.15em;
background: linear-gradient(to right, rgba(206, 189, 167, 1), rgba(247, 241, 226, 1), rgba(206, 189, 167, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1em;
margin: 0 0 0.75em 0;
}
ul.divided {
text-align: center;
display: block;
list-style: none;
padding-left: 0;
}
ul.divided > li {
display: inline-block;
border: solid 1px #ffffff;
background-color: #000000;
outline: 6px solid #000000;
padding: 1em;
margin-top: 2.35em;
margin-right: .5em;
margin-left: .5em;
min-height: 150px;
width: calc(25% - 1.25em);
vertical-align: text-top;
}
input[type="button"], input[type="submit"], input[type="reset"], button eclub, .button.eclub {
display: block;
position: relative;
text-align: center;
font-size: 1.25em;
color: rgba(255, 255, 255, 1);
background: rgba(113, 85, 121, 1);
border-radius: 15%;
border-top: 4px solid #dbdbdb;
border-bottom: 4px solid #dbdbdb;
cursor: pointer;
padding: .5em 1em;
margin-top: 0em;
margin-bottom: 2em;
margin-right: auto;
margin-left: auto;
width: 300px;
z-index: 2;
}
.button.eclub:hover {
background: rgba(175, 5, 161,  1);
}
.button.eclub:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #959308 !important;
}
.eclubtab {
display: none;
}
.button.eone {
text-align: center;
display: inline-block;
font-size: .85em;
color: #ffffff;
background: rgba(0, 0, 0, 1);;
text-transform: none;
line-height: 2.5em;
padding: 0;
margin: .15em;
width: 165px;
}
.button.eone:hover {
background: rgba(175, 5, 161,  1);
}
.eclubtab p {
text-align: center;
display: block;
padding: 1em 0 3em 0;
margin-right: auto;
margin-left: auto;
max-width: 900px;
}
.eclubtab h3 {
text-align: center;
padding: 0 2em;
margin-top: 1em;
}


/* Icons */

.icon {
text-decoration: none;
position: relative;
text-decoration: none;
}

.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}

.icon:before {
line-height: inherit;
}

.icon > .label {
display: none;
}

.icon.solid:before {
font-weight: 900;
}

.icon.brands:before {
font-family: 'Font Awesome 5 Brands';
}

/* Page Wrapper */

#page-wrapper > section {
margin-bottom: 0;
}

/* Header */

#header {
display: none;
position: relative;
text-align: center;
font-size: 2em;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
text-transform: uppercase;
padding: 0 0 0 0;
margin-bottom: .5em;
z-index: 2;
}
#header .logo {
position: relative;
text-align: center;
border-top: solid 5px rgba(79, 48, 80, .2);
top: 0.65em;
}
#header .logo div {
position: relative;
display: inline-block;
background: #fff;
border-radius: 1em;
padding: 0 1.5em 0 1.5em;
top: -0.785em;
}
#header .logo h1 {
display: inline;
font-size: 1em;
color: rgba(0, 0, 0, 1);;
}
#header .logo p {
display: inline;
color: #C1CAC5;
}

body {
padding-top: 3.25em;
}

#nav {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
background-color: rgba(255, 255, 255, 1);
width: 100%;
height: 3.25em;
line-height: 3.25em;
text-align: center;
text-transform: uppercase;
cursor: default;
}
#nav ul {
position: relative;
z-index: 1001;
}
#nav li {
display: inline-block;
margin: 0 0.5em 0 0.5em;
top: 0;
position: relative;
transition: top .15s ease-in-out;
}
#nav li > ul {
display: none;
}
#nav li a, #nav li span {
transition: background-color .075s ease-in-out, color .075s ease-in-out;
position: relative;
display: block;
text-decoration: none;
color: rgba(0, 0, 0, 1);;
top: -6px;
padding: 6px 1.5em 0.25em 1.5em;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
outline: 0;
}
#nav li:hover, #nav li.active {
top: 3px;
}
#nav li:hover a, #nav li:hover span {
background: rgba(0, 0, 0, 1);
color: #ffffff;
}
#nav li.active a, #nav li.active span {
background: rgba(0, 0, 0, 1);
color: #ffffff;
}
#nav li.current a {
background: rgba(0, 0, 0, 1);
color: #ffffff;
}
#nav li a:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;	
}

/* Banner */

#banner {
display: block;
position: relative;
padding:  0;
margin: 0;
z-index: 0;
}
#banner video {
width: 100%;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
border: 0px solid rgba(0,0,0,.5);
padding:0;
margin: 0em 0em 0em 0em;
width: 100%;
z-index: 0;
}
 .rslides img {
position: absolute;
display: block;
float: left;
border: 0;
width: 100%;
z-index: 0;
}
.rslides img:first-child {
position: relative;
display: block;
float: left;
}
/*#banner img#mybanner {
display: block;
position: relative;
width: 100%;
z-index: 1;
}*/
#banner .content {
display: block;
position: absolute;
background-position: top left, top left, center center;
background-repeat: repeat, repeat, no-repeat;
background-size: auto, auto, cover;
text-align: center;
background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4), rgba(0, 0, 0, .3), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, .3), rgba(0, 0, 0, .8));
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 100%;
width: 100%;
top: 0;
z-index: 1;
}
#banner .contenttwo {
position: absolute;
display: block;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 900px;
}
#banner .content h2 {
font-size: 7em;
color: #ffffff;
font-weight: 600;
line-height: 1em;
margin: 0;
}
#banner .contenttwo img {
max-width: 150px;
}
#banner .content h3 {
font-size: 2.5em;
color: #ffffff;
font-weight: 600;
text-transform: capitalize;
}
#banner .content {
/*background-image: url(images/overlay2.png);*/
}
#banner img.topborder {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 0;
  z-index: 3;
}
#banner img.bottomborder {
display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

#banner .content p {
display: block;
text-transform: capitalize;
color: #ffffff;
font-size: 1em;
margin-right: auto;
margin-left: auto;
margin-bottom: 1.25em;
max-width: 900px;
}

#banner .content .button {
transition: border-color .2s ease-in-out, color .2s ease-in-out;
color: #ffffff;
background: transparent !important;
border: solid 4px #ffffff;
border-color: rgba(87, 93, 89, 0.35);
font-size: 1.5em;
}

#banner .content .button:hover {
color: #e4e7e5;
border-color: rgba(87, 93, 89, 0.75);
}

#banner .content .button:active {
color: #fff;
border-color: #616763;
}

/* Main */

#main {
padding: 0 0 6em 0;
}
#main .content {

}
img#tulum-sundial {
position: relative;
text-align: center;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: -10em;
}
.w3-spin{animation:w3-spin 20s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}

.topheading  {
text-align: center;
}
.topheading h2 {
font-family: "tan pearl", serif;
font-size: 4em;
color: #000000;
text-transform: uppercase;
padding: 0;
margin-top: .5em;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
max-width: 100%;
}

.topheading h3 {
font-family: "tan pearl", serif;
font-size: 1.5em;
color: #000000;
text-transform: uppercase;
line-height: 1.5em;
padding: 0;
margin-top: .5em;
margin-bottom: .5em;
margin-right: auto;
margin-left: auto;
max-width: 100%;
}
.topheading p {
font-size: 1.25em;
color: rgba(0, 0, 0, 1);;
margin-right: auto;
margin-left: auto;
max-width: 1250px;
}
.orderingnotice  {
text-align: center;
margin-bottom: 3em;
}
.orderingnotice h2 {
font-size: 1.5em;
color: #000000;
padding: 0 0 1em 0;
}
.orderingnotice p {
font-size: 2em;
color: rgba(0, 0, 0, 1);;
margin-bottom: 2em;
}
.highlight p {
text-align: justify;
font-size: 1.1em;
color: rgba(0, 0, 0, 1);
margin-bottom: 1em;
margin-top: 1em;
}
/* Sidebar + Content */

.sidebar h2.major {
text-align: left;
margin: 0 0 1.5em 0;
}

.sidebar h2.major span {
padding-left: 0;
}
.backgroundpic {
display: block;
position: relative;
background-color: transparent;
background-image: url(../../images/backgroundpic.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
height: 60vh;
width: 100%;
}
.middle {
display: block;
position: absolute;
background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3),rgba(0, 0, 0, .2),rgba(0, 0, 0, .3), rgba(0, 0, 0, .7));
width: 100%;
height: 100%
}
.centerhead {
text-align: center;
font-family: "tan pearl", serif;
position: absolute;
font-size: 4em;
color: rgba(255, 255, 255, 1);
margin-top: 0;
margin-bottom: 0;
background: transparent;
border-radius: 100%;
padding: 0px;
top: 50%;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.centerhead div {
display: inline-block;
margin-left: .25em;
margin-right: .25em;
}

.w3-animate-top{position:relative;animation:animatetop 3s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 3s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 3s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.w3-animate-left, .w3-animate-top, .w3-animate-right {
  animation-play-state: paused;
  visibility: hidden;
}
.in-view {
  animation-play-state: running !important;
  visibility: visible !important;
}
.middle img.topborder {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 0;
  z-index: 3;
}
.middle img.bottomborder {
display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
/*------------------------------------highlights---------------------------------*/
.myhighlights  {
text-align: center;
position: relative;
display: block;
padding: 0 0 0 0;
margin-bottom: 2em;
max-width: 100%;
width: 75em;
}
a#spritz img  {
max-width: 200px;
}
a#spritz  {
position: absolute;
top: 10.15em;
left: 0;
cursor: pointer;
max-width: 200px;
z-index: 1;
}
 a#spritz:focus  {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
 .myhighlights h2 {
text-align: center;
font-family: "tan pearl", serif;
position: relative;
display: block;
color: rgba(0, 0, 0, 1);
background: transparent;
border-radius: 100%;
padding: 0;
margin-top: 3em;
margin-bottom: 1em;
}
.myhighlights h3 {
position: relative;
text-align: center;
font-size: 1.15em;
color: #000000;
display: block;
padding: 0 0 0 0;
margin-top:1em;
margin-bottom: 1em;
}
.myhighlights h4 {
position: relative;
text-align: center;
font-size: 1em;
color: #000000;
display: block;
padding: 0 0 0 0;
margin-bottom: 2em;
}
.myhighlights p {
position: relative;
text-align: justify;
font-size: 1em;
color: #000000;
display: block;
padding: 0 0 0 0;
margin-bottom: 2em;
}
/* Footer */

#footer {
text-align: center;
padding: 8em 0 8em 0;
}

#footer a {
color: #ffffff;
background: rgba(113, 85, 121, 1);
text-decoration: none;
padding: .4em 0 0 0;
}
#footer a:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
#footer h2.major {
margin: 0 0 1.5em 0;
}
#footer h2.major span {
background: transparent;
}
#footer p {
font-size: .85em;
color: #000000;
padding: 1em 0 3em 0;
}
#footer  a#ada {
color: rgba(0, 0, 0, 1);
background: transparent;
border-bottom: 1px dotted;
line-height: 1.75em;
margin-right: 0;
}
#footer  a#ada:hover {
border-bottom: 1px dotted #ffffff;
}
#footer a#ada:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
/* Copyright */

#copyright h3 {
text-align: center;
display: block;
color: rgba(0, 0, 0, 1);
padding: 2em 2em 0.75em 2em;
margin-right: auto;
margin-left: auto;
}
#footer .by {
text-align: center;
padding: 2em 0 3em 0em;
margin-right: auto;
margin-left: auto;
height: 44px;
width: 200px;
max-width: 100%;
}
#footer .by img {
text-align: center;
position: relative;
display: block;
padding: 0;
margin-right: auto;
margin-left: auto;
height: 44px;
width: 200px;
max-width: 100%;
}
#footer .by a {
display: block;
text-decoration: none;
background: none;
margin: 0 !important;
padding: 0;
height: 44px;
width: 200px;
max-width: 100%;
}
#footer .by img:hover {
transition: all .3s ease-in-out;
margin-top: -1em;
}
#footer .by a:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
@media screen and (max-width: 2000px) {

#header {
margin-bottom: 0;
}
}
@media screen and (max-width: 1800px) {

#banner {
padding: 0 0;
}
}
@media screen and (max-width: 1700px) {

ul.special li a {
padding: 4em .5em;
}
ul.special li span {
font-size: 1.25em;
}
}
@media screen and (max-width: 1680px) {

/* Basic */

body, input, textarea, select {
font-size: 12pt;
line-height: 1.75em;
}
#banner .content h2 {
font-size: 5.5em;
}
#banner .contenttwo img {
max-width: 120px;
}
#banner .content h3 {
font-size: 2em;
}
.backgroundpic {
height: 50vh;
}
.topheading p {
font-size: 1.15em;
max-width: 1150px;
}
#footer a {
padding: .7em 0 0 0;
}
}

/* Large */

@media screen and (max-width: 1280px) {


a#spritz img  {
max-width: 170px;
}
a#spritz  {
position: absolute;
top: 10.15em;
left: 0;
cursor: pointer;
max-width: 170px;
z-index: 1;
}
body, input, textarea, select {
font-size: 11pt;
}
#banner {
padding:   0;
}
#banner .content {
background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .3), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
}
img#tulum-sundial {
max-width: 200px;
}
#banner .contenttwo {
top: 40%;
left: 40%;
transform: translate(-30%, -50%);
}
.topheading p {
font-size: 1em;
padding: 0 3em;
}
ul.special li a {
padding: 3.5em 0;
width: 140px;
height: 140px;
}
ul.special li a:before {
font-size: 60px;
}

.box.highlight h2 {
font-size: 2.5em;
}
.box.highlight header > p {
font-size: 1.25em;
}
.box.post h3 {
font-size: 2.5em;
}
.box.post header > p {
font-size: 1.25em;
}

/* Header */

#header {
font-size: 1.5em;
}

/* Banner */


#banner .content {
padding:  0;
}
.orderingnotice h2 {
font-size:  1.5em;
}
.backgroundpic {
height: 60vh;
}

#main {
border-top-width: 20px;
border-bottom-width: 10px;
}

/* Footer */

#footer {
padding: 6em 0 6em 0;
}
}

/* Medium */

#navPanel, #titleBar {
display: none;
}

@media screen and (max-width: 980px) {


a#spritz img  {
max-width: 155px;
}
a#spritz  {
position: absolute;
top: 10.15em;
left: 0;
cursor: pointer;
max-width: 155px;
z-index: 1;
}
.centerhead {
font-size: 3em;
}
ul.divided > li {
min-height: 125px;
width: calc(50% - 1.25em);
}
img#tulum-sundial {
margin-top: -7em;
max-width: 150px;
}
html, body {
overflow-x: hidden;
}
#banner .content h2 {
font-size: 4em;
}
#banner .contenttwo img {
max-width: 100px;
}
.box.feature h3 {
font-size: 1em;
padding-top: .65em;
}
.topheading h2 {
font-size: 2em;
margin-top: 2em;
}
#banner .content h3 {
font-size: 1.35em;
}
.box br {
display: none;
}
#header {
display: none;
}
ul.special {
margin-right: auto;
margin-left: auto;
margin-top: -2em;
}
ul.special li a {
font-size: .7em;
padding: 4em 0;
width: 130px;
height: 130px;
}

#banner {
    padding:  0;
}
.topheading h2.animate1, .topheading h2.animate2 {
font-size: 3em;
}
.backgroundpic {
height: 50vh;
}
/* Nav */

#nav {
display: none;
}

/* Main */

#main {
border-top-width: 0;
}

/* Sidebar */

.sidebar {
border-top: solid 2px #e7eae8;
padding-top: 50px;
}

/* Nav */

body {
padding-top: 44px;
}

body.homepage {
padding-top: 0;
}

#page-wrapper {
backface-visibility: hidden;
transition: transform 0.5s ease;
padding-bottom: 1px;
}

#titleBar {
backface-visibility: hidden;
transition: transform 0.5s ease;
display: block;
height: 44px;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
background-color: rgba(21, 38, 23, 0.8);
background-image: url("images/overlay.png");
}

#titleBar .title {
display: block;
position: relative;
text-transform: none;
font-size: 1.25em;
line-height: 44px;
color: #fff;
background: rgba(0, 0, 0, 1);
z-index: 1000;
text-align: center;
}

#titleBar .toggle {
text-decoration: none;
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 60px;
z-index: 1001;
}


#banner img.topborder {
    display: none;
}
#titleBar .toggle:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}

#titleBar .toggle:before {
display: inline-block;
text-decoration: none;
position: absolute;
left: 0;
top: 0;
background: #eae0d1;
width: 44px;
height: 44px;
content: '\f0c9';
color: #000000;
border-bottom-right-radius: 4px;
text-align: center;
line-height: 44px;
font-size: 20px;
}

#titleBar .toggle:active:before {
background-color: rgba(175, 5, 161, .6);
}
#titleBar .toggle:active:focus {
width: 44px;
height: 44px;
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
#navPanel {
backface-visibility: hidden;
transform: translateX(-275px);
transition: transform 0.5s ease;
display: block;
height: 100%;
left: 0;
overflow-y: auto;
position: fixed;
top: 0;
width: 275px;
z-index: 10002;
background-color: rgba(0, 0, 0, 1);
background-repeat: repeat, no-repeat;
background-size: auto, 100% 100%;
text-transform: uppercase;
font-size: 1.25em;
box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#navPanel nav {
position: relative;
z-index: 1000;
}

#navPanel .link {
display: block;
color: inherit;
text-decoration: none;
height: 44px;
line-height: 44px;
padding: 0 1em 0 1em;
color: #888;
color: rgba(255, 255, 255, 0.5);
border-top: solid 2px rgba(87, 93, 89, 0.15);
font-size: 0.8em;
}

#navPanel .link:first-child {
border-top: 0;
}

#navPanel .indent-1 {
display: inline-block;
width: 1em;
}

#navPanel .indent-2 {
display: inline-block;
width: 2em;
}

#navPanel .indent-3 {
display: inline-block;
width: 3em;
}

#navPanel .indent-4 {
display: inline-block;
width: 4em;
}

#navPanel .indent-5 {
display: inline-block;
width: 5em;
}

#navPanel .depth-0 {
color: #fff;
}

body.navPanel-visible #page-wrapper {
transform: translateX(275px);
}

body.navPanel-visible #titleBar {
transform: translateX(275px);
}

body.navPanel-visible #navPanel {
transform: translateX(0);
}
}

@media screen and (max-width: 850px) {

ul.special {
margin-right: auto;
margin-left: auto;
margin-top: -2em;
max-width: 550px;
}
ul.special li a {
font-size: .7em;
padding: 4em 0;
width: 130px;
height: 130px;
}
}

@media screen and (max-width: 736px) {

ul.divided > li {
min-height: 152px;
}
a#spritz img  {
max-width: 135px;
}
a#spritz  {
position: absolute;
top: 9.5em;
left: 0;
cursor: pointer;
max-width: 135px;
z-index: 1;
}
.w3-animate-top{position:relative;animation:animatetop 3s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 3s}@keyframes animateleft{from{left:-200px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 3s}@keyframes animateright{from{right:-200px;opacity:0} to{right:0;opacity:1}}
.centerhead {
font-size: 2em;
}
body, input, textarea, select {
font-size: 11pt;
}
#banner {
    padding: 0;
}
#banner .contenttwo {
left: 35%;
transform: translate(-26%, -50%);
}
#banner img#mybanner {
margin-left: -5em;
    width: 130%;
}
img#tulum-sundial {
margin-top: -5.5em;
max-width: 120px;
}
.box.feature h3 {
font-size: .85em;
padding-top: .65em;
height: 35px;
}
.backgroundpic {
height: 30vh;
}
.highlight p {
font-size: 1em;
}
.orderingnotice h2 {
font-size: 1.5em;
padding: 0 3em;
}
.orderingnotice p {
font-size: 1.5em;
margin-bottom: 2em;
}
.topheading h2 {
font-size: 2.5em;
margin-top: 2em;
max-width: 400px;
}
section.highlights p {
font-size: .85em;
}
h2 {
font-size: 1.25em;
}
h2.major {
font-size: 1.25em;
margin: 0 0 2em 0;
}
h2.major span {
padding: 0 1em;
}
.topheading h2.animate1, .topheading h2.animate2 {
font-size: 2.65em;
}
.blog .row > .col-12-medium {
 width: 100%;
}
/* Section/Article */

section, article {
margin-bottom: 2em;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
font-size: 1.25em;
}

/* Actions */

ul.actions li {
display: block;
margin: 1em 0 0 0;
}

ul.actions li:first-child {
margin-top: 0;
}

/* Special */

ul.special {
margin-right: auto;
margin-left: auto;
margin-top: -0.75em;
max-width: 450px;
}
ul.special li {
padding: 2em 0 0 0em;
}
ul.special li span {
font-size: 1.1em;
}
ul.special li a {
font-size: .7em;
padding: 3.75em 0;
margin-left: 3px;
margin-right: 3px;
width: 120px;
height: 120px;
}
ul.special li a:before {
font-size: 28px;
}
ul.special li a span {
display: block;
font-size: 1.5em;
font-weight: 700;
}
/* Box */

.box.highlight h2 {
font-size: 2em;
}
.box.highlight header > p {
font-size: 1.25em;
}
.box.post h3 {
font-size: 2em;
}
.box.post header > p {
font-size: 1.25em;
}
.box.page-content h2 {
font-size: 2em;
}
.box.page-content header > p {
font-size: 1.25em;
}

#banner .content h2 {
font-size: 3.5em;
}

#main {
padding: 0;
}

.sidebar {
border-top: solid 2px #e7eae8;
padding-top: 50px;
margin-top: 30px;
}

/* Footer */

#footer {
padding: 3em 0;
}
}
@media screen and (max-width: 600px) {
.box.feature h3 {
font-size: 1em;
padding-top: .5em;
height: 35px;
}
}
@media screen and (max-width: 550px) {

#titleBar .title {
font-size: 1em;
}
a#spritz img  {
max-width: 125px;
}
a#spritz  {
position: absolute;
top: 9.5em;
left: 0;
cursor: pointer;
max-width: 125px;
z-index: 1;
}
ul.divided > li {
margin-right: 0;
margin-left: 0;
min-height: 80px;
width: calc(100% - .25em);
}
img#tulum-sundial {
margin-top: -4em;
max-width: 80px;
}
.topheading h2 {
font-size: 2em;
max-width: 300px;
}
.topheading h3 {
font-size: 1.15em;
}
#banner .contenttwo {
top: 37%;
left: 30%;
transform: translate(-13%, -50%);
}
#banner .content h2 {
font-size: 2.75em;
}
.orderingnotice h2 {
font-size: 1.35em;
padding: 0 1em;
}
.orderingnotice p {
font-size: 1.25em;
margin-bottom: 2.5em;
}
.box.highlight {
margin-top: 1em;
}
ul.special {
list-style: none;
padding-left: 0;
cursor: default;
position: relative;
}
ul.special li {
display: block;
padding: 0;
width: 100%;
}
ul.special li a {
font-size: 1em;
box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, .7), 0px 8px 25px rgba(0, 0, 0, .2);
border-radius: 4px;
margin-bottom: .25em;
padding: .5em 0 1em 0;
width: 100%;
height: 70px;
}
ul.special li span {
font-size: 1.25em;
}
ul.contact li a {
font-size: 1em;
width: 95px;
height: 46px;
}
ul.contact li#two a {
font-size: 1em;
width: 48px;
height: 46px;
}
.topheading p {
text-align: justify;
font-size: .85em;
line-height: 1.65em;
padding: 0 1.5em;
}
.highlight p {
text-align: justify;
font-size: .85em;
line-height: 1.65em;
}
.backgroundpic {
height: 30vh;
}
.box.page-content p {
font-size: .85em;
line-height: 1.65em;
}
.box.page-content h2 {
margin: 0 0 0.5em 0;
}
#footer p {
text-align: justify;
line-height: 1.65em;
}
}

@media screen and (max-width:450px) {

#banner .contenttwo {
top: 37%;
left: 30%;
transform: translate(-12%, -50%);
}
#banner .content h2 {
font-size: 2.25em;
}
#banner .contenttwo img {
max-width: 80px;
}
}
@media screen and (max-width:400px) {


a#spritz img  {
max-width: 100px;
}
a#spritz  {
position: absolute;
top: 9.5em;
left: 0;
cursor: pointer;
max-width: 100px;
z-index: 1;
}
#banner .contenttwo {
transform: translate(-15%, -50%);
}
}
/* Small */

@media screen and (max-width: 360px) {

/* Basic */

body, input, textarea, select {
font-size: 10pt;
}
}







.modal:target {
opacity: 1;
pointer-events: auto;
}
.modal>div {
position: relative;
max-width: 700px;
height: auto;
padding: .5em;
margin: 0 auto;
}
.modal {
position: fixed;
display: block;
text-align: justify;
font-family: 'Open Sans', sans-serif !important;
font-size: 1em;
color: rgba(0, 0, 0, .8);
background: rgba(0, 0, 0, .6);
border: 1px solid rgba(64, 63, 2, 0);
border-radius: 0px;
opacity: 0;
box-shadow: 0px 10px 30px rgba(0, 0, 0, .35);
top: 0;
width: 100%;
height: 100vh;
padding: .5em;
margin: 0 auto;
overflow-y: scroll;
transition: opacity 400ms ease-in;
pointer-events: none;
z-index: 10001;
}
#orderModalContent  {
position: relative;
display: block;
box-shadow: inset 0px 0px 20px 4px rgba(255, 255, 255, .4), 0px 20px 30px rgba(0, 0, 0, .3);
background-color: #000000;
border-radius: 1em;
outline: 5px solid #000000;
margin-top: 0em;
min-height: 600px;
max-width: 500px;
width: 100%;
border: 2px dotted #ffffff;
padding: 1em;
z-index: 10002;
}
a.om {
text-align: center;
display: block;
position: relative;
font-size: .85em;
color: rgba(0, 0, 0, 1);
border-radius: 4px;
border-top: 1px solid rgba(0, 0, 0, .2);
border-bottom: 1px solid rgba(0, 0, 0, .2);
background-image: linear-gradient(90deg, #f8f8f8, #ffffff, #f8f8f8);
box-shadow: inset 0px -5px 7px 5px rgba(0, 0, 0, .1);
line-height: 1.5em;
text-decoration: none;
width: 150px;
margin: 0 auto;
margin-top: 10em;
margin-bottom: -3em;
z-index: 10003;
}
a.om:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}
#orderModalContent h2 {
text-align: center;
font-size: 1.5em;
color: #ffffff;
font-weight: 800;
line-height: 1.25em;
text-transform: uppercase;
padding: 0 .5em;
margin-bottom: .25em;
margin-top: .5em;
margin-right: auto;
margin-left: auto;
width: 450px;
max-width: 100%;
}
#orderModalContent p {
font-size: 1em;
color: #ffffff;
font-weight: 600;
line-height: 1.5em;
padding: 0 1em;
margin-top: 0em;
margin-bottom: 1em;
}
#orderModal img {
position: relative;
display: block;
border-radius: 1em;
margin-right: auto;
margin-left: auto;
margin-top: 2.5em;
max-width: 300px;
width: 100%;
}
@media screen and (max-width:736px) {
a.om {
margin-top: 5em;
}
}
@media screen and (max-width:480px) {

#orderModalContent h2 {
font-size: 1.75em;
padding: 0 .5em;
margin-top: 1em;
width: 450px;
}
#orderModalContent p {
padding: 0 1em;
}
}   


.itag {
text-align: center;
position: relative;
display: inline-block;
background: rgba(0, 0, 0, 1);;
box-shadow: 0px 3px 8px rgba(0, 0, 0, .15);
border-radius: .25em;
padding: .5em;
margin-right: .15em;
margin-left: .15em;
margin-bottom: .5em;
width: 110px;
max-width: 100%;
}
.icon {
position: relative;
display: block;
border-bottom: none;
margin-right: auto;
margin-left: auto;
max-width: 35px;
}
.icon img {
width:100%;
}
.icon:hover {
opacity: .85;
}
.itag span {
display: block;
font-size: .75em;
color: #ffffff;
text-decoration: none;
}
.itag a {
text-decoration: none;
}
#footer .itag a {
font-size: .75em;
color: rgba(255, 255, 255, 1);
background: transparent;
cursor: pointer;
}
.itag a:visited {
color: rgba(255, 255, 255, 1);
cursor: pointer;
}
.itag a:hover {
color: #d6fc03;
}
.itag a:active {
color: rgba(255, 255, 255, 1);
cursor: pointer;
}
.itag a:focus {
color:#ffffff !important;
background-image: none;
outline: 3px dotted #a307fc;
background: #d004fc !important;
}





