@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,300i,400,400i,500,500i,600,600i,700,800,900|Oswald:400,500,600,700,800,900|Satisfy');

@import url("https://use.typekit.net/ivj2ejx.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

/* ============================== */
/* RESETS */
/* ============================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* ============================== */
/* SITE ELEMENTS  */
/* ============================== */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	height: auto;
	font-family: "Libre Franklin", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
	background: #312e2d;
	background: #c0d8dc url(images/bg-sky.jpg) left top repeat-x;
	background-size: 33.3% auto;
	background: #253045;
	background: #f3f3f3;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

::-moz-selection {
	background: #09f;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #09f;
	color: #000;
	text-shadow: none;
}

a {
	cursor: pointer;
}

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

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

img {
	height: auto;
	border: none;
}

article img {
	display: block;
	margin: 5px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}


ul,
li {
	list-style: none;
}

.floating-btn__wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.floating-btn__wrap a {
    padding: 20px 50px;
}

img,
object,
embed {
	max-width: 100%;
}

sup {
	font-size: 40%;
}

.clear {
	display: block;
	content: " ";
	clear: both;
	width: 100%;
}

.red {
	color: #c54834;
}

.pull-right {
	float: right;
}

.pull-center {
	margin: 0 auto;
	text-align: center;
}

.home .pull-center {
	text-align: left;
}

video {
	display: block;
	position: relative;
	margin: 0;
}

p.icon {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 27px;
	font-size: 90%;
	font-weight: 600;
}

p i.material-icons {
	position: absolute;
	margin: 0;
	color: #fff;
}

p.icon i,
aside#sidebar i.material-icons {
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 115%;
}

.hero.short video {
	width: 100%;
}

.hero.short {
	overflow: hidden;
}

/* ============================== */
/* LISTS  */
/* ============================== */

ul,
ol {
	margin: 15px 0px;
}

main ul li {
	text-align: center !important;
	list-style-position: inside !important;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

ul.centered {
	text-align: center;
	list-style-position: inside;
}

.content ul,
.article ul {
	margin-left: 10px;
}

li {
	margin: 0 0 0 15px;
	padding: 5px 0;
}

.checklist,
.xlist {
	margin: 15px 0;
	padding: 0;
	font-size: 102.5%;
	font-weight: 500;
}

.checklist li,
.xlist li,
.checklist dt {
	display: block;
	position: relative;
	margin: 0;
	padding: 4px 0px 4px 35px;
	list-style: none;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xlist i,
.checklist i {
	display: block;
	position: absolute;
	top: 12.5%;
	left: 0px;
	font-size: 125%;
	line-height: 1;
}

.checklist i {
	color: #3d92a3;
}

.xlist i {
	color: #f24242;
}

.xlist li a,
.checklist li a {
	color: #333;
	text-decoration: none;
}

.xlist li a:hover,
.checklist li a:hover {
	text-decoration: underline;
}

.xlist li,
.checklist li {
	position: relative;
	background: url(images/checkmark.png) 5px center no-repeat;
}

.checklist li:last-child {
	border-bottom: 0;
}

.list-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;
	margin: 0 !important;
	padding: 30px 0 0;
	font-size: 90%;
	line-height: 1.4;
	border-top: 3px #253045 solid;
}

.checklist.list-3 li {
	padding-left: 30px;
	padding-right: 10px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

.fluid {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 0 0 56.25%;
	height: 0;
}

.fluid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

hr {
	display: block;
	position: relative;
	margin: 25px 0;
	width: 25%;
	height: 4px;
	background: #ca5a4f;
	border: none;
}

.bg-dark hr {
	background-color: #0fb2ff;
	background-color: #74c8f8;
	background-color: #38a0dd;
}

/* ============================== */
/* TYPOGRAPHY  */
/* ============================== */

h1,
h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-family: modesto-text;
	font-size: 46px;
	font-weight: 300;
	color: #fff;
	line-height: 1.025;
	text-transform: uppercase;
	text-shadow: 0 1px 0px rgba(0, 0, 0, .25);
}

.subtitle {
	display: block;
	position: relative;
	margin: 0 0 5px;
	width: 100%;
	font-family: "Satisfy";
	font-size: 85px;
	font-weight: 500;
	color: rgba(255, 255, 255, .8);
	text-transform: none;
	letter-spacing: -1px;
}

h2 {
	margin: 15px 0;
	color: #484b55;
	text-shadow: none;
}

h3 {
	display: block;
	position: relative;
	margin: 15px 0;
	font-family: modesto-text;
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	line-height: 1.1;
}

h3 a,
a h3 {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-wrap h3,
.bg-aqua h3 {
	color: #fff;
}

h4 {
	display: block;
	position: relative;
	margin: 15px 0;
	font-family: matrix-ii;
	font-size: 20px;
	font-weight: 600;
	color: #365a82;
	letter-spacing: 0px;
	line-height: 1.4;
	text-transform: uppercase;
}

#fyi h4,
#footer-wrap h4 {
	margin: 0 0 5px;
}

.bg-aqua h4,
#sidebar h4,
#footer-wrap h4 {
	color: #fff;
}

h5 {
	display: block;
	position: relative;
	margin: 15px 0;
	font-family: matrix-ii;
	font-size: 21px;
	font-weight: 600;
	color: #365a82;
	letter-spacing: 0px;
	line-height: 1.4;
}

h6 {
	display: block;
	margin: 0 0 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child {
	margin-top: 0;
}

h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}

/* paragraphs */
p {
	position: relative;
	margin: 15px 0;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	-ms-transition: color .1s ease-in;
	transition: color .1s ease-in;
}

.handwriting {
	font-family: "Mr De Haviland";
	font-size: 360%;
	line-height: 1;
}

.bg-dark .handwriting {
	color: #fff;
}

blockquote {
	margin: 0 0 25px;
	font-family: Knewave;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.4;
}

blockquote img {
	margin: 0 auto 20px;
	max-width: 33.33%;
	border-radius: 100%;
}

small {
	font-size: 80%;
}

/* ============================== */
/* LINKS  */
/* ============================== */

a {
	color: #365a82;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

a:hover {
	color: #d95436;
	text-decoration: underline;
}

p a {
	color: inherit;
	text-decoration: none;
}

/* ============================== */
/* BUTTONS  */
/* ============================== */

.btn,
input.btn,
.btn-hand {
	display: inline-block;
	position: relative;
	margin: 15px 0;
	padding: 12px 30px;
	font-family: matrix-ii;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	text-decoration: none !important;
	background: #548ec4;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
	cursor: pointer;
}

.btn.alt {
	background: #484b55;
}

.btn.green {
	background: #61ab77;
}

.btn.orange {
	background: #d88947;
}

.btn.aqua {
	background: #3d92a3;
}

.btn:hover,
input.btn:hover,
.rates:hover .btn {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 36px 84px rgba(0, 0, 0, 0.1) inset;
}

.btn:last-child {
	margin-bottom: 0;
}

.btn i {
	position: absolute;
	left: 25px;
	top: 50%;
	font-size: 17px;
	transform: translateY(-50%);
}

.btn img {
	width: 30px;
	height: auto;
}

input#submit,
input#submit:hover,
input.submit,
input.submit:hover,
input[type="submit"],
input[type="submit"]:hover {
	display: block !important;
	margin: 0 !important;
	padding: 15px 25px !important;
	width: auto !important;
	height: auto !important;
	font-size: 120% !important;
	font-weight: 600 !important;
	color: #fff !important;
	letter-spacing: 0px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) !important;
	background: #ca5a4f !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer;
}

