/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
/* line 9, ../sass/normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/normalize.scss */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/normalize.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/normalize.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/normalize.scss */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/normalize.scss */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../sass/normalize.scss */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../sass/normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../sass/normalize.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../sass/normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../sass/normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../sass/normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../sass/normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../sass/normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 170, ../sass/normalize.scss */
sup {
    top: -0.5em;
}

/* line 174, ../sass/normalize.scss */
sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../sass/normalize.scss */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../sass/normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../sass/normalize.scss */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../sass/normalize.scss */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/normalize.scss */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/normalize.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/normalize.scss */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/normalize.scss */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/normalize.scss */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../sass/normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../sass/normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../sass/normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../sass/normalize.scss */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../sass/normalize.scss */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../sass/normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 421, ../sass/normalize.scss */
td,
th {
    padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/main.scss */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../sass/main.scss */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* line 32, ../sass/main.scss */
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../sass/main.scss */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../sass/main.scss */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../sass/main.scss */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 87, ../sass/main.scss */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 122, ../sass/main.scss */
.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 131, ../sass/main.scss */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 148, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 162, ../sass/main.scss */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 178, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

/* line 184, ../sass/main.scss */
.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    /* line 212, ../sass/main.scss */
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
           http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 222, ../sass/main.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 227, ../sass/main.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 231, ../sass/main.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    /* line 240, ../sass/main.scss */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /* line 245, ../sass/main.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    /* line 256, ../sass/main.scss */
    thead {
        display: table-header-group;
    }

    /* line 260, ../sass/main.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 265, ../sass/main.scss */
    img {
        max-width: 100% !important;
    }

    /* line 269, ../sass/main.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 276, ../sass/main.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

/* line 20, ../sass/fancybox.scss */
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

/* line 27, ../sass/fancybox.scss */
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 37, ../sass/fancybox.scss */
.fancybox-opened {
    z-index: 8030;
}

/* line 41, ../sass/fancybox.scss */
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../sass/fancybox.scss */
.fancybox-outer, .fancybox-inner {
    position: relative;
}

/* line 51, ../sass/fancybox.scss */
.fancybox-inner {
    overflow: hidden;
}

/* line 55, ../sass/fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

/* line 59, ../sass/fancybox.scss */
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

/* line 67, ../sass/fancybox.scss */
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* line 73, ../sass/fancybox.scss */
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

/* line 78, ../sass/fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite.png");
}

/* line 82, ../sass/fancybox.scss */
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

/* line 94, ../sass/fancybox.scss */
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../sass/fancybox.scss */
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

/* line 110, ../sass/fancybox.scss */
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

/* line 122, ../sass/fancybox.scss */
.fancybox-prev {
    left: 0;
}

/* line 126, ../sass/fancybox.scss */
.fancybox-next {
    right: 0;
}

/* line 130, ../sass/fancybox.scss */
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

/* line 141, ../sass/fancybox.scss */
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

/* line 146, ../sass/fancybox.scss */
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

/* line 151, ../sass/fancybox.scss */
.fancybox-nav:hover span {
    visibility: visible;
}

/* line 155, ../sass/fancybox.scss */
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../sass/fancybox.scss */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

/* line 172, ../sass/fancybox.scss */
.fancybox-lock body {
    overflow: hidden !important;
}

/* line 176, ../sass/fancybox.scss */
.fancybox-lock-test {
    overflow-y: hidden !important;
}

/* line 180, ../sass/fancybox.scss */
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox_overlay.png");
}

/* line 190, ../sass/fancybox.scss */
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* line 196, ../sass/fancybox.scss */
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
/* line 203, ../sass/fancybox.scss */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

/* line 211, ../sass/fancybox.scss */
.fancybox-opened .fancybox-title {
    visibility: visible;
}

/* line 215, ../sass/fancybox.scss */
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

/* line 224, ../sass/fancybox.scss */
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

/* line 240, ../sass/fancybox.scss */
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

/* line 246, ../sass/fancybox.scss */
.fancybox-title-inside-wrap {
    padding-top: 10px;
}

