<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
   .flatpickr-calendar {
background: transparent;
overflow: hidden;
max-height: 0;
opacity: 0;
visibility: hidden;
text-align: center;
padding: 0;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 315px;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #fff;
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }
.flatpickr-calendar.open, .flatpickr-calendar.inline {
opacity: 1;
visibility: visible;
overflow: visible;
max-height: 640px; }
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999; }
.flatpickr-calendar.animate.open {
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px; }
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px); }
.flatpickr-calendar.static.open {
z-index: 999;
display: block; }
.flatpickr-calendar.hasWeeks {
width: auto; }
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0; }
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6; }
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto; }
.flatpickr-calendar:before, .flatpickr-calendar:after {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: '';
height: 0;
width: 0;
left: 22px; }
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
left: auto;
right: 22px; }
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px; }
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px; }
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
bottom: 100%; }
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6; }
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff; }
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
top: 100%; }
.flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6; }
.flatpickr-calendar.arrowBottom:after {
border-top-color: #fff; }
.flatpickr-calendar:focus {
outline: 0; }
.flatpickr-wrapper {
position: relative;
display: inline-block; }
.flatpickr-month {
background: transparent;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
height: 28px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden; }
.flatpickr-prev-month, .flatpickr-next-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
line-height: 16px;
height: 28px;
padding: 10px calc(3.57% - 1.5px);
z-index: 3; }
.flatpickr-prev-month i, .flatpickr-next-month i {
position: relative; }
.flatpickr-prev-month.flatpickr-prev-month, .flatpickr-next-month.flatpickr-prev-month { left: 0; }  .flatpickr-prev-month.flatpickr-next-month, .flatpickr-next-month.flatpickr-next-month { right: 0; }  .flatpickr-prev-month:hover, .flatpickr-next-month:hover {
color: #959ea9; }
.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
fill: #f64747; }
.flatpickr-prev-month svg, .flatpickr-next-month svg {
width: 14px; }
.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
transition: fill .1s;
fill: inherit; }
.numInputWrapper {
position: relative;
height: auto; }
.numInputWrapper input, .numInputWrapper span {
display: inline-block; }
.numInputWrapper input {
width: 100%; }
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57, 57, 57, 0.05);
box-sizing: border-box; }
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1); }
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2); }
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
top: 33%; }
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0; }
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57, 57, 57, 0.6); }
.numInputWrapper span.arrowDown {
top: 50%; }
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57, 57, 57, 0.6); }
.numInputWrapper span svg {
width: inherit;
height: auto; }
.numInputWrapper span svg path {
fill: rgba(0, 0, 0, 0.5); }
.numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05); }
.numInputWrapper:hover span {
opacity: 1; }
.flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 6.16px 0 0 0;
line-height: 1;
height: 28px;
display: inline-block;
text-align: center;
transform: translate3d(0, 0, 0); }
.flatpickr-current-month.slideLeft {
transform: translate3d(-100%, 0, 0);
animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideLeftNew {
transform: translate3d(100%, 0, 0);
animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideRight {
transform: translate3d(100%, 0, 0);
animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month.slideRightNew {
transform: translate3d(0, 0, 0);
animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: .5ch;
padding: 0; }
.flatpickr-current-month span.cur-month:hover {
background: rgba(0, 0, 0, 0.05); }
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0;
display: inline-block; }
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month input.cur-year {
background: transparent;
box-sizing: border-box;
color: inherit;
cursor: default;
padding: 0 0 0 .5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: initial;
border: 0;
border-radius: 0;
vertical-align: initial; }
.flatpickr-current-month input.cur-year:focus {
outline: 0; }
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0, 0, 0, 0.5);
background: transparent;
pointer-events: none; }
.flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 315px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 28px; }
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0, 0, 0, 0.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
-ms-flex: 1;
flex: 1;
font-weight: bolder; }
.dayContainer, .flatpickr-weeks {
padding: 1px 0 0 0; }
.flatpickr-days {
position: relative;
overflow: hidden;
display: -ms-flexbox;
display: flex;
width: 315px; }
.flatpickr-days:focus {
outline: 0; }
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 315px;
min-width: 315px;
max-width: 315px;
box-sizing: border-box;
display: inline-block;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-around;
transform: translate3d(0, 0, 0);
opacity: 1; }
.flatpickr-calendar.animate .dayContainer.slideLeft {
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideLeft, .flatpickr-calendar.animate .dayContainer.slideLeftNew {
transform: translate3d(-100%, 0, 0); }
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-calendar.animate .dayContainer.slideRight {
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
transform: translate3d(100%, 0, 0); }
.flatpickr-calendar.animate .dayContainer.slideRightNew {
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 40px;
height: 40px;
line-height: 40px;
margin: 0;
display: inline-block;
position: relative;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6; }
.flatpickr-day.today {
border-color: #959ea9; }
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
border-color: #959ea9;
background: #959ea9;
color: #fff; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
background: #569ff7;
box-shadow: none;
color: #fff;
border-color: #569ff7; }
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
border-radius: 50px 0 0 50px; }
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
border-radius: 0 50px 50px 0; }
.flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange, .flatpickr-day.endRange.startRange + .endRange {
box-shadow: -10px 0 0 #569ff7; }
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
border-radius: 50px; }
.flatpickr-day.inRange {
border-radius: 0;
box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
pointer-events: none; }
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
color: rgba(57, 57, 57, 0.3);
background: transparent;
border-color: transparent;
cursor: default; }
.flatpickr-day.week.selected {
border-radius: 0;
box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }
.rangeMode .flatpickr-day {
margin-top: 1px; }
.flatpickr-weekwrapper {
display: inline-block;
float: left; }
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
box-shadow: 1px 0 0 #e6e6e6; }
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px; }
.flatpickr-weekwrapper span.flatpickr-day {
display: block;
width: 100%;
max-width: none; }
.flatpickr-innerContainer {
display: block;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
overflow: hidden; }
.flatpickr-rContainer {
display: inline-block;
padding: 0;
box-sizing: border-box; }
.flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
box-sizing: border-box;
overflow: hidden;
display: -ms-flexbox;
display: flex; }
.flatpickr-time:after {
content: "";
display: table;
clear: both; }
.flatpickr-time .numInputWrapper {
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left; }
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939; }
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939; }
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%; }
.flatpickr-time.time24hr .numInputWrapper {
width: 49%; }
.flatpickr-time input {
background: transparent;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
cursor: pointer;
color: #393939;
font-size: 14px;
position: relative;
box-sizing: border-box; }
.flatpickr-time input.flatpickr-hour {
font-weight: bold; }
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
font-weight: 400; }
.flatpickr-time input:focus {
outline: 0;
border: 0; }
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
height: inherit;
display: inline-block;
float: left;
line-height: inherit;
color: #393939;
font-weight: bold;
width: 2%;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400; }
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
background: #f0f0f0; }
.flatpickr-input[readonly] {
cursor: pointer; }
@keyframes fpFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -20px, 0); }
to {
opacity: 1;
transform: translate3d(0, 0, 0); } }
@keyframes fpSlideLeft {
from {
transform: translate3d(0, 0, 0); }
to {
transform: translate3d(-100%, 0, 0); } }
@keyframes fpSlideLeftNew {
from {
transform: translate3d(100%, 0, 0); }
to {
transform: translate3d(0, 0, 0); } }
@keyframes fpSlideRight {
from {
transform: translate3d(0, 0, 0); }
to {
transform: translate3d(100%, 0, 0); } }
@keyframes fpSlideRightNew {
from {
transform: translate3d(-100%, 0, 0); }
to {
transform: translate3d(0, 0, 0); } }
@keyframes fpFadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fpFadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
span.flatpickr-weekday {
display: inline-block;
width: 14.2857143%; }
span.flatpickr-current-month {
top: 0px !important; }
span.flatpickr-day {
width: 14.2857143%;
margin: 0 2.5px; }  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background-color: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }  img {
border: 0; } svg:not(:root) {
overflow: hidden; }  figure {
margin: 1em 40px; } hr {
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: not-allowed; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }   legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
.foundation-mq {
font-family: "small=0em&amp;medium=40em&amp;large=64.0625em&amp;xlarge=75em&amp;xxlarge=90em"; }
html {
font-size: 100%;
box-sizing: border-box; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
padding: 0;
margin: 0;
font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #696969;
background: #fefefe;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
display: inline-block;
vertical-align: middle; }
textarea {
height: auto;
min-height: 50px;
border-radius: 0; }
select {
width: 100%;
border-radius: 0; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important; }
button {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
padding: 0;
border: 0;
border-radius: 0;
line-height: 1; }
[data-whatinput='mouse'] button {
outline: 0; }
.is-visible {
display: block !important; }
.is-hidden {
display: none !important; }
.row {
max-width: 75rem;
margin-left: auto;
margin-right: auto; }
.row::before, .row::after {
content: ' ';
display: table; }
.row::after {
clear: both; }
.row.collapse &gt; .column, .row.collapse &gt; .columns {
padding-left: 0;
padding-right: 0; }
.row .row {
margin-left: -0.9375rem;
margin-right: -0.9375rem; }
@media screen and (min-width: 40em) {
.row .row {
margin-left: -0.9375rem;
margin-right: -0.9375rem; } }
.row .row.collapse {
margin-left: 0;
margin-right: 0; }
.row.expanded {
max-width: none; }
.row.expanded .row {
margin-left: auto;
margin-right: auto; }
.column, .columns {
width: 100%;
float: left;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
@media screen and (min-width: 40em) {
.column, .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child {
float: left; }
.column.row.row, .row.row.columns {
float: none; }
.row .column.row.row, .row .row.row.columns {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0; }
.small-1 {
width: 8.33333%; }
.small-push-1 {
position: relative;
left: 8.33333%; }
.small-pull-1 {
position: relative;
left: -8.33333%; }
.small-offset-0 {
margin-left: 0%; }
.small-2 {
width: 16.66667%; }
.small-push-2 {
position: relative;
left: 16.66667%; }
.small-pull-2 {
position: relative;
left: -16.66667%; }
.small-offset-1 {
margin-left: 8.33333%; }
.small-3 {
width: 25%; }
.small-push-3 {
position: relative;
left: 25%; }
.small-pull-3 {
position: relative;
left: -25%; }
.small-offset-2 {
margin-left: 16.66667%; }
.small-4 {
width: 33.33333%; }
.small-push-4 {
position: relative;
left: 33.33333%; }
.small-pull-4 {
position: relative;
left: -33.33333%; }
.small-offset-3 {
margin-left: 25%; }
.small-5 {
width: 41.66667%; }
.small-push-5 {
position: relative;
left: 41.66667%; }
.small-pull-5 {
position: relative;
left: -41.66667%; }
.small-offset-4 {
margin-left: 33.33333%; }
.small-6 {
width: 50%; }
.small-push-6 {
position: relative;
left: 50%; }
.small-pull-6 {
position: relative;
left: -50%; }
.small-offset-5 {
margin-left: 41.66667%; }
.small-7 {
width: 58.33333%; }
.small-push-7 {
position: relative;
left: 58.33333%; }
.small-pull-7 {
position: relative;
left: -58.33333%; }
.small-offset-6 {
margin-left: 50%; }
.small-8 {
width: 66.66667%; }
.small-push-8 {
position: relative;
left: 66.66667%; }
.small-pull-8 {
position: relative;
left: -66.66667%; }
.small-offset-7 {
margin-left: 58.33333%; }
.small-9 {
width: 75%; }
.small-push-9 {
position: relative;
left: 75%; }
.small-pull-9 {
position: relative;
left: -75%; }
.small-offset-8 {
margin-left: 66.66667%; }
.small-10 {
width: 83.33333%; }
.small-push-10 {
position: relative;
left: 83.33333%; }
.small-pull-10 {
position: relative;
left: -83.33333%; }
.small-offset-9 {
margin-left: 75%; }
.small-11 {
width: 91.66667%; }
.small-push-11 {
position: relative;
left: 91.66667%; }
.small-pull-11 {
position: relative;
left: -91.66667%; }
.small-offset-10 {
margin-left: 83.33333%; }
.small-12 {
width: 100%; }
.small-offset-11 {
margin-left: 91.66667%; }
.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
width: 100%;
float: left; }
.small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
clear: both; }
.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
float: left; }
.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
width: 50%;
float: left; }
.small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
clear: both; }
.small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
float: left; }
.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
width: 33.33333%;
float: left; }
.small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
clear: both; }
.small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
float: left; }
.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
width: 25%;
float: left; }
.small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
clear: both; }
.small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
float: left; }
.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
width: 20%;
float: left; }
.small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
clear: both; }
.small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
float: left; }
.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
width: 16.66667%;
float: left; }
.small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
clear: both; }
.small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
float: left; }
.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
width: 14.28571%;
float: left; }
.small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
clear: both; }
.small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
float: left; }
.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
width: 12.5%;
float: left; }
.small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
clear: none; }
.small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
clear: both; }
.small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
float: left; }
.small-collapse &gt; .column, .small-collapse &gt; .columns {
padding-left: 0;
padding-right: 0; }
.small-collapse .row {
margin-left: 0;
margin-right: 0; }
.expanded.row .small-collapse.row {
margin-left: 0;
margin-right: 0; }
.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.small-centered {
margin-left: auto;
margin-right: auto; }
.small-centered, .small-centered:last-child:not(:first-child) {
float: none;
clear: both; }
.small-uncentered,
.small-push-0,
.small-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; }
@media screen and (min-width: 40em) {
.medium-1 {
width: 8.33333%; }
.medium-push-1 {
position: relative;
left: 8.33333%; }
.medium-pull-1 {
position: relative;
left: -8.33333%; }
.medium-offset-0 {
margin-left: 0%; }
.medium-2 {
width: 16.66667%; }
.medium-push-2 {
position: relative;
left: 16.66667%; }
.medium-pull-2 {
position: relative;
left: -16.66667%; }
.medium-offset-1 {
margin-left: 8.33333%; }
.medium-3 {
width: 25%; }
.medium-push-3 {
position: relative;
left: 25%; }
.medium-pull-3 {
position: relative;
left: -25%; }
.medium-offset-2 {
margin-left: 16.66667%; }
.medium-4 {
width: 33.33333%; }
.medium-push-4 {
position: relative;
left: 33.33333%; }
.medium-pull-4 {
position: relative;
left: -33.33333%; }
.medium-offset-3 {
margin-left: 25%; }
.medium-5 {
width: 41.66667%; }
.medium-push-5 {
position: relative;
left: 41.66667%; }
.medium-pull-5 {
position: relative;
left: -41.66667%; }
.medium-offset-4 {
margin-left: 33.33333%; }
.medium-6 {
width: 50%; }
.medium-push-6 {
position: relative;
left: 50%; }
.medium-pull-6 {
position: relative;
left: -50%; }
.medium-offset-5 {
margin-left: 41.66667%; }
.medium-7 {
width: 58.33333%; }
.medium-push-7 {
position: relative;
left: 58.33333%; }
.medium-pull-7 {
position: relative;
left: -58.33333%; }
.medium-offset-6 {
margin-left: 50%; }
.medium-8 {
width: 66.66667%; }
.medium-push-8 {
position: relative;
left: 66.66667%; }
.medium-pull-8 {
position: relative;
left: -66.66667%; }
.medium-offset-7 {
margin-left: 58.33333%; }
.medium-9 {
width: 75%; }
.medium-push-9 {
position: relative;
left: 75%; }
.medium-pull-9 {
position: relative;
left: -75%; }
.medium-offset-8 {
margin-left: 66.66667%; }
.medium-10 {
width: 83.33333%; }
.medium-push-10 {
position: relative;
left: 83.33333%; }
.medium-pull-10 {
position: relative;
left: -83.33333%; }
.medium-offset-9 {
margin-left: 75%; }
.medium-11 {
width: 91.66667%; }
.medium-push-11 {
position: relative;
left: 91.66667%; }
.medium-pull-11 {
position: relative;
left: -91.66667%; }
.medium-offset-10 {
margin-left: 83.33333%; }
.medium-12 {
width: 100%; }
.medium-offset-11 {
margin-left: 91.66667%; }
.medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
width: 100%;
float: left; }
.medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
clear: both; }
.medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
float: left; }
.medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
width: 50%;
float: left; }
.medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
clear: both; }
.medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
float: left; }
.medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
width: 33.33333%;
float: left; }
.medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
clear: both; }
.medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
float: left; }
.medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
width: 25%;
float: left; }
.medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
clear: both; }
.medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
float: left; }
.medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
width: 20%;
float: left; }
.medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
clear: both; }
.medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
float: left; }
.medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
width: 16.66667%;
float: left; }
.medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
clear: both; }
.medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
float: left; }
.medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
width: 14.28571%;
float: left; }
.medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
clear: both; }
.medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
float: left; }
.medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
width: 12.5%;
float: left; }
.medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
clear: none; }
.medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
clear: both; }
.medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
float: left; }
.medium-collapse &gt; .column, .medium-collapse &gt; .columns {
padding-left: 0;
padding-right: 0; }
.medium-collapse .row {
margin-left: 0;
margin-right: 0; }
.expanded.row .medium-collapse.row {
margin-left: 0;
margin-right: 0; }
.medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.medium-centered {
margin-left: auto;
margin-right: auto; }
.medium-centered, .medium-centered:last-child:not(:first-child) {
float: none;
clear: both; }
.medium-uncentered,
.medium-push-0,
.medium-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; } }
@media screen and (min-width: 64.0625em) {
.large-1 {
width: 8.33333%; }
.large-push-1 {
position: relative;
left: 8.33333%; }
.large-pull-1 {
position: relative;
left: -8.33333%; }
.large-offset-0 {
margin-left: 0%; }
.large-2 {
width: 16.66667%; }
.large-push-2 {
position: relative;
left: 16.66667%; }
.large-pull-2 {
position: relative;
left: -16.66667%; }
.large-offset-1 {
margin-left: 8.33333%; }
.large-3 {
width: 25%; }
.large-push-3 {
position: relative;
left: 25%; }
.large-pull-3 {
position: relative;
left: -25%; }
.large-offset-2 {
margin-left: 16.66667%; }
.large-4 {
width: 33.33333%; }
.large-push-4 {
position: relative;
left: 33.33333%; }
.large-pull-4 {
position: relative;
left: -33.33333%; }
.large-offset-3 {
margin-left: 25%; }
.large-5 {
width: 41.66667%; }
.large-push-5 {
position: relative;
left: 41.66667%; }
.large-pull-5 {
position: relative;
left: -41.66667%; }
.large-offset-4 {
margin-left: 33.33333%; }
.large-6 {
width: 50%; }
.large-push-6 {
position: relative;
left: 50%; }
.large-pull-6 {
position: relative;
left: -50%; }
.large-offset-5 {
margin-left: 41.66667%; }
.large-7 {
width: 58.33333%; }
.large-push-7 {
position: relative;
left: 58.33333%; }
.large-pull-7 {
position: relative;
left: -58.33333%; }
.large-offset-6 {
margin-left: 50%; }
.large-8 {
width: 66.66667%; }
.large-push-8 {
position: relative;
left: 66.66667%; }
.large-pull-8 {
position: relative;
left: -66.66667%; }
.large-offset-7 {
margin-left: 58.33333%; }
.large-9 {
width: 75%; }
.large-push-9 {
position: relative;
left: 75%; }
.large-pull-9 {
position: relative;
left: -75%; }
.large-offset-8 {
margin-left: 66.66667%; }
.large-10 {
width: 83.33333%; }
.large-push-10 {
position: relative;
left: 83.33333%; }
.large-pull-10 {
position: relative;
left: -83.33333%; }
.large-offset-9 {
margin-left: 75%; }
.large-11 {
width: 91.66667%; }
.large-push-11 {
position: relative;
left: 91.66667%; }
.large-pull-11 {
position: relative;
left: -91.66667%; }
.large-offset-10 {
margin-left: 83.33333%; }
.large-12 {
width: 100%; }
.large-offset-11 {
margin-left: 91.66667%; }
.large-up-1 &gt; .column, .large-up-1 &gt; .columns {
width: 100%;
float: left; }
.large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
clear: both; }
.large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
float: left; }
.large-up-2 &gt; .column, .large-up-2 &gt; .columns {
width: 50%;
float: left; }
.large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
clear: both; }
.large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
float: left; }
.large-up-3 &gt; .column, .large-up-3 &gt; .columns {
width: 33.33333%;
float: left; }
.large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
clear: both; }
.large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
float: left; }
.large-up-4 &gt; .column, .large-up-4 &gt; .columns {
width: 25%;
float: left; }
.large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
clear: both; }
.large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
float: left; }
.large-up-5 &gt; .column, .large-up-5 &gt; .columns {
width: 20%;
float: left; }
.large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
clear: both; }
.large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
float: left; }
.large-up-6 &gt; .column, .large-up-6 &gt; .columns {
width: 16.66667%;
float: left; }
.large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
clear: both; }
.large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
float: left; }
.large-up-7 &gt; .column, .large-up-7 &gt; .columns {
width: 14.28571%;
float: left; }
.large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
clear: both; }
.large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
float: left; }
.large-up-8 &gt; .column, .large-up-8 &gt; .columns {
width: 12.5%;
float: left; }
.large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
clear: none; }
.large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
clear: both; }
.large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
float: left; }
.large-collapse &gt; .column, .large-collapse &gt; .columns {
padding-left: 0;
padding-right: 0; }
.large-collapse .row {
margin-left: 0;
margin-right: 0; }
.expanded.row .large-collapse.row {
margin-left: 0;
margin-right: 0; }
.large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.large-centered {
margin-left: auto;
margin-right: auto; }
.large-centered, .large-centered:last-child:not(:first-child) {
float: none;
clear: both; }
.large-uncentered,
.large-push-0,
.large-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; } }
@media screen and (min-width: 75em) {
.xlarge-1 {
width: 8.33333%; }
.xlarge-push-1 {
position: relative;
left: 8.33333%; }
.xlarge-pull-1 {
position: relative;
left: -8.33333%; }
.xlarge-offset-0 {
margin-left: 0%; }
.xlarge-2 {
width: 16.66667%; }
.xlarge-push-2 {
position: relative;
left: 16.66667%; }
.xlarge-pull-2 {
position: relative;
left: -16.66667%; }
.xlarge-offset-1 {
margin-left: 8.33333%; }
.xlarge-3 {
width: 25%; }
.xlarge-push-3 {
position: relative;
left: 25%; }
.xlarge-pull-3 {
position: relative;
left: -25%; }
.xlarge-offset-2 {
margin-left: 16.66667%; }
.xlarge-4 {
width: 33.33333%; }
.xlarge-push-4 {
position: relative;
left: 33.33333%; }
.xlarge-pull-4 {
position: relative;
left: -33.33333%; }
.xlarge-offset-3 {
margin-left: 25%; }
.xlarge-5 {
width: 41.66667%; }
.xlarge-push-5 {
position: relative;
left: 41.66667%; }
.xlarge-pull-5 {
position: relative;
left: -41.66667%; }
.xlarge-offset-4 {
margin-left: 33.33333%; }
.xlarge-6 {
width: 50%; }
.xlarge-push-6 {
position: relative;
left: 50%; }
.xlarge-pull-6 {
position: relative;
left: -50%; }
.xlarge-offset-5 {
margin-left: 41.66667%; }
.xlarge-7 {
width: 58.33333%; }
.xlarge-push-7 {
position: relative;
left: 58.33333%; }
.xlarge-pull-7 {
position: relative;
left: -58.33333%; }
.xlarge-offset-6 {
margin-left: 50%; }
.xlarge-8 {
width: 66.66667%; }
.xlarge-push-8 {
position: relative;
left: 66.66667%; }
.xlarge-pull-8 {
position: relative;
left: -66.66667%; }
.xlarge-offset-7 {
margin-left: 58.33333%; }
.xlarge-9 {
width: 75%; }
.xlarge-push-9 {
position: relative;
left: 75%; }
.xlarge-pull-9 {
position: relative;
left: -75%; }
.xlarge-offset-8 {
margin-left: 66.66667%; }
.xlarge-10 {
width: 83.33333%; }
.xlarge-push-10 {
position: relative;
left: 83.33333%; }
.xlarge-pull-10 {
position: relative;
left: -83.33333%; }
.xlarge-offset-9 {
margin-left: 75%; }
.xlarge-11 {
width: 91.66667%; }
.xlarge-push-11 {
position: relative;
left: 91.66667%; }
.xlarge-pull-11 {
position: relative;
left: -91.66667%; }
.xlarge-offset-10 {
margin-left: 83.33333%; }
.xlarge-12 {
width: 100%; }
.xlarge-offset-11 {
margin-left: 91.66667%; }
.xlarge-up-1 &gt; .column, .xlarge-up-1 &gt; .columns {
width: 100%;
float: left; }
.xlarge-up-1 &gt; .column:nth-of-type(1n), .xlarge-up-1 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-1 &gt; .column:nth-of-type(1n+1), .xlarge-up-1 &gt; .columns:nth-of-type(1n+1) {
clear: both; }
.xlarge-up-1 &gt; .column:last-child, .xlarge-up-1 &gt; .columns:last-child {
float: left; }
.xlarge-up-2 &gt; .column, .xlarge-up-2 &gt; .columns {
width: 50%;
float: left; }
.xlarge-up-2 &gt; .column:nth-of-type(1n), .xlarge-up-2 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-2 &gt; .column:nth-of-type(2n+1), .xlarge-up-2 &gt; .columns:nth-of-type(2n+1) {
clear: both; }
.xlarge-up-2 &gt; .column:last-child, .xlarge-up-2 &gt; .columns:last-child {
float: left; }
.xlarge-up-3 &gt; .column, .xlarge-up-3 &gt; .columns {
width: 33.33333%;
float: left; }
.xlarge-up-3 &gt; .column:nth-of-type(1n), .xlarge-up-3 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-3 &gt; .column:nth-of-type(3n+1), .xlarge-up-3 &gt; .columns:nth-of-type(3n+1) {
clear: both; }
.xlarge-up-3 &gt; .column:last-child, .xlarge-up-3 &gt; .columns:last-child {
float: left; }
.xlarge-up-4 &gt; .column, .xlarge-up-4 &gt; .columns {
width: 25%;
float: left; }
.xlarge-up-4 &gt; .column:nth-of-type(1n), .xlarge-up-4 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-4 &gt; .column:nth-of-type(4n+1), .xlarge-up-4 &gt; .columns:nth-of-type(4n+1) {
clear: both; }
.xlarge-up-4 &gt; .column:last-child, .xlarge-up-4 &gt; .columns:last-child {
float: left; }
.xlarge-up-5 &gt; .column, .xlarge-up-5 &gt; .columns {
width: 20%;
float: left; }
.xlarge-up-5 &gt; .column:nth-of-type(1n), .xlarge-up-5 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-5 &gt; .column:nth-of-type(5n+1), .xlarge-up-5 &gt; .columns:nth-of-type(5n+1) {
clear: both; }
.xlarge-up-5 &gt; .column:last-child, .xlarge-up-5 &gt; .columns:last-child {
float: left; }
.xlarge-up-6 &gt; .column, .xlarge-up-6 &gt; .columns {
width: 16.66667%;
float: left; }
.xlarge-up-6 &gt; .column:nth-of-type(1n), .xlarge-up-6 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-6 &gt; .column:nth-of-type(6n+1), .xlarge-up-6 &gt; .columns:nth-of-type(6n+1) {
clear: both; }
.xlarge-up-6 &gt; .column:last-child, .xlarge-up-6 &gt; .columns:last-child {
float: left; }
.xlarge-up-7 &gt; .column, .xlarge-up-7 &gt; .columns {
width: 14.28571%;
float: left; }
.xlarge-up-7 &gt; .column:nth-of-type(1n), .xlarge-up-7 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-7 &gt; .column:nth-of-type(7n+1), .xlarge-up-7 &gt; .columns:nth-of-type(7n+1) {
clear: both; }
.xlarge-up-7 &gt; .column:last-child, .xlarge-up-7 &gt; .columns:last-child {
float: left; }
.xlarge-up-8 &gt; .column, .xlarge-up-8 &gt; .columns {
width: 12.5%;
float: left; }
.xlarge-up-8 &gt; .column:nth-of-type(1n), .xlarge-up-8 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xlarge-up-8 &gt; .column:nth-of-type(8n+1), .xlarge-up-8 &gt; .columns:nth-of-type(8n+1) {
clear: both; }
.xlarge-up-8 &gt; .column:last-child, .xlarge-up-8 &gt; .columns:last-child {
float: left; }
.xlarge-collapse &gt; .column, .xlarge-collapse &gt; .columns {
padding-left: 0;
padding-right: 0; }
.xlarge-collapse .row {
margin-left: 0;
margin-right: 0; }
.expanded.row .xlarge-collapse.row {
margin-left: 0;
margin-right: 0; }
.xlarge-uncollapse &gt; .column, .xlarge-uncollapse &gt; .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.xlarge-centered {
margin-left: auto;
margin-right: auto; }
.xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
float: none;
clear: both; }
.xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; } }
@media screen and (min-width: 90em) {
.xxlarge-1 {
width: 8.33333%; }
.xxlarge-push-1 {
position: relative;
left: 8.33333%; }
.xxlarge-pull-1 {
position: relative;
left: -8.33333%; }
.xxlarge-offset-0 {
margin-left: 0%; }
.xxlarge-2 {
width: 16.66667%; }
.xxlarge-push-2 {
position: relative;
left: 16.66667%; }
.xxlarge-pull-2 {
position: relative;
left: -16.66667%; }
.xxlarge-offset-1 {
margin-left: 8.33333%; }
.xxlarge-3 {
width: 25%; }
.xxlarge-push-3 {
position: relative;
left: 25%; }
.xxlarge-pull-3 {
position: relative;
left: -25%; }
.xxlarge-offset-2 {
margin-left: 16.66667%; }
.xxlarge-4 {
width: 33.33333%; }
.xxlarge-push-4 {
position: relative;
left: 33.33333%; }
.xxlarge-pull-4 {
position: relative;
left: -33.33333%; }
.xxlarge-offset-3 {
margin-left: 25%; }
.xxlarge-5 {
width: 41.66667%; }
.xxlarge-push-5 {
position: relative;
left: 41.66667%; }
.xxlarge-pull-5 {
position: relative;
left: -41.66667%; }
.xxlarge-offset-4 {
margin-left: 33.33333%; }
.xxlarge-6 {
width: 50%; }
.xxlarge-push-6 {
position: relative;
left: 50%; }
.xxlarge-pull-6 {
position: relative;
left: -50%; }
.xxlarge-offset-5 {
margin-left: 41.66667%; }
.xxlarge-7 {
width: 58.33333%; }
.xxlarge-push-7 {
position: relative;
left: 58.33333%; }
.xxlarge-pull-7 {
position: relative;
left: -58.33333%; }
.xxlarge-offset-6 {
margin-left: 50%; }
.xxlarge-8 {
width: 66.66667%; }
.xxlarge-push-8 {
position: relative;
left: 66.66667%; }
.xxlarge-pull-8 {
position: relative;
left: -66.66667%; }
.xxlarge-offset-7 {
margin-left: 58.33333%; }
.xxlarge-9 {
width: 75%; }
.xxlarge-push-9 {
position: relative;
left: 75%; }
.xxlarge-pull-9 {
position: relative;
left: -75%; }
.xxlarge-offset-8 {
margin-left: 66.66667%; }
.xxlarge-10 {
width: 83.33333%; }
.xxlarge-push-10 {
position: relative;
left: 83.33333%; }
.xxlarge-pull-10 {
position: relative;
left: -83.33333%; }
.xxlarge-offset-9 {
margin-left: 75%; }
.xxlarge-11 {
width: 91.66667%; }
.xxlarge-push-11 {
position: relative;
left: 91.66667%; }
.xxlarge-pull-11 {
position: relative;
left: -91.66667%; }
.xxlarge-offset-10 {
margin-left: 83.33333%; }
.xxlarge-12 {
width: 100%; }
.xxlarge-offset-11 {
margin-left: 91.66667%; }
.xxlarge-up-1 &gt; .column, .xxlarge-up-1 &gt; .columns {
width: 100%;
float: left; }
.xxlarge-up-1 &gt; .column:nth-of-type(1n), .xxlarge-up-1 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-1 &gt; .column:nth-of-type(1n+1), .xxlarge-up-1 &gt; .columns:nth-of-type(1n+1) {
clear: both; }
.xxlarge-up-1 &gt; .column:last-child, .xxlarge-up-1 &gt; .columns:last-child {
float: left; }
.xxlarge-up-2 &gt; .column, .xxlarge-up-2 &gt; .columns {
width: 50%;
float: left; }
.xxlarge-up-2 &gt; .column:nth-of-type(1n), .xxlarge-up-2 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-2 &gt; .column:nth-of-type(2n+1), .xxlarge-up-2 &gt; .columns:nth-of-type(2n+1) {
clear: both; }
.xxlarge-up-2 &gt; .column:last-child, .xxlarge-up-2 &gt; .columns:last-child {
float: left; }
.xxlarge-up-3 &gt; .column, .xxlarge-up-3 &gt; .columns {
width: 33.33333%;
float: left; }
.xxlarge-up-3 &gt; .column:nth-of-type(1n), .xxlarge-up-3 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-3 &gt; .column:nth-of-type(3n+1), .xxlarge-up-3 &gt; .columns:nth-of-type(3n+1) {
clear: both; }
.xxlarge-up-3 &gt; .column:last-child, .xxlarge-up-3 &gt; .columns:last-child {
float: left; }
.xxlarge-up-4 &gt; .column, .xxlarge-up-4 &gt; .columns {
width: 25%;
float: left; }
.xxlarge-up-4 &gt; .column:nth-of-type(1n), .xxlarge-up-4 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-4 &gt; .column:nth-of-type(4n+1), .xxlarge-up-4 &gt; .columns:nth-of-type(4n+1) {
clear: both; }
.xxlarge-up-4 &gt; .column:last-child, .xxlarge-up-4 &gt; .columns:last-child {
float: left; }
.xxlarge-up-5 &gt; .column, .xxlarge-up-5 &gt; .columns {
width: 20%;
float: left; }
.xxlarge-up-5 &gt; .column:nth-of-type(1n), .xxlarge-up-5 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-5 &gt; .column:nth-of-type(5n+1), .xxlarge-up-5 &gt; .columns:nth-of-type(5n+1) {
clear: both; }
.xxlarge-up-5 &gt; .column:last-child, .xxlarge-up-5 &gt; .columns:last-child {
float: left; }
.xxlarge-up-6 &gt; .column, .xxlarge-up-6 &gt; .columns {
width: 16.66667%;
float: left; }
.xxlarge-up-6 &gt; .column:nth-of-type(1n), .xxlarge-up-6 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-6 &gt; .column:nth-of-type(6n+1), .xxlarge-up-6 &gt; .columns:nth-of-type(6n+1) {
clear: both; }
.xxlarge-up-6 &gt; .column:last-child, .xxlarge-up-6 &gt; .columns:last-child {
float: left; }
.xxlarge-up-7 &gt; .column, .xxlarge-up-7 &gt; .columns {
width: 14.28571%;
float: left; }
.xxlarge-up-7 &gt; .column:nth-of-type(1n), .xxlarge-up-7 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-7 &gt; .column:nth-of-type(7n+1), .xxlarge-up-7 &gt; .columns:nth-of-type(7n+1) {
clear: both; }
.xxlarge-up-7 &gt; .column:last-child, .xxlarge-up-7 &gt; .columns:last-child {
float: left; }
.xxlarge-up-8 &gt; .column, .xxlarge-up-8 &gt; .columns {
width: 12.5%;
float: left; }
.xxlarge-up-8 &gt; .column:nth-of-type(1n), .xxlarge-up-8 &gt; .columns:nth-of-type(1n) {
clear: none; }
.xxlarge-up-8 &gt; .column:nth-of-type(8n+1), .xxlarge-up-8 &gt; .columns:nth-of-type(8n+1) {
clear: both; }
.xxlarge-up-8 &gt; .column:last-child, .xxlarge-up-8 &gt; .columns:last-child {
float: left; }
.xxlarge-collapse &gt; .column, .xxlarge-collapse &gt; .columns {
padding-left: 0;
padding-right: 0; }
.xxlarge-collapse .row {
margin-left: 0;
margin-right: 0; }
.expanded.row .xxlarge-collapse.row {
margin-left: 0;
margin-right: 0; }
.xxlarge-uncollapse &gt; .column, .xxlarge-uncollapse &gt; .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.xxlarge-centered {
margin-left: auto;
margin-right: auto; }
.xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
float: none;
clear: both; }
.xxlarge-uncentered,
.xxlarge-push-0,
.xxlarge-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0; }
p {
font-size: inherit;
line-height: 2.2em;
margin-bottom: 1rem;
text-rendering: optimizeLegibility; }
em,
i {
font-style: italic;
line-height: inherit; }
strong,
b {
font-weight: bold;
line-height: inherit; }
small {
font-size: 80%;
line-height: inherit; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Playfair Display";
font-weight: normal;
font-style: normal;
color: #2f2424;
text-rendering: optimizeLegibility;
margin-top: 0;
margin-bottom: 0.5rem;
line-height: 1.4; }
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #ddd;
line-height: 0; }
h1 {
font-size: 1.5rem; }
h2 {
font-size: 1.25rem; }
h3 {
font-size: 1.1875rem; }
h4 {
font-size: 1.125rem; }
h5 {
font-size: 1.0625rem; }
h6 {
font-size: 1rem; }
@media screen and (min-width: 40em) {
h1 {
font-size: 2.25rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.5rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; } }
@media screen and (min-width: 64.0625em) {
h1 {
font-size: 3rem; }
h2 {
font-size: 2.5rem; }
h3 {
font-size: 1.9375rem; }
h4 {
font-size: 1.5625rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1.125rem; } }
a {
color: #2199e8;
text-decoration: none;
line-height: inherit;
cursor: pointer; }
a:hover, a:focus {
color: #1585cf; }
a img {
border: 0; }
hr {
max-width: 75rem;
height: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #ddd;
border-left: 0;
margin: 1.25rem auto;
clear: both; }
ul,
ol,
dl {
line-height: 2.2em;
margin-bottom: 1rem;
list-style-position: outside; }
li {
font-size: inherit; }
ul {
list-style-type: disc;
margin-left: 1.25rem; }
ol {
margin-left: 1.25rem; }
ul ul, ol ul, ul ol, ol ol {
margin-left: 1.25rem;
margin-bottom: 0; }
dl {
margin-bottom: 1rem; }
dl dt {
margin-bottom: 0.3rem;
font-weight: bold; }
blockquote {
margin: 0 0 1rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #ddd; }
blockquote, blockquote p {
line-height: 2.2em;
color: #8a8a8a; }
cite {
display: block;
font-size: 0.8125rem;
color: #8a8a8a; }
cite:before {
content: '\2014 \0020'; }
abbr {
color: #696969;
cursor: help;
border-bottom: 1px dotted #111; }
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #111;
background-color: #f5f5f5;
border: 1px solid #ddd;
padding: 0.125rem 0.3125rem 0.0625rem; }
kbd {
padding: 0.125rem 0.25rem 0;
margin: 0;
background-color: #f5f5f5;
color: #111;
font-family: Consolas, "Liberation Mono", Courier, monospace; }
.subheader {
margin-top: 0.2rem;
margin-bottom: 0.5rem;
font-weight: normal;
line-height: 1.4;
color: #8a8a8a; }
.lead {
font-size: 125%;
line-height: 1.6; }
.stat {
font-size: 2.5rem;
line-height: 1; }
p + .stat {
margin-top: -1rem; }
.no-bullet {
margin-left: 0;
list-style: none; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
@media screen and (min-width: 40em) {
.medium-text-left {
text-align: left; }
.medium-text-right {
text-align: right; }
.medium-text-center {
text-align: center; }
.medium-text-justify {
text-align: justify; } }
@media screen and (min-width: 64.0625em) {
.large-text-left {
text-align: left; }
.large-text-right {
text-align: right; }
.large-text-center {
text-align: center; }
.large-text-justify {
text-align: justify; } }
@media screen and (min-width: 75em) {
.xlarge-text-left {
text-align: left; }
.xlarge-text-right {
text-align: right; }
.xlarge-text-center {
text-align: center; }
.xlarge-text-justify {
text-align: justify; } }
@media screen and (min-width: 90em) {
.xxlarge-text-left {
text-align: left; }
.xxlarge-text-right {
text-align: right; }
.xxlarge-text-center {
text-align: center; }
.xxlarge-text-justify {
text-align: justify; } }
.show-for-print {
display: none !important; }
@media print {
* {
background: transparent !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important; }
.show-for-print {
display: block !important; }
.hide-for-print {
display: none !important; }
table.show-for-print {
display: table !important; }
thead.show-for-print {
display: table-header-group !important; }
tbody.show-for-print {
display: table-row-group !important; }
tr.show-for-print {
display: table-row !important; }
td.show-for-print {
display: table-cell !important; }
th.show-for-print {
display: table-cell !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
.ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
content: ''; }
abbr[title]:after {
content: " (" attr(title) ")"; }
pre,
blockquote {
border: 1px solid #8a8a8a;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }
.button {
display: inline-block;
text-align: center;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 0;
padding: 0.85em 1em;
margin: 0 0 1rem 0;
font-size: 0.9rem;
background-color: #2199e8;
color: #fff; }
[data-whatinput='mouse'] .button {
outline: 0; }
.button:hover, .button:focus {
background-color: #1583cc;
color: #fff; }
.button.tiny {
font-size: 0.6rem; }
.button.small {
font-size: 0.75rem; }
.button.large {
font-size: 1.25rem; }
.button.expanded {
display: block;
width: 100%;
margin-left: 0;
margin-right: 0; }
.button.primary {
background-color: #2199e8;
color: #fff; }
.button.primary:hover, .button.primary:focus {
background-color: #147cc0;
color: #fff; }
.button.secondary {
background-color: #777;
color: #fff; }
.button.secondary:hover, .button.secondary:focus {
background-color: #5f5f5f;
color: #fff; }
.button.success {
background-color: #3adb76;
color: #fff; }
.button.success:hover, .button.success:focus {
background-color: #22bb5b;
color: #fff; }
.button.warning {
background-color: #ffae00;
color: #fff; }
.button.warning:hover, .button.warning:focus {
background-color: #cc8b00;
color: #fff; }
.button.alert {
background-color: #ec5840;
color: #fff; }
.button.alert:hover, .button.alert:focus {
background-color: #da3116;
color: #fff; }
.button.hollow {
border: 1px solid #2199e8;
color: #2199e8; }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
border-color: #0c4d78;
color: #0c4d78; }
.button.hollow.primary {
border: 1px solid #2199e8;
color: #2199e8; }
.button.hollow.primary:hover, .button.hollow.primary:focus {
border-color: #0c4d78;
color: #0c4d78; }
.button.hollow.secondary {
border: 1px solid #777;
color: #777; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
border-color: #3c3c3c;
color: #3c3c3c; }
.button.hollow.success {
border: 1px solid #3adb76;
color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus {
border-color: #157539;
color: #157539; }
.button.hollow.warning {
border: 1px solid #ffae00;
color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus {
border-color: #805700;
color: #805700; }
.button.hollow.alert {
border: 1px solid #ec5840;
color: #ec5840; }
.button.hollow.alert:hover, .button.hollow.alert:focus {
border-color: #881f0e;
color: #881f0e; }
.button.disabled, .button[disabled] {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #2199e8;
color: #fff; }
.button.disabled.primary, .button[disabled].primary {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
background-color: #2199e8;
color: #fff; }
.button.disabled.secondary, .button[disabled].secondary {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #777;
color: #fff; }
.button.disabled.success, .button[disabled].success {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #3adb76;
color: #fff; }
.button.disabled.warning, .button[disabled].warning {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #ffae00;
color: #fff; }
.button.disabled.alert, .button[disabled].alert {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #ec5840;
color: #fff; }
.button.dropdown::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.4em;
border-color: #fff transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
position: relative;
top: 0.4em;
float: right;
margin-left: 1em;
display: inline-block; }
.button.arrow-only::after {
margin-left: 0;
float: none;
top: -0.1em; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
padding: 0.5rem;
border: 1px solid #dddddd;
margin: 0 0 1rem;
font-family: inherit;
font-size: 1rem;
color: #111;
background-color: #dddddd;
box-shadow: inset 0 1px 2px #d6d6d6;
border-radius: 0;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
border: 1px solid #dddddd;
background-color: #dddddd;
outline: none;
box-shadow: 0 0 5px #dadada;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
max-width: 100%; }
textarea[rows] {
height: auto; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #696969; }
input::placeholder,
textarea::placeholder {
color: #696969; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #f5f5f5;
cursor: default; }
[type='submit'],
[type='button'] {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none; }
input[type="search"] {
box-sizing: border-box; }
[type='file'],
[type='checkbox'],
[type='radio'] {
margin: 0 0 1rem; }
[type='checkbox'] + label,
[type='radio'] + label {
display: inline-block;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
vertical-align: baseline; }
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
cursor: pointer; }
label &gt; [type='checkbox'],
label &gt; [type='radio'] {
margin-right: 0.5rem; }
[type='file'] {
width: 100%; }
label {
display: block;
margin: 0;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.8;
color: #696969; }
label.middle {
margin: 0 0 1rem;
padding: 0.5625rem 0; }
.help-text {
margin-top: -0.5rem;
font-size: 0.8125rem;
font-style: italic;
color: #111; }
.input-group {
display: table;
width: 100%;
margin-bottom: 1rem; }
.input-group &gt; :first-child {
border-radius: 0 0 0 0; }
.input-group &gt; :last-child &gt; * {
border-radius: 0 0 0 0; }
.input-group-label, .input-group-field, .input-group-button {
margin: 0;
white-space: nowrap;
display: table-cell;
vertical-align: middle; }
.input-group-label {
text-align: center;
padding: 0 1rem;
background: #f5f5f5;
color: #111;
border: 1px solid #ddd;
white-space: nowrap;
width: 1%;
height: 100%; }
.input-group-label:first-child {
border-right: 0; }
.input-group-label:last-child {
border-left: 0; }
.input-group-field {
border-radius: 0;
height: 2.5rem; }
.input-group-button {
padding-top: 0;
padding-bottom: 0;
text-align: center;
height: 100%;
width: 1%; }
.input-group-button a,
.input-group-button input,
.input-group-button button {
margin: 0; }
.input-group .input-group-button {
display: table-cell; }
fieldset {
border: 0;
padding: 0;
margin: 0; }
legend {
margin-bottom: 0.5rem;
max-width: 100%; }
.fieldset {
border: 1px solid #ddd;
padding: 1.25rem;
margin: 1.125rem 0; }
.fieldset legend {
background: #fefefe;
padding: 0 0.1875rem;
margin: 0;
margin-left: -0.1875rem; }
select {
height: 2.4375rem;
padding: 0.5rem;
border: 1px solid #dddddd;
margin: 0 0 1rem;
font-size: 1rem;
font-family: inherit;
line-height: normal;
color: #111;
background-color: #fff;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
background-size: 9px 6px;
background-position: right -1rem center;
background-origin: content-box;
background-repeat: no-repeat;
padding-right: 1.5rem; }
@media screen and (min-width: 0\0) {
select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==); } }
select:disabled {
background-color: #f5f5f5;
cursor: default; }
select::-ms-expand {
display: none; }
select[multiple] {
height: auto;
background-image: none; }
.is-invalid-input:not(:focus) {
background-color: rgba(236, 88, 64, 0.1);
border-color: #ec5840; }
.is-invalid-label {
color: #ec5840; }
.form-error {
display: none;
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: bold;
color: #ec5840; }
.form-error.is-visible {
display: block; }
.button-group {
margin-bottom: 1rem;
font-size: 0; }
.button-group::before, .button-group::after {
content: ' ';
display: table; }
.button-group::after {
clear: both; }
.button-group .button {
margin: 0;
margin-right: 1px;
margin-bottom: 1px;
font-size: 0.9rem; }
.button-group .button:last-child {
margin-right: 0; }
.button-group.tiny .button {
font-size: 0.6rem; }
.button-group.small .button {
font-size: 0.75rem; }
.button-group.large .button {
font-size: 1.25rem; }
.button-group.expanded {
margin-right: -1px; }
.button-group.expanded::before, .button-group.expanded::after {
display: none; }
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
display: inline-block;
width: calc(50% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
display: inline-block;
width: calc(33.33333% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
display: inline-block;
width: calc(25% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
display: inline-block;
width: calc(20% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
display: inline-block;
width: calc(16.66667% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
margin-right: -6px; }
.button-group.primary .button {
background-color: #2199e8;
color: #fff; }
.button-group.primary .button:hover, .button-group.primary .button:focus {
background-color: #147cc0;
color: #fff; }
.button-group.secondary .button {
background-color: #777;
color: #fff; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
background-color: #5f5f5f;
color: #fff; }
.button-group.success .button {
background-color: #3adb76;
color: #fff; }
.button-group.success .button:hover, .button-group.success .button:focus {
background-color: #22bb5b;
color: #fff; }
.button-group.warning .button {
background-color: #ffae00;
color: #fff; }
.button-group.warning .button:hover, .button-group.warning .button:focus {
background-color: #cc8b00;
color: #fff; }
.button-group.alert .button {
background-color: #ec5840;
color: #fff; }
.button-group.alert .button:hover, .button-group.alert .button:focus {
background-color: #da3116;
color: #fff; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
width: 100%; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
margin-bottom: 0; }
@media screen and (min-width: 40em) {
.button-group.stacked-for-small .button {
width: auto;
margin-bottom: 0; } }
@media screen and (min-width: 64.0625em) {
.button-group.stacked-for-medium .button {
width: auto;
margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
.button-group.stacked-for-small.expanded {
display: block; }
.button-group.stacked-for-small.expanded .button {
display: block;
margin-right: 0; } }
.close-button {
position: absolute;
color: #8a8a8a;
right: 1rem;
top: 0.5rem;
font-size: 2em;
line-height: 1;
cursor: pointer; }
[data-whatinput='mouse'] .close-button {
outline: 0; }
.close-button:hover, .close-button:focus {
color: #111; }
.menu-icon {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 20px;
height: 16px; }
.menu-icon::after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: #fff;
top: 0;
left: 0;
box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
.menu-icon:hover::after {
background: #ddd;
box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd; }
.menu-icon.dark {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 20px;
height: 16px; }
.menu-icon.dark::after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: #111;
top: 0;
left: 0;
box-shadow: 0 7px 0 #111, 0 14px 0 #111; }
.menu-icon.dark:hover::after {
background: #8a8a8a;
box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
.flex-video {
position: relative;
height: 0;
padding-bottom: 75%;
margin-bottom: 1rem;
overflow: hidden; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.flex-video.widescreen {
padding-bottom: 56.25%; }
.flex-video.vimeo {
padding-top: 0; }
.label {
display: inline-block;
padding: 0.33333rem 0.5rem;
font-size: 0.8rem;
line-height: 1;
white-space: nowrap;
cursor: default;
border-radius: 0;
background: #2199e8;
color: #fff; }
.label.secondary {
background: #777;
color: #fff; }
.label.success {
background: #3adb76;
color: #fff; }
.label.warning {
background: #ffae00;
color: #fff; }
.label.alert {
background: #ec5840;
color: #fff; }
.media-object {
margin-bottom: 1rem;
display: block; }
.media-object img {
max-width: none; }
@media screen and (max-width: 39.9375em) {
.media-object.stack-for-small .media-object-section {
padding: 0;
padding-bottom: 1rem;
display: block; }
.media-object.stack-for-small .media-object-section img {
width: 100%; } }
.media-object-section {
display: table-cell;
vertical-align: top; }
.media-object-section:first-child {
padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) {
padding-left: 1rem; }
.media-object-section &gt; :last-child {
margin-bottom: 0; }
.media-object-section.middle {
vertical-align: middle; }
.media-object-section.bottom {
vertical-align: bottom; }
table {
width: 100%;
margin-bottom: 1rem;
border-radius: 0; }
thead,
tbody,
tfoot {
border: 1px solid #f2f2f2;
background-color: #fff; }
caption {
font-weight: bold;
padding: 0.5rem 0.625rem 0.625rem; }
thead {
background: #f9f9f9;
color: #696969; }
tfoot {
background: #f2f2f2;
color: #696969; }
thead tr,
tfoot tr {
background: transparent; }
thead th,
thead td,
tfoot th,
tfoot td {
padding: 0.5rem 0.625rem 0.625rem;
font-weight: bold;
text-align: left; }
tbody tr:nth-child(even) {
background-color: #f2f2f2; }
tbody th,
tbody td {
padding: 0.5rem 0.625rem 0.625rem; }
@media screen and (max-width: 64em) {
table.stack thead {
display: none; }
table.stack tfoot {
display: none; }
table.stack tr,
table.stack th,
table.stack td {
display: block; }
table.stack td {
border-top: 0; } }
table.scroll {
display: block;
width: 100%;
overflow-x: auto; }
table.hover thead tr:hover {
background-color: #f4f4f4; }
table.hover tfoot tr:hover {
background-color: #ededed; }
table.hover tbody tr:hover {
background-color: #fafafa; }
table.hover tbody tr:nth-of-type(even):hover {
background-color: #ededed; }
.table-scroll {
overflow-x: auto; }
.table-scroll table {
width: auto; }
.hide {
display: none !important; }
.invisible {
visibility: hidden; }
@media screen and (max-width: 39.9375em) {
.hide-for-small-only {
display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
.show-for-small-only {
display: none !important; } }
@media screen and (min-width: 40em) {
.hide-for-medium {
display: none !important; } }
@media screen and (max-width: 39.9375em) {
.show-for-medium {
display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.hide-for-medium-only {
display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64.0625em) {
.show-for-medium-only {
display: none !important; } }
@media screen and (min-width: 64.0625em) {
.hide-for-large {
display: none !important; } }
@media screen and (max-width: 64em) {
.show-for-large {
display: none !important; } }
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
.hide-for-large-only {
display: none !important; } }
@media screen and (max-width: 64em), screen and (min-width: 75em) {
.show-for-large-only {
display: none !important; } }
@media screen and (min-width: 75em) {
.hide-for-xlarge {
display: none !important; } }
@media screen and (max-width: 74.9375em) {
.show-for-xlarge {
display: none !important; } }
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
.hide-for-xlarge-only {
display: none !important; } }
@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
.show-for-xlarge-only {
display: none !important; } }
@media screen and (min-width: 90em) {
.hide-for-xxlarge {
display: none !important; } }
@media screen and (max-width: 89.9375em) {
.show-for-xxlarge {
display: none !important; } }
@media screen and (min-width: 90em) {
.hide-for-xxlarge-only {
display: none !important; } }
@media screen and (max-width: 89.9375em) {
.show-for-xxlarge-only {
display: none !important; } }
.show-for-sr,
.show-on-focus {
position: absolute !important;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.show-for-landscape,
.hide-for-portrait {
display: block !important; }
@media screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: block !important; } }
@media screen and (orientation: portrait) {
.show-for-landscape,
.hide-for-portrait {
display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
@media screen and (orientation: landscape) {
.hide-for-landscape,
.show-for-portrait {
display: none !important; } }
@media screen and (orientation: portrait) {
.hide-for-landscape,
.show-for-portrait {
display: block !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-center {
display: block;
margin-left: auto;
margin-right: auto; }
.clearfix::before, .clearfix::after {
content: ' ';
display: table; }
.clearfix::after {
clear: both; }   @media screen and (max-width: 64em) {
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
font-size: inherit !important; } }
.vc_parallax .vc_parallax-inner, .row-wrapper {
background-position: center center !important; }
.row-parallax {
z-index: 0 !important; }
body {
overflow-x: hidden; }
body a, body button {
color: inherit; }
body a:hover, body button:hover {
color: inherit; }
body a:hover, body a:focus, body a:active, body a:visited, body button:hover, body button:focus, body button:active, body button:visited {
outline: none;
color: inherit; }
body .content a:not(.btn) {
border-bottom-style: solid;
border-color: inherit !important;
border-bottom-width: 1px;
transition: border-color .4s; }
body .content p * {
font-size: inherit; }
body.no-scroll {
overflow: hidden; }
.columns {
min-height: 1px; } h1, h2, h3, h4, h5, h6, p {
margin-bottom: 30px; }
.header-underline {
display: inline-block; }
.header-underline:after {
content: "";
position: absolute;
left: 100%;
height: 2px;
background: #2f2424;
width: 200%;
margin-left: 5px;
bottom: 20%; }
.header-underline.reda-light:after {
background: #fff; }
.header-underline.underline-50:after {
width: 50%; }
.header-underline.underline-75:after {
width: 75%; }
.header-underline.underline-100:after {
width: 100%; }
.header-underline.underline-125:after {
width: 125%; }
.header-underline.underline-150:after {
width: 150%; }
.header-underline.underline-175:after {
width: 175%; }
.header-underline.underline-200:after {
width: 200%; }
.reda-header {
position: relative; }
.reda-lg-header {
position: relative; }
.reda-lg-header.header-underline:after {
bottom: 12px;
width: 200%;
margin-left: 15px; }
.reda-lg-header * {
font-size: 160px;
line-height: 1; }
.reda-header-top, .reda-header-top * {
text-transform: uppercase;
color: #ac8b51;
letter-spacing: 5px;
font-size: 12px;
font-weight: 700; position: relative;
line-height: 1; }
.reda-page-header &gt; div {
line-height: 1; }
.reda-page-header &gt; div * {
color: inherit !important;
margin-bottom: 0; }
.reda-page-header {
overflow: hidden; }
.reda-page-header .header-underline * {
display: inherit; } .page-wrapper {
overflow: hidden;
width: 100%; }
.outline-text {
border-bottom: 2px solid #ac8b51; }
.lg-content {
font-size: 17px;
line-height: 2.1em; }
.btn-content {
display: inline-block; }
.btn-content .button-border {
background: #111; }
.content-left {
margin-left: 0;
text-align: left; }
.content-right {
margin-right: 0;
text-align: right; }
.content-center {
margin: 0 auto;
text-align: center; }
a .fa {
transition: transform .4s; }
a .fa:hover {
transform: scale(1.2); }
.element-cta {
max-width: 100%;
width: 100%; }
.element-cta .cta-content, .element-cta .image-content {
vertical-align: middle; }
.element-cta .cta-content {
padding: 0 30px; }
.element-cta img {
width: 100%; }
.element-cta.cta-bg-img {
position: relative;
display: block; }
.element-cta.cta-bg-img .cta-content {
position: relative;
z-index: 2;
display: block;
width: 100%; }
.element-cta.cta-bg-img .cta-content p:empty {
display: none; }
.element-cta.cta-bg-img .image-content {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.element-cta.cta-bg-img .cta-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; }
@media screen and (max-width: 39.9375em) {
.call-to-action.cta-sm {
margin: 0 !important;
padding: 0 !important; }
.call-to-action .image-content {
width: 100%;
height: 300px; }
.call-to-action .cta-content {
padding: 45px !important; } }
@media screen and (max-width: 64em) {
.call-to-action .image-content {
width: 100%;
height: 400px; } }
@media screen and (min-width: 64.0625em) {
.call-to-action .cta-content .content &gt; * {
margin-bottom: 45px; }
.call-to-action .cta-left-img, .call-to-action .cta-right-img {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch; }
.call-to-action .cta-left-img .cta-content, .call-to-action .cta-left-img .image-content, .call-to-action .cta-right-img .cta-content, .call-to-action .cta-right-img .image-content {
direction: ltr;
width: 50%; }
.call-to-action .cta-right-img {
direction: rtl; } }
.default-content {
margin-bottom: 30px; }
.loading-wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
z-index: 9999;
will-change: opacity; }
.loading-progress {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 2px;
background: #333;
transition: width 0.7s ease-in; }
.page-intro {
overflow: hidden;
opacity: 1;
transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
transform: translateX(-20px); }
.page-intro .row, .page-intro .columns, .page-intro .intro-content-wrapper {
height: inherit; }
.page-intro:before {
content: '';
background: #fff;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transform: translateX(0) translateY(0) translateZ(0);
transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 1; }
.page-intro.intro-loaded {
opacity: 1;
transform: translateX(0); }
.page-intro.intro-loaded:before {
transform: translateY(-100%) translateX(0) translateZ(0);
opacity: 1; }
.page-intro.intro-loaded:after {
transform: translateY(0%); }
.intro-content-wrapper {
transform: translateY(-50px);
transition: transform 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1);
opacity: 0; }
.intro-loaded .intro-content-wrapper {
opacity: 1; }
.link-hover, .wpb_text_column p a:not(.non-outline) {
position: relative;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: inherit;
background: transparent; }
.link-hover:after, .wpb_text_column p a:not(.non-outline):after {
content: "";
width: 100%;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
opacity: .5;
transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
transform-origin: top; }
.link-hover:hover:after, .wpb_text_column p a:not(.non-outline):hover:after {
opacity: 1;
transform: scale3d(1, 2, 1);
transform-origin: top; }
.link-hover-text:after {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: inherit;
background: transparent; }
.page-padding-top {
position: relative; }
.standard-page {
padding-bottom: 90px; }
.single-post-nav .arrow-prev, .single-post-nav .arrow-next {
width: auto; }
.single-post-nav .arrow-prev {
text-align: right; }
.single-post-nav .arrow-next {
text-align: left; }
.lead {
font-size: 24px !important;
margin-bottom: 45px !important; }
.element-gallery-grid {
overflow: hidden; }
.element-gallery-grid:last-of-type {
margin-bottom: 60px; }
@media screen and (min-width: 64.0625em) {
.element-gallery-grid.two-columns .image-content {
width: 50%; }
.element-gallery-grid.three-columns .image-content {
width: 33.3332%; }
.element-gallery-grid.four-columns .image-content {
width: 25%; }
.element-gallery-grid .image-content {
float: left; } }
.element-list-table {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
@media screen and (max-width: 39.9375em) {
.element-list-table.el-half-width li {
width: 100%; } }
@media screen and (min-width: 40em) {
.element-list-table.el-half-width li {
width: 50%;
float: left; }
.element-list-table.el-half-width li:first-of-type, .element-list-table.el-half-width li:nth-child(2) {
border: none; } }
.element-list-table.el-full-width li {
width: 100%; }
.element-list-table.el-sm-list li {
padding: 5px 30px;
font-size: 14px; }
.element-list-table li {
border-top: 1px solid;
padding: 20px 30px;
position: relative;
list-style-type: none; }
.element-list-table li:first-of-type {
border: none; }
ul.element-list-table li:before {
content: "";
position: absolute;
width: 6px;
height: 6px;
margin-top: -3px;
top: 50%;
left: 10px;
background: #ac8b51;
border-radius: 50%; }
ol.element-list-table {
counter-reset: counter_level1; }
ol.element-list-table li:before {
content: counter(counter_level1) ".";
counter-increment: counter_level1;
position: absolute;
left: 10px;
background: transparent; }
blockquote {
border: none;
color: #696969;
padding: 30px 15px 15px;
margin: 0;
margin-bottom: 25px;
position: relative; }
blockquote * {
color: inherit !important;
font-size: 20px; }
blockquote .quote-icon {
position: absolute;
left: 0px;
top: 5px;
opacity: .1;
transform: rotate(180deg); }
blockquote p {
margin-left: 25px;
margin-right: 15px; }
blockquote p:last-of-type {
margin-bottom: 0; }
.dropcap {
font-size: 64px;
line-height: 1;
font-family: "Playfair Display";
padding-right: 15px;
color: #ac8b51;
float: left; }
.el-intro-page &gt; .row {
margin-bottom: 0 !important; }
.default-page &gt; .row {
margin-bottom: 60px; }
.img-content.float-left {
margin: 8px 30px 15px 0; }
.img-content.float-right {
margin: 8px 0px 15px 30px; }
figcaption {
margin-top: 5px;
font-size: 12px;
color: #8a8a8a; }
.img-content-lightbox, .gallery-content-lightbox {
position: relative;
display: block;
overflow: hidden; }
.img-content-lightbox:before, .gallery-content-lightbox:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translateY(30px);
opacity: 0;
transition: opacity .4s, transform .4s;
z-index: 1;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }
.img-content-lightbox:hover:before, .gallery-content-lightbox:hover:before {
opacity: 1;
transform: translateY(0); }
.grid-table {
border: 1px solid #ddd;
margin-bottom: 10px !important; }
.grid-table .columns:nth-child(2) {
background: #e1e1e1; }
.grid-table .columns {
background: #f1f1f1;
padding-top: 10px;
padding-bottom: 10px; }
.fluid-row {
background: #e1e1e1; }
.grid-page &gt; .row {
margin-bottom: 30px; }
.grid-page .grid-padding-top {
margin-top: 60px; }
.separator {
width: 100%;
height: 1px;
background: #ddd;
margin: 60px 0; }
.el-block-page .separator {
margin-bottom: 0; }
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
pre {
background: #f5f5f5;
padding: 15px; }
.wp-caption {
max-width: 100%; }
.wp-caption-text {
margin-top: 5px;
font-size: 12px !important;
color: #8a8a8a;
margin-bottom: 5px !important; }
img.alignleft {
margin: 0;
float: left;
margin-right: 1.5em; }
img.alignright {
margin: 0;
float: right;
margin-left: 1.5em; }
.alignleft {
margin: 0;
float: left;
margin-right: 1.5em; }
.alignright {
margin: 0;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin: 30px auto; }
.alignnone {
margin: 30px 0; } .nav-links {
width: 100%;
text-align: center; }
.nav-links a, .nav-links span {
display: inline-block;
vertical-align: middle; }
.nav-links .arrow-prev, .nav-links .arrow-next {
width: 30px;
transform: translateX(0) !important;
opacity: .5;
transition: opacity .3s;
text-align: center; }
.nav-links .arrow-prev:hover, .nav-links .arrow-next:hover {
opacity: 1; }
.nav-links .arrow-prev i, .nav-links .arrow-next i {
line-height: 50px;
transform: scale(1);
font-size: 18px;
opacity: 1; }
.nav-links .page-numbers, .nav-links .page-number {
padding: 0 5px;
font-size: 17px; }
.nav-links .page-numbers , .nav-links .page-number {
opacity: .5;
transition: opacity .4s; }
.nav-links .page-numbers:hover, .nav-links .page-number:hover {
opacity: 1 !important; }
.page-links {
width: 100%;
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: end;
align-items: flex-end; }
.page-links a, .page-links span {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
font-size: 16px; }
.page-links a {
opacity: .5;
transition: opacity .4s; }
.page-links a:hover {
opacity: 1; } .btn { cursor: pointer;
text-align: center;
display: inline-block;
position: relative;
vertical-align: middle;
line-height: 1; }
.btn.btn-full {
display: block;
width: 100%; }
.btn-list {
margin: 0 -5px; }
.btn-list &gt; div {
display: inline-block;
margin: 0 5px; }
.btn-double {
display: inline-block;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
transition: box-shadow .4s, transform .4s, background .4s, border-color .4s, color .4s; }
.btn-double:hover {
box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.2);
transform: translateY(-1px); }
.btn-double a:first-of-type {
position: relative; }
.btn-double a:first-of-type:after {
content: "";
position: absolute;
width: 1px;
right: -0.5px;
height: 60%;
top: 50%;
transform: translateY(-50%);
transition: background .4s; }
.btn-double a:last-of-type {
position: relative; }
.btn-single {
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
transition: box-shadow .4s, transform .4s, background .4s, border-color .4s, color .4s; }
.btn-single:hover {
box-shadow: 1px 8px 30px rgba(0, 0, 0, 0.2);
transform: translateY(-1px); }
.btn-xs {
padding: 10px 15px;
font-size: 14px;
font-weight: 500;
line-height: 1; }
.btn-xs .btn-text:after {
width: 15px; }
.btn-sm {
padding: 10px 20px; }
.btn-md {
padding: 15px 30px;
font-size: 16px; }
.btn-lg {
padding: 15px 30px;
font-size: 20px; }
.btn-rounded {
border-radius: 40px; }
.btn-solid {
border-style: solid;
border-width: 1px; }
.btn-border {
border-style: solid;
border-width: 1px;
background: transparent; }
.btn-border .btn-text {
transition: color .4s; }
.btn-light {
background: #fff;
color: #696969;
border-color: #fff; }
.btn-light .btn-text {
color: #696969; }
.btn-light.btn-double a:first-of-type:after, .btn-light.btn-double a:first-of-type:before, .btn-light.btn-double a:last-of-type:after, .btn-light.btn-single .btn-text:after {
background: #696969; }
.btn-light.btn-border {
border-color: #fff;
background: transparent; }
.btn-light.btn-border.btn-double a:first-of-type:after, .btn-light.btn-border.btn-double a:first-of-type:before, .btn-light.btn-border.btn-double a:last-of-type:after, .btn-light.btn-border.btn-single .btn-text:after {
background: #fff; }
.btn-light.btn-border .btn-text {
color: #fff; }
.btn-light.btn-border:hover {
background: #fff; }
.btn-light.btn-border:hover.btn-double a:first-of-type:after, .btn-light.btn-border:hover.btn-double a:first-of-type:before, .btn-light.btn-border:hover.btn-double a:last-of-type:after, .btn-light.btn-border:hover.btn-single .btn-text:after {
background: #696969; }
.btn-light.btn-border:hover .btn-text {
color: #111; }
.btn-light.btn-solid:focus {
background: #fafafa; }
.btn-light.btn-solid:hover {
background: white; }
.btn-dark {
background: #111;
color: #fff;
border-color: #111; }
.btn-dark .btn-text {
color: #fff; }
.btn-dark.btn-double a:first-of-type:after, .btn-dark.btn-double a:first-of-type:before, .btn-dark.btn-double a:last-of-type:after, .btn-dark.btn-single .btn-text:after {
background: #fff; }
.btn-dark.btn-border {
border-color: #111;
background: transparent; }
.btn-dark.btn-border .btn-text {
color: #111; }
.btn-dark.btn-border.btn-double a:first-of-type:after, .btn-dark.btn-border.btn-double a:first-of-type:before, .btn-dark.btn-border.btn-double a:last-of-type:after, .btn-dark.btn-border.btn-single .btn-text:after {
background: #111; }
.btn-dark.btn-border:hover {
background: #111; }
.btn-dark.btn-border:hover.btn-double a:first-of-type:after, .btn-dark.btn-border:hover.btn-double a:first-of-type:before, .btn-dark.btn-border:hover.btn-double a:last-of-type:after, .btn-dark.btn-border:hover.btn-single .btn-text:after {
background: #fff; }
.btn-dark.btn-border:hover .btn-text {
color: #fff; }
.btn-dark.btn-solid:focus {
background: #0c0c0c; }
.btn-dark.btn-solid:hover {
background: #161616; }
.btn-accent {
background: #ac8b51;
color: #fff;
border-color: #ac8b51; }
.btn-accent .btn-text {
color: #fff; }
.btn-accent.btn-double a:first-of-type:after, .btn-accent.btn-double a:first-of-type:before, .btn-accent.btn-double a:last-of-type:after, .btn-accent.btn-single .btn-text:after {
background: #fff; }
.btn-accent.btn-border {
border-color: #ac8b51;
background: transparent; }
.btn-accent.btn-border .btn-text {
color: #ac8b51; }
.btn-accent.btn-border.btn-double a:first-of-type:after, .btn-accent.btn-border.btn-double a:first-of-type:before, .btn-accent.btn-border.btn-double a:last-of-type:after, .btn-accent.btn-border.btn-single .btn-text:after {
background: #ac8b51; }
.btn-accent.btn-border:hover {
background: #ac8b51; }
.btn-accent.btn-border:hover .btn-text {
color: #fff; }
.btn-accent.btn-border:hover.btn-double a:first-of-type:after, .btn-accent.btn-border:hover.btn-double a:first-of-type:before, .btn-accent.btn-border:hover.btn-double a:last-of-type:after, .btn-accent.btn-border:hover.btn-single .btn-text:after {
background: #fff; }
.btn-accent.btn-solid:focus {
background: #a5854e; }
.btn-accent.btn-solid:hover {
background: #b09057; }
#scroll-up {
width: 60px;
height: 60px;
cursor: pointer;
background: #fff;
text-align: center;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); }
#scroll-up i {
line-height: 60px;
color: #ac8b51;
font-size: 28px; }
@media screen and (max-width: 64em) {
#scroll-up {
margin: 0 auto; } }
@media screen and (min-width: 64.0625em) {
#scroll-up {
margin-right: 0;
margin-left: auto;
right: 30px;
border-radius: 50% 0;
top: calc(50% - 60px + 60px); } } .forms-style input, .forms-style select, .forms-style textarea {
box-shadow: none !important;
border: none; }
.forms-style .reda-fieldset, .forms-style fieldset {
position: relative;
width: 100%;
text-align: left; }
.forms-style .reda-fieldset.message, .forms-style fieldset.message {
width: auto; }
.forms-style .message-error &gt; *:not(label) {
border: 1px solid #f10a4a !important; }
.forms-style .message-error label {
color: #f10a4a !important; }
.forms-style .input-required {
position: relative; }
.forms-style .input-required label:after {
content: "*";
color: inherit;
font-size: 18px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
transition: color .4s;
line-height: 1; }
.forms-style .input-required label:after {
left: 0; }
.forms-style .input-required.message-error:after {
color: #f10a4a; }
.forms-style label {
margin-bottom: 3px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px; }
.forms-style input {
line-height: 50px; }
.forms-style input, .forms-style select {
height: 50px;
z-index: 2;
padding: 15px;
margin-bottom: 8px; }
.forms-style input:focus, .forms-style select:focus {
outline: none; }
.forms-style input:-webkit-autofill, .forms-style select:-webkit-autofill {
-webkit-animation-name: autofill;
-webkit-animation-fill-mode: both; }
.forms-style input::-webkit-input-placeholder, .forms-style select::-webkit-input-placeholder {
font-style: italic;
opacity: .5; }
.forms-style input:-moz-placeholder, .forms-style select:-moz-placeholder {
font-style: italic;
opacity: .5; }
.forms-style input::-moz-placeholder, .forms-style select::-moz-placeholder {
font-style: italic;
opacity: .5; }
.forms-style input:-ms-input-placeholder, .forms-style select:-ms-input-placeholder {
font-style: italic;
opacity: .5; }
.forms-style input[type="checkbox"], .forms-style input[type="radio"] {
box-shadow: none !important;
border: none !important;
display: block;
height: auto;
line-height: 1.8em;
float: left;
margin-top: 5px; }
.forms-style input[type="checkbox"] ~ label, .forms-style input[type="radio"] ~ label {
display: block;
float: left;
margin-left: 0; }
.forms-style input[type="radio"] {
margin-top: 0; }
.forms-style input[type="number"] {
text-align: center; }
.forms-style textarea {
z-index: 2;
padding: 15px;
margin-bottom: 8px;
min-height: 150px; }
.forms-style textarea:focus {
outline: none; }
.forms-style textarea:-webkit-autofill {
-webkit-animation-name: autofill;
-webkit-animation-fill-mode: both; }
.forms-style textarea::-webkit-input-placeholder {
font-style: italic;
opacity: .5; }
.forms-style textarea:-moz-placeholder {
font-style: italic;
opacity: .5; }
.forms-style textarea::-moz-placeholder {
font-style: italic;
opacity: .5; }
.forms-style textarea:-ms-input-placeholder {
font-style: italic;
opacity: .5; }
.forms-style .success-message {
position: absolute;
top: 50%;
z-index: 1;
left: 60px;
padding: 30px;
text-align: center;
background: #fff;
opacity: 0;
right: 60px;
color: #111;
transform: translateY(-50%);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
visibility: hidden;
transition: opacity .4s 0s, visibility 0s 0s; }
.forms-style .success-message h5 {
margin-bottom: 0; }
.forms-style.message-sent form {
opacity: .4; }
.forms-style.message-sent .success-message {
opacity: 1;
visibility: visible;
transition: opacity .4s 0s, visibility 0s .4s; }
.forms-style .post-password-form {
max-width: 70%;
margin: 0 auto; }
.forms-style .post-password-form .btn {
margin-top: 0; }
.forms-style .post-password-form input {
margin-bottom: 0; }
.form-container {
margin-bottom: 60px; }
.reda-form {
text-align: center;
padding: 30px 20px; }
@media screen and (min-width: 40em) {
.reda-form .reda-fieldset {
display: -ms-flexbox;
display: flex; }
.reda-form .reda-fieldset &gt; * {
margin: 0 10px; } }
.reda-form .reda-fieldset &gt; * {
width: 100%; }
.reda-form .reda-fieldset input, .reda-form .reda-fieldset textarea, .reda-form .reda-fieldset select {
box-shadow: none !important;
border: none; }
.reda-form form .btn {
margin-top: 20px; }
@media screen and (max-width: 64em) {
.reda-form .btn-contact {
margin-bottom: 60px; } }
.reda-form .btn-contact.button-success {
background: #2ec556 !important;
border: #2ec556; }
.reda-form .btn-contact.button-success .btn-text {
color: #fff !important; }
.rtb-booking-form {
padding: 30px 20px; }
.rtb-booking-form .reda-fieldset {
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.rtb-booking-form .reda-fieldset legend {
-ms-flex: 1 100%;
flex: 1 100%;
padding: 0;
margin-bottom: 10px;
margin-top: 20px;
text-transform: uppercase;
letter-spacing: 3px;
color: #ac8b51; }
.rtb-booking-form .reda-fieldset:first-of-type legend {
margin-top: 0; }
.rtb-booking-form .reda-fieldset &gt; div {
-ms-flex: 1 1;
flex: 1 1; }
.rtb-booking-form .reda-fieldset input, .rtb-booking-form .reda-fieldset textarea, .rtb-booking-form .reda-fieldset select {
max-width: 100%; }
.rtb-booking-form .add-message {
font-size: 12px;
text-transform: uppercase;
margin: 0;
text-align: left;
margin-left: 30px; }
.rtb-booking-form .add-message a {
position: relative;
display: inline-block; }
.rtb-booking-form .add-message a:before {
content: "";
position: absolute;
left: -20px;
width: 10px;
height: 1px;
background: #ddd;
top: 50%; }
.rtb-booking-form .add-message a:after {
content: "";
position: absolute;
left: -15px;
width: 1px;
height: 10px;
background: #ddd;
top: 50%;
margin-top: -5px; }
.btn-no-active {
position: relative; }
.btn-no-active .btn {
opacity: .4;
cursor: default !important; }
.post-password-form fieldset {
margin-bottom: 30px; }
.post-password-form fieldset p {
display: none; }
.post-password-form p {
text-align: right; }
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 5px;
padding: 0 10px 0 0;
width: 50%; }
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%; }
.gallery-item a img {
display: block;
transition: filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.gallery-item a:hover img, .gallery-item a:focus img {
filter: opacity(60%); }
.gallery-columns-1 .gallery-item {
float: none;
width: 100%;
max-width: 100%; }
.gallery-columns-2 .gallery-item {
float: none;
max-width: 50%; }
.gallery-columns-3 .gallery-item {
float: none;
max-width: 33.3332%; }
.gallery-columns-4 .gallery-item {
float: none;
max-width: 25%; }
.gallery-columns-5 .gallery-item {
float: none;
max-width: 20%; }
.gallery-columns-6 .gallery-item {
float: none;
max-width: 16.6667%; }
.gallery-columns-7 .gallery-item {
float: none;
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
float: none;
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
float: none;
max-width: 11.11%; }
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0; } .page-intro {
position: relative;
width: 100%;
background-size: cover;
background-position: center center; }
.page-intro .intro-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: .5; }
.page-intro .intro-content-wrapper {
display: table;
min-height: 350px;
padding: 90px 0;
position: relative;
z-index: 1;
width: 100%; }
.page-intro .intro-content {
display: table-cell;
vertical-align: middle;
padding: 0 30px; }
.page-intro .intro-content p:last-of-type {
margin-bottom: 0; }
.page-intro .intro-content.intro-content-left {
text-align: left; }
.page-intro .intro-content.intro-content-right {
text-align: right; }
.page-intro .intro-content.intro-content-center {
text-align: center; }
@media screen and (max-width: 39.9375em) {
.page-intro .intro-header:last-child {
margin: 0 0 30px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.page-intro .intro-header:last-child {
margin: 0 30px 30px; } }
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
.page-intro .intro-header:last-child {
margin: 0 60px 60px; } }
@media screen and (min-width: 75em) {
.page-intro .intro-header:last-child {
margin: 0 120px 90px; } }
.page-intro .page-header {
padding: 0; }
.page-header-intro {
position: relative; }
.classic { }
.classic .page-header {
margin-bottom: 0; }
.classic .page-header &gt; div {
margin-bottom: 30px; }
.classic .page-header &gt; div * {
margin-bottom: 0; }
.classic .page-header &gt; div:last-of-type {
margin-bottom: 0; }
.page-header {
padding: 0 0 30px;
overflow: hidden; }
@media screen and (max-width: 39.9375em) {
.page-header .header {
width: 100%; }
.page-header .content {
width: 100%; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.page-header .header {
width: 75%; }
.page-header .content {
width: 75%; } }
@media screen and (min-width: 64.0625em) {
.page-header .header {
width: 50%;
float: left;
padding-right: 30px; }
.page-header .content {
width: 50%;
float: right;
padding-left: 30px; } }
.page-header .content p {
font-size: 16px; }
.page-header .header h3 {
margin-bottom: 30px;
letter-spacing: 1px; }
.page-header a {
color: inherit; } .el-table {
display: table;
width: 100%; }
.el-table .el-table-cell {
display: table-cell;
padding: 15px; }
.section-dark {
background: #696969;
padding: 15px; }
.el-intro .el-table .el-table-cell {
padding: 15px 0; } .error-404 {
margin: 60px 0 120px 0; }
.error-404 h1 {
z-index: -1;
font-size: 260px;
font-family: "Lora";
font-style: italic;
color: #f5f5f5;
line-height: 1;
text-align: center;
margin-bottom: 0; }
.error-404 .page-content {
margin-top: 15px; }
.error-404 fieldset {
margin-bottom: 0; }
@media screen and (max-width: 64em) {
.error-404 {
text-align: center; }
.error-404 h1 {
margin-bottom: 30px; }
.error-404 .search-input {
margin: 0 auto;
width: 70%; } }
@media screen and (max-width: 39.9375em) {
.error-404 h1 {
font-size: 150px; } }
.reda-form.reda-search-form {
padding: 0; }
.search-input {
position: relative;
width: 100%; }
.search-input input {
margin-bottom: 0;
padding-right: 40px; }
.search-input button {
position: absolute;
right: 0;
height: 50px;
width: 40px;
bottom: 0;
text-align: center;
cursor: pointer; } .arrow-prev {
width: 100px;
height: 50px;
cursor: pointer;
text-align: right; }
.arrow-prev svg {
opacity: .5;
transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
transform: translate3d(0, 0, 0);
transform-origin: left;
width: 50px;
height: 50px; }
.arrow-prev svg:hover {
opacity: 1;
transform: translateX(-15px); }
.arrow-next {
width: 100px;
height: 50px;
opacity: .5;
transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
transform: translateX(0);
transform-origin: right; }
.arrow-next svg {
width: 50px;
height: 50px; }
.arrow-next:hover {
opacity: 1;
transform: translateX(15px); }
.arrow-prev line, .arrow-next line {
stroke: #111; }
svg#icon-big-arrow-prev, svg#icon-big-arrow-next {
width: 90px;
height: 50px; }
svg#icon-big-arrow-prev line, svg#icon-big-arrow-next line {
stroke-width: 1px;
vector-effect: non-scaling-stroke;
fill: none; } .page-header-intro li {
color: #8a8a8a; }
.page-header-intro .link-hover:after, .page-header .link-hover:after {
background: #696969; }
.page-intro .intro-overlay {
background: #111; }
.page-intro .intro-content, .page-intro .page-header-intro li {
color: #fff; }
.page-intro .link-hover:after {
background: #fff; }
.element-list-table li {
border-color: #f5f5f5; }
.element-list-table li:before {
background: #ac8b51; }
.element-cta.cta-content-light {
color: #fff; }
.content a {
border-color: #ddd; } .vc_row-flex &gt; .columns {
display: -ms-flexbox;
display: flex; }
.vc_row-flex &gt; .columns &gt; .vc_column-inner {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
@media screen and (max-width: 39.9375em) {
.row .row-wrapper {
margin-top: 0 !important;
padding-top: 15% !important;
margin-bottom: 0 !important;
padding-bottom: 15% !important; }
.row .row-wrapper.reset-padding {
padding-top: 0 !important;
padding-bottom: 0 !important; }
.row .row-wrapper .vc_column-inner {
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important; }
.wpb_wrapper .wpb_text_column {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important; } }
@media screen and (max-width: 64em) {
.wpb_wrapper .reda-page-header {
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important; }
.row .reset-padding .call-to-action {
margin-left: 0 !important;
margin-right: 0 !important; }
.row .reset-padding .reda-parallax {
display: none; } }
.reda-shares {
position: relative; }
.reda-shares span {
margin-right: 15px;
text-transform: uppercase;
color: #ac8b51; }
.reda-shares i {
color: #ac8b51; }
.reda-shares .shares-wrapper-inner {
cursor: pointer;
display: inline-block; }
.reda-shares .shares-icons {
opacity: 0;
visibility: hidden;
transition: opacity .4s 0s, visibility 0s .4s;
transform: translateX(0);
display: inline-block;
padding-left: 30px; }
.reda-shares .shares-icons a {
margin: 0 5px;
padding: 0 5px;
color: inherit; }
.reda-shares.text-center .shares-icons {
left: 50%;
transform: translateX(-50%);
right: auto;
bottom: -40px;
position: absolute;
display: block;
padding-left: 0; }
.reda-shares.text-right {
float: right; }
.reda-shares.text-right .shares-icons {
position: relative;
float: left;
margin-right: 30px; }
.reda-shares.show-icons .shares-icons {
opacity: 1;
visibility: visible;
transition: opacity .4s 0s, visibility 0s 0s; }
.reda-carousel-container {
position: relative;
z-index: 2; }
.reda-carousel {
margin: 0 -60px; }
.reda-carousel .img-wrapper {
text-align: center; }
.reda-carousel-pagination {
text-align: center;
position: relative;
top: 60px;
padding: 60px 0; }
.reda-carousel-pagination .swiper-pagination-bullet { opacity: 1;
transition: opacity .3s;
width: 10px;
height: 10px;
opacity: .5; }
.reda-carousel-pagination .swiper-pagination-bullet:hover {
opacity: 1; }
.reda-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1; }
.reda-carousel-arrows .prev, .reda-carousel-arrows .next {
width: 30px;
height: 50px;
position: absolute;
top: 50%;
margin-top: -25px;
text-align: center;
z-index: 2;
cursor: pointer; }
.reda-carousel-arrows .prev:hover i, .reda-carousel-arrows .next:hover i {
opacity: 1; }
.reda-carousel-arrows .prev {
left: 0; }
.reda-carousel-arrows .next {
right: 0; }
.reda-carousel-arrows i {
line-height: 50px;
font-size: 30px;
transition: opacity .3s;
opacity: .5; }
.room-img-slider .reda-carousel-arrows i {
color: #fff; }
.reda-room-container {
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
position: relative;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.reda-room-container .room-content {
width: 50%;
padding: 30px; }
.reda-room-container .wpb_content_element {
padding: 30px 30px 0; }
.reda-room-container .room-img-slider {
width: 50%; }
.reda-room-container .room-img-slider .image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.reda-room-container .room-img {
width: 50%;
position: relative; }
.reda-room-container .room-img .image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.reda-room-container .room-amenities {
top: 100%;
left: 0;
width: 100%;
transition: max-height .4s;
overflow: hidden;
max-height: 0; }
.reda-room-container .element-list-table {
position: relative;
margin-bottom: 0;
padding: 30px 60px; }
.reda-room-container .btn-list {
padding: 0 30px; }
.reda-room-container .btn-list &gt; div {
margin-bottom: 15px; }
@media screen and (max-width: 48em) {
.reda-room-container .room-content {
width: 100%; }
.reda-room-container .room-img-slider, .reda-room-container .room-img {
width: 100%;
height: 400px; } }
@media screen and (max-width: 64em) {
.reda-room-container .wpb_content_element, .reda-room-container .btn-list {
padding-left: 0 !important;
padding-right: 0 !important; }
.reda-room-container .element-list-table {
padding: 0 15px; }
.reda-room-container .element-list-table.el-half-width li {
width: 100%; } }
.reda-room-container .swiper-wrapper {
position: absolute; }
.reda-booking-box {
padding: 30px;
position: relative;
border-top: 3px solid; }
.reda-booking-box .box &gt; h4 {
display: inline-block;
margin-left: 75px; }
.reda-booking-box .reda-fieldset {
margin-bottom: 30px; }
.reda-booking-box .room-price-wrapper {
position: absolute;
padding: 15px;
top: -15px;
left: -15px;
text-align: center;
display: inline-block; }
.reda-booking-box .room-price-wrapper .price {
font-size: 40px;
font-family: "Playfair Display";
line-height: 30px; }
.reda-booking-box .room-price-wrapper .price-currency {
font-size: 28px;
margin-right: 5px;
font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.reda-booking-box .room-price-wrapper .price-text {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 3px;
margin-top: 5px; }
.reda-booking-box .hasDatepicker {
box-shadow: none; }
.reda-booking-box .message-error &gt; *:not(label) {
border: 1px solid #f10a4a !important; }
.reda-booking-box .message-error label {
color: #f10a4a !important; }
.reda-social-profiles {
margin: 0; }
.reda-social-profiles li {
list-style-type: none;
display: inline-block;
margin: 0 8px; }
.reda-social-profiles li:first-of-type {
margin-left: 0; }
.reda-social-profiles li:last-of-type {
margin-right: 0; }
.vc_row-o-content-top &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row-o-content-top &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
-ms-flex-pack: start;
justify-content: flex-start; }
.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .vc_column_container {
-ms-flex-align: start;
align-items: flex-start; }
.vc_row-o-content-bottom &gt; .columns &gt; .vc_column-inner {
-ms-flex-pack: end;
justify-content: flex-end; }
.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .vc_column_container {
-ms-flex-align: end;
align-items: flex-end; }
.vc_row-o-content-middle &gt; .columns &gt; .vc_column-inner {
-ms-flex-pack: center;
justify-content: center; }
.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .vc_vc_column_inner &gt; .vc_column_container {
-ms-flex-align: center;
align-items: center; }
.wpb_single_image {
position: relative; }
.wpb_single_image .vc_figure {
position: relative; }
.wpb_single_image .vc_figure .vc_figure-caption {
position: absolute;
color: #fff;
top: 50%;
left: 30px;
right: 30px;
z-index: 2;
font-family: inherit;
transform: translateY(-50%);
opacity: 0;
transition: opacity .4s; }
.wpb_single_image .vc_figure:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
z-index: 2;
transition: opacity .4s;
pointer-events: none; }
.wpb_single_image .vc_figure .caption-triangle {
background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100px" height="100px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable"&gt;&lt;path fill="#c32d3b"  d="M 0 100 L 100 100 100 100 L 100 0 100 0 C 80 30, 30 80, 0 100 Z"&gt;&lt;/path&gt;&lt;/svg&gt;');
width: 100px;
height: 100px;
overflow: hidden;
position: absolute;
bottom: -5px;
right: -5px;
z-index: 3;
cursor: pointer; }
.wpb_single_image .vc_figure .caption-triangle:before {
content: "\f067";
font-family: "FontAwesome";
position: absolute;
bottom: 15px;
right: 15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
opacity: 1;
transition: opacity .4s; }
.wpb_single_image .vc_figure .caption-triangle:after {
content: "\f068";
font-family: "FontAwesome";
position: absolute;
bottom: 15px;
right: 15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
opacity: 0;
transition: opacity .4s; }
.wpb_single_image .vc_figure.active-caption:before {
opacity: .7; }
.wpb_single_image .vc_figure.active-caption .vc_figure-caption {
opacity: 1; }
.wpb_single_image .vc_figure.active-caption .caption-triangle:before {
opacity: 0; }
.wpb_single_image .vc_figure.active-caption .caption-triangle:after {
opacity: 1; }
.el-shadow .img-wrapper {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important; }
.wpb_gmaps_widget .wpb_wrapper {
background: transparent;
padding: 0 !important; }
.gray-map {
filter: grayscale(100%); } .border-accent-color {
border-color: #ac8b51; }
.pseudo-accent-color:after, .bg-accent-color {
background: #ac8b51; }
.accent-color {
color: #ac8b51; }
.bg-accent-color {
background-color: #ac8b51; }
.header-color {
color: #2f2424; }
.bg-header-color {
background: #2f2424; }
.border-header-color {
border-color: #2f2424; }
.page-bg-color {
background: #fff; }
.darken-bg-color {
background: whitesmoke; }
.darken2-bg-color {
background: #dddddd; }
.reda-parallax {
position: absolute !important;
height: 100%;
top: 0;
left: 0;
right: 0;
background-size: cover;
background-position: center center; }
.widget-reservation-form .forms-style input, .widget-reservation-form .forms-style select, .widget-reservation-form .forms-style textarea {
line-height: 1.5; }
.forms-style input {
line-height: 1em !important; }  body.admin-bar.nav-top .main-navigation {
top: 32px; }
@media screen and (max-width: 782px) {
body.admin-bar.nav-top .main-navigation {
top: 46px; } }
@media screen and (max-width: 64em) {
.nav-solid .page-wrapper {
padding-top: 100px; }
.nav-solid .page-wrapper .home-bg-slider {
top: 100px; }
.nav-solid .page-wrapper .page-intro {
margin-top: 100px; }
.main-navigation {
height: 100px; }
.main-navigation .nav-wrapper {
height: 100px; }
.show-res-bar .main-navigation {
top: 50px !important; }
.nav-transparent .intro-content-wrapper {
padding-top: 160px !important; }
.mobile-navbar-overlay .menu-mobile {
margin-top: 130px !important; }
.nav-solid.nav-home &gt; .page-wrapper {
padding-top: 0;
top: 0; }
.nav-solid.nav-home &gt; .page-wrapper .page-wrapper {
top: 0; }
.main-navigation {
position: absolute !important; } }
@media screen and (min-width: 64.0625em) {
.main-navigation .nav-wrapper {
height: 150px; }
.nav-solid.nav-top .page-wrapper {
padding-top: 150px; }
.nav-solid.nav-top .page-wrapper .home-bg-slider {
top: 150px; }
.nav-solid.nav-top .page-wrapper .page-intro {
margin-top: 150px; }
.nav-transparent.nav-top .page-wrapper .intro-content-wrapper {
padding-top: 240px !important; }
.nav-transparent.nav-top .page-wrapper .home-content {
padding-top: 210px; }
.nav-transparent.nav-top .page-wrapper .home-content .home-top {
top: 210px; }
.nav-solid.nav-bottom .page-wrapper .home-bg-slider {
bottom: 150px; }
.nav-transparent.nav-bottom .page-wrapper .home-content {
padding-bottom: 210px; }
.nav-transparent.nav-bottom .page-wrapper .home-content .home-bottom {
bottom: 210px; } }
@media screen and (max-width: 64em) {
.page-padding-top {
padding-top: 60px; }
.nav-solid .page-wrapper .page-intro .page-header-intro {
top: 0; }
.home-bg-slider {
bottom: 0 !important; }
.nav-bottom .main-navigation, .nav-center-ver .main-navigation {
bottom: auto;
top: 0; }
#reorder-mobile {
width: 24px;
height: 24px;
z-index: 3;
cursor: pointer;
margin-right: 15px; }
.nav-transparent .page-wrapper .home-bg-slider, .nav-transparent .page-wrapper .page-padding-top {
top: 0;
bottom: 0; }
.nav-transparent .page-wrapper .page-intro {
top: 0; }
.main-navigation {
text-align: center !important; }
.main-navigation .nav-logo {
position: relative;
z-index: 2;
margin: 0 15px; }
.main-navigation .nav-logo a {
padding: 20px 0 !important;
margin: 0 !important; }
.main-navigation .nav-logo h1 {
margin-bottom: 0; }
.main-navigation .nav-wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between; }
.additional-mobile-info-switch {
width: 24px;
margin-left: 15px; } }
@media screen and (min-width: 64.0625em) {
.nav-solid.nav-top .page-wrapper .home-bg-slider {
bottom: 0; }
.nav-solid.nav-top .page-wrapper .page-intro .page-header-intro {
top: 0; }
.page-padding-top {
padding-top: 60px; }
.nav-transparent .page-wrapper .home-bg-slider, .nav-transparent .page-wrapper .page-padding-top {
top: 0;
bottom: 0; }
.nav-transparent .page-wrapper .page-intro {
top: 0; }
.nav-transparent.nav-top .page-wrapper .page-intro + .page-padding-top, .nav-transparent.nav-top .page-wrapper .page-header-intro + .page-padding-top {
padding-top: 60px !important; }
.nav-solid.nav-bottom .page-wrapper .home-bg-slider {
top: 0; }
.nav-solid.nav-bottom .page-wrapper .page-padding-top {
bottom: 0; }
.nav-solid.nav-center-ver .page-wrapper .home-bg-slider, .nav-solid.nav-center-ver .page-wrapper .page-padding-top {
top: 0;
bottom: 0; }
.home-content {
padding-top: 60px; }
.home-content .home-top {
top: 60px; }
.additional-mobile-info-switch {
display: none; } }
.nav-classes {
width: 100%; }
.main-navigation {
z-index: 4;
width: 100%; }
.main-navigation:after {
content: "";
position: absolute;
bottom: -1px;
left: 0;
height: 1px;
width: 100%;
background: #ac8b51;
opacity: .2; }
.main-navigation .nav-wrapper {
position: relative;
display: -ms-flexbox;
display: flex; }
.main-navigation .nav-items {
transition: opacity .4s;
height: inherit; }
.main-navigation .nav-items ul {
margin: 0;
height: 100%; }
.main-navigation .nav-items li {
list-style-type: none;
position: relative;
height: 50px;
line-height: 50px;
top: 50%;
margin-top: -25px; }
.main-navigation .nav-items a {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
padding: 8px 0;
margin: 0 15px;
text-align: center; }
.main-navigation .nav-items a[href="#"] {
cursor: default; }
.main-navigation .nav-logo {
height: 100%;
opacity: 0;
transition: opacity .4s; }
.main-navigation .nav-logo a {
display: inline-block;
height: 100%;
margin: 0 40px;
padding: 40px 0; }
.main-navigation .nav-logo img {
max-height: 100%; }
.main-navigation .nav-logo.active-logo {
opacity: 1; }
.main-navigation .nav-logo h1 {
margin-bottom: 0;
line-height: 60px; }
.main-navigation .menu-item .sub-menu {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
.main-navigation .menu-item .sub-menu li {
position: relative;
width: 100%;
text-align: left !important; }
.main-navigation .menu-item .sub-menu li:hover &gt; a {
opacity: 1; }
.main-navigation .menu-item .sub-menu li a {
white-space: nowrap;
transition: opacity 0.4s;
opacity: 0.8; }
.show-plus .menu-item-has-children.first-level &gt; a::before {
right: -15px;
position: absolute;
content: '+';
opacity: 1; }
.menu-item-has-children:not(.first-level) &gt; a::after {
right: 15px;
position: absolute;
content: '+';
opacity: 1;
background: transparent !important; }
.menu-item-has-children {
position: relative; }
.menu-item-has-children .sub-menu {
display: none;
position: absolute;
left: 50%;
z-index: 19;
height: auto !important;
padding: 7px 0; }
.menu-item-has-children .sub-menu .sub-menu {
left: 100%;
margin-left: 0; }
.menu-item-has-children .sub-menu .dropdown-left {
left: auto;
right: 100%;
margin-right: 0; }
@media screen and (min-width: 64.0625em) {
.menu-item-has-children .sub-menu li {
top: 0;
margin-top: 0;
padding: 7px 15px;
height: auto !important;
line-height: 1; }
.menu-item-has-children .sub-menu a {
display: block; } }
.dropdown &gt; li:not(.social-profiles-menu) {
position: relative; }
.dropdown &gt; li:not(.social-profiles-menu) i {
position: absolute;
font-size: 14px;
width: 20px;
text-align: center;
line-height: 1;
color: #ac8b51;
opacity: 0;
transition: opacity .4s;
left: 0;
margin-left: 5px;
margin-top: -7px;
top: 50%; }
.dropdown &gt; li {
position: relative; }
.dropdown &gt; li.current_page_item i {
opacity: 1; }
.dropdown &gt; li:hover i {
opacity: 1; }
.dropdown &gt; li &gt; a {
border-bottom: none !important; }
.dropdown &gt; li:after {
content: "";
height: 1px;
position: absolute;
bottom: 10px;
left: 15px;
right: 15px;
transition: transform .3s;
background: #ac8b51;
transform: scaleX(0); }
.dropdown &gt; li:hover:after {
transform: scaleX(1); }
.nav-items &gt; .dropdown &gt; li &gt; i, .fixed-nav &gt; .dropdown &gt; li &gt; i, .main-nav-left &gt; .dropdown &gt; li &gt; i, .main-nav-right &gt; .dropdown &gt; li &gt; i {
margin-left: -10px;
top: -5px;
left: 50%;
margin-top: 0; }
.nav-top .menu-item-has-children .sub-menu, .nav-center-ver .menu-item-has-children .sub-menu {
top: 100%; }
.nav-top .menu-item-has-children .sub-menu .sub-menu, .nav-center-ver .menu-item-has-children .sub-menu .sub-menu {
top: -7px; }
.nav-bottom .menu-item-has-children .sub-menu {
bottom: 100%;
margin-bottom: 20px; }
.nav-bottom .menu-item-has-children .sub-menu .sub-menu {
top: auto;
bottom: -27px; }
.nav-bottom ul.sub-menu:before {
content: '';
height: 40px;
position: absolute;
top: 100%;
left: 0;
right: 0; }
.nav-transparent .main-navigation .el-svg-bg {
display: none !important; }
.nav-top .main-navigation {
position: absolute;
left: 0;
top: 0; }
.nav-top .main-navigation .el-svg-bg {
position: absolute;
top: 100%; }
.nav-top .main-navigation .el-svg-bg .torn-paper-effect {
transform: rotateX(180deg) rotateY(180deg); }
.nav-top .main-navigation .el-svg-bg:after {
top: -9px; }
.nav-center-ver .main-navigation {
position: absolute;
left: 0; }
@media screen and (min-width: 64.0625em) {
.nav-center-ver .main-navigation {
top: 50%;
transform: translateY(-50%); } }
.nav-bottom .main-navigation {
position: absolute;
bottom: 0;
left: 0; }
.nav-left-all .nav-items li {
float: left; }
.nav-left .main-navigation .nav-wrapper {
-ms-flex-pack: justify;
justify-content: space-between; }
.nav-left .nav-items li {
float: left; }
.nav-right-all .main-navigation .nav-wrapper {
-ms-flex-pack: end;
justify-content: flex-end; }
@media screen and (min-width: 64.0625em) {
.nav-right-all .main-navigation .nav-wrapper .nav-logo {
-ms-flex-order: 2;
order: 2; } }
.nav-right-all .nav-items li {
float: left; }
.nav-right .main-navigation .nav-wrapper {
-ms-flex-pack: justify;
justify-content: space-between; }
@media screen and (min-width: 64.0625em) {
.nav-right .main-navigation .nav-wrapper .nav-logo {
-ms-flex-order: 2;
order: 2; } }
.nav-right .nav-items li {
float: left; }
.nav-center .main-navigation {
text-align: center; }
.nav-center .main-navigation .nav-items {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; }
.nav-center .main-navigation .nav-items li {
float: left; }
.nav-center .main-navigation .nav-logo {
display: inline-block;
position: relative;
float: left;
display: block; }
.nav-center .main-navigation .nav-logo a {
position: relative;
z-index: 3; }
.nav-center .main-navigation .main-nav-left {
text-align: right;
height: 100%;
float: left; }
.nav-center .main-navigation .main-nav-left &gt; ul {
float: right; }
.nav-center .main-navigation .main-nav-left &gt; ul:after {
content: "";
clear: both; }
.nav-center .main-navigation .main-nav-right {
height: 100%;
float: left; }
.nav-icons {
width: 50px;
position: absolute;
right: 0;
top: 0;
height: 100%;
text-align: center;
z-index: 3; }
.nav-icons a {
height: 50px;
width: 50px;
line-height: 50px;
left: 0;
top: 50%;
margin-top: -25px;
position: absolute; }
.nav-right .nav-icons, .nav-right-all .nav-icons {
right: auto;
left: 0; }
.social-profiles-menu {
margin-left: 5px; }
.social-profiles-menu:after {
display: none; }
.social-profiles-menu ul {
margin: 0; }
.social-profiles-menu li {
display: inline-block; }
.social-profiles-menu a {
margin: 0 10px !important; }
.social-profiles-menu a i {
color: inherit;
transition: color .4s, transform .4s; } .lng {
margin: 0; }
.lng li {
list-style-type: none;
display: inline-block;
margin: 0 5px; }
.lng li:first-of-type {
margin-left: 0; }
.lng li:last-of-type {
margin-right: 0; }
.nav-widget {
font-size: 14px; }
.nav-widget i {
margin-right: 15px; }
.nav-widget * {
margin-bottom: 0; }
.top-bar-fixed .navbar-top-fixed:not(.bar-fixed) {
transform: translateY(-100%); }
.navbar-top-fixed {
width: 100%;
z-index: 7;
color: #fff;
background: rgba(10, 10, 10, 0.6);
position: absolute;
top: 0;
left: 0;
transition: transform 0.3s, background .4s, color .4s;
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); }
.navbar-top-fixed.bar-fixed {
position: fixed; }
.navbar-top-fixed .navigation-widgets {
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-pack: justify;
justify-content: space-between;
height: 60px;
text-align: center; }
.navbar-top-fixed .nav-widget:not(.nav-widget-reservation) {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.navbar-top-fixed .nav-widget.nav-widget-reservation {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 1 75%;
flex: 1 1 75%;
max-width: 250px;
background: #ac8b51;
position: relative; }
.navbar-top-fixed .nav-widget.nav-widget-reservation:after {
content: "";
background: #ac8b51;
height: 100%;
width: 1000px;
position: absolute;
left: 100%;
top: 0; }
@media screen and (max-width: 64em) {
.navbar-top-fixed {
display: none; } }
.mobile-additional-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 4;
height: 50px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between; }
.mobile-additional-bar &gt; div {
-ms-flex: 1 1 15%;
flex: 1 1 15%;
text-align: center; }
.mobile-additional-bar .nav-widget-reservation {
-ms-flex-item-align: stretch;
align-self: stretch;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex: 1 1 85%;
flex: 1 1 85%; }
@media screen and (min-width: 64.0625em) {
.mobile-additional-bar {
display: none; } } .fixed-nav {
position: relative;
z-index: 6;
position: fixed;
top: -20px;
left: 0;
right: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
transform: translateY(-100%);
transition: transform 0.4s, top .4s;
display: table;
width: 100%;
white-space: nowrap; }
.fixed-nav .menu-main-menu {
margin: 0;
padding-left: 30px;
padding-right: 45px;
display: table-cell;
text-align: right;
vertical-align: middle;
max-height: 100%;
max-width: 100%; }
.fixed-nav .nav-logo {
display: table-cell !important;
text-align: left;
vertical-align: middle;
height: inherit;
float: none; }
.fixed-nav .nav-logo a {
display: block;
height: inherit;
margin: 0 30px;
padding: 15px 0; }
.fixed-nav .nav-logo a img {
max-height: 100%; }
.fixed-nav .nav-logo h1 {
margin-bottom: 0;
line-height: 60px; }
.fixed-nav &gt; ul &gt; li {
padding: 8px 10px;
display: inline-block; }
.fixed-nav a {
text-transform: uppercase;
letter-spacing: 2px; }
.fixed-nav a[href="#"] {
cursor: default; }
.fixed-nav a span {
display: block;
white-space: nowrap; }
.fixed-nav .dropdown .dropdown a {
color: #fff; }
.fixed-nav.show-fixed-nav {
transform: translateY(0);
top: 0; }
.fixed-nav .menu-item-has-children.first-level &gt; a::before, .fixed-nav .menu-item-has-children &gt; a span.title::after {
line-height: 1;
top: 50%;
margin-top: -9px; }
.fixed-nav li {
list-style-type: none;
text-align: center; }
.fixed-nav li .title {
transition: opacity 0.4s;
opacity: 0.8; }
.fixed-nav .dropdown &gt; li:after {
left: 10px;
right: 10px; }
.fixed-nav .menu-item-has-children .sub-menu a {
margin: 0 10px;
padding: 8px 0;
transition: opacity 0.4s;
opacity: 0.8;
white-space: nowrap; }
.fixed-nav .menu-item-has-children .sub-menu a:hover {
opacity: 1; }
.fixed-nav .menu-item-has-children .sub-menu a:after {
right: 10px; }
.fixed-nav .menu-item-has-children .sub-menu {
top: 100%; }
.fixed-nav .menu-item-has-children .sub-menu .sub-menu {
top: -7px; }
.fixed-nav .el-svg-bg {
position: absolute;
top: 100%;
margin-bottom: 0; }
.fixed-nav .el-svg-bg .torn-paper-effect {
transform: rotateX(180deg) rotateY(180deg); }
.nav-top .fixed-nav .menu-item-has-children .dropdown {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
.nav-top .fixed-nav .menu-item-has-children .dropdown .dropdown {
top: -7px; } @media screen and (max-width: 64em) {
.home-mobile-icon {
position: fixed;
width: 100%;
text-align: center;
z-index: 6;
bottom: 30px; }
.home-mobile-icon .homepage-icon {
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
width: 50px;
height: 50px;
position: relative;
display: inline-block;
margin: 0 5px; }
.home-mobile-icon .homepage-icon a {
display: block; }
.home-mobile-icon .homepage-icon i {
font-size: 24px;
line-height: 50px; }
.home-mobile-icon .homepage-icon.video-mobile-control i {
font-size: 22px;
margin-left: 5px;
line-height: 50px; }
.info-mobile-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
opacity: 0;
transform: translateY(-100%);
transition: transform 0.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s 0.2s;
z-index: 6;
background: rgba(0, 0, 0, 0.7);
padding: 0 60px; }
.info-mobile-overlay.open-overlay {
transform: translateY(0);
opacity: 1;
transition: width .3s .6s, transform .5s .1s, opacity .3s 0s; }
.info-mobile-overlay .close-nav {
z-index: 30;
position: absolute;
right: 30px;
top: 30px;
padding: 0;
width: 40px;
height: 40px;
cursor: pointer; }
.info-mobile-overlay .close-nav circle {
opacity: .2; }
.info-mobile-overlay .home-mobile-corners {
margin-top: 100px; }
.info-mobile-overlay .home-social-media {
margin: 0 0 60px; }
.info-mobile-overlay .home-social-media li {
list-style-type: none; }
.info-mobile-overlay .home-social-media a {
padding: 2px 0;
display: block;
display: inline-block;
font-size: 16px; }
.info-mobile-overlay .home-contact-info {
margin-bottom: 60px; }
.info-mobile-overlay .home-contact-info * {
font-size: 16px; }
.mobile-navbar-helper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transform: translateY(-100%);
transition: transform 0.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s 0.2s;
z-index: 7; }
.mobile-navbar-helper.open-overlay {
transform: translateY(0);
opacity: 1;
transition: width .3s .6s, transform .5s .1s, opacity .3s 0s; }
.mobile-navbar-overlay {
position: absolute;
left: 0;
width: 100%;
height: 100%;
z-index: 8;
opacity: 0;
transform: translateY(-100%);
visibility: hidden;
transition: transform 0.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s 0.2s, visibility 0.4s 0.4s;
padding: 0 60px 60px;
overflow: hidden;
top: 0; }
.mobile-navbar-overlay.show-mobile-nav {
opacity: 1;
transform: translateY(0);
visibility: visible;
transition: transform .5s .1s, opacity .3s 0s, visibility .4s 0s;
overflow-y: scroll; }
.mobile-navbar-overlay .close-nav {
z-index: 30;
position: absolute;
right: 30px;
top: 30px;
padding: 0;
width: 40px;
height: 40px;
cursor: pointer; }
.mobile-navbar-overlay .close-nav circle {
opacity: .2; }
.mobile-navbar-overlay .close-nav.close-right {
left: auto;
right: 30px; }
.mobile-navbar-overlay .mobile-social-profiles {
margin: 0;
position: absolute;
top: 30px;
left: 30px; }
.mobile-navbar-overlay .mobile-social-profiles li {
display: inline-block; }
.mobile-navbar-overlay .mobile-social-profiles li a {
padding: 0 5px;
margin: 0 5px; }
.menu-mobile {
list-style: none;
margin: 0;
position: relative; }
.menu-mobile li a {
font-size: 22px;
line-height: 2em;
cursor: pointer;
display: block; }
.menu-mobile ul {
list-style: none;
margin: 0; }
.menu-mobile .menu {
margin: 0; }
.menu-mobile .menu-item-has-children {
position: static; }
.menu-mobile .navigation-content &gt; .menu {
position: relative; }
.menu-mobile .sub-menu a {
display: none;
opacity: 0; }
.menu-mobile .sub-menu li {
padding: 0;
margin: 0; }
.menu-mobile .sub-menu {
display: block;
position: absolute;
top: 0 !important;
left: 0 !important;
margin: 0 !important;
bottom: auto !important;
padding: 0 !important; }
.menu-mobile .overlay-children-icon {
position: absolute;
left: -30px;
font-size: 16px;
top: 50%;
margin-top: -8px; }
.menu-mobile .overlay-back {
opacity: 0.4; }
.home-content .content {
position: relative; } }
#fixed-nav .menu-item-has-children .sub-menu {
bottom: initial; } .nav-light-text .main-navigation, .nav-light-text .menu-item-has-children .sub-menu {
background: #111; }
.nav-light-text .menu-item-has-children .sub-menu {
border-color: #fff !important; }
.nav-light-text .nav-items a, .nav-light-text .nav-icons a {
color: #fff; }
.nav-light-text .nav-items a:after, .nav-light-text .nav-icons a:after {
background: #fff; }
.nav-light-text .nav-items a:hover, .nav-light-text .nav-icons a:hover {
border-color: #fff; }
.nav-dark-text .desktop-menu .main-navigation, .nav-dark-text .desktop-menu .menu-item-has-children .sub-menu {
background: #fff; }
.nav-dark-text .menu-item-has-children .sub-menu {
border-color: #696969 !important; }
.nav-dark-text .nav-items a, .nav-dark-text .nav-icons a {
color: #696969; }
.nav-dark-text .nav-items a:after, .nav-dark-text .nav-icons a:after {
background: #696969; }
.nav-dark-text .nav-items a:hover, .nav-dark-text .nav-icons a:hover {
border-color: #696969; }
.fixed-nav {
background: #fff; }
.fixed-nav &gt; ul &gt; li &gt; a:after {
background: #111; }
.fixed-nav a {
color: inherit; }
.mobile-navbar-helper {
background: #111; }
.mobile-navbar-overlay .menu-mobile a {
color: #fff; }
.mobile-navbar-overlay .menu-mobile li &gt; a:after {
background: #fff; }
.homepage-icon {
background: #fff; }
.nav-widget .lng {
text-transform: uppercase; } .homepage .home-top {
bottom: auto; }
.homepage .home-bottom {
bottom: 60px;
top: auto; }
.homepage .home-left {
left: 30px;
right: auto; }
.homepage .home-right {
right: 30px;
left: auto; }
.homepage .home-bg-slider {
position: fixed;
width: 100%;
left: 0; }
@media screen and (max-width: 64em) {
.homepage .home-bg-slider {
position: relative;
height: 100vh; } }
.homepage .home-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
transition: opacity 1.5s;
opacity: 0; }
.homepage .home-content {
position: relative;
z-index: 3;
height: 100%;
padding-bottom: 90px; }
.homepage .home-content .content {
opacity: 0;
visibility: hidden;
transition: opacity .4s 0s, visibility 0s .4s; }
.homepage .home-content .content.show-content {
opacity: 1;
visibility: visible;
transition: opacity .4s 0s, visibility 0s 0s; }
.homepage .content, .homepage .columns {
height: 100%; }
.homepage .home-slider-pagination {
position: absolute;
z-index: 4;
height: 30px;
text-align: center;
overflow: hidden; }
.homepage .home-slider-pagination .el-progress {
width: 7px;
margin: 0 5px;
display: inline-block;
bottom: -22px;
height: 30px;
position: relative;
background: #fff;
transition: transform .5s, background .5s;
transform: translateY(0); }
.homepage .home-slider-pagination .el-progress.slide-active {
transform: translateY(-20px);
background: #ac8b51; }
.homepage .home-contact-info {
position: absolute;
z-index: 4;
text-align: center; }
.homepage .home-contact-info.home-left {
border-left: 7px solid;
padding-left: 15px; }
.homepage .home-contact-info.home-right {
border-right: 7px solid;
padding-right: 15px; }
.homepage .home-contact-info span, .homepage .home-contact-info a {
font-size: 14px; }
.homepage .home-contact-info &gt; span {
vertical-align: middle; }
.homepage .home-contact-info &gt; span svg {
height: 20px;
display: inline-block;
vertical-align: middle;
transform: rotate(25deg); }
.homepage .home-contact-info &gt; span:after {
content: "/";
color: inherit;
padding: 0 2px; }
.homepage .home-contact-info &gt; span:last-of-type:after {
display: none; }
.homepage .home-contact-info a {
color: inherit;
position: relative; }
.homepage .home-contact-info a:after {
content: "";
position: absolute;
top: 100%;
left: 0;
height: 1px;
width: 100%;
border-bottom-style: dotted;
border-bottom-width: 1px;
transition: border-color .4s;
background: transparent; }
.homepage .home-contact-info a:after:hover {
border-color: inherit; }
.homepage .home-slider-languages {
position: absolute;
z-index: 4;
height: 50px;
margin: 0;
overflow: hidden; }
.homepage .home-slider-languages li {
list-style-type: none;
float: left;
margin-right: 40px;
position: relative; }
.homepage .home-slider-languages li:after {
content: "";
position: absolute;
width: 20px;
height: 1px;
top: 50%;
right: -30px;
opacity: .5; }
.homepage .home-slider-languages li:last-of-type {
margin: none; }
.homepage .home-slider-languages li:last-of-type:after {
display: none; }
.homepage .home-slider-languages a {
opacity: .5;
transition: opacity .4s; }
.homepage .home-slider-languages a:hover {
opacity: 1; }
.homepage .home-slider-languages a.active {
font-style: italic;
opacity: 1; }
.homepage .home-video-controls {
position: absolute;
z-index: 4;
margin: 0; }
.homepage .home-video-controls a:after {
bottom: -5px; }
.homepage .home-slider-text {
position: absolute;
top: 50%;
width: 80%;
height: 50%;
transform: translate3d(0, -50%, 0);
perspective: 800px;
left: 10%;
z-index: 3; }
@media screen and (max-width: 64em) {
.homepage .home-slider-text {
margin-top: -50px; } }
.homepage .home-slider-text h1, .homepage .home-slider-text h2, .homepage .home-slider-text h3, .homepage .home-slider-text h4, .homepage .home-slider-text h5, .homepage .home-slider-text h6, .homepage .home-slider-text p {
color: inherit;
margin: 0; }
.homepage .home-slider-text .btn-wrapper {
margin-top: 30px; }
.homepage .home-slider-text .btn-wrapper:first-child {
margin-top: 0; }
.homepage .slider-text {
position: absolute; top: 50%;
width: 100%;
z-index: 3;
transform: translateY(-50%);
perspective: 3000px; }
.homepage .slider-text .btn-rounded {
position: relative; }
.homepage .slider-text.slide-active {
z-index: 4; }
.homepage .slider-text.slide-active &gt; * {
opacity: 1 !important;
transform: translate3d(0, 0, 0);
transition: opacity 1s 0.2s, transform 1s 0.2s; }
.homepage .slider-text.slide-active &gt; *:nth-child(1) {
transition-delay: 0.2s; }
.homepage .slider-text.slide-active &gt; *:nth-child(2) {
transition-delay: 0.4s; }
.homepage .slider-text.slide-active &gt; *:nth-child(3) {
transition-delay: 0.6s; }
.homepage .slider-text.slide-active &gt; *:nth-child(4) {
transition-delay: 0.8s; }
.homepage .slider-text.slide-active &gt; *:nth-child(5) {
transition-delay: 1.0s; }
.homepage .slider-text.slide-active &gt; *:nth-child(6) {
transition-delay: 1.2s; }
.homepage .slider-text.slide-active &gt; *:nth-child(7) {
transition-delay: 1.4s; }
.homepage .slider-text &gt; * {
opacity: 0;
transition: opacity .7s 0s, transform .7s 0s;
transform: translate3d(0, 20px, 300px) rotateX(30deg);
transform-origin: 0 0;
will-change: opacity, transform; }
@media screen and (max-width: 64em) {
.homepage .slider-text span {
font-size: inherit !important; } }
.homepage .home-slider-arrows {
cursor: pointer; }
.homepage .home-slider-arrows line {
stroke-width: 1px;
vector-effect: non-scaling-stroke;
fill: none; }
.homepage .home-slider-arrows .arrow-prev {
left: 30px;
border-radius: 0 50%; }
.homepage .home-slider-arrows .arrow-next {
right: 30px;
border-radius: 50% 0; }
.homepage .home-slider-arrows .home-arrow {
position: absolute;
top: 50%;
margin-top: -20px;
z-index: 4;
width: 50px;
height: 50px;
text-align: center;
background: #fff;
opacity: 1; }
.homepage .home-slider-arrows .home-arrow:hover {
transform: translateX(0); }
.homepage .home-slider-arrows i {
line-height: 50px;
color: #ac8b51; }
.homepage .home-social-media {
margin: 0;
position: absolute; }
.homepage .home-social-media li {
list-style-type: none;
display: inline-block;
margin: 0 10px; }
.homepage .home-social-media a {
padding: 2px 0;
display: block;
display: inline-block;
border: none !important; }
.homepage .btn-rounded {
position: absolute; }
.homepage .btn-show-picture {
position: absolute;
text-align: center;
cursor: pointer;
padding: 0 5px; }
.homepage .btn-show-picture .icon-show-img {
width: 30px;
height: 25px;
position: relative;
border: 2px solid #fff;
border-radius: 2px;
transition: border .4s; }
.homepage .btn-show-picture .icon-show-img span {
position: absolute;
width: 22px;
height: 10px;
background: #fff;
bottom: 2px;
right: 2px;
border-radius: 1px;
transform: scaleY(1.7);
transform-origin: bottom;
transition: width .4s, transform .4s, background .4s; }
.homepage .btn-show-picture .icon-show-img:hover span {
width: 13px;
bottom: 2px;
right: 2px;
border-radius: 1px;
transform: scaleY(1); }
.homepage .btn-show-picture.btn-slider-active .icon-show-img span {
width: 13px;
bottom: 2px;
right: 2px;
border-radius: 1px;
transform: scaleY(1); }
.homepage .btn-show-picture.btn-slider-active:hover .icon-show-img span {
width: 22px;
bottom: 2px;
right: 2px;
border-radius: 1px;
transform: scaleY(1.7); }
@media screen and (max-width: 39.9375em) {
.homepage .logo-content {
max-width: 120px;
margin: 0 auto; } }
.content-loaded .home-overlay.active-overlay {
opacity: 1; }
div {
animation-duration: 0.1s;
animation-name: changewidth;
animation-iteration-count: infinite;
animation-direction: alternate; } .homepage-slider2 .home-overlay.active-overlay {
opacity: 1; }
.homepage-slider2 .swiper-wrapper {
display: -ms-flexbox;
display: flex;
height: 100%; }
.homepage-slider2 .swiper-slide {
height: 100%;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 100%;
overflow: hidden;
position: relative;
width: 100vw !important;
max-width: 60vw !important; }
.homepage-slider2 .swiper-slide .slide {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }
.homepage-slider2 .swiper-slide:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
z-index: 2;
transition: opacity .4s; }
.homepage-slider2 .swiper-slide.active:after {
opacity: 0;
transition: opacity .4s; }
.homepage-slider2 .home-social-media, .homepage-slider2 .btn-slider-1 {
z-index: 3; } .homepage-video .video-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.homepage-video .video-mobile-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center center; } @media screen and (max-width: 64em) {
.homepage .home-content .content {
padding-bottom: 50px; } }
@media screen and (max-width: 64em) {
.homepage-slider2 .home-left {
left: 30px; }
.homepage-slider2 .home-right {
right: 30px; }
.homepage-slider2 .home-content .content {
position: static; } } .homepage .home-content {
color: #fff; }
.homepage .home-slider-pagination .slide-number {
color: #fff; }
.homepage .home-slider-pagination:before {
background: #fff; }
.homepage .home-slider-arrows line {
stroke: #fff; }
.homepage .home-slider-languages li:after {
background: #fff; }
.homepage .home-slider-languages a {
color: #fff; }
.homepage .home-social-media a {
color: #fff; }
.homepage .home-social-media a:after {
background: #fff; }
.homepage .home-contact-info a {
color: #fff; }
.homepage .home-contact-info a:after {
border-color: #fff; }
.homepage .btn-slider-1 a {
color: #fff; }
.homepage .home-video-controls a {
color: #fff; }
.homepage .home-video-controls a:after {
background: #fff; }
.homepage-slider1 .home-overlay {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }
.homepage-slider2 .home-overlay {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }
.homepage-slider2 .home-slider-pagination .progress-slide {
background: #fff; }
.homepage-video .home-overlay {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }
.page-wrapper .page-wrapper {
margin-top: 100vh;
padding-top: 0 !important;
z-index: 5; }
@media screen and (max-width: 64em) {
.page-wrapper .page-wrapper {
margin-top: 0; } }
.nav-transparent .page-wrapper .page-wrapper {
top: 0; }
.nav-home.nav-top .main-navigation, .nav-home.nav-center-ver .main-navigation {
position: fixed; }
.home-bg-slider {
transition: transform .5s; }
.home-slider-text {
transition: opacity 0.4s, transform 0.4s;
will-change: opacity transform; }
.scroll-homepage .home-slider-text {
transform: translate3d(0, -60%, 0);
opacity: 0; }
.home-slider-arrows .arrow-next,
.home-slider-arrows .arrow-prev {
transition: opacity 0.4s, transform 0.4s;
will-change: opacity transform; }
.scroll-homepage .home-slider-arrows .arrow-next {
transform: translateX(60px);
opacity: 0; }
.scroll-homepage .home-slider-arrows .arrow-prev {
transform: translateX(-60px);
opacity: 0; }
#nav-helper:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
opacity: 0;
transition: opacity 0.3s;
will-change: opacity;
transform: translateZ(0); }
.nav-solid.scroll-homepage #nav-helper:before {
opacity: 1; }  .post-content p:last-of-type {
margin-bottom: 0; }
.post-content p a {
position: relative;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: inherit; }
.post-content * {
color: inherit; }
.post-date {
margin-bottom: 5px; }
.post-date a, .post-date span {
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
transition: color .4s;
font-weight: 700;
color: inherit; }
.blog a {
color: inherit; }
@media screen and (max-width: 39.9375em) {
.blog .blog-filter-posts {
margin-bottom: 30px; }
.blog .post-image, .blog .post-header {
margin-bottom: 30px; }
.blog .blog-load-more {
padding-top: 30px; }
.blog .post-item {
padding-bottom: 30px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.blog .blog-filter-posts {
margin-bottom: 30px; }
.blog .post-image {
width: 50%;
float: left;
padding-right: 15px; }
.blog .post-header {
margin-bottom: 30px; }
.blog .blog-load-more {
padding-top: 30px; } }
@media screen and (min-width: 64.0625em) {
.blog .blog-load-more {
padding: 60px 60px 0 60px; }
.blog .blog-filter-posts {
height: 60px;
line-height: 60px;
margin-bottom: 60px; }
.blog .blog-filter-posts .blog-input-wrapper {
height: 60px; }
.blog .blog-filter-posts .blog-search {
float: left;
width: auto;
margin: 0;
padding-left: 30px; }
.blog .blog-filter-posts .blog-filters-views {
float: right; }
.blog .blog-filter-posts .blog-filters li {
padding-bottom: 0; } }
.blog .footer {
margin-top: 0; }
.blog .blog-load-more-content {
display: none; }
.blog .navigation.pagination {
margin-bottom: 60px; }
.reda-shares .shares-wrapper-inner {
transition: color .3s; }
.reda-shares span {
margin-right: 10px; }
.reda-shares span, .reda-shares i {
font-size: 14px; } .blog-classic {
padding-bottom: 60px; }
.blog-classic .post-image {
margin-bottom: 0; }
@media screen and (min-width: 40em) and (max-width: 64em) {
.blog-classic .post-image {
margin-bottom: 30px; } }
.blog-classic .post-image {
margin-top: 30px; }
.blog-classic .post-content {
margin-bottom: 30px; }
.blog-classic .post-content p {
position: relative; }
.blog-classic .post-item.sticky {
position: relative; }
.blog-classic .post-item.sticky:after {
content: "";
background: #f5f5f5;
position: absolute;
content: "";
top: 0;
height: 100%;
left: -30px;
right: -30px;
z-index: -1; }
.blog-classic .search-form {
margin-bottom: 60px; }
.blog-classic .reda-shares {
margin-bottom: 30px; } .blog-grid .blog-content-rows {
display: none; }
.blog-grid .blog-load-more {
clear: both;
padding-top: 0;
margin-bottom: 60px; }
.blog-grid .blog-content &gt; div {
overflow: hidden;
padding: 0; }
.blog-grid .post-date a {
font-size: 12px;
letter-spacing: 2px; }
.blog-grid .post-content-footer {
margin-top: 30px; }
.blog-grid .post-header {
margin-bottom: 0;
margin-right: 15px; }
.blog-grid .post-header h4 {
margin-bottom: 30px; }
@media screen and (max-width: 39.9375em) {
.blog-grid .post-item {
width: 100%;
margin-bottom: 60px; }
.blog-grid .post-content-footer .reda-shares {
margin-bottom: 30px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.blog-grid .post-item {
width: calc(100% / 2);
padding: 0px 15px 60px;
float: left; }
.blog-grid .post-item:nth-child(2n + 1) {
clear: both; }
.blog-grid .post-image {
display: inline-block;
padding-bottom: 100%;
position: relative;
width: 100%;
vertical-align: middle;
margin-bottom: 30px; }
.blog-grid .post-image a {
cursor: pointer;
left: 50%;
position: absolute;
top: 50%;
transform: translate3d(-50%, -50%, 0); }
.blog-grid .post-image a.img-high {
height: 100%;
width: 100%;
text-align: center; }
.blog-grid .post-image a.img-high img {
height: 100%;
width: auto; }
.blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
width: 100%;
height: auto; }
.blog-grid .post-image a span {
display: inline-block;
height: 100%; }
.blog-grid .post-content-footer .reda-shares {
margin-bottom: 30px; } }
@media screen and (min-width: 64.0625em) {
.blog-grid .post-item {
width: calc(100% / 3);
padding: 0px 15px 120px;
float: left; }
.blog-grid .post-item:nth-child(3n + 1) {
clear: both; }
.blog-grid .post-image {
display: inline-block;
padding-bottom: 100%;
position: relative;
width: 100%;
vertical-align: middle;
margin-bottom: 30px; }
.blog-grid .post-image a {
cursor: pointer;
left: 50%;
position: absolute;
top: 50%;
transform: translate3d(-50%, -50%, 0);
overflow: hidden; }
.blog-grid .post-image a.img-high {
height: 100%;
width: 100%;
text-align: center; }
.blog-grid .post-image a.img-high img {
height: 100%;
width: auto; }
.blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
width: 100%;
height: auto; }
.blog-grid .post-image a span {
display: inline-block;
height: 100%;
position: relative; }
.blog-grid .post-image a span:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .4s;
z-index: 1; }
.blog-grid .post-image a:hover span:before {
opacity: 1; }
.blog-grid .post-content-footer .reda-shares {
float: left; }
.blog-grid .post-content-footer .reda-shares .shares-icons {
position: absolute;
padding-left: 0;
white-space: nowrap;
left: -10px;
bottom: -40px; }
.blog-grid .post-content-footer .post-btn-more {
float: right; } }
.blog-sm-grid .blog-content-rows {
display: none; }
.blog-sm-grid .blog-load-more {
clear: both;
padding-top: 0;
margin-bottom: 60px; }
.blog-sm-grid .blog-content &gt; div {
overflow: hidden;
padding: 0; }
.blog-sm-grid .post-title {
margin-bottom: 0;
padding: 30px 15px 30px 100px;
border-top-width: 3px;
border-top-style: solid; }
.blog-sm-grid .post-date {
margin-bottom: 10px; }
.blog-sm-grid .post-content {
padding: 0 30px 30px 45px; }
.blog-sm-grid .date-block {
display: inline-block;
margin-left: -15px;
margin-top: -15px;
z-index: 2;
padding: 0 15px;
position: absolute;
width: 115px;
height: 100px; }
.blog-sm-grid .date-block h1 {
text-align: center;
padding-top: 10px;
margin-bottom: 10px;
letter-spacing: 5px;
font-size: 72px;
line-height: 56px; }
.blog-sm-grid .date-block p {
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
font-size: 14px;
margin-bottom: 5px; }
.blog-sm-grid .post-content-footer {
padding: 0 30px 45px 45px; }
@media screen and (max-width: 39.9375em) {
.blog-sm-grid .post-item {
width: 100%; }
.blog-sm-grid .post-content-footer .reda-shares {
margin-bottom: 30px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.blog-sm-grid .post-item {
width: calc(100% / 2);
padding: 0px 30px;
float: left; }
.blog-sm-grid .post-item:nth-child(2n + 1) {
clear: both; }
.blog-sm-grid .post-content-footer .reda-shares {
margin-bottom: 30px; } }
@media screen and (min-width: 64.0625em) {
.blog-sm-grid .post-item {
width: calc(100% / 3);
padding: 0px 30px;
float: left; }
.blog-sm-grid .post-item:nth-child(3n + 1) {
clear: both; }
.blog-sm-grid .post-content-footer .reda-shares {
float: left; }
.blog-sm-grid .post-content-footer .reda-shares .shares-icons {
position: absolute;
padding-left: 0;
white-space: nowrap;
left: -10px;
bottom: -40px; }
.blog-sm-grid .post-content-footer .post-btn-more {
float: right; } } .blog-rows .blog-content-grid {
display: none; }
.blog-rows .post-title {
margin-bottom: 30px; }
.blog-rows .post-btn-more {
margin: 15px; }
.blog-rows .img-wide, .blog-rows .img-high, .blog-rows .img-tall {
overflow: hidden;
display: block; }
@media screen and (max-width: 39.9375em) {
.blog-rows .post-item {
margin-bottom: 30px; }
.blog-rows .post-content {
margin-bottom: 30px; }
.blog-rows .post-content-wrapper {
padding: 0 15px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.blog-rows .post-item {
overflow: hidden;
padding-bottom: 30px;
margin-bottom: 30px; }
.blog-rows .post-content {
margin-bottom: 15px; }
.blog-rows .post-content-wrapper {
width: 60%;
float: left;
padding: 30px; } }
@media screen and (min-width: 64.0625em) {
.blog-rows .post-item {
overflow: hidden;
margin-top: 30px;
margin-bottom: 30px; }
.blog-rows .post-item:first-of-type {
margin-top: 0; }
.blog-rows .post-item:last-of-type {
border: none;
margin-bottom: 0; }
.blog-rows .post-image {
width: 40%;
float: right; }
.blog-rows .post-content-wrapper {
width: 60%;
float: left;
padding: 30px 60px 30px 30px; }
.blog-rows .post-content {
margin-left: 30px;
margin-bottom: 30px; }
.blog-rows .post-content p {
line-height: 2.1em; }
.blog-rows .post-content-footer {
margin-left: 30px; }
.blog-rows .post-content-footer .reda-shares {
float: left; }
.blog-rows .post-content-footer .post-btn-more {
float: right; } }
@media screen and (min-width: 40em) {
.blog-rows .post-image a {
display: block;
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.blog-rows .post-image a.img-bg-loaded span:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .4s;
z-index: 1; }
.blog-rows .post-image span {
display: block;
height: 100%;
position: relative;
overflow: hidden;
background-position: center center;
background-size: cover;
background-repeat: no-repeat; } }
.blog-rows .post-image a:hover span:before {
opacity: 1; }
.blog-rows .post-image a:hover span {
transform: scale(1.2); } .blog-filter-posts {
width: 100%;
position: relative; }
.blog-filter-posts i {
transform: scale(1) !important; }
.blog-filter-posts .blog-input-wrapper {
position: relative; }
.blog-filter-posts .blog-search, .blog-filter-posts .blog-filters-views {
float: none; }
.blog-filter-posts .blog-search {
margin-bottom: 15px; }
.blog-filter-posts .blog-filters-views .blog-filters, .blog-filter-posts .blog-filters-views .post-views {
margin: 0;
display: inline-block;
height: 100%; }
.blog-filter-posts .blog-filters-views li {
list-style-type: none;
display: inline-block;
margin: 0 10px;
padding-bottom: 15px;
height: 60px;
position: relative; }
.blog-filter-posts .blog-filters-views li:after {
content: "";
position: absolute;
bottom: 3px;
left: 0;
width: 100%;
height: 2px;
opacity: 0;
transition: opacity .4s, transform .4s; }
.blog-filter-posts .blog-filters-views li:hover:after {
opacity: 1; }
.blog-filter-posts .blog-filters-views li.active-filter:after {
opacity: 1; }
.blog-filter-posts .blog-filters-views li a {
font-size: 12px;
display: block;
line-height: 60px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase; }
.blog-filter-posts .blog-filters-views .post-views li:after {
bottom: 0; }
.blog-filter-posts .blog-filters-views .post-views li a {
font-size: 18px; }
.blog-filter-posts:after {
content: "";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
height: 2px;
z-index: -1; }
.blog-filter-posts .search-icon {
position: relative;
width: 30px;
display: inline-block;
height: 100%;
text-align: center;
margin-right: 15px; }
.blog-filter-posts .search-icon .search-icon-close {
opacity: 0;
visibility: hidden;
transition: opacity .4s 0s, visibility 0s .4s;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.blog-filter-posts .search-icon &gt; i {
opacity: 1;
visibility: visible;
transform: scale(1);
transition: opacity .4s 0s, visibility 0s 0s;
display: inline-block; }
.blog-filter-posts .search-input {
display: inline-block;
height: 60px;
width: 0;
transition: width .4s 0s, visibility 0s .4s;
padding: 0;
border-bottom-style: solid;
border-bottom-width: 2px;
visibility: hidden;
position: relative; }
.blog-filter-posts .search-input input {
position: relative;
border: none;
background: transparent;
box-shadow: none;
margin-bottom: 0;
height: 60px;
display: inline-block;
padding-right: 30px;
font-weight: 500; }
.blog-filter-posts .search-input button {
position: absolute;
right: 0;
height: 60px;
width: 30px;
bottom: 0;
text-align: center;
opacity: 0;
transition: opacity .4s;
cursor: pointer; }
.blog-filter-posts .search-input:after {
display: none; }
.blog-filter-posts .blog-search {
width: 100%; }
.blog-filter-posts .blog-search.active-search .search-icon &gt; i {
opacity: 0;
visibility: hidden;
transition: opacity .4s 0s, visibility 0s .4s; }
.blog-filter-posts .blog-search.active-search .search-icon .search-icon-close {
opacity: .5;
visibility: visible;
transition: opacity .4s 0s, visibility 0s 0s; }
.blog-filter-posts .blog-search.active-search .search-icon .search-icon-close:hover {
opacity: 1; }
.blog-filter-posts .blog-search.active-search .search-input {
width: 200px;
visibility: visible;
transition: width .4s 0s, visibility 0s 0s; }
.blog-filter-posts .blog-search.active-search .search-input button {
opacity: .5; }
.blog-filter-posts .blog-search.active-search .search-input button:hover {
opacity: 1; } .single-post .page-bg-color {
padding-bottom: 90px; }
.single-post .post-content {
padding-bottom: 60px; }
.single-post .post-content p {
margin-bottom: 30px;
font-size: 16px;
line-height: 2.1em; }
.single-post a {
color: inherit; }
.single-post-nav {
text-align: center;
width: 100%; }
@media screen and (max-width: 39.9375em) {
.single-post-nav {
margin-bottom: 30px; }
.single-post-nav &gt; div {
text-align: center; }
.single-post-nav &gt; div:last-of-type {
border: none; }
.single-post-nav .previous-post, .single-post-nav .next-post, .single-post-nav .back-to-blog {
text-align: center !important;
opacity: 1 !important;
-ms-flex-item-align: none;
-ms-grid-row-align: none;
align-self: none;
padding: 10px 0;
margin: 10px 0;
border-bottom: 2px solid #f5f5f5;
top: 0; }
.single-post-nav .title, .single-post-nav .date {
display: none !important; } }
@media screen and (min-width: 40em) {
.single-post-nav {
margin: 0 auto 90px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: end;
align-items: flex-end;
border-bottom: 2px solid #f5f5f5;
height: 60px;
padding-bottom: 5px; } }
.single-post-nav .date {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 1px;
font-weight: bold;
opacity: 0;
transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
.single-post-nav .previous-post {
text-align: left;
overflow: hidden;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0; }
@media screen and (min-width: 64.0625em) {
.single-post-nav .previous-post span, .single-post-nav .previous-post .date {
margin-left: 20px; } }
.single-post-nav .previous-post i {
left: 0; }
.single-post-nav .next-post {
text-align: right;
overflow: hidden;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0; }
@media screen and (min-width: 64.0625em) {
.single-post-nav .next-post span, .single-post-nav .next-post .date {
margin-right: 20px; } }
.single-post-nav .next-post i {
right: 0; }
.single-post-nav .no-active span, .single-post-nav .no-active i {
opacity: .5 !important; }
.single-post-nav .back-to-blog {
text-align: center;
overflow: hidden;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0; }
.single-post-nav a {
display: block; }
.single-post-nav span {
display: block;
transition: opacity .4s;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
.single-post-nav i {
display: none; }
.single-post-nav .previous-post a, .single-post-nav .next-post a, .single-post-nav .back-to-blog a {
transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
@media screen and (min-width: 64.0625em) {
.single-post-nav .previous-post:hover a, .single-post-nav .next-post:hover a, .single-post-nav .back-to-blog:hover a {
transform: translateY(18px); }
.single-post-nav .previous-post:hover .date, .single-post-nav .next-post:hover .date, .single-post-nav .back-to-blog:hover .date {
opacity: 1; }
.single-post-nav .previous-post:hover span:not(.title), .single-post-nav .next-post:hover span:not(.title), .single-post-nav .back-to-blog:hover span:not(.title) {
opacity: 0; }
.single-post-nav .previous-post:hover .title, .single-post-nav .next-post:hover .title, .single-post-nav .back-to-blog:hover .title {
opacity: 1; }
.single-post-nav i {
position: absolute;
font-size: 18px;
bottom: 6px;
display: block; } }
.single-post-nav .title {
opacity: 0; }
.single-post-nav .close {
width: 17px;
height: 17px;
position: relative;
margin: 0 auto;
transform: rotate(45deg); }
.single-post-nav .close:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 50%;
margin-top: -1px;
left: 0;
background: #696969; }
.single-post-nav .close:after {
content: "";
position: absolute;
height: 100%;
width: 1px;
top: 0;
left: 50%;
margin-left: -1px;
background: #696969; }
.single-post-header {
margin-bottom: 60px; }
@media screen and (max-width: 64em) {
.single-post-header .post-header {
margin-top: 30px; } }
@media screen and (min-width: 64.0625em) {
.single-post-header .post-image ~ .post-header {
margin: -60px 30px 30px; }
.single-post-header .post-header {
margin: 0 0 30px;
padding: 30px;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
background: #fff; } }
.post-tags {
margin: 30px 0 60px; }
.post-tags li {
list-style-type: none;
display: inline-block;
font-size: 12px;
padding-right: 20px;
position: relative; }
.post-tags li a {
font-size: 12px;
text-transform: uppercase;
display: inline-block;
opacity: .7;
transition: opacity .4s; }
.post-tags li a:hover {
opacity: 1; }
.post-tags li:last-of-type .el-icon-spacing {
display: none; }
.post-tags li:first-of-type {
padding-right: 5px; }
.post-tags li i {
font-size: 8px;
color: #ac8b51;
right: 6px;
position: absolute;
top: 50%;
margin-top: -5px;
height: 10px;
line-height: 10px; }
.post-tags .el-icon-spacing {
height: 4px;
width: 4px;
background: #ac8b51;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -2px;
border-radius: 50%;
right: 8px; } .post-comments {
margin-top: -1px;
padding-top: 60px;
padding-bottom: 60px;
border-top: 3px solid #ac8b51;
overflow: hidden; }
.post-comments &gt; h6 {
margin-bottom: 30px; }
.post-comments &gt; .comment-list {
margin: 0; }
.post-comments &gt; .comment-list li {
list-style-type: none; }
@media screen and (max-width: 64em) {
.post-comments &gt; .comment-list .comment-list {
margin-left: 0; } }
@media screen and (min-width: 64.0625em) {
.post-comments &gt; .comment-list .comment-list {
margin-left: 25px; } }
.post-comments .comment-list .comment-body {
margin-bottom: 30px; }
.post-comments .comment-list .comment-body ul li {
list-style-type: disc; }
.post-comments .comment-list .comment-body ol li {
list-style-type: decimal; }
.post-comments .comment-list .comment-body p {
margin-bottom: 15px; }
.post-comments .comment-list {
overflow: hidden;
clear: both;
background: #f5f5f5;
padding: 30px; }
.post-comments .comment-list .comment-form fieldset:after {
background: #ddd;
z-index: 0; }
.post-comments .comment-list &gt; li:last-of-type {
margin-bottom: 0 !important; }
.post-comments .comment-list .comment-respond h6 {
margin: 30px;
margin-bottom: 0; }
.post-comments .recentcomments {
margin-bottom: 30px;
margin-top: 30px;
overflow: hidden; }
.post-comments .comment-author-avatar {
float: left;
width: 50px; }
.post-comments .comment-header {
margin-bottom: 15px; }
.post-comments .comment-header .comment-author-link {
font-weight: bold;
margin-bottom: 3px; }
.post-comments .comment-header .comment-date {
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase; }
.post-comments .comment-header, .post-comments .comment-body {
margin-left: 80px; }
.post-comments .comment-reply-link {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px; }
#recentcomments {
margin-bottom: 90px; }
.comment-form {
padding: 30px 20px;
width: 100%;
position: relative; }
.comment-form fieldset:after {
left: 0;
right: 0; }
.comment-form .form-submit {
margin-bottom: 0;
margin-top: 20px; }
.comment-form .logged-in-as {
position: absolute;
top: -30px;
right: 30px; }
.btn-comment {
display: inline-block;
margin: 0 10px; }
.btn-comment.button-success {
color: #2ec556 !important; }
.btn-comment.button-success .button-border {
background: #2ec556; }
.comment-respond h6 {
margin: 30px 0; }
#cancel-comment-reply-link {
text-transform: uppercase;
font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 12px;
letter-spacing: 3px; } .blog .blog-filter-posts:after {
background: #f5f5f5; }
.blog .blog-filter-posts .blog-filter-views li:after {
background: #ac8b51; }
.blog .link-hover:after {
background: #696969; }
.date {
color: #ac8b51; }
.single-post .link-hover:after {
background: #696969; }  @media screen and (max-width: 39.9375em) {
.food-menu .food-menu-filters-list {
margin-bottom: 30px; }
.food-menu .grid-sizer {
width: 100%; }
.food-menu .food-menu-featured-img {
margin-bottom: 30px; }
.food-menu .food-menu-cat-img {
padding: 0;
transform: none !important; }
.food-menu .food-menu-items {
padding: 0; }
.food-menu .food-menu-category {
margin-bottom: 60px; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.food-menu .food-menu-filters-list {
margin-bottom: 30px; }
.food-menu .food-menu-featured-img {
margin-bottom: 30px; }
.food-menu .grid-sizer {
width: 100%; }
.food-menu .food-menu-cat-img {
padding: 0 30px;
transform: none !important; }
.food-menu .food-menu-items {
padding: 0 30px; }
.food-menu .food-menu-category {
margin-bottom: 60px; } }
@media screen and (min-width: 64.0625em) {
.food-menu .grid-sizer {
width: 50%; }
.food-menu .food-menu-filters-list {
height: 60px;
line-height: 60px; }
.food-menu .food-menu-filters-list li {
padding-bottom: 0; }
.food-menu.food-menu-img .food-menu-cat-img {
width: 40%;
padding: 0 30px; }
.food-menu.food-menu-img .food-menu-items {
width: 60%;
padding: 0 30px; }
.food-menu.food-menu-img.all-img-right .food-menu-cat-img {
float: right;
padding-left: 60px; }
.food-menu.food-menu-img.all-img-right .food-menu-items {
float: left;
padding-right: 60px; }
.food-menu.food-menu-img.all-img-left .food-menu-cat-img {
float: left;
padding-right: 60px; }
.food-menu.food-menu-img.all-img-left .food-menu-items {
float: right;
padding-left: 60px; }
.food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-cat-img {
float: left;
padding-right: 60px; }
.food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-items {
float: right;
padding-left: 60px; }
.food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
float: right;
padding-left: 60px;
padding-right: 30px; }
.food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-items {
float: left;
padding-right: 60px;
padding-left: 30px; }
.food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-cat-img {
float: right;
padding-left: 60px; }
.food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-items {
float: left;
padding-right: 60px; }
.food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
float: left;
padding-right: 60px;
padding-left: 30px; }
.food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-items {
float: right;
padding-left: 60px;
padding-right: 30px; }
.food-menu.food-menu-img.cat-above-img .food-menu-items {
margin-top: 45px; }
.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-header h4 {
text-align: center; }
.food-menu.food-menu-img.cat-title-above-img .food-menu-items {
margin-top: 60px; }
.food-menu.food-menu-img .food-menu-category {
margin-bottom: 90px; } }
.food-menu.food-menu-img.cat-above-items .food-menu-cat-img .food-menu-cat-header {
display: none; }
.food-menu.food-menu-img.cat-above-img .food-menu-items .food-menu-cat-header {
display: none; }
.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-img .food-menu-subtitle {
display: none; }
.food-menu.food-menu-img.cat-title-above-img .food-menu-items .food-menu-cat-header h4 {
display: none; }
.food-menu.food-menu-standard {
overflow: hidden; }
.food-menu.food-menu-standard .food-menu-cat-img {
display: none; }
.food-menu.food-menu-standard .food-menu-cat-header h4 {
text-align: left; }
.food-menu.food-menu-standard .food-menu-category {
padding: 0 30px;
margin-bottom: 60px; }
@media screen and (max-width: 64em) {
.food-menu.food-menu-standard .food-menu-category {
width: 100%; } }
@media screen and (min-width: 64.0625em) {
.food-menu.food-menu-standard .food-menu-category {
width: 50%; } }
.food-menu.food-menu-standard .food-menu-icon {
display: none !important; }
.food-menu .footer {
margin-top: 60px; }
.food-menu-category {
cursor: default; }
.food-menu-category::before, .food-menu-category::after {
content: ' ';
display: table; }
.food-menu-category::after {
clear: both; }
.food-menu-category:last-of-type {
margin-bottom: 0; }
.food-menu-items .food-menu-cat-header {
margin-top: 0;
margin-bottom: 45px; }
.food-menu-items .food-menu-cat-header h4 {
margin-bottom: 15px; }
.food-menu-cat-img {
position: relative; }
.food-menu-cat-img.stuck {
position: fixed;
top: 0; }
.food-menu-cat-img .food-menu-cat-header {
margin-top: 0;
margin-bottom: 30px; }
.food-menu-cat-img .food-menu-cat-header h4 {
margin-bottom: 15px; }
.food-menu-featured-img {
position: relative; }
.food-menu-featured-img img {
opacity: 1;
transition: opacity .4s; }
.food-menu-featured-img img:first-of-type {
opacity: 1; }
.food-menu-featured-img img:not(:first-of-type) {
position: absolute;
top: 0;
left: 0;
max-height: 100%;
opacity: 0;
max-width: 100%; }
.food-menu-featured-img .show-img:not(:first-of-type) {
opacity: 1; }
.food-menu-item {
margin-bottom: 30px;
position: relative;
cursor: default; }
.food-menu-item .gallery-icon {
position: absolute;
top: 2px;
left: -25px;
width: 20px;
opacity: .2; }
.food-menu-item .gallery-icon svg {
width: 16px; }
.food-menu-title {
font-size: 18px;
display: inline-block;
position: relative;
padding-bottom: 5px;
font-weight: 500; }
.food-menu-title:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
z-index: 1; }
.food-menu-item-header {
margin-bottom: 5px;
display: inline-block;
position: relative; }
.food-menu-item-header:not(.food-menu-no-separator):after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px; }
.food-menu-price {
margin-left: 30px;
position: relative;
float: right;
line-height: 1.8em;
padding-bottom: 5px;
font-weight: 500; }
.food-menu-price:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
z-index: 1; }
.food-menu-desc {
font-size: 14px; }
.food-menu-filters {
margin-bottom: 60px; }
.food-menu-filters-list {
margin: 0;
position: relative;
padding: 0 15px; }
.food-menu-filters-list.filters-right {
text-align: right; }
.food-menu-filters-list.filters-center {
text-align: center; }
.food-menu-filters-list.filters-left {
text-align: left; }
.food-menu-filters-list li {
list-style-type: none;
display: inline-block;
margin: 0 10px;
padding-bottom: 15px;
height: 60px;
position: relative; }
.food-menu-filters-list li:after {
content: "";
position: absolute;
bottom: 1px;
left: 0;
width: 100%;
height: 1px;
opacity: 0;
transition: opacity .4s, transform .4s; }
.food-menu-filters-list li:hover:after {
opacity: 1; }
.food-menu-filters-list li.active-filter:after {
opacity: 1; }
.food-menu-filters-list li a {
font-size: 12px;
display: block;
line-height: 60px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase; }
.food-menu-filters-list:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
z-index: -1; }
.food-menu-icon {
position: absolute;
top: 0;
right: 100%;
margin-right: 10px;
font-size: 10px;
line-height: 26px;
opacity: 0.5;
transition: opacity .4s; }
.food-menu-image-active .food-menu-icon {
opacity: 1; }
.menu-hide-icons .food-menu-icon {
display: none; } .food-menu-desc {
color: #8a8a8a; }  @media screen and (max-width: 39.9375em) {
.gallery .gallery-filters-list {
margin-bottom: 30px; }
.gallery .reda-gallery-item {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important; }
.gallery .gallery-container {
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 9 !important; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.gallery .gallery-filters-list {
margin-bottom: 30px; }
.gallery .reda-gallery-item {
width: 50%; } }
@media screen and (min-width: 64.0625em) {
.gallery .gallery-filters-list {
height: 60px;
line-height: 60px; }
.gallery .gallery-filters-list li {
padding-bottom: 0; }
.gallery .gallery-4-col .reda-gallery-item {
width: 25%; }
.gallery .gallery-3-col .reda-gallery-item {
width: 33.33%; }
.gallery .gallery-2-col .reda-gallery-item {
width: 50%; }
.gallery .gallery-load-more {
padding: 60px 60px 0 60px; } }
.gallery .gallery-load-more {
clear: both;
margin: 15px 0;
padding-top: 45px; }
.gallery .footer {
margin-top: 60px; }
.gallery .gallery-load-more-content {
display: none; }
.gallery-filters {
margin-bottom: 60px; }
.gallery-filters-list {
margin: 0;
position: relative;
padding: 0 15px; }
.gallery-filters-list.filters-right {
text-align: right; }
.gallery-filters-list.filters-center {
text-align: center; }
.gallery-filters-list.filters-left {
text-align: left; }
.gallery-filters-list li {
list-style-type: none;
display: inline-block;
margin: 0 10px;
padding-bottom: 15px;
height: 60px;
position: relative; }
.gallery-filters-list li:after {
content: "";
position: absolute;
bottom: 2px;
left: 0;
width: 100%;
height: 2px;
opacity: 0;
transition: opacity .4s, transform .4s; }
.gallery-filters-list li:hover:after {
opacity: 1; }
.gallery-filters-list li.active-filter:after {
opacity: 1; }
.gallery-filters-list li a {
font-size: 12px;
display: block;
line-height: 60px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase; }
.gallery-filters-list:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
z-index: -1;
background: #f5f5f5; }
.gallery-container {
overflow: hidden;
border-radius: 10px; }
.reda-gallery-item {
float: left;
position: relative;
display: block;
margin: 0;
padding: 0; }
.reda-gallery-item:hover .reda-gallery-item-title, .reda-gallery-item:hover .gallery-icon {
opacity: 1; }
.reda-gallery-item .reda-gallery-item-title {
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
opacity: 0;
transition: opacity .4s 0s;
z-index: 2; }
.reda-gallery-item .reda-gallery-item-title h5 {
letter-spacing: 1px;
color: inherit; }
.reda-gallery-item .reda-gallery-item-title *:last-child {
margin-bottom: 0; }
.reda-gallery-item .reda-gallery-item-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: background .4s;
z-index: 1; }
.reda-gallery-item .reda-gallery-item-img {
position: relative;
display: block;
overflow: hidden; }
.reda-gallery-item-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; }
.reda-gallery-item .gallery-icon {
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
text-align: center;
opacity: 0;
transition: opacity .4s; }
.reda-gallery-item .gallery-icon i {
font-size: 26px;
transform: scale(1) !important;
vertical-align: middle; }
.reda-gallery-item .gallery-icon i.fa-play {
font-size: 12px;
vertical-align: middle;
height: 24px;
line-height: 22px;
border: 2px solid;
width: 24px;
border-radius: 50%;
padding-left: 2px; }
.reda-gallery-item .gallery-icon i:last-of-type {
margin-left: 20px; }
.gallery.hide-icon .gallery-icon {
display: none; }
.reda-gallery-item:hover .img-wrapper.loaded-img img:first-child {
transform: translateX(0) scale(1.2); } .single-gallery .slide {
text-align: center;
padding: 0 30px; }
.single-gallery .swiper-arrows {
cursor: pointer; }
.single-gallery .swiper-arrows .gallery-arrow {
width: 60px;
height: 60px;
background: #f5f5f5;
transform: translateX(0) !important;
opacity: 1;
text-align: center;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
.single-gallery .swiper-arrows .gallery-arrow i {
color: #ac8b51;
line-height: 60px; }
.single-gallery .swiper-arrows i {
line-height: 50px;
color: #ac8b51;
font-size: 24px; }
.single-gallery .swiper-arrows .arrow-prev {
position: absolute;
left: 0;
top: 50%;
margin-top: -30px;
z-index: 4; border-radius: 0 50%; }
.single-gallery .swiper-arrows .arrow-next {
position: absolute;
right: 0;
top: 50%;
margin-top: -30px;
z-index: 4; border-radius: 50% 0; }
.single-gallery .page-header {
padding: 60px 30px 0 30px; }
.single-gallery .single-gallery-content {
padding: 60px 30px 60px 30px; }
.single-gallery .footer {
margin-top: 90px; }
.single-gallery .gallery-video-wrapper {
position: relative;
display: inline-block; }
.single-gallery .gallery-video-wrapper .gallery-video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #111;
opacity: 0.5; }
.single-gallery .gallery-video-wrapper .gallery-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
right: auto;
opacity: 1;
width: 50px;
height: 50px;
border-radius: 50%;
border: 3px solid #fff; }
.single-gallery .gallery-video-wrapper .gallery-icon i {
color: #fff;
line-height: 50px;
font-size: 24px;
margin-left: 5px; } .reda-masonry-gallery {
transform: translateZ(0); }
.reda-masonry-gallery article a {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11; }
.reda-masonry-gallery .load-more {
position: relative; }
.reda-masonry-gallery .grid-sizer, .reda-masonry-gallery .w1-h1 {
width: 25%;
height: 0;
padding-bottom: 25%; }
.reda-masonry-gallery .w2-h1 {
width: 50%;
height: 0;
padding-bottom: 25%; }
.reda-masonry-gallery .w2-h2 {
width: 50%;
height: 0;
padding-bottom: 50%; }
.reda-masonry-gallery .w1-h2 {
width: 25%;
height: 0;
padding-bottom: 50%; }
.reda-masonry-gallery .grid-sizer .mix,
.reda-masonry-gallery .w1-h1 .mix,
.reda-masonry-gallery .w2-h1 .mix,
.reda-masonry-gallery .w2-h2 .mix,
.reda-masonry-gallery .w1-h2 .mix {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 11; }
.reda-masonry-gallery .grid-sizer .layer,
.reda-masonry-gallery .w1-h1 .layer,
.reda-masonry-gallery .w2-h1 .layer,
.reda-masonry-gallery .w2-h2 .layer,
.reda-masonry-gallery .w1-h2 .layer {
position: absolute;
overflow: hidden; }
.reda-masonry-gallery .grid-sizer .layer .img-bg,
.reda-masonry-gallery .w1-h1 .layer .img-bg,
.reda-masonry-gallery .w2-h1 .layer .img-bg,
.reda-masonry-gallery .w2-h2 .layer .img-bg,
.reda-masonry-gallery .w1-h2 .layer .img-bg {
background-size: cover;
background-position: center center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
@media screen and (max-width: 64em) {
.reda-masonry-gallery .grid-sizer,
.reda-masonry-gallery .w1-h1,
.reda-masonry-gallery .w2-h1,
.reda-masonry-gallery .w2-h2,
.reda-masonry-gallery .w1-h2 {
width: 100% !important;
padding-bottom: 50% !important; } }
.reda-masonry-gallery .grid-sizer:hover .img-bg,
.reda-masonry-gallery .w1-h1:hover .img-bg,
.reda-masonry-gallery .w2-h1:hover .img-bg,
.reda-masonry-gallery .w2-h2:hover .img-bg,
.reda-masonry-gallery .w1-h2:hover .img-bg {
transform: translateX(0) scale(1.2); }
.reda-masonry-gallery .portfolio-masonry {
margin: 2px; }
.reda-masonry-gallery .portfolio-masonry img {
display: none; }
.reda-masonry-gallery .overlay-masonry {
position: absolute; }
.reda-masonry-gallery .layer, .reda-masonry-gallery .overlay-masonry {
right: 2px;
left: 2px;
height: 100%;
top: 2px;
height: calc(100% - 4px); }
.reda-masonry-gallery .img-content-lightbox:before, .reda-masonry-gallery .gallery-content-lightbox:before {
display: none; } .gallery .reda-gallery-item-title {
color: #fff; }
.gallery-load-more .link-hover:after {
background: #696969; }
.single-gallery .swiper-arrows line {
stroke: #111; } @media screen and (max-width: 64em) {
.reservation {
padding-top: 90px; } }
@media screen and (min-width: 64.0625em) {
.reservation .reservation-container {
display: table;
width: 100%; }
.reservation .reservation-form {
width: 66.666%;
display: table-cell;
vertical-align: middle; }
.reservation .reservation-content {
width: 33.3332%;
display: table-cell;
vertical-align: middle; } }
.reservation .footer {
margin-top: 90px; }
.reservation-form .btn-reservation { }
@media screen and (max-width: 64em) {
.reservation-form .btn-reservation {
margin-bottom: 60px; } }
.reservation-form .btn-reservation.button-success {
background: #2ec556 !important;
border: #2ec556; }
.reservation-form .btn-reservation.button-success .btn-text {
color: #fff !important; }
@media screen and (max-width: 64em) {
.reservation-form fieldset:after {
width: 100%; } }
@media screen and (min-width: 64.0625em) {
.reservation-content .reservation-content-wrapper {
padding-right: 60px; } }
.rtb-textarea.message {
width: 100%;
top: auto !important;
left: auto !important;
position: relative !important; }
.rtb-textarea.message textarea {
resize: none;
text-align: left; }
.rtb-error {
display: none !important; }
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
background: #3c3c3c !important; }
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
color: #fff !important;
background: #616161 !important; }
.picker__day {
transition: 0.3s background-color, 0.3s color; } .nav-widget-reservation {
position: relative;
cursor: pointer; }
.nav-widget-reservation .res-i {
position: relative;
transition: opacity .3s; }
.nav-widget-reservation .res-i.hide-header {
opacity: 0; }
.reda-widget-reservation {
background: #ac8b51;
position: fixed;
right: 0;
height: 100%;
z-index: 7;
transform: translateY(-100%);
top: 0;
transition: transform 0.5s 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s 0.7s, width 0.3s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
transform-origin: top right;
opacity: 0;
overflow: auto; }
.reda-widget-reservation .res-i {
width: 100%;
text-align: center;
opacity: 0;
transition: opacity .3s 0s;
cursor: pointer; }
.reda-widget-reservation .res-i span {
width: 20px;
height: 20px;
position: relative;
vertical-align: middle;
display: inline-block; }
.reda-widget-reservation .res-i span:before {
content: "";
position: absolute;
top: 50%;
left: 1px;
width: 18px;
height: 2px;
margin-top: -1px;
background: #fff;
transform: rotate(45deg); }
.reda-widget-reservation .res-i span:after {
content: "";
position: absolute;
top: 1px;
left: 50%;
width: 2px;
height: 18px;
margin-left: -1px;
background: #fff;
transform: rotate(45deg); }
.reda-widget-reservation.has-scroll .widget-reservation-form {
overflow: auto;
margin-right: -15px;
height: 100%; }
.reda-widget-reservation .widget-reservation-form {
opacity: 0;
transition: opacity 0.3s 0s cubic-bezier(0.77, 0, 0.175, 1); }
@media screen and (max-width: 64em) {
.reda-widget-reservation {
width: 100%; } }
.reda-widget-reservation.active-widget {
transition: width .3s .6s, transform .5s .1s, opacity .6s 0s;
transform: translateY(0);
opacity: 1; }
.reda-widget-reservation.active-widget .res-i {
opacity: 1;
transition: opacity .3s .7s; }
.reda-widget-reservation.active-widget .widget-reservation-form {
transition: opacity 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
opacity: 1; }
.reda-widget-reservation .success-message {
position: absolute;
top: 50%;
z-index: 1;
left: 60px;
padding: 30px;
text-align: center;
background: transparent;
opacity: 0;
right: 60px;
color: #111;
transform: translateY(-50%);
visibility: hidden;
transition: opacity .6s 0.9s, visibility 0s 0s;
color: inherit; }
.reda-widget-reservation .success-message h5 {
margin-bottom: 0;
color: inherit; }
.reda-widget-reservation.message-sent .widget-reservation-form {
opacity: 0;
pointer-events: none; }
.reda-widget-reservation.message-sent .success-message {
opacity: 1;
visibility: visible; }
.widget-reservation-form {
padding: 60px;
transition: opacity 0.6s 0.6s; }
.widget-reservation-form .forms-style {
margin: 0 -10px;
position: relative;
display: -ms-flexbox;
display: flex;
overflow: hidden; }
.widget-reservation-form .reda-fieldset {
width: 100%;
overflow: hidden; }
@media screen and (max-width: 39.9375em) {
.widget-reservation-form .reda-fieldset &gt; div {
margin-bottom: 10px; } }
@media screen and (min-width: 64.0625em) {
.widget-reservation-form .reda-fieldset {
margin-bottom: 10px;
display: -ms-flexbox;
display: flex; } }
.widget-reservation-form .reda-fieldset  .input-required {
position: relative; }
.widget-reservation-form .reda-fieldset  .input-required label:after {
content: "*";
color: inherit;
font-size: 18px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
line-height: 1; }
.widget-reservation-form .reda-fieldset label {
transition: color .3s; }
.widget-reservation-form .reda-fieldset input, .widget-reservation-form .reda-fieldset select, .widget-reservation-form .reda-fieldset textarea {
margin-bottom: 0;
font-size: 14px;
transition: border .3s; }
.widget-reservation-form .reda-fieldset input:focus, .widget-reservation-form .reda-fieldset select:focus, .widget-reservation-form .reda-fieldset textarea:focus {
box-shadow: none; }
.widget-reservation-form .reda-fieldset &gt; div {
width: 100%; }
.widget-reservation-form .reda-fieldset &gt; * {
margin: 0 10px; }
.widget-reservation-form .booking-part-form, .widget-reservation-form .contact-part-form {
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.widget-reservation-form .booking-part-form {
transition: margin 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
.widget-reservation-form .contact-part-form {
transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
opacity: 0; }
.widget-reservation-form .show-next-step .booking-part-form {
margin-left: -100%;
opacity: 0; }
.widget-reservation-form .show-next-step .contact-part-form {
opacity: 1; }
.widget-reservation-form .reda-fieldset-checkbox {
position: relative;
height: auto;
z-index: 1; }
.widget-reservation-form .reda-fieldset-checkbox .input-required {
position: relative; }
.widget-reservation-form .reda-fieldset-checkbox .input-required:after {
content: "*";
color: inherit;
font-size: 18px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
transition: color .4s;
line-height: 1; }
.widget-reservation-form .reda-fieldset-checkbox .input-required label:after {
left: 0;
margin-left: 0; }
.widget-reservation-form .reda-fieldset-checkbox .input-required.message-error:after {
color: #f10a4a; }
.widget-reservation-form .reda-fieldset-checkbox input {
position: absolute;
top: 3px; height: 15px;
width: 15px;
z-index: 1;
margin: 0; }
.widget-reservation-form .reda-fieldset-checkbox label {
left: 0;
margin: 0;
right: auto; }
.widget-reservation-form .reda-fieldset-checkbox label:before {
content: "";
width: 15px;
height: 15px;
position: absolute;
top: 3px; cursor: pointer;
border: none;
z-index: 0; }
.widget-reservation-form .reda-fieldset-checkbox label span {
margin-left: 30px; }
.widget-reservation-form .reda-fieldset-checkbox label:after {
content: '';
width: 15px;
height: 15px;
position: absolute;
top: 3px;
left: 10px;
border: 4px solid;
opacity: 0;
transition: opacity .4s, transform .4s, background .4s;
z-index: 0; }
.widget-reservation-form .reda-fieldset-checkbox label:hover:after {
opacity: .5; }
.widget-reservation-form .reda-fieldset-checkbox input[type=checkbox] {
visibility: hidden; }
.widget-reservation-form .reda-fieldset-checkbox input[type=checkbox]:checked + label:after {
opacity: 1;
transform: scale(0.4); }
.widget-reservation-form .btn {
margin-right: 10px;
margin-bottom: 60px; }
.widget-reservation-form .form-steps {
margin: 30px 0 60px;
text-align: center; }
.widget-reservation-form .next-step {
cursor: pointer;
position: relative; }
.widget-reservation-form .next-step span:first-of-type {
font-family: "Playfair Display";
font-size: 32px;
margin-right: 4px;
width: 15px;
display: inline-block;
font-weight: bold; }
.widget-reservation-form .next-step span:nth-of-type(2) {
margin-left: 2px;
font-family: "Playfair Display";
font-size: 24px; }
.widget-reservation-form .next-step div {
position: absolute;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
top: 50%; }
.widget-reservation-form .next-step .next {
left: 50%;
margin-left: 35px; }
.widget-reservation-form .next-step .prev {
right: 50%;
margin-right: 35px; }
.widget-reservation-form .message-error &gt; *:not(label) {
border: 1px solid #f10a4a !important; }
.widget-reservation-form .message-error label {
color: #f10a4a !important; } .rtb-booking-form fieldset {
padding-bottom: 1em;
margin-bottom: 1em; }
.rtb-booking-form legend {
padding: 0 0.5em; }
.rtb-booking-form fieldset &gt; div {
margin-top: 1em; }
.rtb-booking-form fieldset &gt; div:first-child {
margin-top: 0; }
.rtb-booking-form label {
display: block; }
.rtb-booking-form input {
width: 100%;
max-width: 15em; }
.rtb-booking-form input[type="checkbox"],
.rtb-booking-form input[type="radio"] {
width: auto;
margin-right: 0.25em;
vertical-align: middle; }
.rtb-booking-form textarea {
width: 100%;
max-width: 30em; }
.rtb-booking-form .add-message {
margin-top: 1em; }
.rtb-booking-form .message {
position: absolute;
top: -9999px;
left: -9999px; }
.rtb-booking-form .message-open {
position: relative !important;
top: auto !important;
left: auto !important; }
.rtb-booking-form .message textarea {
min-height: 6em; }
.rtb-booking-form .rtb-error {
font-size: 0.85em;
padding: 0.25em;
background: #f50;
color: #fff; }
.rtb-booking-form .rtb-error:before {
content: ' ';
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
width: 0;
height: 0;
display: inline-block;
margin: 0.25em 0.5em; } .picker {
outline: 0; }
#rtb-date_root .picker__button--clear,
#rtb-date_root .picker__button--today { color: #000; }
#rtb-date_root .picker__nav--next,
#rtb-date_root .picker__nav--prev { min-height: 2em; }
#rtb-time_root .picker__list,
#rtb-time_root .picker__list li { list-style: none;
margin: 0 0 0 1px; }
.picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #000;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; }
.picker__input {
cursor: default; }
.picker__input.picker__input--active {
border-color: #0089ec; }
.picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: fixed;
transition: background .15s ease-out;
transform: background 0s .15s;
-webkit-backface-visibility: hidden; } .picker__frame, .picker__holder {
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: translateY(100%); }
.picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
max-width: 666px;
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
transition: all .15s ease-out; }
.picker__wrap {
display: table;
width: 100%;
height: 100%; }
@media (min-height: 33.875em) {
.picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%; }
.picker__wrap {
display: block; } }
.picker__box {
background: #fff;
display: table-cell;
vertical-align: middle; }
@media (min-height: 26.5em) {
.picker__box {
font-size: 1.25em; } }
@media (min-height: 33.875em) {
.picker__box {
display: block;
font-size: 1.33em;
border: 1px solid #777;
border-top-color: #898989;
border-bottom-width: 0;
border-radius: 5px 5px 0 0;
box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
.picker__frame {
margin-bottom: 7.5%; }
.picker__box {
font-size: 1.5em;
border-bottom-width: 1px;
border-radius: 5px; } }
.picker--opened .picker__holder {
transform: translateY(0);
zoom: 1;
background: rgba(0, 0, 0, 0.32);
transition: background .15s ease-out; }
.picker--opened .picker__frame {
transform: translateY(0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; }
@media (min-height: 33.875em) {
.picker--opened .picker__frame {
top: auto;
bottom: 0; } }
.picker__footer, .picker__header, .picker__table {
text-align: center; }
.picker__day--highlighted, .picker__select--month:focus, .picker__select--year:focus {
border-color: #0089ec; }
.picker__box {
padding: 0 1em; }
.picker__header {
position: relative;
margin-top: .75em; }
.picker__month, .picker__year {
font-weight: 500;
display: inline-block;
margin-left: .25em;
margin-right: .25em; }
.picker__year {
color: #999;
font-size: .8em;
font-style: italic; }
.picker__select--month, .picker__select--year {
border: 1px solid #b7b7b7;
height: 2em;
padding: .5em;
margin-left: .25em;
margin-right: .25em; }
.picker__select--month {
width: 35%; }
.picker__select--year {
width: 22.5%; }
.picker__nav--next, .picker__nav--prev {
position: absolute;
padding: .5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box;
top: -.25em; }
.picker__nav--prev {
left: -1em;
padding-right: 1.25em; }
.picker__nav--next {
right: -1em;
padding-left: 1.25em; }
@media (min-width: 24.5em) {
.picker__select--month, .picker__select--year {
margin-top: -.5em; }
.picker__nav--next, .picker__nav--prev {
top: -.33em; }
.picker__nav--prev {
padding-right: 1.5em; }
.picker__nav--next {
padding-left: 1.5em; } }
.picker__nav--next:before, .picker__nav--prev:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: .75em solid #000;
width: 0;
height: 0;
display: block;
margin: 0 auto; }
.picker__nav--next:before {
border-right: 0;
border-left: .75em solid #000; }
.picker__nav--next:hover, .picker__nav--prev:hover {
cursor: pointer;
color: #000;
background: #b1dcfb; }
.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
cursor: default;
background: 0 0;
border-right-color: #f5f5f5;
border-left-color: #f5f5f5; }
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
color: #000;
cursor: pointer;
background: #b1dcfb; }
.picker__table {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: inherit;
width: 100%;
margin-top: .75em;
margin-bottom: .5em; }
@media (min-height: 33.875em) {
.picker__table {
margin-bottom: .75em; } }
.picker__table td {
margin: 0;
padding: 0; }
.picker__weekday {
width: 14.285714286%;
font-size: .75em;
padding-bottom: .25em;
color: #999;
font-weight: 500; }
@media (min-height: 33.875em) {
.picker__weekday {
padding-bottom: .5em; } }
.picker__day {
padding: .3125em 0;
font-weight: 200;
border: 1px solid transparent; }
.picker__day--today {
position: relative; }
.picker__day--today:before {
content: " ";
position: absolute;
top: 2px;
right: 2px;
width: 0;
height: 0;
border-top: .5em solid #0059bc;
border-left: .5em solid transparent; }
.picker__day--disabled:before {
border-top-color: #aaa; }
.picker__day--outfocus {
color: #ddd; }
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
background: #0089ec;
color: #fff; }
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
background: #f5f5f5;
border-color: #f5f5f5;
color: #ddd;
cursor: default; }
.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
background: #bbb; }
.picker__button--clear, .picker__button--close, .picker__button--today {
border: 1px solid #fff;
background: #fff;
font-size: .8em;
padding: .66em 0;
font-weight: 700;
width: 33%;
display: inline-block;
vertical-align: bottom; }
.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
cursor: pointer;
color: #000;
background: #b1dcfb;
border-bottom-color: #b1dcfb; }
.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
background: #b1dcfb;
border-color: #0089ec;
outline: 0; }
.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
position: relative;
display: inline-block;
height: 0; }
.picker__button--clear:before, .picker__button--today:before {
content: " ";
margin-right: .45em; }
.picker__button--today:before {
top: -.05em;
width: 0;
border-top: .66em solid #0059bc;
border-left: .66em solid transparent; }
.picker__button--clear:before {
top: -.25em;
width: .66em;
border-top: 3px solid #e20; }
.picker__button--close:before {
content: "\D7";
top: -.1em;
vertical-align: top;
font-size: 1.1em;
margin-right: .35em;
color: #777; }
.picker__button--today[disabled], .picker__button--today[disabled]:hover {
background: #f5f5f5;
border-color: #f5f5f5;
color: #ddd;
cursor: default; }
.picker__button--today[disabled]:before {
border-top-color: #aaa; }
.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover {
background: #b1dcfb;
cursor: pointer;
color: #000; }
.picker__list {
list-style: none;
padding: .75em 0 4.2em;
margin: 0; }
.picker__list-item {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
margin-bottom: -1px;
position: relative;
background: #fff;
padding: .75em 1.25em; }
@media (min-height: 46.75em) {
.picker__list-item {
padding: .5em 1em; } }
.picker__list-item--highlighted, .picker__list-item:hover {
border-color: #0089ec;
z-index: 10; }
.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
background: #0089ec;
color: #fff;
z-index: 10; }
.picker--focused .picker__list-item--disabled, .picker__list-item--disabled, .picker__list-item--disabled:hover {
background: #f5f5f5;
color: #ddd;
cursor: default;
border-color: #ddd;
z-index: auto; }
.picker--time .picker__button--clear {
display: block;
width: 80%;
margin: 1em auto 0;
padding: 1em 1.25em;
background: 0 0;
border: 0;
font-weight: 500;
font-size: .67em;
text-align: center;
text-transform: uppercase;
color: #666; }
.picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover {
background: #e20;
border-color: #e20;
cursor: pointer;
color: #fff;
outline: 0; }
.picker--time .picker__button--clear:before {
top: -.25em;
color: #666;
font-size: 1.25em;
font-weight: 700; }
.picker--time .picker__button--clear:focus:before, .picker--time .picker__button--clear:hover:before {
color: #fff;
border-color: #fff; }
.picker--time .picker__frame {
min-width: 256px;
max-width: 320px; }
.picker--time .picker__box {
font-size: 1em;
background: #f2f2f2;
padding: 0; }
@media (min-height: 40.125em) {
.picker--time .picker__box {
margin-bottom: 5em; } } @media screen and (max-width: 64em) {
.contact #map {
height: 400px;
width: 100%; } }
@media screen and (min-width: 64.0625em) {
.contact #map {
height: 400px; } }
.contact .footer {
margin-top: 90px; }
.contact-container {
margin-bottom: 0; }
.contact .link-hover:after {
background: #696969; }
.contact-form {
padding: 30px 20px; } .team-select {
position: relative;
margin-bottom: 60px; }
.team-select .team-member {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
transition: opacity .4s 0s, visibility 0s .4s; }
.team-select .team-member-active {
display: block;
position: relative;
visibility: visible;
opacity: 1;
transition: opacity .4s .4s, visibility 0s 0s; }
.team-select .team-members {
overflow: hidden;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: baseline;
align-items: baseline; }
.team-select .team-members .team-header {
cursor: pointer;
text-align: left;
padding: 0 30px; }
@media screen and (max-width: 39.9375em) {
.team-select .team-members .team-header {
width: 100% !important;
padding: 0; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.team-select .team-members .team-header {
width: 50% !important; } }
.team-img-right .team-image {
padding-left: 60px; }
.team-img-right .team-header {
margin-top: 0 !important; }
.team-img-right .team-info, .team-img-right .team-image {
width: 50%; }
.team-img-right .team-info {
float: left; }
.team-img-right .team-image {
float: right; }
.team-img-left .team-image {
padding-right: 60px; }
.team-img-left .team-header {
margin-top: 0 !important; }
.team-img-left .team-info, .team-img-left .team-image {
width: 50%; }
.team-img-left .team-info {
float: left; }
.team-img-left .team-image {
float: left; }
.team-img-top .img-wrapper {
text-align: center; }
.team-member {
overflow: hidden;
width: 100%;
padding-bottom: 1px; }
.team-member .member-desc {
margin-bottom: 30px; }
.team-member .member-desc p a {
position: relative; }
.team-member .member-desc p a:after {
content: "";
width: 100%;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
opacity: .5;
transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: inherit;
background: transparent !important; }
.team-member .member-desc p a:hover:after {
opacity: 1; }
.team-member .team-image {
position: relative;
z-index: 2;
margin-bottom: 30px; }
.team-member .team-image .team-member-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .4s;
z-index: 1; }
.team-member .team-image a {
position: relative;
display: inline-block; }
.team-member .team-image a:hover .team-member-overlay {
opacity: 1; }
.team-member .member-socials {
margin: 0; }
.team-member .member-socials li {
list-style-type: none;
display: inline-block;
margin-right: 20px; }
.team-member .member-socials li a {
display: inline-block;
padding-bottom: 3px;
font-size: 20px; }
@media screen and (max-width: 39.9375em) {
.team-member .team-info {
padding: 0; } }
.team-name {
display: inline-block;
text-align: left;
position: relative;
padding-bottom: 15px;
z-index: 2; }
.team-member .team-name:after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
left: 0;
height: 2px;
z-index: 2;
transition: transform .4s, background .4s; }
.team-members .team-name:after { content: "";
position: absolute;
bottom: 0px;
width: 100%;
left: 0;
height: 2px;
z-index: 2;
transition: transform .4s, opacity .4s;
opacity: 0; }
.team-header {
position: relative;
margin-bottom: 30px;
margin-top: 30px; }
.team-header:before {
content: "";
position: absolute;
bottom: 0px;
width: 100%;
height: 2px;
z-index: 1;
transition: transform .4s, background .4s;
left: 0; }
.team-header.active .team-name:after {
opacity: 1; }
.member-name {
margin-bottom: 0; }
.member-status {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px; }
@media screen and (max-width: 64em) {
.team-img-right .team-image {
padding-right: 0;
text-align: center; }
.team-img-right .team-member .team-header {
margin-top: 30px; }
.team-img-right .team-info, .team-img-right .team-image {
width: 100%;
float: none; }
.team-img-left .team-image {
padding-left: 0;
text-align: center; }
.team-img-left .team-member .team-header {
margin-top: 30px; }
.team-img-left .team-info, .team-img-left .team-image {
width: 100%;
float: none; }
.team-select .team-members .team-header {
width: 50%; }
.team-grid .team-member {
width: 100%;
float: none; }
.team-grid .team-image {
text-align: center; } } .mosaic-item {
position: relative; }
.mosaic-img {
background-size: cover;
background-position: center center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.mosaic-info {
position: absolute;
bottom: 0;
z-index: 3;
padding: 30px;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.mosaic-info .mosaic-text {
margin-top: 15px;
font-size: 16px; }
.mosaic-info .mosaic-text p {
line-height: 1.8em; }
.mosaic-info .mosaic-text p:last-of-type {
margin-bottom: 0 !important; }
.mosaic-info .mosaic-link {
position: relative;
display: inline-block;
font-size: 24px; }
div.mosaic-link {
display: inline; }
.mosaic-item-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: background .4s;
z-index: 2; }
@media screen and (min-width: 40em) {
.mosaic-no-gutter .columns {
padding-right: 0 !important;
padding-left: 0 !important; }
.mosaic-no-gutter .columns .mosaic-item {
margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
.wpb_wrapper .mosaic-item {
margin-bottom: 30px !important; } }
@media screen and (min-width: 40em) and (max-width: 64em) {
.wpb_wrapper .mosaic-item {
width: calc(50% - 30px);
margin-bottom: 30px !important;
float: left;
margin: 0 15px; } } .widget {
margin-bottom: 60px; }
.widget select {
background-color: transparent !important;
border: none;
border-bottom: 1px solid #696969;
height: 60px;
vertical-align: middle;
padding-left: 15px;
color: #696969; }
.widget select:focus, .widget select:active {
outline: none; }
.widget li &gt; i {
font-size: .65em;
position: relative;
top: -2px;
margin-right: 5px;
color: #ac8b51; }
@media screen and (min-width: 64.0625em) {
.widget-area {
margin-left: 60px; } }
.widget-title {
border-bottom: 2px solid #f5f5f5;
margin-bottom: 30px; }
.widget-title span {
margin-bottom: -5px;
display: inline-block;
text-transform: uppercase;
color: #ac8b51;
padding-bottom: 10px;
letter-spacing: 3px;
font-size: 14px; }
.widget_archive ul {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
.widget_archive ul li {
padding: 5px 0;
position: relative;
list-style-type: none;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase; }
.widget_archive ul li a {
color: #ac8b51; }
.widget_archive ul li:first-of-type {
border-top: none; }
.widget_categories ul, .widget_pages ul, .widget_meta ul {
margin: 0; }
.widget_categories &gt; ul, .widget_pages &gt; ul, .widget_meta &gt; ul {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
.widget_categories &gt; ul li, .widget_pages &gt; ul li, .widget_meta &gt; ul li {
position: relative;
list-style-type: none;
font-size: 12px;
text-transform: uppercase;
line-height: 28px; }
.widget_categories &gt; ul li a, .widget_pages &gt; ul li a, .widget_meta &gt; ul li a {
transition: opacity .4s;
opacity: .7; }
.widget_categories &gt; ul li a:hover, .widget_pages &gt; ul li a:hover, .widget_meta &gt; ul li a:hover {
opacity: 1; }
.widget_categories &gt; ul &gt; li:last-of-type, .widget_pages &gt; ul &gt; li:last-of-type, .widget_meta &gt; ul &gt; li:last-of-type {
border: none; }
.widget_categories ul li, .widget_pages ul li, .widget_meta ul li {
padding: 5px 0; }
.widget_categories .children li:last-of-type, .widget_pages .children li:last-of-type, .widget_meta .children li:last-of-type {
padding-bottom: 0px !important; }
.widget_nav_menu ul {
margin: 0; }
.widget_nav_menu .menu {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
.widget_nav_menu .menu li {
position: relative;
list-style-type: none;
font-size: 12px;
text-transform: uppercase;
line-height: 28px;
letter-spacing: 1px; }
.widget_nav_menu .menu li a {
transition: opacity .4s;
opacity: .6; }
.widget_nav_menu .menu li a:hover {
opacity: 1; }
.widget_nav_menu .menu &gt; li:last-of-type {
border: none; }
.widget_nav_menu ul li {
padding: 5px 0 5px 15px; }
.widget_nav_menu .sub-menu li:last-of-type {
padding-bottom: 0px !important; }
.widget_nav_menu .sub-menu {
display: block;
position: relative;
left: auto !important;
top: auto !important; }
.widget_nav_menu .sub-menu li {
padding-right: 0 !important; }
.widget_calendar caption {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: normal;
margin-bottom: 5px; }
.widget_calendar thead {
background: transparent;
border: none;
border-bottom: 2px solid #ddd; }
.widget_calendar thead th {
text-align: center;
font-size: 12px; }
.widget_calendar tbody {
background: transparent;
border: none;
text-align: center; }
.widget_calendar tbody tr {
background: transparent;
border-bottom: 1px solid #f5f5f5;
font-size: 14px; }
.widget_calendar tbody td a {
color: #ac8b51; }
.widget_calendar tbody #today {
font-weight: bold; }
.widget_calendar tfoot {
background: transparent;
border: none; }
.widget_calendar tfoot td {
text-transform: uppercase;
font-weight: normal;
font-size: 11px;
letter-spacing: 1px; }
.widget_recent_comments ul {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
.widget_recent_comments ul li {
padding: 5px 0;
position: relative;
list-style-type: none;
font-size: 14px;
color: #696969; }
.widget_recent_comments ul li:first-of-type {
border-top: none; }
.widget_recent_comments ul li &gt; a {
color: #2f2424;
margin-left: 5px;
font-size: 16px;
font-family: "Playfair Display"; }
.widget_recent_comments .comment-author-link {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px; }
.widget_recent_comments .comment-author-link a {
padding: 5px 0;
transition: opacity .4s;
opacity: .7;
color: #696969;
margin-right: 5px; }
.widget_recent_comments .comment-author-link a:hover {
opacity: 1; }
body .widget_recent_entries ul {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
body .widget_recent_entries li {
list-style-type: none;
padding: 5px 0;
margin-bottom: 10px;
position: relative;
line-height: 1.5em; }
body .widget_recent_entries li:last-of-type {
margin-bottom: 0; }
body .widget_recent_entries li:first-of-type {
border-top: none; }
body .widget_recent_entries a {
font-size: 16px;
font-family: "Playfair Display";
color: #2f2424; }
body .widget_recent_entries .post-date {
display: block;
margin-bottom: 0; }
.widget_rss ul {
margin: 0;
margin-bottom: 30px;
overflow: hidden; }
.widget_rss li {
list-style-type: none;
padding: 5px 0;
position: relative; }
.widget_rss li:first-of-type {
border-top: none; }
.widget_rss .rss-date {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
padding: 5px 0;
transition: opacity .4s;
opacity: .7;
color: #696969;
margin-right: 5px;
display: block;
margin-bottom: 10px; }
.widget_rss .rss-date:hover {
opacity: 1; }
.widget_rss .rsswidget {
color: #696969;
font-size: 16px; }
.widget_rss .rssSummary {
margin-bottom: 15px;
font-size: 14px; }
.widget_tag_cloud .tagcloud a {
font-size: 11px !important;
padding: 0 3px 3px;
text-transform: uppercase;
display: inline-block;
position: relative;
letter-spacing: 1px;
opacity: .7;
transition: opacity .4s; }
.widget_tag_cloud .tagcloud a:hover {
opacity: 1; }
.widget_tag_cloud .tagcloud a:after {
content: "/";
position: absolute;
right: -3px;
color: inherit; }
.widget_tag_cloud .tagcloud a:last-of-type:after {
display: none; }
.newsletter-details .mf-input {
width: 100%; }
.newsletter-details .mf-input input {
position: relative;
z-index: 1; } .newsletter-form fieldset { text-align: left; }
.newsletter-form fieldset label {
text-align: left;
line-height: 40px; }
.newsletter-form fieldset input {
padding: 8px 15px;
height: 40px;
line-height: 40px;
text-align: left;
box-shadow: none !important; }
.newsletter-form .active-input label {
bottom: -30px; }
@media screen and (max-width: 39.9375em) {
.footer-grid .newsletter-form {
width: 70%;
margin: 0 auto; } }
@media screen and (max-width: 64em) {
.footer-grid {
text-align: center; }
.footer-grid .footer-content {
margin-bottom: 30px; }
.footer-grid .newsletter-form {
width: 50%;
margin: 0 auto; } }
.footer-content {
margin-bottom: 20px; }
.footer-content h6 {
margin-bottom: 15px;
font-size: 16px;
font-weight: bold; }
.footer-content small {
font-size: 12px;
line-height: 1.5em;
display: inline-block; }
.footer-content #scroll-up {
display: block;
transition: color .4s; }
.footer {
padding: 90px 0 60px;
background: #f5f5f5;
position: relative;
margin-top: 0;
z-index: 5; }
.footer select:focus, .footer input:focus {
outline: none; }
.footer .forms-style fieldset:after {
z-index: 0; }
.footer .link-hover:after {
background: #111; }
.footer .widget {
margin-bottom: 30px; } .img-wrapper {
display: block;
position: relative;
z-index: 1;
overflow: hidden;
transform-origin: 50% 50%;
transform: translateX(-200px) skew(50deg);
overflow: hidden;
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.img-wrapper img:first-child {
transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
opacity: 0;
transform: translateX(300px) translateZ(0) skew(-50deg);
transform-origin: center center; }
.img-wrapper.loaded-img {
transform: translateX(0); }
.img-wrapper.loaded-img img:first-child {
transform: translateX(0);
opacity: 1; }
.reda-gallery-item .img-wrapper {
transform: translateX(-50px); }
.reda-gallery-item .img-wrapper img:first-child {
transform: translateX(100px) translateZ(0); }
.reda-gallery-item .img-wrapper.loaded-img {
transform: translateX(0); }
.reda-gallery-item .img-wrapper.loaded-img img:first-child {
transform: translateX(0); }
.img-bg-wrapper {
display: block;
position: relative;
z-index: 1;
overflow: hidden;
transform-origin: 50% 50%;
transform: translateX(-200px) skew(50deg);
overflow: hidden;
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.img-bg-wrapper .img-bg-inner {
height: 100%;
width: 100%;
display: block;
transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
opacity: 0;
transform: translateX(300px) translateZ(0) skew(-50deg);
transform-origin: center center;
position: absolute;
top: 0; }
.img-bg-wrapper.img-bg-loaded {
transform: translateX(0); }
.img-bg-wrapper.img-bg-loaded .img-bg-inner {
transform: translateX(0);
opacity: 1; }
.mosaic-item {
display: block;
position: relative;
z-index: 1;
overflow: hidden;
transform-origin: 50% 50%;
transform: translateX(-200px);
overflow: hidden;
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.mosaic-item .mosaic-link {
height: 100%;
width: 100%;
display: block;
transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
opacity: 0;
transform: translateX(300px) translateZ(0);
transform-origin: center center; }
.mosaic-item.mosaic-loaded {
transform: translateX(0); }
.mosaic-item.mosaic-loaded .mosaic-link {
transform: translateX(0);
opacity: 1; }
.animate-text {
transition: transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
transform: translateY(-30px);
opacity: 0; }
.animate-text.loaded-text {
transform: translateY(0);
opacity: 1; }
.animate-text.animate-second {
transition-delay: 0.5s; }
.no-anim-images .img-wrapper {
transform: none !important; }
.no-anim-images .img-wrapper:after {
margin-right: 0;
right: -3px;
bottom: 0;
left: 100%; }
.no-anim-images .img-wrapper img:first-child {
transform: translateX(0);
opacity: 1; }
.no-anim-images .img-wrapper .gallery-icon {
opacity: 1; }
.no-anim-images .mosaic-item:after {
margin-right: 0;
right: -3px;
bottom: 0;
left: 100%; }
.no-anim-images .mosaic-item .mosaic-link {
transform: translateX(0);
opacity: 1; }
.no-anim-images .img-bg-wrapper {
opacity: 1 !important;
transform: none !important; }
.no-anim-images .img-bg-wrapper .img-bg-inner {
opacity: 1 !important;
transform: none !important; }
.no-anim-text .animate-text {
transform: translateY(0);
opacity: 1; } .vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0; }
.vegas-overlay {
opacity: .5;
background: transparent url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/css/overlays/02.png) center center repeat; }
.vegas-timer {
top: auto;
bottom: 0;
height: 2px; }
.vegas-timer-progress {
width: 0%;
height: 100%;
background: white;
transition: width ease-out; }
.vegas-timer-running .vegas-timer-progress {
width: 100%; }
.vegas-slide,
.vegas-slide-inner {
margin: 0;
padding: 0;
background: transparent center center no-repeat;
transform: translateZ(0);
will-change: transform, opacity; }
body .vegas-container {
overflow: hidden !important;
height: auto !important;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
body .parallax-image .vegas-container {
top: -30px;
left: -30px;
right: -30px;
bottom: -30px; }
.vegas-video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto; }
body.vegas-container {
overflow: auto;
position: static;
z-index: -2; }
body.vegas-container &gt; .vegas-timer,
body.vegas-container &gt; .vegas-overlay,
body.vegas-container &gt; .vegas-slide {
position: fixed;
z-index: -1; }   .vegas-transition-blur,
.vegas-transition-blur2 {
opacity: 0;
filter: blur(32px); }
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
opacity: 1;
filter: blur(0px); }
.vegas-transition-blur2-out {
opacity: 0; }   .vegas-transition-burn,
.vegas-transition-burn2 {
opacity: 0;
filter: contrast(1000%) saturate(1000%); }
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
opacity: 1;
filter: contrast(100%) saturate(100%); }
.vegas-transition-burn2-out {
opacity: 0;
filter: contrast(1000%) saturate(1000%); }   .vegas-transition-fade,
.vegas-transition-fade2 {
opacity: 0; }
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
opacity: 1; }
.vegas-transition-fade2-out {
opacity: 0; }   .vegas-transition-flash,
.vegas-transition-flash2 {
opacity: 0;
filter: brightness(25); }
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
opacity: 1;
filter: brightness(1); }
.vegas-transition-flash2-out {
opacity: 0;
filter: brightness(25); }   .vegas-transition-negative,
.vegas-transition-negative2 {
opacity: 0;
filter: invert(100%); }
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
opacity: 1;
filter: invert(0); }
.vegas-transition-negative2-out {
opacity: 0;
filter: invert(100%); }   .vegas-transition-slideDown,
.vegas-transition-slideDown2 {
transform: translateY(-100%); }
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
transform: translateY(0%); }
.vegas-transition-slideDown2-out {
transform: translateY(100%); }   .vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
transform: translateX(100%); }
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
transform: translateX(0%); }
.vegas-transition-slideLeft2-out {
transform: translateX(-100%); }   .vegas-transition-slideRight,
.vegas-transition-slideRight2 {
transform: translateX(-100%); }
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
transform: translateX(0%); }
.vegas-transition-slideRight2-out {
transform: translateX(100%); }   .vegas-transition-slideUp,
.vegas-transition-slideUp2 {
transform: translateY(100%); }
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
transform: translateY(0%); }
.vegas-transition-slideUp2-out {
transform: translateY(-100%); }   .vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
transform: scale(2) rotate(35deg);
opacity: 0; }
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
transform: scale(1) rotate(0deg);
opacity: 1; }
.vegas-transition-swirlLeft2-out {
transform: scale(2) rotate(-35deg);
opacity: 0; }   .vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
transform: scale(2) rotate(-35deg);
opacity: 0; }
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
transform: scale(1) rotate(0deg);
opacity: 1; }
.vegas-transition-swirlRight2-out {
transform: scale(2) rotate(35deg);
opacity: 0; }   .vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
transform: scale(0);
opacity: 0; }
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
transform: scale(1);
opacity: 1; }
.vegas-transition-zoomIn2-out {
transform: scale(1.3);
opacity: 0; }   .vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
transform: scale(1.3);
opacity: 0; }
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
transform: scale(1);
opacity: 1; }
.vegas-transition-zoomOut2-out {
transform: scale(0);
opacity: 0; }   .vegas-animation-kenburns {
animation: kenburns ease-out; }
@keyframes kenburns {
0% {
transform: scale(1.05); }
100% {
transform: scale(1); } }   .vegas-animation-kenburnsDownLeft {
animation: kenburnsDownLeft ease-out; }
@keyframes kenburnsDownLeft {
0% {
transform: scale(1.05) translate(1%, -1%); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsDownRight {
animation: kenburnsDownRight ease-out; }
@keyframes kenburnsDownRight {
0% {
transform: scale(1.05) translate(-1%, -1%); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsDown {
animation: kenburnsDown ease-out; }
@keyframes kenburnsDown {
0% {
transform: scale(1.05) translate(0, -1%); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsLeft {
animation: kenburnsLeft ease-out; }
@keyframes kenburnsLeft {
0% {
transform: scale(1.05) translate(1%, 0); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsRight {
animation: kenburnsRight ease-out; }
@keyframes kenburnsRight {
0% {
transform: scale(1.05) translate(-1%, 0); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsUpLeft {
animation: kenburnsUpLeft ease-out; }
@keyframes kenburnsUpLeft {
0% {
transform: scale(1.05) translate(1%, 1%); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsUpRight {
animation: kenburnsUpRight ease-out; }
@keyframes kenburnsUpRight {
0% {
transform: scale(1.05) translate(-1%, 1%); }
100% {
transform: scale(1) translate(0, 0); } }   .vegas-animation-kenburnsUp {
animation: kenburnsUp ease-out; }
@keyframes kenburnsUp {
0% {
transform: scale(1.05) translate(0, 1%); }
100% {
transform: scale(1) translate(0, 0); } }  .swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden; z-index: 1; }
.swiper-container-no-flexbox .swiper-slide {
float: left; }
.swiper-container-vertical &gt; .swiper-wrapper {
-ms-flex-direction: column;
flex-direction: column; }
.swiper-wrapper {
float: left;
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -ms-flexbox;
display: flex;
transition-property: transform;
box-sizing: content-box; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0); }
.swiper-container-multirow &gt; .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.swiper-container-free-mode &gt; .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto; }
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative; } .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto; }
.swiper-container-autoheight .swiper-wrapper {
-ms-flex-align: start;
align-items: center;
transition-property: transform, height; } .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000; } .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y; }
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x; } .swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat; }
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none; }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto; }
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto; }
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms;
transform: translate3d(0, 0, 0);
z-index: 10; }
.swiper-pagination.swiper-pagination-hidden {
opacity: 0; } .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%; } .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2; }
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff; }
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff; }
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff; }
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000; }
.swiper-container-vertical &gt; .swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0); }
.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block; }
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px; } .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute; }
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
transform-origin: right top; }
.swiper-container-horizontal &gt; .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0; }
.swiper-container-vertical &gt; .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0; }
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5); }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff; }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000; } .swiper-container-3d {
-o-perspective: 1200px;
perspective: 1200px; }
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; } .swiper-container-cube,
.swiper-container-flip {
overflow: visible; }
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; } .swiper-container-cube .swiper-slide {
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible; }
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
filter: blur(50px);
z-index: 0; } .swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
text-align: center; }
.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain; } .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal &gt; .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%; }
.swiper-container-vertical &gt; .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%; }
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0; }
.swiper-scrollbar-cursor-drag {
cursor: move; } .swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
animation: swiper-preloader-spin 1s steps(12, end) infinite; }
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat; }
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg); } }  html.swipebox-html.swipebox-touch {
overflow: hidden !important; }
#swipebox-overlay img {
border: none !important; }
#swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none; }
#swipebox-container {
position: relative;
width: 100%;
height: 100%; }
#swipebox-slider {
transition: transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer; }
#swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block;
padding: 50px 65px 50px 50px; }
@media screen and (max-width: 39.9375em) {
#swipebox-slider .slide {
padding: 0; } }
#swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px; }
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle; }
#swipebox-slider .slide .swipebox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
box-sizing: border-box; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0; }
#swipebox-top-bar {
position: absolute;
bottom: 0;
left: 0;
z-index: 999;
height: 50px;
width: 100%; }
#swipebox-title {
display: none;
width: 100%;
text-align: center; }
#swipebox-prev {
top: 50%;
margin-top: -50px;
left: 10px;
position: absolute;
z-index: 9999;
width: 30px;
height: 100px;
background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" &gt;&lt;line id="e4_line1" x1="25" y1="0" x2="10" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/&gt;&lt;line x1="10" y1="15" x2="25" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/&gt;&lt;/svg&gt;') !important;
background-repeat: no-repeat !important; }
#swipebox-next {
top: 50%;
margin-top: -50px;
right: 20px;
position: absolute;
z-index: 9999;
width: 30px;
height: 100px;
background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" &gt;&lt;line id="e4_line2" x1="5" y1="0" x2="20" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/&gt;&lt;line x1="20" y1="15" x2="5" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/&gt;&lt;/svg&gt;') !important;
background-repeat: no-repeat !important; }
#swipebox-close {
top: 30px;
right: 20px;
position: absolute;
z-index: 9999;
width: 50px;
height: 50px;
background: url('data:image/svg+xml;utf8,&lt;svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" style=""\a 		 xml:space="preserve"&gt;&lt;line id="e4_line3" x1="35" y1="35" x2="65" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/&gt;&lt;line x1="65" y1="35" x2="35" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/&gt;\a 		&lt;/svg&gt;');
background-repeat: no-repeat; }
@media screen and (max-width: 39.9375em) {
#swipebox-close {
top: 10px;
right: 10px; } }
.swipebox-no-close-button #swipebox-close {
display: none; }
#swipebox-prev.disabled,
#swipebox-next.disabled {
opacity: 0.3; }
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
animation: leftSpring 0.3s; }
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all .3s ease;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0; }
.swipebox-touch #swipebox-container:before {
left: 0;
box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
right: 0;
box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
opacity: 1; }
@keyframes rightSpring {
0% {
left: 0; }
50% {
left: -30px; }
100% {
left: 0; } }
@keyframes leftSpring {
0% {
left: 0; }
50% {
left: 30px; }
100% {
left: 0; } }
@media screen and (min-width: 800px) {
#swipebox-arrows {
width: 92%;
max-width: 800px; } } #swipebox-overlay {
background: #0d0d0d; }
#swipebox-bottom-bar,
#swipebox-top-bar {
text-shadow: 1px 1px 1px black;
background: #000;
opacity: 0.95; }
#swipebox-top-bar {
color: white !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif; } .post-edit-link {
margin-left: 10px; }
.comment-awaiting-moderation {
display: block; }
.post-comments .pingback, .post-comments .comment {
margin-bottom: 30px;
margin-top: 30px;
overflow: hidden; }
.comment .comment-respond {
margin-left: 75px;
clear: both;
padding-top: 30px; }
.comment-list .pingback a:not(.comment-edit-link) {
font-weight: 700; }
.logged-in-as {
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.75em;
margin: 0; }
#cancel-comment-reply-link {
font-weight: normal;
margin-left: 15px;
opacity: 0.5; }
.post-comments &gt; .comment-list {
margin-bottom: 30px; }
.cat-tags-links {
margin: 60px 0 0; }
.post-tags {
margin: 0; }
.post-tags.post-cat {
margin: 0 0 15px; }
.single-post-nav {
table-layout: fixed; }
.blog-classic .post-item {
clear: both;
margin: 0 0 60px; }
.blog-classic .post-image {
width: 100%; }
.blog-classic .post-content-wrapper {
width: 100%;
padding: 30px 0; }
.blog-classic .no-thumbnail .post-content-wrapper {
width: 100%; }
.wp-caption {
max-width: 100%; }
.blog .post-header h4 {
-ms-word-wrap: break-word;
word-wrap: break-word; }
.bypostauthor {
background: transparent; }
.home-contact-info p:last-child {
margin-bottom: 0; }
.home-contact-info, body .home-contact-info p {
font-size: 14px; }
.row.remove-gap {
margin-left: 0;
margin-right: 0; }
.remove-gap .columns {
padding: 0; }
.remove-gap .mosaic-item {
margin-bottom: 0; }
.row-wrapper .vc_row-o-full-height {
min-height: 100vh; }
.row-wrapper .vc_row-flex {
box-sizing: border-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
z-index: 1; }
.row-wrapper .vc_row-flex &gt; .vc_column_container {
display: -ms-flexbox;
display: flex; }
.vc_ie-flexbox-fixer,
.row-wrapper .vc_row-flex &gt; .vc_column_container &gt; .vc_column-inner {
display: -ms-flexbox; }
.row-wrapper .vc_row-flex &gt; .vc_column_container &gt; .vc_column-inner {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.row-wrapper .vc_row-o-columns-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch; }
.row-wrapper .vc_row-o-columns-top {
-ms-flex-line-pack: start;
align-content: flex-start; }
.row-wrapper .vc_row-o-columns-bottom {
-ms-flex-line-pack: end;
align-content: flex-end; }
.row-wrapper .vc_row-o-columns-middle {
-ms-flex-line-pack: center;
align-content: center; }
.row-wrapper .vc_row-o-columns-bottom::after,
.row-wrapper .vc_row-o-columns-middle::after,
.row-wrapper .vc_row-o-columns-top::after {
content: '';
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block; }
.row-wrapper {
width: 100%;
position: relative; }
.row-parallax {
position: absolute !important;
left: 0;
top: 0;
bottom: 0;
width: inherit; }
.classic .columns {
position: relative; }
.row-image-overlay {
position: absolute !important;
left: 0;
top: 0;
bottom: 0;
right: 0; }
.classic .page-header-title {
margin: 60px 0;
text-align: center; }
.page-header-title h3 {
margin: 0; }
.row-wrapper &gt; div:not(.vc_clearfix) {
position: relative;
z-index: 1; }
div.wpb_button, div.wpb_content_element, ul.wpb_thumbnails-fluid &gt; li {
margin-bottom: 30px; }  @font-face {
font-family: 'FontAwesome';
src: url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format("embedded-opentype"), url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//www.albergoitalia.novara.it/wp-content/themes/reda/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal; }
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-fw {
width: 1.28571em;
text-align: center; }
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none; }
.fa-ul &gt; li {
position: relative; }
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center; }
.fa-li.fa-lg {
left: -1.85714em; }
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right {
margin-left: .3em; } .pull-right {
float: right; }
.pull-left {
float: left; }
.fa.pull-left {
margin-right: .3em; }
.fa.pull-right {
margin-left: .3em; }
.fa-spin {
animation: fa-spin 2s infinite linear; }
.fa-pulse {
animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(359deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none; }
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-glass:before {
content: ""; }
.fa-music:before {
content: ""; }
.fa-search:before {
content: ""; }
.fa-envelope-o:before {
content: ""; }
.fa-heart:before {
content: ""; }
.fa-star:before {
content: ""; }
.fa-star-o:before {
content: ""; }
.fa-user:before {
content: ""; }
.fa-film:before {
content: ""; }
.fa-th-large:before {
content: ""; }
.fa-th:before {
content: ""; }
.fa-th-list:before {
content: ""; }
.fa-check:before {
content: ""; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: ""; }
.fa-search-plus:before {
content: ""; }
.fa-search-minus:before {
content: ""; }
.fa-power-off:before {
content: ""; }
.fa-signal:before {
content: ""; }
.fa-gear:before,
.fa-cog:before {
content: ""; }
.fa-trash-o:before {
content: ""; }
.fa-home:before {
content: ""; }
.fa-file-o:before {
content: ""; }
.fa-clock-o:before {
content: ""; }
.fa-road:before {
content: ""; }
.fa-download:before {
content: ""; }
.fa-arrow-circle-o-down:before {
content: ""; }
.fa-arrow-circle-o-up:before {
content: ""; }
.fa-inbox:before {
content: ""; }
.fa-play-circle-o:before {
content: ""; }
.fa-rotate-right:before,
.fa-repeat:before {
content: ""; }
.fa-refresh:before {
content: ""; }
.fa-list-alt:before {
content: ""; }
.fa-lock:before {
content: ""; }
.fa-flag:before {
content: ""; }
.fa-headphones:before {
content: ""; }
.fa-volume-off:before {
content: ""; }
.fa-volume-down:before {
content: ""; }
.fa-volume-up:before {
content: ""; }
.fa-qrcode:before {
content: ""; }
.fa-barcode:before {
content: ""; }
.fa-tag:before {
content: ""; }
.fa-tags:before {
content: ""; }
.fa-book:before {
content: ""; }
.fa-bookmark:before {
content: ""; }
.fa-print:before {
content: ""; }
.fa-camera:before {
content: ""; }
.fa-font:before {
content: ""; }
.fa-bold:before {
content: ""; }
.fa-italic:before {
content: ""; }
.fa-text-height:before {
content: ""; }
.fa-text-width:before {
content: ""; }
.fa-align-left:before {
content: ""; }
.fa-align-center:before {
content: ""; }
.fa-align-right:before {
content: ""; }
.fa-align-justify:before {
content: ""; }
.fa-list:before {
content: ""; }
.fa-dedent:before,
.fa-outdent:before {
content: ""; }
.fa-indent:before {
content: ""; }
.fa-video-camera:before {
content: ""; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: ""; }
.fa-pencil:before {
content: ""; }
.fa-map-marker:before {
content: ""; }
.fa-adjust:before {
content: ""; }
.fa-tint:before {
content: ""; }
.fa-edit:before,
.fa-pencil-square-o:before {
content: ""; }
.fa-share-square-o:before {
content: ""; }
.fa-check-square-o:before {
content: ""; }
.fa-arrows:before {
content: ""; }
.fa-step-backward:before {
content: ""; }
.fa-fast-backward:before {
content: ""; }
.fa-backward:before {
content: ""; }
.fa-play:before {
content: ""; }
.fa-pause:before {
content: ""; }
.fa-stop:before {
content: ""; }
.fa-forward:before {
content: ""; }
.fa-fast-forward:before {
content: ""; }
.fa-step-forward:before {
content: ""; }
.fa-eject:before {
content: ""; }
.fa-chevron-left:before {
content: ""; }
.fa-chevron-right:before {
content: ""; }
.fa-plus-circle:before {
content: ""; }
.fa-minus-circle:before {
content: ""; }
.fa-times-circle:before {
content: ""; }
.fa-check-circle:before {
content: ""; }
.fa-question-circle:before {
content: ""; }
.fa-info-circle:before {
content: ""; }
.fa-crosshairs:before {
content: ""; }
.fa-times-circle-o:before {
content: ""; }
.fa-check-circle-o:before {
content: ""; }
.fa-ban:before {
content: ""; }
.fa-arrow-left:before {
content: ""; }
.fa-arrow-right:before {
content: ""; }
.fa-arrow-up:before {
content: ""; }
.fa-arrow-down:before {
content: ""; }
.fa-mail-forward:before,
.fa-share:before {
content: ""; }
.fa-expand:before {
content: ""; }
.fa-compress:before {
content: ""; }
.fa-plus:before {
content: ""; }
.fa-minus:before {
content: ""; }
.fa-asterisk:before {
content: ""; }
.fa-exclamation-circle:before {
content: ""; }
.fa-gift:before {
content: ""; }
.fa-leaf:before {
content: ""; }
.fa-fire:before {
content: ""; }
.fa-eye:before {
content: ""; }
.fa-eye-slash:before {
content: ""; }
.fa-warning:before,
.fa-exclamation-triangle:before {
content: ""; }
.fa-plane:before {
content: ""; }
.fa-calendar:before {
content: ""; }
.fa-random:before {
content: ""; }
.fa-comment:before {
content: ""; }
.fa-magnet:before {
content: ""; }
.fa-chevron-up:before {
content: ""; }
.fa-chevron-down:before {
content: ""; }
.fa-retweet:before {
content: ""; }
.fa-shopping-cart:before {
content: ""; }
.fa-folder:before {
content: ""; }
.fa-folder-open:before {
content: ""; }
.fa-arrows-v:before {
content: ""; }
.fa-arrows-h:before {
content: ""; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: ""; }
.fa-twitter-square:before {
content: ""; }
.fa-facebook-square:before {
content: ""; }
.fa-camera-retro:before {
content: ""; }
.fa-key:before {
content: ""; }
.fa-gears:before,
.fa-cogs:before {
content: ""; }
.fa-comments:before {
content: ""; }
.fa-thumbs-o-up:before {
content: ""; }
.fa-thumbs-o-down:before {
content: ""; }
.fa-star-half:before {
content: ""; }
.fa-heart-o:before {
content: ""; }
.fa-sign-out:before {
content: ""; }
.fa-linkedin-square:before {
content: ""; }
.fa-thumb-tack:before {
content: ""; }
.fa-external-link:before {
content: ""; }
.fa-sign-in:before {
content: ""; }
.fa-trophy:before {
content: ""; }
.fa-github-square:before {
content: ""; }
.fa-upload:before {
content: ""; }
.fa-lemon-o:before {
content: ""; }
.fa-phone:before {
content: ""; }
.fa-square-o:before {
content: ""; }
.fa-bookmark-o:before {
content: ""; }
.fa-phone-square:before {
content: ""; }
.fa-twitter:before {
content: ""; }
.fa-facebook-f:before,
.fa-facebook:before {
content: ""; }
.fa-github:before {
content: ""; }
.fa-unlock:before {
content: ""; }
.fa-credit-card:before {
content: ""; }
.fa-feed:before,
.fa-rss:before {
content: ""; }
.fa-hdd-o:before {
content: ""; }
.fa-bullhorn:before {
content: ""; }
.fa-bell:before {
content: ""; }
.fa-certificate:before {
content: ""; }
.fa-hand-o-right:before {
content: ""; }
.fa-hand-o-left:before {
content: ""; }
.fa-hand-o-up:before {
content: ""; }
.fa-hand-o-down:before {
content: ""; }
.fa-arrow-circle-left:before {
content: ""; }
.fa-arrow-circle-right:before {
content: ""; }
.fa-arrow-circle-up:before {
content: ""; }
.fa-arrow-circle-down:before {
content: ""; }
.fa-globe:before {
content: ""; }
.fa-wrench:before {
content: ""; }
.fa-tasks:before {
content: ""; }
.fa-filter:before {
content: ""; }
.fa-briefcase:before {
content: ""; }
.fa-arrows-alt:before {
content: ""; }
.fa-group:before,
.fa-users:before {
content: ""; }
.fa-chain:before,
.fa-link:before {
content: ""; }
.fa-cloud:before {
content: ""; }
.fa-flask:before {
content: ""; }
.fa-cut:before,
.fa-scissors:before {
content: ""; }
.fa-copy:before,
.fa-files-o:before {
content: ""; }
.fa-paperclip:before {
content: ""; }
.fa-save:before,
.fa-floppy-o:before {
content: ""; }
.fa-square:before {
content: ""; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: ""; }
.fa-list-ul:before {
content: ""; }
.fa-list-ol:before {
content: ""; }
.fa-strikethrough:before {
content: ""; }
.fa-underline:before {
content: ""; }
.fa-table:before {
content: ""; }
.fa-magic:before {
content: ""; }
.fa-truck:before {
content: ""; }
.fa-pinterest:before {
content: ""; }
.fa-pinterest-square:before {
content: ""; }
.fa-google-plus-square:before {
content: ""; }
.fa-google-plus:before {
content: ""; }
.fa-money:before {
content: ""; }
.fa-caret-down:before {
content: ""; }
.fa-caret-up:before {
content: ""; }
.fa-caret-left:before {
content: ""; }
.fa-caret-right:before {
content: ""; }
.fa-columns:before {
content: ""; }
.fa-unsorted:before,
.fa-sort:before {
content: ""; }
.fa-sort-down:before,
.fa-sort-desc:before {
content: ""; }
.fa-sort-up:before,
.fa-sort-asc:before {
content: ""; }
.fa-envelope:before {
content: ""; }
.fa-linkedin:before {
content: ""; }
.fa-rotate-left:before,
.fa-undo:before {
content: ""; }
.fa-legal:before,
.fa-gavel:before {
content: ""; }
.fa-dashboard:before,
.fa-tachometer:before {
content: ""; }
.fa-comment-o:before {
content: ""; }
.fa-comments-o:before {
content: ""; }
.fa-flash:before,
.fa-bolt:before {
content: ""; }
.fa-sitemap:before {
content: ""; }
.fa-umbrella:before {
content: ""; }
.fa-paste:before,
.fa-clipboard:before {
content: ""; }
.fa-lightbulb-o:before {
content: ""; }
.fa-exchange:before {
content: ""; }
.fa-cloud-download:before {
content: ""; }
.fa-cloud-upload:before {
content: ""; }
.fa-user-md:before {
content: ""; }
.fa-stethoscope:before {
content: ""; }
.fa-suitcase:before {
content: ""; }
.fa-bell-o:before {
content: ""; }
.fa-coffee:before {
content: ""; }
.fa-cutlery:before {
content: ""; }
.fa-file-text-o:before {
content: ""; }
.fa-building-o:before {
content: ""; }
.fa-hospital-o:before {
content: ""; }
.fa-ambulance:before {
content: ""; }
.fa-medkit:before {
content: ""; }
.fa-fighter-jet:before {
content: ""; }
.fa-beer:before {
content: ""; }
.fa-h-square:before {
content: ""; }
.fa-plus-square:before {
content: ""; }
.fa-angle-double-left:before {
content: ""; }
.fa-angle-double-right:before {
content: ""; }
.fa-angle-double-up:before {
content: ""; }
.fa-angle-double-down:before {
content: ""; }
.fa-angle-left:before {
content: ""; }
.fa-angle-right:before {
content: ""; }
.fa-angle-up:before {
content: ""; }
.fa-angle-down:before {
content: ""; }
.fa-desktop:before {
content: ""; }
.fa-laptop:before {
content: ""; }
.fa-tablet:before {
content: ""; }
.fa-mobile-phone:before,
.fa-mobile:before {
content: ""; }
.fa-circle-o:before {
content: ""; }
.fa-quote-left:before {
content: ""; }
.fa-quote-right:before {
content: ""; }
.fa-spinner:before {
content: ""; }
.fa-circle:before {
content: ""; }
.fa-mail-reply:before,
.fa-reply:before {
content: ""; }
.fa-github-alt:before {
content: ""; }
.fa-folder-o:before {
content: ""; }
.fa-folder-open-o:before {
content: ""; }
.fa-smile-o:before {
content: ""; }
.fa-frown-o:before {
content: ""; }
.fa-meh-o:before {
content: ""; }
.fa-gamepad:before {
content: ""; }
.fa-keyboard-o:before {
content: ""; }
.fa-flag-o:before {
content: ""; }
.fa-flag-checkered:before {
content: ""; }
.fa-terminal:before {
content: ""; }
.fa-code:before {
content: ""; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: ""; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: ""; }
.fa-location-arrow:before {
content: ""; }
.fa-crop:before {
content: ""; }
.fa-code-fork:before {
content: ""; }
.fa-unlink:before,
.fa-chain-broken:before {
content: ""; }
.fa-question:before {
content: ""; }
.fa-info:before {
content: ""; }
.fa-exclamation:before {
content: ""; }
.fa-superscript:before {
content: ""; }
.fa-subscript:before {
content: ""; }
.fa-eraser:before {
content: ""; }
.fa-puzzle-piece:before {
content: ""; }
.fa-microphone:before {
content: ""; }
.fa-microphone-slash:before {
content: ""; }
.fa-shield:before {
content: ""; }
.fa-calendar-o:before {
content: ""; }
.fa-fire-extinguisher:before {
content: ""; }
.fa-rocket:before {
content: ""; }
.fa-maxcdn:before {
content: ""; }
.fa-chevron-circle-left:before {
content: ""; }
.fa-chevron-circle-right:before {
content: ""; }
.fa-chevron-circle-up:before {
content: ""; }
.fa-chevron-circle-down:before {
content: ""; }
.fa-html5:before {
content: ""; }
.fa-css3:before {
content: ""; }
.fa-anchor:before {
content: ""; }
.fa-unlock-alt:before {
content: ""; }
.fa-bullseye:before {
content: ""; }
.fa-ellipsis-h:before {
content: ""; }
.fa-ellipsis-v:before {
content: ""; }
.fa-rss-square:before {
content: ""; }
.fa-play-circle:before {
content: ""; }
.fa-ticket:before {
content: ""; }
.fa-minus-square:before {
content: ""; }
.fa-minus-square-o:before {
content: ""; }
.fa-level-up:before {
content: ""; }
.fa-level-down:before {
content: ""; }
.fa-check-square:before {
content: ""; }
.fa-pencil-square:before {
content: ""; }
.fa-external-link-square:before {
content: ""; }
.fa-share-square:before {
content: ""; }
.fa-compass:before {
content: ""; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: ""; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: ""; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: ""; }
.fa-euro:before,
.fa-eur:before {
content: ""; }
.fa-gbp:before {
content: ""; }
.fa-dollar:before,
.fa-usd:before {
content: ""; }
.fa-rupee:before,
.fa-inr:before {
content: ""; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: ""; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: ""; }
.fa-won:before,
.fa-krw:before {
content: ""; }
.fa-bitcoin:before,
.fa-btc:before {
content: ""; }
.fa-file:before {
content: ""; }
.fa-file-text:before {
content: ""; }
.fa-sort-alpha-asc:before {
content: ""; }
.fa-sort-alpha-desc:before {
content: ""; }
.fa-sort-amount-asc:before {
content: ""; }
.fa-sort-amount-desc:before {
content: ""; }
.fa-sort-numeric-asc:before {
content: ""; }
.fa-sort-numeric-desc:before {
content: ""; }
.fa-thumbs-up:before {
content: ""; }
.fa-thumbs-down:before {
content: ""; }
.fa-youtube-square:before {
content: ""; }
.fa-youtube:before {
content: ""; }
.fa-xing:before {
content: ""; }
.fa-xing-square:before {
content: ""; }
.fa-youtube-play:before {
content: ""; }
.fa-dropbox:before {
content: ""; }
.fa-stack-overflow:before {
content: ""; }
.fa-instagram:before {
content: ""; }
.fa-flickr:before {
content: ""; }
.fa-adn:before {
content: ""; }
.fa-bitbucket:before {
content: ""; }
.fa-bitbucket-square:before {
content: ""; }
.fa-tumblr:before {
content: ""; }
.fa-tumblr-square:before {
content: ""; }
.fa-long-arrow-down:before {
content: ""; }
.fa-long-arrow-up:before {
content: ""; }
.fa-long-arrow-left:before {
content: ""; }
.fa-long-arrow-right:before {
content: ""; }
.fa-apple:before {
content: ""; }
.fa-windows:before {
content: ""; }
.fa-android:before {
content: ""; }
.fa-linux:before {
content: ""; }
.fa-dribbble:before {
content: ""; }
.fa-skype:before {
content: ""; }
.fa-foursquare:before {
content: ""; }
.fa-trello:before {
content: ""; }
.fa-female:before {
content: ""; }
.fa-male:before {
content: ""; }
.fa-gittip:before,
.fa-gratipay:before {
content: ""; }
.fa-sun-o:before {
content: ""; }
.fa-moon-o:before {
content: ""; }
.fa-archive:before {
content: ""; }
.fa-bug:before {
content: ""; }
.fa-vk:before {
content: ""; }
.fa-weibo:before {
content: ""; }
.fa-renren:before {
content: ""; }
.fa-pagelines:before {
content: ""; }
.fa-stack-exchange:before {
content: ""; }
.fa-arrow-circle-o-right:before {
content: ""; }
.fa-arrow-circle-o-left:before {
content: ""; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: ""; }
.fa-dot-circle-o:before {
content: ""; }
.fa-wheelchair:before {
content: ""; }
.fa-vimeo-square:before {
content: ""; }
.fa-turkish-lira:before,
.fa-try:before {
content: ""; }
.fa-plus-square-o:before {
content: ""; }
.fa-space-shuttle:before {
content: ""; }
.fa-slack:before {
content: ""; }
.fa-envelope-square:before {
content: ""; }
.fa-wordpress:before {
content: ""; }
.fa-openid:before {
content: ""; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: ""; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: ""; }
.fa-yahoo:before {
content: ""; }
.fa-google:before {
content: ""; }
.fa-reddit:before {
content: ""; }
.fa-reddit-square:before {
content: ""; }
.fa-stumbleupon-circle:before {
content: ""; }
.fa-stumbleupon:before {
content: ""; }
.fa-delicious:before {
content: ""; }
.fa-digg:before {
content: ""; }
.fa-pied-piper-pp:before {
content: ""; }
.fa-pied-piper-alt:before {
content: ""; }
.fa-drupal:before {
content: ""; }
.fa-joomla:before {
content: ""; }
.fa-language:before {
content: ""; }
.fa-fax:before {
content: ""; }
.fa-building:before {
content: ""; }
.fa-child:before {
content: ""; }
.fa-paw:before {
content: ""; }
.fa-spoon:before {
content: ""; }
.fa-cube:before {
content: ""; }
.fa-cubes:before {
content: ""; }
.fa-behance:before {
content: ""; }
.fa-behance-square:before {
content: ""; }
.fa-steam:before {
content: ""; }
.fa-steam-square:before {
content: ""; }
.fa-recycle:before {
content: ""; }
.fa-automobile:before,
.fa-car:before {
content: ""; }
.fa-cab:before,
.fa-taxi:before {
content: ""; }
.fa-tree:before {
content: ""; }
.fa-spotify:before {
content: ""; }
.fa-deviantart:before {
content: ""; }
.fa-soundcloud:before {
content: ""; }
.fa-database:before {
content: ""; }
.fa-file-pdf-o:before {
content: ""; }
.fa-file-word-o:before {
content: ""; }
.fa-file-excel-o:before {
content: ""; }
.fa-file-powerpoint-o:before {
content: ""; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: ""; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: ""; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: ""; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: ""; }
.fa-file-code-o:before {
content: ""; }
.fa-vine:before {
content: ""; }
.fa-codepen:before {
content: ""; }
.fa-jsfiddle:before {
content: ""; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: ""; }
.fa-circle-o-notch:before {
content: ""; }
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: ""; }
.fa-ge:before,
.fa-empire:before {
content: ""; }
.fa-git-square:before {
content: ""; }
.fa-git:before {
content: ""; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: ""; }
.fa-tencent-weibo:before {
content: ""; }
.fa-qq:before {
content: ""; }
.fa-wechat:before,
.fa-weixin:before {
content: ""; }
.fa-send:before,
.fa-paper-plane:before {
content: ""; }
.fa-send-o:before,
.fa-paper-plane-o:before {
content: ""; }
.fa-history:before {
content: ""; }
.fa-circle-thin:before {
content: ""; }
.fa-header:before {
content: ""; }
.fa-paragraph:before {
content: ""; }
.fa-sliders:before {
content: ""; }
.fa-share-alt:before {
content: ""; }
.fa-share-alt-square:before {
content: ""; }
.fa-bomb:before {
content: ""; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: ""; }
.fa-tty:before {
content: ""; }
.fa-binoculars:before {
content: ""; }
.fa-plug:before {
content: ""; }
.fa-slideshare:before {
content: ""; }
.fa-twitch:before {
content: ""; }
.fa-yelp:before {
content: ""; }
.fa-newspaper-o:before {
content: ""; }
.fa-wifi:before {
content: ""; }
.fa-calculator:before {
content: ""; }
.fa-paypal:before {
content: ""; }
.fa-google-wallet:before {
content: ""; }
.fa-cc-visa:before {
content: ""; }
.fa-cc-mastercard:before {
content: ""; }
.fa-cc-discover:before {
content: ""; }
.fa-cc-amex:before {
content: ""; }
.fa-cc-paypal:before {
content: ""; }
.fa-cc-stripe:before {
content: ""; }
.fa-bell-slash:before {
content: ""; }
.fa-bell-slash-o:before {
content: ""; }
.fa-trash:before {
content: ""; }
.fa-copyright:before {
content: ""; }
.fa-at:before {
content: ""; }
.fa-eyedropper:before {
content: ""; }
.fa-paint-brush:before {
content: ""; }
.fa-birthday-cake:before {
content: ""; }
.fa-area-chart:before {
content: ""; }
.fa-pie-chart:before {
content: ""; }
.fa-line-chart:before {
content: ""; }
.fa-lastfm:before {
content: ""; }
.fa-lastfm-square:before {
content: ""; }
.fa-toggle-off:before {
content: ""; }
.fa-toggle-on:before {
content: ""; }
.fa-bicycle:before {
content: ""; }
.fa-bus:before {
content: ""; }
.fa-ioxhost:before {
content: ""; }
.fa-angellist:before {
content: ""; }
.fa-cc:before {
content: ""; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: ""; }
.fa-meanpath:before {
content: ""; }
.fa-buysellads:before {
content: ""; }
.fa-connectdevelop:before {
content: ""; }
.fa-dashcube:before {
content: ""; }
.fa-forumbee:before {
content: ""; }
.fa-leanpub:before {
content: ""; }
.fa-sellsy:before {
content: ""; }
.fa-shirtsinbulk:before {
content: ""; }
.fa-simplybuilt:before {
content: ""; }
.fa-skyatlas:before {
content: ""; }
.fa-cart-plus:before {
content: ""; }
.fa-cart-arrow-down:before {
content: ""; }
.fa-diamond:before {
content: ""; }
.fa-ship:before {
content: ""; }
.fa-user-secret:before {
content: ""; }
.fa-motorcycle:before {
content: ""; }
.fa-street-view:before {
content: ""; }
.fa-heartbeat:before {
content: ""; }
.fa-venus:before {
content: ""; }
.fa-mars:before {
content: ""; }
.fa-mercury:before {
content: ""; }
.fa-intersex:before,
.fa-transgender:before {
content: ""; }
.fa-transgender-alt:before {
content: ""; }
.fa-venus-double:before {
content: ""; }
.fa-mars-double:before {
content: ""; }
.fa-venus-mars:before {
content: ""; }
.fa-mars-stroke:before {
content: ""; }
.fa-mars-stroke-v:before {
content: ""; }
.fa-mars-stroke-h:before {
content: ""; }
.fa-neuter:before {
content: ""; }
.fa-genderless:before {
content: ""; }
.fa-facebook-official:before {
content: ""; }
.fa-pinterest-p:before {
content: ""; }
.fa-whatsapp:before {
content: ""; }
.fa-server:before {
content: ""; }
.fa-user-plus:before {
content: ""; }
.fa-user-times:before {
content: ""; }
.fa-hotel:before,
.fa-bed:before {
content: ""; }
.fa-viacoin:before {
content: ""; }
.fa-train:before {
content: ""; }
.fa-subway:before {
content: ""; }
.fa-medium:before {
content: ""; }
.fa-yc:before,
.fa-y-combinator:before {
content: ""; }
.fa-optin-monster:before {
content: ""; }
.fa-opencart:before {
content: ""; }
.fa-expeditedssl:before {
content: ""; }
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: ""; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: ""; }
.fa-battery-2:before,
.fa-battery-half:before {
content: ""; }
.fa-battery-1:before,
.fa-battery-quarter:before {
content: ""; }
.fa-battery-0:before,
.fa-battery-empty:before {
content: ""; }
.fa-mouse-pointer:before {
content: ""; }
.fa-i-cursor:before {
content: ""; }
.fa-object-group:before {
content: ""; }
.fa-object-ungroup:before {
content: ""; }
.fa-sticky-note:before {
content: ""; }
.fa-sticky-note-o:before {
content: ""; }
.fa-cc-jcb:before {
content: ""; }
.fa-cc-diners-club:before {
content: ""; }
.fa-clone:before {
content: ""; }
.fa-balance-scale:before {
content: ""; }
.fa-hourglass-o:before {
content: ""; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: ""; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: ""; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: ""; }
.fa-hourglass:before {
content: ""; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: ""; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: ""; }
.fa-hand-scissors-o:before {
content: ""; }
.fa-hand-lizard-o:before {
content: ""; }
.fa-hand-spock-o:before {
content: ""; }
.fa-hand-pointer-o:before {
content: ""; }
.fa-hand-peace-o:before {
content: ""; }
.fa-trademark:before {
content: ""; }
.fa-registered:before {
content: ""; }
.fa-creative-commons:before {
content: ""; }
.fa-gg:before {
content: ""; }
.fa-gg-circle:before {
content: ""; }
.fa-tripadvisor:before {
content: ""; }
.fa-odnoklassniki:before {
content: ""; }
.fa-odnoklassniki-square:before {
content: ""; }
.fa-get-pocket:before {
content: ""; }
.fa-wikipedia-w:before {
content: ""; }
.fa-safari:before {
content: ""; }
.fa-chrome:before {
content: ""; }
.fa-firefox:before {
content: ""; }
.fa-opera:before {
content: ""; }
.fa-internet-explorer:before {
content: ""; }
.fa-tv:before,
.fa-television:before {
content: ""; }
.fa-contao:before {
content: ""; }
.fa-500px:before {
content: ""; }
.fa-amazon:before {
content: ""; }
.fa-calendar-plus-o:before {
content: ""; }
.fa-calendar-minus-o:before {
content: ""; }
.fa-calendar-times-o:before {
content: ""; }
.fa-calendar-check-o:before {
content: ""; }
.fa-industry:before {
content: ""; }
.fa-map-pin:before {
content: ""; }
.fa-map-signs:before {
content: ""; }
.fa-map-o:before {
content: ""; }
.fa-map:before {
content: ""; }
.fa-commenting:before {
content: ""; }
.fa-commenting-o:before {
content: ""; }
.fa-houzz:before {
content: ""; }
.fa-vimeo:before {
content: ""; }
.fa-black-tie:before {
content: ""; }
.fa-fonticons:before {
content: ""; }
.fa-reddit-alien:before {
content: ""; }
.fa-edge:before {
content: ""; }
.fa-credit-card-alt:before {
content: ""; }
.fa-codiepie:before {
content: ""; }
.fa-modx:before {
content: ""; }
.fa-fort-awesome:before {
content: ""; }
.fa-usb:before {
content: ""; }
.fa-product-hunt:before {
content: ""; }
.fa-mixcloud:before {
content: ""; }
.fa-scribd:before {
content: ""; }
.fa-pause-circle:before {
content: ""; }
.fa-pause-circle-o:before {
content: ""; }
.fa-stop-circle:before {
content: ""; }
.fa-stop-circle-o:before {
content: ""; }
.fa-shopping-bag:before {
content: ""; }
.fa-shopping-basket:before {
content: ""; }
.fa-hashtag:before {
content: ""; }
.fa-bluetooth:before {
content: ""; }
.fa-bluetooth-b:before {
content: ""; }
.fa-percent:before {
content: ""; }
.fa-gitlab:before {
content: ""; }
.fa-wpbeginner:before {
content: ""; }
.fa-wpforms:before {
content: ""; }
.fa-envira:before {
content: ""; }
.fa-universal-access:before {
content: ""; }
.fa-wheelchair-alt:before {
content: ""; }
.fa-question-circle-o:before {
content: ""; }
.fa-blind:before {
content: ""; }
.fa-audio-description:before {
content: ""; }
.fa-volume-control-phone:before {
content: ""; }
.fa-braille:before {
content: ""; }
.fa-assistive-listening-systems:before {
content: ""; }
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: ""; }
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: ""; }
.fa-glide:before {
content: ""; }
.fa-glide-g:before {
content: ""; }
.fa-signing:before,
.fa-sign-language:before {
content: ""; }
.fa-low-vision:before {
content: ""; }
.fa-viadeo:before {
content: ""; }
.fa-viadeo-square:before {
content: ""; }
.fa-snapchat:before {
content: ""; }
.fa-snapchat-ghost:before {
content: ""; }
.fa-snapchat-square:before {
content: ""; }
.fa-pied-piper:before {
content: ""; }
.fa-first-order:before {
content: ""; }
.fa-yoast:before {
content: ""; }
.fa-themeisle:before {
content: ""; }
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: ""; }
.fa-fa:before,
.fa-font-awesome:before {
content: ""; }
.fa-handshake-o:before {
content: ""; }
.fa-envelope-open:before {
content: ""; }
.fa-envelope-open-o:before {
content: ""; }
.fa-linode:before {
content: ""; }
.fa-address-book:before {
content: ""; }
.fa-address-book-o:before {
content: ""; }
.fa-vcard:before,
.fa-address-card:before {
content: ""; }
.fa-vcard-o:before,
.fa-address-card-o:before {
content: ""; }
.fa-user-circle:before {
content: ""; }
.fa-user-circle-o:before {
content: ""; }
.fa-user-o:before {
content: ""; }
.fa-id-badge:before {
content: ""; }
.fa-drivers-license:before,
.fa-id-card:before {
content: ""; }
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: ""; }
.fa-quora:before {
content: ""; }
.fa-free-code-camp:before {
content: ""; }
.fa-telegram:before {
content: ""; }
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: ""; }
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: ""; }
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: ""; }
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: ""; }
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: ""; }
.fa-shower:before {
content: ""; }
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: ""; }
.fa-podcast:before {
content: ""; }
.fa-window-maximize:before {
content: ""; }
.fa-window-minimize:before {
content: ""; }
.fa-window-restore:before {
content: ""; }
.fa-times-rectangle:before,
.fa-window-close:before {
content: ""; }
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: ""; }
.fa-bandcamp:before {
content: ""; }
.fa-grav:before {
content: ""; }
.fa-etsy:before {
content: ""; }
.fa-imdb:before {
content: ""; }
.fa-ravelry:before {
content: ""; }
.fa-eercast:before {
content: ""; }
.fa-microchip:before {
content: ""; }
.fa-snowflake-o:before {
content: ""; }
.fa-superpowers:before {
content: ""; }
.fa-wpexplorer:before {
content: ""; }
.fa-meetup:before {
content: ""; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }</pre></body></html>