#close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px;
	font-size: 240%;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
	cursor: pointer;
}

#close:hover {
	color: #fff;
}

/* ============================== */
/* PICTURES  */
/* ============================== */

img {
	float: none;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

a img {
	display: block;
}

img.alignleft,
img.alignright {
	display: block;
	float: none;
	max-width: 50%;
	height: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}

.gallery {
	display: grid;
	margin: 12px 0;
}

.gallery a {
	display: block;
	position: relative;
}

.gallery a img {
	margin: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	transition: all .25s ease-in;
	-webkit-backface-visibility: hidden;
}

.featherlight-image {
	max-height: 60vh !important;
}

/* ============================== */
/* HEADER */
/* ============================== */

#header-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: modesto-text;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	z-index: 2;
}

.home #header-wrap {
	position: absolute;
	background: none;
}

#header-wrap {
	background-color: #484b55 !important;
}

.home #header {
	background: none;
}

.home #site-navigation a {
    color: #fff !important;
    font-size: 18px;
}

.home #site-navigation a:hover {
	color: rgba(255, 255, 255, .8) !important;
}

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 15px 40px;
	width: auto;
	height: 100%;
	max-width: none;
	/*	background: url(images/bg-paper03.jpg) center top repeat-x;*/
	/*border: 4px rgb(179, 173, 167) double;*/
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#header p a {
	padding: 0 0 0 30px;
	color: #fff;
	text-decoration: none;
}

#header p a i.material-icons {
	position: absolute;
	left: 0;
	top: 40%;
	margin: 0;
	font-size: 21px;
	color: #703330;
	line-height: 1;
	transform: translateY(-50%);
}

a#logo {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	box-sizing: border-box;
	z-index: 1;
}

a#logo img {
	display: block;
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a#logo-footer {
	display: block;
	position: relative;
	width: 225px;
}

#footer-wrap img {
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

/* ============================== */
/* NAVIGATION BAR  */
/* ============================== */

/*----------------------------------------------------------------*/

#container {
	display: block;
	position: relative;
	margin: 60px auto 0;
	padding: 0;
	max-width: 2048px;
}

.page {
	display: block;
	position: relative;
	padding: 40px;
	background: #f3f4f5;
	background: #dfdcce;
}

.home .page {
	background: #f3f4f5;
}

#wrap {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	bottom: 100%;
	margin: 0 auto;
	z-index: 1;
}

#pre {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	font-family: matrix-ii;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, .8);
	text-align: center;
	letter-spacing: 0px;
	line-height: 50px;
	background: #484b55;
	/*	background: url(images/bg-wood04.jpg) left top;*/
	background-size: 120%;
	box-sizing: border-box;
	z-index: 9999;
}

#pre a,
#pre a:hover {
	color: rgba(255, 255, 255, .8);
	text-transform: none;
	text-decoration: none;

}

#pre a:hover {
	color: #fff;
	text-decoration: underline;
}

#pre>p {
	margin: 0;
	color: #fff;
	line-height: .9;
}

#pre a.btn {
	margin: 12px 5px 10px;
	font-size: 95%;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
	line-height: 1;
	background: #548ec4;
}

#pre strong {
	font-family: matrix-ii;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
}

#pre img {
	display: block;
	position: relative;
	margin: 0 10px 0 0;
	width: auto;
	height: 24px;
	opacity: .666;
}

#pre i.material-icons,
#pre i,
#pre p a:hover i {
	margin: 0 10px 0 0;
	font-weight: 300;
	color: #d2984c;
	color: #399fda;
}

a#phonelink,
a#phonelink:hover {
	display: flex;
	position: relative;
	margin: 0 10px 0 0;
	padding: 8px 25px 8px 20px;
	width: auto;
	height: auto;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none;
	background: #548ec4;
	background-size: 3px auto;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	overflow: hidden;
	align-items: center;
	z-index: 1;
}

.home a#phonelink,
.home a#phonelink:hover {
	background: none;
}

a#phonelink:hover {
	color: #fff !important;
	background: #61ab77;
}

a#phonelink i {
	margin: 3px 0 0 0;
	font-size: 80%;
	font-weight: 300;
	color: #fff;
}

#contact-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
}

#navicon {
	display: none;
}

#site-navigation {
    display: grid;
    grid-template-columns: 190px 1fr;
    justify-content: center;
    grid-gap: 30px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    line-height: 1.1;
    z-index: 1;
    max-width: fit-content;
}

#site-navigation .menu {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 2;
}

#site-navigation .menu>li {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
}

#site-navigation .menu li#home {
	font-variant: normal;
}

#site-navigation .menu li#home i.material-icons {
	margin-top: 4px;
	font-size: 95%;
}

#site-navigation .menu li>a {
	display: block;
	align-items: center;
	padding: 25px 13px;
	color: #3b4153;
	text-decoration: none;
}

#site-navigation .menu li>a:hover {
	color: #548ec4;
}

#site-navigation li.sub-wrapper {
	margin-right: 0px;
}

#site-navigation li.sub-wrapper a {
	padding-right: 30px;
}


#site-navigation li.sub-wrapper>a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: 0px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #3c92ac;
	z-index: 1;
}

#site-navigation li.sub-wrapper:hover .sub-menu {
	height: auto;
	opacity: 1;
}

#site-navigation li .sub-menu {
	display: block;
	position: absolute;
	top: 65px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 1px;
	font-size: 90%;
	background: rgba(0, 0, 0, 0.2);
	background-color: #2e3144;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
}

#site-navigation .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0 -1px 0 #fff;
	border: none;
	/*	border-top: 1px rgba(0,0,0,.33) solid;
	border-bottom: 1px rgba(255,255,255,.2) solid;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#site-navigation .sub-menu li:hover {
	display: block;
	background: #ca5a4f;
}

#site-navigation .menu li.sub-wrapper .sub-menu a,
#site-navigation li.sub-wrapper .sub-menu a {
	display: block;
	padding: 15px 25px;
	height: auto;
	color: #fff;
	text-align: left;
	text-shadow: none;
}

div#navicon,
#site-navigation li#close {
	display: none;
}

#site-navigation li#close a {
	padding: 0;
	height: 72px;
}

/* ============================== */
/* ART */
/* ============================== */