/* line 250, ../sass/fancybox.scss */
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* line 265, ../sass/fancybox.scss */
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../img/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    /* line 270, ../sass/fancybox.scss */
    #fancybox-loading div {
        background-image: url("../img/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

@font-face {
    font-family: 'FiraSans-Light';
    src: url("../fonts/FiraSans-Light.eot");
    src: url("../fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans-Light.ttf") format("truetype"), url("../fonts/FiraSans-Light.svg#FiraSans-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-UltraLight';
    src: url("../fonts/FiraSans-UltraLight.eot");
    src: url("../fonts/FiraSans-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-UltraLight.woff2") format("woff2"), url("../fonts/FiraSans-UltraLight.woff") format("woff"), url("../fonts/FiraSans-UltraLight.ttf") format("truetype"), url("../fonts/FiraSans-UltraLight.svg#FiraSans-UltraLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-Bold';
    src: url("../fonts/FiraSans-Bold.eot");
    src: url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.ttf") format("truetype"), url("../fonts/FiraSans-Bold.svg#FiraSans-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?t471bt');
    src: url('../fonts/icomoon.eot?t471bt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?t471bt') format('truetype'),
    url('../fonts/icomoon.woff?t471bt') format('woff'),
    url('../fonts/icomoon.svg?t471bt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* line 51, ../sass/mainStyles.scss */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lion:before {
    content: "\e928";
}

.icon-snooker:before {
    content: "\e927";
}

.icon-facebook:before {
    content: "\e800";
}

.icon-googleplus:before {
    content: "\e801";
}

.icon-youtube:before {
    content: "\e802";
}

.icon-star:before {
    content: "\e803";
}

.icon-star2:before {
    content: "\e804";
}

.icon-star3:before {
    content: "\e805";
}

.icon-pencil:before {
    content: "\e900";
}

.icon-coin:before {
    content: "\e901";
}

.icon-phone:before {
    content: "\e902";
}

.icon-envelope:before {
    content: "\e903";
}

.icon-calendar:before {
    content: "\e904";
}

.icon-user:before {
    content: "\e905";
}

.icon-users:before {
    content: "\e906";
}

.icon-earth:before {
    content: "\e907";
}

.icon-air:before {
    content: "\e908";
}

.icon-trip:before {
    content: "\e909";
}

.icon-cleaning:before {
    content: "\e90a";
}

.icon-internet:before {
    content: "\e90b";
}

.icon-hairdryer:before {
    content: "\e90c";
}

.icon-gym:before {
    content: "\e90d";
}

.icon-tv:before {
    content: "\e90e";
}

.icon-pool:before {
    content: "\e90f";
}

.icon-phone2:before {
    content: "\e910";
}

.icon-parking:before {
    content: "\e911";
}

.icon-kitchen:before {
    content: "\e912";
}

.icon-aircon:before {
    content: "\e913";
}

.icon-elevator:before {
    content: "\e914";
}

.icon-washer:before {
    content: "\e915";
}

.icon-coffee:before {
    content: "\e916";
}

.icon-dryer:before {
    content: "\e917";
}

.icon-doorman:before {
    content: "\e918";
}

.icon-staff:before {
    content: "\e919";
}

.icon-spa:before {
    content: "\e91a";
}

.icon-business:before {
    content: "\e91b";
}

.icon-dice:before {
    content: "\e91c";
}

.icon-poker:before {
    content: "\e91d";
}

.icon-people:before {
    content: "\e91e";
}

.icon-animals:before {
    content: "\e91f";
}

.icon-summer:before {
    content: "\e920";
}

.icon-transport:before {
    content: "\e921";
}

.icon-market:before {
    content: "\e922";
}

.icon-game:before {
    content: "\e923";
}

.icon-table-tennis:before {
    content: "\e924";
}

.icon-technology:before {
    content: "\e925";
}

.icon-pinterest:before {
    content: "\e926";
}

/* line 280, ../sass/mainStyles.scss */
body {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFAF2;
}

/* line 286, ../sass/mainStyles.scss */
p, ul, ol {
    font-size: 15px;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
}

@media screen and (min-width: 700px) {
    /* line 286, ../sass/mainStyles.scss */
    p, ul, ol {
        font-size: 16px;
    }
}

@media screen and (min-width: 951px) {
    /* line 286, ../sass/mainStyles.scss */
    p, ul, ol {
        font-size: 17px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 286, ../sass/mainStyles.scss */
    p, ul, ol {
        font-size: 19px;
    }
}

/* line 291, ../sass/mainStyles.scss */
h1 {
    font-size: 35px;
    margin-top: 0;
    margin: auto auto;
    text-align: center;
    font-family: "Great Vibes", cursive;
    color: #2D2D2D;
    text-decoration: none;
    padding-bottom: 20px;
}

@media screen and (min-width: 700px) {
    /* line 291, ../sass/mainStyles.scss */
    h1 {
        font-size: 38px;
    }
}

@media screen and (min-width: 951px) {
    /* line 291, ../sass/mainStyles.scss */
    h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 291, ../sass/mainStyles.scss */
    h1 {
        font-size: 42px;
    }
}

/* line 302, ../sass/mainStyles.scss */
h2, h2 a {
    font-size: 28px;
    margin-top: 0;
    font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
    color: #2D2D2D;
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    /* line 302, ../sass/mainStyles.scss */
    h2, h2 a {
        font-size: 31px;
    }
}

@media screen and (min-width: 951px) {
    /* line 302, ../sass/mainStyles.scss */
    h2, h2 a {
        font-size: 33px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 302, ../sass/mainStyles.scss */
    h2, h2 a {
        font-size: 36px;
    }
}

/* line 310, ../sass/mainStyles.scss */
h3, h3 a {
    font-size: 18px;
    margin-top: -30px;
    padding-top: -20px;
    font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
    color: #2D2D2D;
    text-decoration: none;
    padding-bottom: 10px;
}

@media screen and (min-width: 700px) {
    /* line 310, ../sass/mainStyles.scss */
    h3, h3 a {
        font-size: 20px;
    }
}

@media screen and (min-width: 951px) {
    /* line 310, ../sass/mainStyles.scss */
    h3, h3 a {
        font-size: 22px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 310, ../sass/mainStyles.scss */
    h3, h3 a {
        font-size: 24px;
    }
}

/* line 320, ../sass/mainStyles.scss */
h4, h4 a {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0;
    font-family: "FiraSans-Bold", Helvetica, Arial, Sans-Serif;
    color: #2D2D2D;
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    /* line 320, ../sass/mainStyles.scss */
    h4, h4 a {
        font-size: 15px;
    }
}

@media screen and (min-width: 951px) {
    /* line 320, ../sass/mainStyles.scss */
    h4, h4 a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 320, ../sass/mainStyles.scss */
    h4, h4 a {
        font-size: 17px;
    }
}

/* line 329, ../sass/mainStyles.scss */
a {
    cursor: pointer;
}

/* line 333, ../sass/mainStyles.scss */
.mail a {
    color: #000;
}

/******************************************/
/*-----------NAV MENU HEADER--------------*/
/******************************************/
/* line 340, ../sass/mainStyles.scss */
#nav-trigger {
    text-align: center;
    height: 60px;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
}

/* line 346, ../sass/mainStyles.scss */
header {
    margin: auto auto;
    max-width: 1920px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 60px;
    z-index: 50;
}

/* line 353, ../sass/mainStyles.scss */
.logos {
    float: left;
    z-index: 10;
}

/* line 358, ../sass/mainStyles.scss */
nav {
    max-width: 1920px;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
}

/* line 362, ../sass/mainStyles.scss */
nav#nav-main {
    max-width: 1600px;
    z-index: 50;
    float: left;
}

/* line 366, ../sass/mainStyles.scss */
nav#nav-main a {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    font-size: 16px;
}

/* line 375, ../sass/mainStyles.scss */
nav#nav-main li:hover {
    background-color: rgba(45, 45, 45, 0.25);
}

/* line 379, ../sass/mainStyles.scss */
nav#nav-main ul ul {
    display: none;
}

/* line 385, ../sass/mainStyles.scss */
nav#nav-mobile {
    display: none;
}

/* line 388, ../sass/mainStyles.scss */
nav#nav-mobile ul {
    z-index: 50;
    position: relative;
    display: none;
    list-style-type: none;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto 0;
    text-align: center;
    background-color: #000;
}