.hero {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 56.25%;
	width: 100%;
	height: 0;
	font-family: matrix-ii;
	font-weight: 300;
	font-size: 110%;
	line-height: 1.3;
	color: rgba(255, 255, 255, .99);
	background-size: 100%;
	z-index: 1;
}

.hero.short {
	padding: 0 0 51.5%;
}

#splash {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
}

.slide {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.darken,
.darkest {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

.darkest {
	background: rgba(0, 0, 0, .175);
}

.darken.grid {
	align-content: center;
	justify-content: center;
	text-align: center;
	padding: 0 10%;
}

.hero p {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 600;
	text-align: left;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
}

.banner.thin {
	width: 40%;
}

.banner.alt {
	padding: 0;
	left: auto !important;
	right: 50% !important;
	width: 33.3% !important;
	background: rgba(0, 0, 0, .1);
	border: 1px rgba(255, 255, 255, .75) solid;
	border-radius: 3px;
	transform: translateY(-47%);
}

.banner.alt header {
	padding: 15px 5px 20px;
	box-sizing: border-box;
}

.banner.alt a:hover img {}

.banner.alt a {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}

.banner.alt figcaption {
	padding: 20px;
}

.banner {
	display: grid;
	align-content: center;
	justify-items: center;
	position: absolute;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}

.banner.drag-up {
	padding-bottom: 12.5%;
}

.banner.drag-left,
.banner.drag-right {
	left: 10%;
	right: auto;
	width: 45%;
}

.banner.drag-right {
	left: auto;
	right: 10%;
}

.banner.drag-left.drag-middle {
    top: 40%;
    transform: translate(0, 0);
}

.banner.drag-right.drag-middle {
    top: 16%;
    right: 0;
    transform: translate(50%, 0);
}

/* .banner.drag-right.drag-middle {
	top:50%;
	right: 50%;
	transform: translateY(-50%);
} */

.banner.drag-center {
	left: 20%;
	text-align: center;
}

.banner.drag-down {
	align-content: end;
	bottom: 80px;
}

.banner video {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}

.hero a.btn,
.btn-hand,
.btn-hand:hover {
	display: inline-block;
	position: relative;
	margin: 15px 0 0;
	padding-left: 40px;
	background-color: #d95436;
	background-color: #58a764;
	background-color: #ca5a4f;
	background-image: url(images/icon-hand.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	background-size: auto 27.5%;
	border: none;
	z-index: 9999;
}

.hero a.btn:hover,
.btn-hand:hover {
	color: #fff;
	background-color: #d95436;
	background-color: #61ab77;
	background-position: 45px center;
}

#slide01 {
	background: url(images/slide01.jpg) no-repeat;
}

#slide02 {
	background: url(images/slide02.jpg) no-repeat;
}

#slide03 {
	background: url(images/slide03.jpg) no-repeat;
}

#slide04 {
	background: url(images/slide04.jpg) no-repeat;
}

#slide05 {
	background: url(images/slide05.jpg) no-repeat;
}

#slide06 {
	background: url(images/slide06.jpg) no-repeat;
}

#slide07 {
	background: url(images/slide07.jpg) no-repeat;
}

#slide08 {
	background: url(images/slide08.jpg) no-repeat;
}

#slide09 {
	background: url(images/slide09rot.png) no-repeat;
}

#slide10 {
	background: url(images/slide10.jpg) no-repeat;
}

#slide11 {
	background: url(images/slide11.jpg) no-repeat;
}

#slide12 {
	background: url(images/slide12.jpg) no-repeat;
}

#slide13 {
	background: url(images/slide13.jpg) no-repeat;
}

#slide14 {
	background: url(images/slide14.jpg) no-repeat;
}

#slide15 {
	background: url(images/slide15.jpg) no-repeat;
}

#slide16 {
	background: url(images/slide16.jpg) no-repeat;
}

#slide17 {
	background: url(images/slide17.jpg) no-repeat;
}

#slide18 {
	background: url(images/slide18.jpg) no-repeat;
}

#slide19 {
	background: url(images/slide19.jpg) no-repeat;
}

#slide20 {
	background: url(images/slide20.jpg) no-repeat;
}

#slide21 {
	background: url(images/slide21.jpg) no-repeat;
}

#slide22 {
	background: url(images/slide22.jpg) no-repeat;
}

#slide23 {
	background: url(images/slide23.jpg) no-repeat;
}

#slide24 {
	background: url(images/slide24.jpg) no-repeat;
}

#slide25 {
	background: url(images/slide25.jpg) no-repeat;
}

#slide26 {
	background: url(images/slide26.jpg) no-repeat;
}

#slide27 {
	background: url(images/slide27.jpg) no-repeat;
}

#slide28 {
	background: url(images/slide28.jpg) no-repeat;
}

#slide29 {
	background: url(images/slide29.jpg) no-repeat;
}

#slide30 {
	background: url(images/slide30.jpg) no-repeat;
}

#slide31 {
	background: url(images/slide31.jpg) no-repeat;
}

#slide32 {
	background: url(images/slide32.jpg) no-repeat;
}

#slide33 {
	background: url(images/slide33.jpg) no-repeat;
}

#slide34 {
	background: url(images/slide34.jpg) no-repeat;
}

#slide35 {
	background: url(images/slide35.jpg) no-repeat;
}

#slide36 {
	background: url(images/slide36.jpg) no-repeat;
}

#slide37 {
	background: url(images/slide37.jpg) no-repeat;
}

#slide38 {
	background: url(images/slide38.jpg) no-repeat;
}

#slide39 {
	background: url(images/slide39.jpg) no-repeat;
}

#slide40 {
	background: url(images/slide40.jpg) no-repeat;
}

#slide41 {
	background: url(images/slide41.jpg) no-repeat;
}

#aurora {
	background: url(images/aurora.mp4) no-repeat;
}

#slide0,
#slide00,
#slide01,
#slide02,
#slide03,
#slide04,
#slide05,
#slide06,
#slide07,
#slide08,
#slide09,
#slide10,
#slide11,
#slide12,
#slide13,
#slide14,
#slide15,
#slide16,
#slide17,
#slide18,
#slide19,
#slide20,
#slide21,
#slide22,
#slide23,
#slide24,
#slide25,
#slide26,
#slide27,
#slide28,
#slide29,
#slide30,
#slide31,
#slide32,
#slide33,
#slide34,
#slide35,
#slide36,
#slide37,
#slide38,
#slide39,
#slide40,
#aurora {
	background-size: 100% auto;
	background-position: center top;
}

#slide0 {
	background: url(images/slide0.jpg) no-repeat;
	background-size: 100% auto;
}

#square01 {
	background: url(images/square01.jpg) no-repeat;
}

#square02 {
	background: url(images/square02.jpg) no-repeat;
}

#square03 {
	background: url(images/square03.jpg) no-repeat;
}

#square04 {
	background: url(images/square04.jpg) no-repeat;
}

#square05 {
	background: url(images/square05.jpg) no-repeat;
}

#square06 {
	background: url(images/square06.jpg) no-repeat;
}

#square07 {
	background: url(images/square07.jpg) no-repeat;
}

#square08 {
	background: url(images/gallery17.jpg) no-repeat;
}

#square09 {
	background: url(images/square09.jpg) no-repeat;
}

#square01,
#square02,
#square03,
#square04,
#square05,
#square06,
#square07,
#square08,
#square09 {
	background-size: 100% auto;
	background-position: center;
}

a#trigger {
	padding: 0 0 56.25%;
	width: 100%;
	height: 0;
	border-top: 1px rgba(255, 255, 255, .75) solid;
	border-bottom: 1px rgba(255, 255, 255, .75) solid;
	overflow: hidden;
}

#trigger img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	z-index: 9999;
}

#trigger.active img {
	opacity: 0;
}

#trigger.active iframe {
	opacity: 1;
}

#trigger iframe {
	display: block;
	position: absolute;
	top: 0;
	left: -1%;
	width: 101%;
	height: 101%;
	opacity: 1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.testimonials-pager {
	display: flex;
	position: absolute;
	bottom: 10%;
	right: 3%;
	z-index: 999999;
}

.testimonials-pager span {
	display: block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	background: rgba(255, 255, 255, .333);
	border-radius: 100%;
	cursor: pointer;
}

.testimonials-pager span.cycle-pager-active {
	background: #fff;
}


/* ============================== */
/* NEXTPREV
/* ============================== */

#next,
#prev,
#next2,
#prev2 {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 80px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 99999;
}

#next2,
#prev2 {
	opacity: .25;
	filter: alpha(opacity=25);
}

#next {
	right: 20px;
}

#next2 {
	right: 80px;
}

#prev {
	left: 20px;
}

#prev2 {
	left: 80px;
}

#next,
#prev,
#next2,
#prev2 {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#next:hover,
#prev:hover,
#next2:hover,
#prev2:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 8px;
	overflow: hidden;
	z-index: 9999;
}

#ss-wrap .cycle-pager {
	display: flex;
	bottom: 5%;
	left: auto;
	right: 5%;
	width: 100%;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	justify-content: flex-end;
}

#ss-wrap .cycle-pager span {
	padding: 0;
	background: #3caa7b;
}

#ss-wrap .cycle-pager span.cycle-pager-active {
	background: #464851;
}

.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .5);
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
	background: #fff;
}

.cycle-pager span:last-child {
	margin-right: 0;
}

.cycle-pager a:last {
	margin-right: 0;
}

.cycle-next,
.cycle-prev {
	display: block;
	position: absolute;
	top: 240px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	opacity: .75;
	filter: alpha(opacity=75);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	cursor: pointer;
	z-index: 99999999999999999;
}

.cycle-next:hover,
.cycle-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.cycle-next {
	right: 30px;
	background: url(images/sprites.png) -100px -50px no-repeat;
}

.cycle-prev {
	left: 30px;
	text-align: left;
	background: url(images/sprites.png) 0px -50px no-repeat;
}

/* ============================== */
/* ELEMENTS
/* ============================== */

main {
	position: relative;
	width: 92.5%;
	text-align: left;
}

.home main {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

main hr {
	margin-right: auto;
	margin-left: auto;
}

.content {
	margin: 0 auto;
	max-width: 1080px;
}

.columns .content {
	justify-content: center;
	grid-column: span 3;
}

.content.article-left {
	display: grid;
	grid-template-columns: 1fr 340px;
	grid-gap: 40px;
	align-items: self-start;
	padding: 60px 0;
}

.content.article-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	align-items: self-start;
}

.content iframe {
	float: none !important;
	width: 100% !important;
}

.bg-green,
.bg-blue,
.bg-aqua,
.bg-grey,
.dark,
.bg-paper,
.bg-envelope,
.bg-pattern {
	display: block;
	position: relative;
	background-size: 100% auto;
}

.bg-grey {
	background: #e3dec1;
}

.bg-paper {
	background: #eae6da url(images/bg-paper.jpg) -200px top no-repeat;
	background-size: 2400px auto;
}

.bg-yellow {
	background: #d3c07d;
}

.bg-blue {
	height: auto;
	color: rgba(255, 255, 255, .9);
	background: #386a99;
}

.bg-aqua {
	height: auto;
	color: rgba(255, 255, 255, .9);
	background: #2e9aba;
	background: #3c92ac;
}

.bg-green {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, .9);
	background: #416455;
}

.dark {
	padding: 120px 0;
	background: #333;
	background: #e7e1d1 url(images/bg-wood02.jpg) center top repeat-x;
	background-size: 100% auto;
}

.grey {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: #f7f6f7 url(images/crop01.jpg) right top no-repeat;
	background-size: 50% bottom;
	background-color: #c0d8f5;
}

/* ============================== */
/* INTROS */
/* ============================== */

#page {
	display: block;
	position: relative;
	margin: 0;
	padding: 60px;
	width: 100%;
	box-sizing: border-box;
}

#page.columns {
	display: grid;
	grid-gap: 30px;
}

#page.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

#page.columns-4 {
	grid-template-columns: 1fr 1fr 2fr;
}

a.item {
	font-family: matrix-ii;
	font-size: 105%;
	font-weight: 300;
	color: rgba(255, 255, 255, .75);
	line-height: 1.4;
	text-decoration: none;
}

a.item ul.checklist {
	margin: 0;
	padding: 20px 25px;
	color: #fff;
	background: #548ec4;
	background: #58697c;
	background: #548ec4;
}

a.item ul.checklist i {
	color: #fff;
}

.item figcaption {
	display: block;
	position: relative;
	padding: 25px 30px;
	color: #fff;
	background: #484b55;
}

.item header .btn {
	margin: 0;
}

.item header {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	align-items: center;
	padding: 20px 25px;
	background: #484b55;
}

#intro {
	grid-column: span 3;
}

#intro img.crop {
	display: block;
	position: absolute;
	left: 60px;
	bottom: 0;
	width: auto;
	height: 105%;
}

#intro .copy {
	display: block;
	position: relative;
	padding: 120px 5% 120px 42.5%;
	text-align: center;
	box-sizing: border-box;
}

/* ============================== */
/* SIDEBAR
/* ============================== */

#fyi {
	display: grid;
	grid-column: span 3;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 80px;
	font-family: matrix-ii;
}

#fyi figure:first-child figcaption>span {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

#fyi i {
	margin: 2px 20px 0 0;
	font-size: 30px;
	color: #484b55;
}

#fyi figure {
	display: flex;
	font-size: 110%;
}

/* ============================== */
/* MISC */
/* ============================== */

header.reservations {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
	align-items: center;
}

header.reservations>* {
	margin: 0;
}