/* line 401, ../sass/mainStyles.scss */
nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
}

/* line 407, ../sass/mainStyles.scss */
nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

/* line 416, ../sass/mainStyles.scss */
nav#nav-mobile li:hover {
    color: rgba(45, 45, 45, 0.25);
}

/* line 420, ../sass/mainStyles.scss */
nav#nav-mobile #sub-menu1 ul a, nav#nav-mobile #sub-menu2 ul a, nav#nav-mobile #sub-menu3 ul a {
    font-size: 12px;
}

/* line 424, ../sass/mainStyles.scss */
nav#nav-mobile #logo-small a {
    padding: 0;
}

/* line 429, ../sass/mainStyles.scss */
.logos {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 10px 10px;
}

/* line 436, ../sass/mainStyles.scss */
#logo-small {
    display: block;
}

/* line 439, ../sass/mainStyles.scss */
#logo-small img {
    height: 40px;
}

/* line 444, ../sass/mainStyles.scss */
#logo-big {
    display: none;
}

@media screen and (max-width: 700px) {
    /* line 449, ../sass/mainStyles.scss */
    header {
        background-color: #000000;
    }

    /* line 453, ../sass/mainStyles.scss */
    #nav-trigger {
        display: block;
    }

    /* line 457, ../sass/mainStyles.scss */
    nav#nav-main {
        display: none;
    }

    /* line 461, ../sass/mainStyles.scss */
    nav#nav-mobile {
        display: block;
        background-color: #000000;
    }

    /* line 468, ../sass/mainStyles.scss */
    #nav-trigger span {
        height: 40px;
        display: inline-block;
        padding: 10px 30px;
        color: white;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 40px;
    }

    /* line 479, ../sass/mainStyles.scss */
    #nav-trigger span:after {
        display: inline-block;
        margin-left: 10px;
        content: "";
        border-left: solid 10px transparent;
        border-top: solid 10px #fff;
        border-right: solid 10px transparent;
    }

    /* line 488, ../sass/mainStyles.scss */
    #nav-trigger span.open:after {
        border-left: solid 10px transparent;
        border-top: none;
        border-bottom: solid 10px #fff;
        border-right: solid 10px transparent;
    }
}

@media screen and (min-width: 701px) {
    /* line 501, ../sass/mainStyles.scss */
    .logos {
        position: absolute;
        top: 0;
        left: 0px;
        padding: 10px 0 0px 20px;
    }

    /* line 508, ../sass/mainStyles.scss */
    #nav-trigger {
        display: none;
    }

    /* line 512, ../sass/mainStyles.scss */
    nav#nav-main {
        position: absolute;
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    /* line 519, ../sass/mainStyles.scss */
    nav#nav-main ul {
        position: relative;
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        text-align: right;
        height: 60px;
    }

    /* line 528, ../sass/mainStyles.scss */
    nav#nav-main li {
        display: inline-block;
        padding: 0px 2%;
        height: 60px;
        line-height: 60px;
    }

    /* line 535, ../sass/mainStyles.scss */
    nav#nav-main li:last-child {
        border-right: none;
    }

    /* line 539, ../sass/mainStyles.scss */
    nav#nav-main li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* line 544, ../sass/mainStyles.scss */
    nav#nav-main ul ul {
        display: none;
        width: 120px;
    }

    /* line 549, ../sass/mainStyles.scss */
    nav#nav-main ul li:hover > ul {
        display: block;
    }

    /* line 553, ../sass/mainStyles.scss */
    nav#nav-main ul ul {
        background-color: rgba(0, 0, 0, 0.4);
        float: none;
        position: absolute;
        top: 100%;
        height: auto;
        margin-left: -2%;
        text-align: center;
        padding: 0 2% 0 2%;
    }

    /* line 563, ../sass/mainStyles.scss */
    nav#nav-main ul ul li {
        display: block;
        position: relative;
        padding: 0;
    }

    /* line 569, ../sass/mainStyles.scss */
    nav#nav-main ul ul li a {
        font-size: 14px;
        text-align: center;
    }

    /* line 574, ../sass/mainStyles.scss */
    nav#nav-main ul ul li:hover {
        background-color: transparent;
    }

    /* line 577, ../sass/mainStyles.scss */
    nav#nav-main ul ul li:hover a {
        color: #D9D9D9;
    }

    /* line 586, ../sass/mainStyles.scss */
    #sub-menu1 ul a, #sub-menu2 ul a, #sub-menu3 ul a {
        font-size: 18px;
    }
}

@media screen and (min-width: 951px) {
    /* line 592, ../sass/mainStyles.scss */
    .logos {
        position: absolute;
        top: 0;
        left: 0px;
        padding: 0px 0 0px 0px;
    }

    /* line 599, ../sass/mainStyles.scss */
    #logo-small {
        display: none;
    }

    /* line 603, ../sass/mainStyles.scss */
    #logo-big {
        display: block;
    }

    /* line 606, ../sass/mainStyles.scss */
    #logo-big img {
        height: 30px;
        padding: 15px 0 15px 0px;
    }

    /* line 612, ../sass/mainStyles.scss */
    nav#nav-main {
        width: 85%;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }

    /* line 617, ../sass/mainStyles.scss */
    nav#nav-main ul a {
        font-size: 18px;
    }
}