header.reservations .btn {
	margin: 0;
}

/* ============================== */
/* TESTIMONIALS */
/* ============================== */

#testimonials-wrap {
	display: block;
	grid-column: span 3;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-weight: 700;
	color: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	overflow: hidden;
}

#testimonials-wrap>.cycle-slideshow {
	position: absolute;
	top: 100px;
	left: 20%;
	width: 60%;
	/*	position: absolute;
	top: 5%;
	left: 20%;
	width: 60%;
	padding: 0;*/
}

.testimonial {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}

.testimonial p {
	font-family: matrix-ii;
	font-size: 125%;
	font-weight: 600;
}

.testimonial small {
	text-transform: uppercase;
}

.testimonial img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

#testimonials-wrap footer {
	display: grid;
	grid-template-columns: 96px auto;
	grid-gap: 20px;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
	text-align: left;
}

#testimonials-wrap .subtitle {
	font-size: 36px;
	color: #fff;
}

#testimonials footer a {
	display: flex;
	align-items: center;
	justify-content: start;
	float: right;
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

#testimonials footer img {
	display: block;
	position: relative;
	margin: 0 0 0 25px;
	width: 72px;
	height: auto;
	border-radius: 100%;
}

#testimonials small {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#testimonials h6 {
	margin: 0 0 3px;
	color: #fff;
}

p.stars {
	margin: 0 0 25px;
	font-style: normal;
	color: #fff;
	color: #e9c35a !important;
	letter-spacing: 2px;
}

/* ============================== */
/* BADGES
/* ============================== */

.badges {
	display: block;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/*	background: #2e2f34;*/
	/*	background: #d6dde6;*/
}

.badges a {
	display: inline-block;
	position: relative;
	margin: 0 30px 0 0;
	width: 160px;
	height: auto;
	vertical-align: middle;
}

.badges a:nth-child(10),
.badges a:nth-child(11),
.badges a:nth-child(12),
.badges a:nth-child(13),
.badges a:nth-child(14) {
	margin-top: 10px;
	width: 90px;
}

.badges a:last-child {
	width: 120px;
}

.badges img {
	display: block;
	margin: 0;
	width: auto;
	height: auto;
	border-radius: 0 !important;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: .666;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.badges a:hover img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

/* ============================== */
/* FOOTER
/* ============================== */

#footer-wrap {
	display: block;
	position: relative;
	margin: 0;
	padding: 80px 3.5%;
	font-family: matrix-ii, "Libre Franklin";
	font-weight: 600;
	color: rgba(255, 255, 255, .75);
	background: #484b55;
}

#footer-wrap nav {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-gap: 60px;
	align-items: center;
}

#footer-wrap ul {
	display: block;
	margin: 0;
}

#footer-wrap nav ul li {
	display: inline-flex;
	margin: 0 15px 5px 0;
}

/*#footer-wrap nav ul li:after {
	content: "/";
	margin: 0 0 0 15px;
}*/
#footer-wrap img {
	height: auto;
}

#footer-wrap a {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

#footer-wrap a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-wrap footer {
	display: grid;
	grid-template-columns: 4fr 1fr;
	grid-gap: 5%;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-size: 100% auto;
	/*	border-top: 1px rgba(255,255,255,.1) solid;*/
	box-sizing: border-box;
}

footer>div:nth-child(2) {
	display: block;
	position: relative;
}

footer div:nth-child(2)>div {
	display: block;
	position: relative;
	padding-right: 170px;
}

#footer-wrap .copyright img {
	max-width: 320px;
}

/* ============================== */
/* FORMS */
/* ============================== */

#contactform {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 25px 0 0;
	width: auto;
	height: auto;
	line-height: 1.5;
	border-top: 3px #3d92a3 solid;
	box-sizing: border-box;
}

form .left {
	float: left;
}

form .right {
	float: right;
}

form .left,
form .right {
	width: 50%;
}

fieldset {
	margin-bottom: 15px;
}

.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.field.left {
	padding-right: 10px;
}

.field.right {
	padding-left: 10px;
}

.field:blur {
	background: #FCC;
}

#reservations label,
#contactform label {
	display: block;
	margin: 8px 0;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.3;
}

input,
select,
textarea {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 12px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: 1px #aaa solid;
	box-sizing: border-box;
}

input {
	margin: 0;
	width: 100%;
	height: auto;
	color: #656565;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out, -moz-box-shadow .2s ease-out;
	transition: border-color .2s ease-out, box-shadow .2s ease-out;

}

input#validate {
	width: 100%;
}

#reservations select,
#contactform select {
	margin-top: 8px;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

select#daydropdown,
select#monthdropdown,
select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
}

input:active,
input:focus,
textarea:active,
textarea:focus {}

textarea {
	display: block;
	padding: 10px;
	width: 100%;
	height: 210px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
	resize: none;
}

#mainform input[type="radio"] {
	display: block;
	float: left;
	margin: 0 12px 15px 0;
	width: 18px;
	height: 18px;
	color: #f2f2f2;
	vertical-align: baseline;
}

#mainform input[type=image] {
	margin: 0;
	width: 93px;
}

#mainform label.left,
#mainform label.right {
	padding: 0 10px 0 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

#mainform .checkbox label {
	margin: 0 0 15px 0;
}

input[type='checkbox'] {
	display: block;
	margin: 3px 10px 0 0;
	float: left;
	width: 18px;
	height: 18px;
	vertical-align: baseline;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-short {
	margin: 0;
	padding: 80px 7.5% 0;
	color: rgba(255, 255, 255, .75);
}

.form-short p {
	display: block;
	position: relative;
	margin: 15px 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	;
	letter-spacing: 0px;
	line-height: 1.3;
}

.form-2,
.form-3,
.form-4,
.form-address {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
	margin: 0 0 15px;
}

.form-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.form-3>a {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 15px;
	color: rgba(255, 255, 255, .75);
}

.form-3>a:hover {
	color: #fff;
}

.form-3>a span,
.form-4>span {
	font-size: 90%;
}

.form-3>a img {
	display: block;
	position: relative;

	margin: 0;
	width: auto;
	height: 30px;
}

.form-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-address {
	grid-template-columns: repeat(6, 1fr);
}

.form-address>div:first-child {
	grid-column: span 3;
}

.form-short label {
	margin: 0;
	font-size: 77.5%;
	font-weight: 600;
}

.form-short input,
.form-short textarea {
	margin: 4px 0;
}

.form-short input[type='checkbox'] {
	display: block;
	margin: 4px 15px 0 0;
}

/* ============================== */
/* GRIDS */
/* ============================== */

.grid {
	display: grid;
}

.grid-columns-2 {
	margin: 10px 0 25px;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.gallery.grid-columns-2 {
	margin: 10px 0;
	grid-gap: 10px;
}

.grid-columns-3 {
	margin: 12px 0;
	grid-gap: 6px;
	grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4,
.gallery.grid-columns-4 {
	margin: 6px 0 25px;
	grid-gap: 6px;
	grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery.grid-columns-5 {
	margin: 5px 0 25px;
	grid-gap: 5px;
}

.grid-columns-6,
.gallery.grid-columns-6 {
	margin: 6px 0;
	grid-gap: 6px;
	grid-template-columns: repeat(6, 1fr);
}

.grid-columns-8,
.gallery.grid-columns-8 {
	margin: 10px;
	grid-gap: 10px;
	grid-template-columns: repeat(8, 1fr);
}

.grid-span-2 {
	grid-column: span 2;
}

.grid-span-3 {
	grid-column: span 3;
}

.grid-span-4 {
	grid-column: span 4;
}

.grid-span-row-1 {
	grid-row: span 1;
}

.grid-span-row-2 {
	grid-row: span 2;
}

.grid-span-row-3 {
	grid-row: span 3;
}

.grid-span-row-4 {
	grid-row: span 4;
}

.grid-gap-0 {
	grid-gap: 0px;
}

.grid-gap-05 {
	grid-gap: 10px;
}

.grid-gap-1 {
	grid-gap: 15px;
}

.grid-gap-2 {
	grid-gap: 2em;
}

.grid-gap-3 {
	grid-gap: 3em;
}

.featherlight .featherlight-content {
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

.featherlight-next,
.featherlight-previous {
	top: auto !important;
	left: auto !important;
	bottom: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	width: 30px !important;
	height: 30px !important;
	background: none !important;
	bottom: 0 !important;
	border: 0 !important;
}

.featherlight-previous {
	right: 30px !important;
	background: none !important;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: none !important;
}

.featherlight-next span,
.featherlight-previous span {
	display: block !important;
	position: relative !important;
	top: auto !important;
	right: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 30px !important;
	height: 30px !important;
	font-size: 100% !important;
	text-shadow: none !important;
	line-height: 30px !important;
}

.featherlight-next span:after {
	content: "›";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 200%;
	background: #2577b8;
	box-shadow: inset 0 8px 24px rgba(0, 0, 0, .333);
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.featherlight-previous span:after {
	content: "‹";
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	font-size: 200%;
	background: #3192cb;
	border-right: 2px rgba(255, 255, 255, .1) solid;
	box-shadow: inset 0 8px 24px rgba(0, 0, 0, .333);
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.featherlight-next:hover span:hover:after,
.featherlight-previous:hover span:hover:after {
	background-color: #09f;
}

.featherlight-previous span:after {
	content: "‹";
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	font-size: 200%;
	background: #3192cb;
	border-right: 2px rgba(255, 255, 255, .1) solid;
	box-shadow: inset 0 8px 24px rgba(0, 0, 0, .333);
	box-sizing: border-box;
}

.featherlight .featherlight-close-icon {
	background: rgba(255, 255, 255, .1) !important;
	color: #fff !important;
}

/* ============================== */
/* TABLES  */
/* ============================== */

table.styled {
	table-layout: fixed;
	width: 100%;
	font-family: matrix-ii;
	line-height: 1.3;
	border-collapse: collapse;
}

table.styled th {
	padding: 20px;
	font-size: 180%;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	background: #fafafa;
	border-top: 3px #3d92a3 solid;
	border-bottom: 1px #ccc solid;
}

table.styled td {
	padding: 20px;
	font-size: 120%;
	border-bottom: 1px #aaa solid;
}

table.styled .price {
	display: block;
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: 700;
	color: #3d92a3;
}

/* Custom */

span.middle-text {
    padding: 0 !important;
    font-size: 110px;
}

#header-wrap {
    position: fixed !important;
	/* top: 6%; */
	top: 61px;
    left: 0;
    z-index: 999999;
    width: 100%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

header.filled {
    background-color: #000 !important;
	top: 6%;
}


/* ============================== */
/* SOCIAL */
/* ============================== */

ul#social-wrap {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	width: auto;
	height: auto;
}

ul#social-wrap li.social-icons {
	display: block;
	margin: 0 0 0 5px;
	padding: 3px;
	height: auto;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	vertical-align: top;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	overflow: hidden;
}

ul#social-wrap li a {
	display: block;
	position: relative;
	margin: 0;
	width: 30px;
	height: 30px;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
}

li.social-icons i {
	display: block;
	padding: 3px;
	width: 24px;
	line-height: 24px;
	color: #fff !important;
	text-align: center;
}

li.social-icons i.fa-facebook {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #3d5b99;
}

li.social-icons i.fa-facebook:hover {
	background-color: #3d5b99;
}

li.social-icons i.fa-envelope {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #39C;
}

li.social-icons i.fa-envelope:hover {
	background-color: #39C;
}

li.social-icons i.fa-twitter {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #00aced;
}

li.social-icons i.fa-twitter:hover {
	background-color: #00aced;
}

li.social-icons i.fa-rss {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

li.social-icons i.fa-rss:hover {
	background-color: #eb8231;
}

li.social-icons i.fa-youtube {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #e64a41;
}

li.social-icons i.fa-youtube:hover {
	background-color: #e64a41;
}

li.social-icons i.fa-tripadvisor {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #51b454;
}

li.social-icons i.fa-tripadvisor:hover {
	background-color: #51b454;
}

li.social-icons i.fa-linkedin {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

li.social-icons i.fa-linkedin:hover {
	background-color: #0073a4;
}

li.social-icons i.fa-google-plus {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #e25714;
}

li.social-icons i.fa-google-plus:hover {
	background-color: #e25714;
}

li.social-icons i.fa-vimeo {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #e25714;
}

li.social-icons i.fa-vimeo:hover {
	background-color: #e25714;
}

li.social-icons i.fa-yelp {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #cf3e3e;
}

/* Map */

.map_location {
    max-width: 70px;
    width: 100%;
}


.map_location iframe {
    max-width: 320px;
    /* width: 100%; */
    margin-left: 40px;
    min-height: 160px;
    height: 100%;
}


/* End */

li.social-icons i.fa-yelp:hover {
	background-color: #cf3e3e;
}

li.social-icons i.fa-snapchat {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #ffff00;
}

li.social-icons i.fa-snapchat:hover {
	color: #000;
	background-color: #ffff00;
}

li.social-icons i.fa-instagram {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #773ef2;
}

li.social-icons i.fa-instagram:hover {
	background-color: #773ef2;
}

li.social-icons i.fa-facebook,
li.social-icons i.fa-envelope,
li.social-icons i.fa-twitter,
li.social-icons i.fa-rss,
li.social-icons i.fa-youtube,
li.social-icons i.fa-tripadvisor,
li.social-icons i.fa-linkedin,
li.social-icons i.fa-yelp,
li.social-icons i.fa-google-plus,
li.social-icons i.fa-vimeo,
li.social-icons i.fa-instagram,
li.social-icons i.fa-snapchat {
	font-size: 17px;
	color: #fff;
	background: #548ec4;
	border-radius: 100%;
}

@media only screen and (max-width: 1720px) {

	li.social-icons i.fa-facebook,
	li.social-icons i.fa-envelope,
	li.social-icons i.fa-twitter,
	li.social-icons i.fa-rss,
	li.social-icons i.fa-youtube,
	li.social-icons i.fa-tripadvisor,
	li.social-icons i.fa-linkedin,
	li.social-icons i.fa-yelp,
	li.social-icons i.fa-google-plus,
	li.social-icons i.fa-vimeo,
	li.social-icons i.fa-instagram,
	li.social-icons i.fa-snapchat {
		font-size: 14.5px;
	}
}

li.social-icons i.fa-facebook:hover,
li.social-icons i.fa-envelope:hover,
li.social-icons i.fa-twitter:hover,
li.social-icons i.fa-rss:hover,
li.social-icons i.fa-youtube:hover,
li.social-icons i.fa-tripadvisor:hover,
li.social-icons i.fa-linkedin:hover,
li.social-icons i.fa-yelp:hover,
li.social-icons i.fa-google-plus:hover,
li.social-icons i.fa-vimeo:hover,
li.social-icons i.fa-instagram:hover,
li.social-icons i.fa-snapchat:hover {
	color: #fff;
}

li.social-icons:hover {
	transform: scale(1.2);
}

.Toggle-button,
.phone_xs {
	display: none !important;
}

#pre strong,
#pre span {
	padding: 0 8px;
}

html,
body {
	overflow-x: hidden !important;
}


/* css updates */

a#logo {
	max-width: 150px;
	margin: -44px 0 0;
}

#site-navigation {
	grid-gap: 74px;
	max-width: 100%;
}

#site-navigation .menu li>a {
    padding: 16px 13px;
    color: #ffffff;
    font-size: 18px;
}

.subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 4em;
	font-weight: 600;
	text-align: left;
	text-shadow: 2px 2px 10px #00000057;
}

.subtitle span {
	font-family: "Poppins", sans-serif;
    display: block;
    line-height: 120%;
    text-shadow: 2px 2px 10px #00000057;
}

.subtitle span:nth-child(2) {
	padding-left: 4%;
}

.subtitle span:nth-child(3) {
	padding-left: 12%;
}

.banner.drag-left, .banner.drag-right {
	width: 100%;
}

#aurora .banner.drag-left, #aurora .banner.drag-right {
	width: 50%;
}