/******************************************/
/*----------------SLIDER------------------*/
/******************************************/
/* line 629, ../sass/mainStyles.scss */

.slide-container {
    width: 100vw;
    overflow: auto;
    position: relative;
}

.slider1-container {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -5;
}

/* line 638, ../sass/mainStyles.scss */
#loading {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* line 644, ../sass/mainStyles.scss */
#loadingBlock {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/loading.gif) no-repeat center center;
}

/* line 656, ../sass/mainStyles.scss */
#slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 914px;
    overflow: hidden;
    z-index: -4;
}

/* line 667, ../sass/mainStyles.scss */
.caption {
    position: absolute;
    width: 500px;
    height: 300px;
    top: 200px;
    left: 200px;
    color: #fff;
    font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
    font-size: 60px;
}

/* line 678, ../sass/mainStyles.scss */
.location {
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    position: absolute;
    bottom: 20px;
    right: 5%;
    text-transform: uppercase;
    color: #FFF;
    font-size: 40px;
}

/* line 688, ../sass/mainStyles.scss */
.locationBlack {
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    position: absolute;
    bottom: 20px;
    right: 5%;
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
}

/* line 698, ../sass/mainStyles.scss */
.cursive {
    font-size: 70px;
    font-family: "Great Vibes", cursive;
}

.awards {
    position: absolute;
    bottom: 80px;
    left: 5%;
}

.awards img {
    height: 10vw;
    width: auto;
    z-index: 10;
}

@media screen and (max-width: 700px) {
    /* line 704, ../sass/mainStyles.scss */
    .caption {
        top: 150px;
        font-size: 80px;
        width: 650px;
    }

    /* line 710, ../sass/mainStyles.scss */
    .cursive {
        font-size: 90px;
    }

    .awards {
        position: absolute;
        bottom: 10px;
        left: 5%;
    }
}

@media screen and (min-width: 701px) {
    /* line 716, ../sass/mainStyles.scss */

    .slider1-container {
        position: relative;
        margin: 0 auto;
        top: -60px;
        left: 0px;
        overflow: hidden;
    }

    /* line 724, ../sass/mainStyles.scss */
    .caption {
        position: absolute;
        width: 500px;
        height: 300px;
        top: 200px;
        left: 200px;
        color: #fff;
        font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
        font-size: 60px;
    }

    /* line 735, ../sass/mainStyles.scss */
    .cursive {
        font-size: 70px;
        font-family: "Great Vibes", cursive;
    }

    /* line 740, ../sass/mainStyles.scss */
    .location {
        font-size: 30px;
    }

    /* line 744, ../sass/mainStyles.scss */
    .locationBlack {
        font-size: 30px;
    }
}

@media screen and (min-width: 951px) {
    /* line 750, ../sass/mainStyles.scss */
    .location {
        font-size: 23px;
    }

    /* line 754, ../sass/mainStyles.scss */
    .locationBlack {
        font-size: 23px;
    }
}

@media screen and (min-width: 1281px) {
    /* line 760, ../sass/mainStyles.scss */
    .location {
        font-size: 18px;
    }

    /* line 764, ../sass/mainStyles.scss */
    .locationBlack {
        font-size: 18px;
    }
}

/******************************************/
/*------------SCROLL CONTENT--------------*/
/******************************************/
/* line 774, ../sass/mainStyles.scss */
#content {
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding-top: 20px;
    z-index: 10;
    text-align: justify;
    text-justify: inter-word;
}

/* line 786, ../sass/mainStyles.scss */
#content:after {
    padding-bottom: 0px;
}

/* line 790, ../sass/mainStyles.scss */
#contentStretch {
    width: 100%;
    padding: 10px 0px;
    z-index: 10;
}

/* line 796, ../sass/mainStyles.scss */
.contentText {
    width: calc(100% - 80px);
    padding: 10px 40px;
}

/* line 801, ../sass/mainStyles.scss */
#contentStretch h2 {
    padding-left: 40px;
}

@media screen and (min-width: 701px) {
    /* line 806, ../sass/mainStyles.scss */
    #contentStretch {
        width: 90%;
        padding: 10px 5%;
    }

    /* line 810, ../sass/mainStyles.scss */
    #contentStretch h2 {
        padding-left: 0px;
    }
}

/* line 816, ../sass/mainStyles.scss */
#content1, #content2, #content4, #content5, #contentStretch {
    z-index: 10;
}

/* line 818, ../sass/mainStyles.scss */
#content1 .contentImg, #content2 .contentImg, #content4 .contentImg, #content5 .contentImg, #contentStretch .contentImg {
    width: 100%;
    padding: 10px 0;
}

/* line 822, ../sass/mainStyles.scss */
#content1 .contentImg img, #content2 .contentImg img, #content4 .contentImg img, #content5 .contentImg img, #contentStretch .contentImg img {
    width: 100%;
}

/* line 828, ../sass/mainStyles.scss */
#content3 .contentImg {
    width: calc(100% - 80px);
    padding: 10px 40px;
}

/* line 833, ../sass/mainStyles.scss */
.link {
    font-size: 15px;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    color: #6B6B6B;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    /* line 833, ../sass/mainStyles.scss */
    .link {
        font-size: 16px;
    }
}

@media screen and (min-width: 951px) {
    /* line 833, ../sass/mainStyles.scss */
    .link {
        font-size: 17px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 833, ../sass/mainStyles.scss */
    .link {
        font-size: 19px;
    }
}

/* line 841, ../sass/mainStyles.scss */
.revLink {
    font-size: 15px;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    /* line 841, ../sass/mainStyles.scss */
    .revLink {
        font-size: 16px;
    }
}

@media screen and (min-width: 951px) {
    /* line 841, ../sass/mainStyles.scss */
    .revLink {
        font-size: 17px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 841, ../sass/mainStyles.scss */
    .revLink {
        font-size: 19px;
    }
}

/* line 850, ../sass/mainStyles.scss */
#ratesImg {
    width: 250px !important;
    float: right;
}

@media screen and (min-width: 701px) {
    /* line 857, ../sass/mainStyles.scss */
    #content {
        width: 100%;
        overflow: hidden;
        display: block;
        margin-left: 0px;
        position: relative;
        padding-top: 20px;
        margin-top: -60px;
        z-index: 10;
    }

    /* line 868, ../sass/mainStyles.scss */
    #content1:after, #content2:after, #content3:after, #content4:after, #content5:after, #contentStretch:after {
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        content: ".";
        font-size: 0;
        padding-bottom: 50px;
        z-index: 10;
    }

    /* line 880, ../sass/mainStyles.scss */
    #content1, #content2, #content3, #content4, #content5, #contentStretch {
        display: block;
        height: 100%;
        max-width: 1500px;
        margin: 0 auto;
        z-index: 10;
    }

    /* line 889, ../sass/mainStyles.scss */
    .contentText {
        float: left;
        width: 45%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        margin: auto 0;
        z-index: 10;
    }

    /* line 899, ../sass/mainStyles.scss */
    #content1 .contentImg, #content2 .contentImg, #content4 .contentImg, #content5 .contentImg {
        float: right;
        width: 45%;
        padding-right: 2.5%;
        padding-left: 2.5%;
    }

    /* line 907, ../sass/mainStyles.scss */
    #content2 .contentText, #content5 .contentText {
        float: right;
    }

    /* line 911, ../sass/mainStyles.scss */
    #content2 .contentImg, #content5 .contentImg {
        float: left;
    }

    /* line 916, ../sass/mainStyles.scss */
    #content3 .contentText {
        text-align: right;
        float: left;
    }

    /* line 921, ../sass/mainStyles.scss */
    #content3 .contentImg {
        float: right;
        width: 45%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        word-wrap: break-word;
    }

    /* line 931, ../sass/mainStyles.scss */
    #ratesImg {
        width: 310px !important;
        float: right;
    }
}

/******************************************/
/*------------FOOTER CONTENT--------------*/
/******************************************/
/* line 942, ../sass/mainStyles.scss */
footer {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 40px;
}

/* line 949, ../sass/mainStyles.scss */
footer hr {
    margin: 10px;
}

/* line 953, ../sass/mainStyles.scss */
footer span {
    padding: 0 20px;
}

/* line 957, ../sass/mainStyles.scss */
footer a {
    color: #2d2d2d;
    text-decoration: none;
}