#aurora h1 {
	font-size: 22px;
    text-align: left;
    width: 100%;
    margin: 12px 0 0;
}


@media all and (max-width: 1720px) {
	body {
		font-size: 13.75px;
		line-height: 1.6;
	}

	#header-wrap {
		/* top: 5%; */
		top: 50px;
	}

	h1,
	h2 {
		font-size: 36px;
	}

	/* .subtitle {
		font-size: 24px;
	} */

	#testimonials-wrap .subtitle {
		font-size: 29px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 16.5px;
	}

	h5 {
		font-size: 15.5px;
	}

	h6 {
		font-size: 17px;
	}

	.btn,
	input.btn,
	.btn-hand {
		padding: 8px 24px;
		font-size: 12px;
	}

	#pre {
		font-size: 13.5px;
	}

	#pre strong {
		font-size: 14.5px;
	}

	#pre a.btn {
		margin: 10px 5px 9px;
	}

	#container {
		margin: 49px 0 0;
	}

	#header-wrap {
		font-size: 19.5px;
	}

	#header {
		padding: 12px 35px;
	}

	ul#social-wrap li a {
		width: 24px;
		height: 24px;
	}

	li.social-icons i {
		width: 20px;
		line-height: 20px;
	}

	#site-navigation {
		grid-template-columns: 152px 1fr auto;
	}

	#site-navigation .menu li>a {
		padding: 14px
	}

	#site-navigation li.sub-wrapper a {
		padding-right: 30px;
	}

	#site-navigation li .sub-menu {
		top: 45px;
	}

	#next,
	#prev,
	#next2,
	#prev2 {
		font-size: 40px;
	}

	.content {
		max-width: 865px;
	}

	.content.article-left {
		display: grid;
		grid-template-columns: 1fr 260px;
		padding: 45px 0;
	}

	.item header {
		padding: 16px 20px;
	}

	a.item ul.checklist {
		margin: 0;
		padding: 18px 20px;
	}

	.checklist li,
	.xlist li,
	.checklist dt {
		padding: 3px 0px 3px 27px;
	}

	.content.article-left aside figcaption {
		padding: 15px 20px;
	}

	#page.columns {
		grid-gap: 25px;
		padding: 50px;
	}

	#intro .copy {
		padding: 95px 5% 95px 42.5%;
	}

	#fyi {
		grid-gap: 40px;
	}
}

@media all and (max-width: 1520px) {
	#header {
		padding: 12px 35px;
	}

	#site-navigation {
		grid-template-columns: 145px 1fr auto;
		grid-gap: 20px;
	}

	h3 {
		font-size: 22px;
	}

	.btn,
	input.btn,
	.btn-hand {
		padding: 8px 20px;
	}

	.content {
		max-width: 860px;
	}

	#fyi {
		grid-gap: 25px;
	}

	#fyi i {
		margin: 2px 12px 0 0;
		font-size: 24px;
		color: #484b55;
	}

	a#phonelink,
	a#phonelink:hover {
		font-size: 16px;
	}

	#site-navigation .menu li>a {
		padding: 12px 10px;
		font-size: 15px;
	}
}

@media all and (max-width: 1400px) {

	div#pre strong {
		display: none;
	}

	span.middle-text {
		font-size: 70px;
	}

}

@media all and (max-width: 1200px) {
	#header-wrap {
		font-size: 16px;
		letter-spacing: 0;
	}

	#header {
		padding: 12px 25px 10px 35px;
	}

	#site-navigation {
		grid-template-columns: 130px 1fr auto;
	}

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

	.subtitle {
		/* font-size: 21px; */
		font-size: 3em;
	}

	h3 {
		font-size: 21px;
	}

	/* .banner.drag-left.drag-middle {
		transform: translateY(-45%);
	} */

	#page,
	#page.columns {
		padding: 30px;
	}

	.item p {
		display: none;
	}

	.btn,
	input.btn,
	.btn-hand {
		padding: 8px 20px;
	}

	.content {
		max-width: 860px;
	}

	#fyi {
		grid-gap: 25px;
	}

	#fyi i {
		margin: 2px 12px 0 0;
		font-size: 24px;
		color: #484b55;
	}


}

@media all and (max-width: 1199px) {
	.banner.alt {
		right: 55% !important;
		width: 40% !important;
		top: 55% !important;
	}



	#fyi {
		grid-template-columns: 2fr 2fr;
	}

	.item header {
		display: block;
		text-align: center;
	}

	.item header h3 {
		margin-bottom: 10px;
	}

	#intro img.crop {
		left: -10px;
		height: 75%;
	}

	div#pre img {
    	display: none;
	}

	div#pre strong {
		display: none;
	}
}