/* line 962, ../sass/mainStyles.scss */
footer a:hover {
    color: #6B6B6B;
}

@media screen and (min-width: 701px) {
    /* line 968, ../sass/mainStyles.scss */
    footer {
        font-size: 50px;
        max-width: 1280px;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 951px) {
    /* line 977, ../sass/mainStyles.scss */
    footer {
        font-size: 60px;
        max-width: 1280px;
        width: 80%;
        margin: 0 auto;
    }
}

/******************************************/
/*------------RATING CONTENT--------------*/
/******************************************/
/* line 990, ../sass/mainStyles.scss */
.review {
    font-size: 20px;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 0;
}

/* line 998, ../sass/mainStyles.scss */
.rev {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: justify;
    margin-top: 0;
}

/* line 1005, ../sass/mainStyles.scss */
.numReviews {
    margin-top: 5px;
}

/* line 1009, ../sass/mainStyles.scss */
.icon-star3, .icon-star, .icon-star2 {
    font-size: 25px;
}

/* line 1013, ../sass/mainStyles.scss */
.stars {
    margin-bottom: 5px;
    padding-bottom: 0;
}

/* line 1018, ../sass/mainStyles.scss */
.guest {
    font-size: 10px;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    color: #6B6B6B;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px;
    padding-bottom: 15px;
}

@media screen and (min-width: 700px) {
    /* line 1018, ../sass/mainStyles.scss */
    .guest {
        font-size: 10px;
    }
}

@media screen and (min-width: 951px) {
    /* line 1018, ../sass/mainStyles.scss */
    .guest {
        font-size: 12px;
    }
}

@media screen and (min-width: 1280px) {
    /* line 1018, ../sass/mainStyles.scss */
    .guest {
        font-size: 15px;
    }
}

@media screen and (min-width: 701px) {
    /* line 1030, ../sass/mainStyles.scss */
    .review {
        max-width: 400px;
    }
}

/******************************************/
/*-----------FANCYBOX CONTENT-------------*/
/******************************************/
/* line 1040, ../sass/mainStyles.scss */
.hidden {
    display: none;
}

/******************************************/
/*-------------FORMS CONTENT--------------*/
/******************************************/
/* line 1048, ../sass/mainStyles.scss */
.numGuests {
    font-size: 18px;
}

/* line 1052, ../sass/mainStyles.scss */
#ratesForm {
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

/* line 1058, ../sass/mainStyles.scss */
.ratesForm {
    padding: 5px 30px;
    margin-bottom: 30px;
    z-index: 10;
}

/* line 1064, ../sass/mainStyles.scss */
.feedback-input {
    z-index: 10;
    color: #000;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fff;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #000;
}

/* line 1083, ../sass/mainStyles.scss */
.feedback-input:focus {
    background: #fff;
    box-shadow: 0;
    border: 3px solid #3498db;
    color: #3498db;
    outline: none;
    padding: 13px 13px 13px 54px;
}

/* line 1092, ../sass/mainStyles.scss */
.focused {
    color: #30aed6;
    border: #30aed6 solid 3px;
}

/* Icons ---------------------------------- */
/* line 1098, ../sass/mainStyles.scss */
#name {
    background-image: url(../img/user.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1105, ../sass/mainStyles.scss */
#name:focus {
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1111, ../sass/mainStyles.scss */
#email {
    background-image: url(../img/envelope.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1118, ../sass/mainStyles.scss */
#email:focus {
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1123, ../sass/mainStyles.scss */
#currency, #currID {
    background-image: url(../img/coin.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1130, ../sass/mainStyles.scss */
#country {
    background-image: url(../img/earth.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1137, ../sass/mainStyles.scss */
#guests {
    background-image: url(../img/users.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1144, ../sass/mainStyles.scss */
#guests:focus {
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1148, ../sass/mainStyles.scss */
#arrival, #depart {
    background-image: url(../img/calendar.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1155, ../sass/mainStyles.scss */
#arrival:focus, #depart:focus {
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1160, ../sass/mainStyles.scss */
#contact {
    background-image: url(../img/phone.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1167, ../sass/mainStyles.scss */
#contact:focus {
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1172, ../sass/mainStyles.scss */
#comment {
    background-image: url(../img/pencil.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

/* line 1179, ../sass/mainStyles.scss */
textarea {
    width: 100%;
    height: 128px;
    line-height: 150%;
    resize: vertical;
}

/* line 1186, ../sass/mainStyles.scss */
#button-blue {
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    float: left;
    width: 100%;
    cursor: pointer;
    background-color: #3498db;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    border: 0;
    margin-bottom: 20px;
}

/* line 1204, ../sass/mainStyles.scss */
#button-blue:hover {
    background-color: #6AB3E4;
    color: #000;
}

@media only screen and (min-width: 701px) {
    /* line 1211, ../sass/mainStyles.scss */
    #button-blue {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }
}

/* line 1218, ../sass/mainStyles.scss */
.submit {
    width: 50%;
    margin: 0 auto;
    border: 0;
}

/* line 1224, ../sass/mainStyles.scss */
.submit:after {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
    font-size: 0;
    z-index: 10;
}

/* line 1235, ../sass/mainStyles.scss */
.submit:hover {
    color: #3498db;
}

/* line 1239, ../sass/mainStyles.scss */
.h2padding {
    padding-left: 40px;
}

@media only screen and (max-width: 700px) {
    /* line 1244, ../sass/mainStyles.scss */
    .padding {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 0px;
    }

    /* line 1250, ../sass/mainStyles.scss */
    .nopadding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

/* line 1256, ../sass/mainStyles.scss */
#success {
    margin: 0 auto;
    width: 400px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ecffd8;
    color: green;
    text-align: center;
    margin-top: 30px;
}

/* line 1272, ../sass/mainStyles.scss */
#failure {
    margin: 0 auto;
    width: 400px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ffe4e4;
    color: red;
    text-align: center;
    margin-top: 30px;
}

/* line 1288, ../sass/mainStyles.scss */
.hide {
    display: none;
}

/* line 1292, ../sass/mainStyles.scss */
.show {
    display: block;
}

/* line 1296, ../sass/mainStyles.scss */
.disButton {
    background-color: #838383 !important;
}

/* line 1300, ../sass/mainStyles.scss */
.disButton:hover {
    color: #FFFFFF !important;
}

/* line 1305, ../sass/mainStyles.scss */
#map {
    width: 100%;
    height: 100%;
}

/* line 1310, ../sass/mainStyles.scss */
select {
    -webkit-appearance: none;
}

/******************************************/
/*-------------TILES CONTENT--------------*/
/******************************************/
/* line 1317, ../sass/mainStyles.scss */
.loading {
    display: block;
    background: #fff url(../img/loading.gif);
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    border-radius: 16px;
    border: 2px solid #333;
}

/* line 1327, ../sass/mainStyles.scss */
.tiles-item .caption {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
}

/* line 1332, ../sass/mainStyles.scss */
.tiles-item .caption span {
    margin: 10px;
    display: block;
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}

/* line 1339, ../sass/mainStyles.scss */
.tiles img {
    display: none;
}

/* line 1343, ../sass/mainStyles.scss */
.tiles {
    margin: 0 auto;
}

/* line 1347, ../sass/mainStyles.scss */
.left {
    text-align: left;
}

/* line 1351, ../sass/mainStyles.scss */
.icon {
    font-size: 22px;
    padding-right: 20px;
    font-weight: bold;
    text-align: center;
}

/* line 1358, ../sass/mainStyles.scss */
.icon-text {
    font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
    padding-right: 70px;
}

/* line 1364, ../sass/mainStyles.scss */
.nomargin {
    margin-top: 0;
}

/* line 1368, ../sass/mainStyles.scss */
.bold {
    font-weight: bold;
}

/* line 1372, ../sass/mainStyles.scss */
#ratesBlock {
    display: none;
}

#errorBlock {
    display: none;
}

/* line 1376, ../sass/mainStyles.scss */
#bookbutton {
    text-align: center;
    width: px;
}

#content2.no-padding-after::after {
    padding-bottom: 5px;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.container {
    background: #e74c3c;
    min-height: 100%;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #fff;
    background: #e74c3c;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

.five-star {
    text-align: center;
    padding-bottom: 10px;
}

.five-star img {
    width: 250px;
}

.lilizela {
    text-align: center;
    padding-bottom: 10px;
    margin: auto;
    width: 60vw;
    max-width: 600px;
}

.lilizela img {
    width: 100%;
}

.sidebar {
    background: #222;
    transform: rotate(-90deg);
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-left: 0 !important;
    position: absolute;
    top: 30%;
    left: -40px;
}

.sidebar a {
    color: white !important;
    font-size: 18px;
}