@media all and (max-width: 1024px) {
	.Toggle-button,
	.phone_xs {
		display: block !important;
	}

	.darken, .darkest {
		position: relative;
	}	

	.hero {
		margin-top: 120px;
	}

	#pre font {
		margin: 0 10px;
	}

    #header-wrap {
        position: fixed !important;
        background-color: #484b55 !important;
        height: 80px;
		/* top: 5.6%; */
		top: 50px;
    }

	#site-navigation {
		background-image: none;
		padding: 16px 0 0 0;
		background-color: #493e3b00;
		position: absolute;
		width: 100%;
		border-top: none;
		left: 0;
		z-index: 9;
		max-width: 100%;
	}

	.Toggle-button:focus,
	.Toggle-button:active,
	.Toggle-button:hover,
	.phone_xs:hover,
	.phone_xs:active,
	.phone_xs:focus {
		text-decoration: none;
		background-color: transparent;
		text-shadow: none;
		box-shadow: none;
		color: #fff;
	}

	.Toggle-button {
		text-decoration: none;
		color: #fff;
		font-size: 30px !important;
		position: absolute;
		margin-left: 10px;
		margin-bottom: 15px;
		top: 12px;
	}

	.phone_xs {
		position: absolute;
		top: 27px;
		right: 10px;
		color: #fff;
		text-decoration: none;
		font-size: 30px !important;
	}

	#site-navigation .menu {
		margin: 52px 0 0;
		display: none;
		text-align: left;
		background-color: #393c43;
		height: auto;
		width: 150px;
	}

	a#logo,
	a#logo:hover {
		width: 110px;
		margin: 0 auto;
		text-align: center;
		right: 0;
		display: block;
		position: absolute;
		left: 0;
		top: -5px;
	}

	
	#site-navigation ul {
		columns: 1 !important;
		-webkit-columns: 1 !important;
		-moz-columns: 1 !important;
	}

	#pre a,
	#pre strong,
	#pre img,
	#pre span {
		display: none;
	}

	#contact-info{
		display: none;
	}

	.banner.drag-left,
	.banner.drag-right {
		left: 0;
		width: 95%;
		right: 0;
		margin: 0 auto;
		top: 40%;
	}

	.banner.drag-left.drag-middle {
		transform: unset;
	}

	.subtitle span:nth-child(2) {
		padding-left: 5%;
	}

	.subtitle span:nth-child(3) {
		padding-left: 12%;
	}

	#aurora .banner.drag-left, #aurora .banner.drag-right {
		width: 80%;
	}

}

@media all and (max-width: 992px) {

	#page.columns {
		display: block;
	}

	span.middle-text {
		font-size: 60px;
	}


	.map_location {
		max-width: 100%;
	}

	#fyi figure {
		flex-direction: column;
	}

	.map_location iframe {
        max-width: 100%;
        width: 100%;
        margin: 0 0 17px 0;
    }

	#fyi {
		display: block;
	}

	#intro img.crop {
		display: none;
	}

	#intro .copy {
		padding: 20px 20px;
		margin-bottom: 20px;
	}

	#page.columns a {
		display: block;
		margin: 15px 0;
	}

	.cycle-slideshow {
		padding: 38% 0;
		margin-bottom: 20px;
	}

	#testimonials-wrap>.cycle-slideshow {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		right: 0;
		margin: 0 auto;
		padding: 0;
	}

	#testimonials-wrap>.cycle-slideshow font {
		font-size: 19px;
		line-height: 1.6;
	}

	#footer-wrap {
		padding: 30px 3.5%;
	}

	#footer-wrap ul {
		margin: 15px 0;
	}

	#footer-wrap nav {
		display: block;
	}

	#footer-wrap footer {
		display: block;
	}

	#footer-wrap footer img {
		width: 120px;
	}

	#page,
	#page.columns {
		padding: 15px 15px;
	}

	.home #page,
	.home #page.columns {
		margin-top: 0%;
	}

	.inner #page,
	.inner #page.columns {
		margin-top: 0;
	}

	/* #contact-info {
		display: none;
	} */

	/* .subtitle {
		font-size: 18px;
	} */

	.banner header h1 {
		font-size: 20px;
	}

	.home .banner.alt {
		padding: 0;
		left: 0 !important;
		right: 0 !important;
		width: 90% !important;
		background: rgb(72, 75, 85);
		margin: 0 auto;
		top: 195% !important;
	}

	#container {
		margin: 0;
	}

	#pre {
		position: fixed;
		/* padding: 7px 0; */
		padding: 0;
	}

	.jqueryFireFly {
		display: none !important;
	}

	#site-navigation .menu li>a {
		font-size: 14px;
		width: 100%;
		color: #fff;
	}

	table.styled td {
		padding: 10px;
		font-size: 100%;
	}

	.gallery.grid-columns-5 {
		grid-template-columns: repeat(3, 1fr);
	}

	.form-2,
	.form-3,
	.form-4,
	.form-address {
		display: block;
	}

	/* .banner.drag-left{
		top: 47% !important;
	} */

}

@media all and (max-width: 767px) {

	.subtitle {
		text-align: left;
		font-size: 40px;
		font-weight: 500;
	}

	/* .subtitle span:nth-child(2) {
		padding-left: 0;
	}

	.subtitle span:nth-child(3) {
		padding-left: 0;
	} */

	.banner.drag-right.drag-middle {
		top: 13%;
		transform: translate(56%, 0);
	}

	#pre > h3 {
		font-size: 18px;
	}

	#aurora .subtitle {
		font-size: 34px;
	}

}

@media all and (max-width: 575px) {

	.Toggle-button, .phone_xs {
		font-size: 24px !important;
	}

	.subtitle {
		font-size: 20px;
	}

	.banner.drag-left.drag-middle {
		top: 29%;
	}

	span.middle-text {
        font-size: 40px;
    }

	.Toggle-button {
		margin-left: 14px;
	}

	.phone_xs {
		right: 14px;
	}

	.subtitle {
		font-size: 26px;
	}

	/* .banner.drag-left {
		top: 51% !important;
	} */

	#pre > h3 {
		font-size: 12px;
	}

	#aurora h1 {
		font-size: 18px;
		margin: 8px 0 0;
	}

	#aurora .subtitle {
		font-size: 24px;
	}

}

@media all and (max-width: 375px) {

	#pre font{
		margin: 0 8px 0 0;
		font-size: 12px;
	}

	span.middle-text {
        font-size: 30px;
    }

	/* .subtitle {
		font-size: 24px;
	} */

}

@media all and (max-width: 320px) {
	.banner.drag-right.drag-middle {
		transform: translate(54%, 0);
	}
}