/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=dc549d68912ec0cfd5573be10286ad9c)
 * Config saved to config.json and https://gist.github.com/dc549d68912ec0cfd5573be10286ad9c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    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: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 1px\90 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    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.3333333333em;
    line-height: .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.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #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 {
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear
}

.fa-pulse {
    -webkit-animation: a 1s infinite steps(8);
    animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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
}

.white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.black {
    color: #222
}

.bg-black {
    background-color: #222
}

@font-face {
    font-family: ShellaheraScriptDemo;
    src: url(../fonts/ShellaheraScriptDemo.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ShellaheraScriptDemo;
    src: url(../fonts/ShellaheraScriptDemo.woff) format("woff"), url(../fonts/ShellaheraScriptDemo.ttf) format("truetype"), url(../fonts/ShellaheraScriptDemo.svg#ShellaheraScriptDemo) format("svg");
    font-weight: 400;
    font-style: normal
}

.font-primary {
    font-family: Source Sans Pro, sans-serif
}

.font-secondary {
    font-family: Open Sans, sans-serif
}

.fs10 {
    font-size: 10px
}

.fs11 {
    font-size: 11px
}

.fs12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs17 {
    font-size: 17px
}

.fs18 {
    font-size: 18px
}

.fs19 {
    font-size: 19px
}

.fs20 {
    font-size: 20px
}

.fs21 {
    font-size: 21px
}

.fs22 {
    font-size: 22px
}

.fs23 {
    font-size: 23px
}

.fs24 {
    font-size: 24px
}

.fs25 {
    font-size: 25px
}

.fs26 {
    font-size: 26px
}

.fs27 {
    font-size: 27px
}

.fs28 {
    font-size: 28px
}

.fs29 {
    font-size: 29px
}

.fs30 {
    font-size: 30px
}

.fs31 {
    font-size: 31px
}

.fs32 {
    font-size: 32px
}

.fs33 {
    font-size: 33px
}

.fs34 {
    font-size: 34px
}

.fs35 {
    font-size: 35px
}

.fs36 {
    font-size: 36px
}

.fs37 {
    font-size: 37px
}

.fs38 {
    font-size: 38px
}

.fs39 {
    font-size: 39px
}

.fs40 {
    font-size: 40px
}

.fs41 {
    font-size: 41px
}

.fs42 {
    font-size: 42px
}

.fs43 {
    font-size: 43px
}

.fs44 {
    font-size: 44px
}

.fs45 {
    font-size: 45px
}

.fs46 {
    font-size: 46px
}

.fs47 {
    font-size: 47px
}

.fs48 {
    font-size: 48px
}

.fs49 {
    font-size: 49px
}

.fs50 {
    font-size: 50px
}

.fs55 {
    font-size: 55px
}

.fs60 {
    font-size: 60px
}

.fs65 {
    font-size: 65px
}

.fs85 {
    font-size: 85px
}

@media screen and (max-width:991px) {
    .fs50 {
        font-size: 32px
    }
}

.light {
    font-weight: 300
}

.normal {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.ex-bold {
    font-weight: 900
}

strong {
    font-weight: 700
}

.lh125 {
    line-height: 1.25em
}

.lh15 {
    line-height: 1.5em
}

.lh175 {
    line-height: 1.75em
}

.lh200 {
    line-height: 2em
}

body,
html {
    font-family: Source Sans Pro, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 10px
}

h1,
h2 {
    color: #00768b;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 40px
}

h3,
h4,
h5,
h6 {
    margin-bottom: 10px
}

h6 {
    font-weight: 700;
    color: #008ba7;
    font-size: 18px
}

:not(li)>ol,
:not(li)>ul {
    margin: 0;
    padding: 0
}

ol li,
p,
ul li {
    font-size: 14px;
    line-height: 1.65em
}

ol li,
ul li {
    list-style-position: inside
}

table {
    margin: 15px 0
}

td,
th {
    padding: 5px
}

tr.odd {
    background-color: #efefef
}

a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #00768b
}

a:hover {
    color: #008ba7
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.bypostauthor,
.gallery-caption,
.sticky {
    display: block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 8.75px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 10
}

body,
html {
    overflow-x: hidden
}

.container,
.container-fluid {
    max-width: 1305px;
    width: 100%
}

main img {
    max-width: 100%;
    height: auto
}

.full-height {
    height: 100vh !important
}

.shorter-height {
    height: 85vh !important
}

.shortest-height {
    height: 75vh !important
}

@media screen and (max-width:768px) {
    .no-float-mobile {
        float: none !important
    }
}

.desktop-only {
    display: block !important
}

.desktop-only.button {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .desktop-only {
        display: none !important
    }
}

.mobile-only {
    display: none !important
}

@media screen and (max-width:768px) {
    .mobile-only {
        display: block !important
    }

    .mobile-only.button {
        display: inline-block !important
    }
}

.p5 {
    padding: 0;
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.p35 {
    padding: 15px
}

.p40 {
    padding: 40px
}

.p45 {
    padding: 45px
}

.p50 {
    padding: 50px
}

.pt0 {
    padding-top: 0
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pb0 {
    padding-bottom: 0
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.ptb0 {
    padding-top: 0;
    padding-bottom: 0
}

.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.ptb25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (max-width:650px) {
    .ptb50 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.pr0 {
    padding-right: 0
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.plr0 {
    padding-right: 0;
    padding-left: 0
}

.plr5 {
    padding-right: 5px;
    padding-left: 5px
}

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

.plr20 {
    padding-right: 20px;
    padding-left: 20px
}

.plr25 {
    padding-right: 25px;
    padding-left: 25px
}

.plr30 {
    padding-right: 30px;
    padding-left: 30px
}

.plr35 {
    padding-right: 35px;
    padding-left: 35px
}

.plr40 {
    padding-right: 40px;
    padding-left: 40px
}

.plr45 {
    padding-right: 45px;
    padding-left: 45px
}

.plr50 {
    padding-right: 50px;
    padding-left: 50px
}

.mb-big {
    margin-bottom: 68px
}

@media screen and (max-width:768px) {
    .mb-big {
        margin-bottom: 30px
    }
}

.m5 {
    margin: 0;
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.m25 {
    margin: 25px
}

.m30 {
    margin: 30px
}

.m35 {
    margin: 15px
}

.m40 {
    margin: 40px
}

.m45 {
    margin: 45px
}

.m50 {
    margin: 50px
}

.mt0 {
    margin-top: 0
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mtb0 {
    margin-top: 0;
    margin-bottom: 0
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mtb45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.mr0 {
    margin-right: 0
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.mlr0 {
    margin-right: 0;
    margin-left: 0
}

.mlr5 {
    margin-right: 5px;
    margin-left: 5px
}

.mlr10 {
    margin-right: 10px;
    margin-left: 10px
}

.mlr20 {
    margin-right: 20px;
    margin-left: 20px
}

.mlr25 {
    margin-right: 25px;
    margin-left: 25px
}

.mlr30 {
    margin-right: 30px;
    margin-left: 30px
}

.mlr35 {
    margin-right: 35px;
    margin-left: 35px
}

.mlr40 {
    margin-right: 40px;
    margin-left: 40px
}

.mlr45 {
    margin-right: 45px;
    margin-left: 45px
}

.mlr50 {
    margin-right: 50px;
    margin-left: 50px
}

.relative {
    position: relative
}

.absolute {
    position: absolute;
    top: 0;
    left: 0
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vert-align-parent {
    position: relative
}

.vert-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.va-table {
    display: table
}

.va-table,
.va-table-cell {
    height: inherit;
    width: 100%
}

.va-table-cell {
    display: table-cell;
    vertical-align: middle
}

.button {
    display: inline-block;
    border: 1px solid #00768b;
    color: #00768b;
    padding: 15px 35px;
    white-space: nowrap;
    width: auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    letter-spacing: 1px
}

.button.btn-wide {
    max-width: 375px
}

@media screen and (max-width:650px) {
    .button.btn-wide {
        white-space: pre-wrap
    }
}

.button:hover {
    color: #fff;
    background-color: #00768b
}

.button.btn-black {
    border-color: #222;
    color: #222
}

.button.btn-black:hover {
    background-color: #222;
    color: #fff
}

.button.btn-white {
    border-color: #fff;
    color: #fff
}

.button.btn-white:hover {
    color: #fff;
    border-color: #70a0a2;
    background-color: #70a0a2
}

.button.btn-green {
    border-color: #00768b;
    background-color: transparent;
    color: #00768b
}

.button.btn-green:hover {
    color: #fff;
    border-color: #70a0a2;
    background-color: #70a0a2
}

.button.btn-blue {
    border-color: #8ecacd;
    background-color: #8ecacd;
    color: #fff
}

.button.btn-blue:hover {
    color: #fff;
    border-color: #70a0a2;
    background-color: #70a0a2
}

.button.btn-blue-alt {
    border-color: #8ecacd;
    background-color: transparent;
    color: #8ecacd
}

.button.btn-blue-alt:hover {
    color: #fff;
    background-color: #70a0a2
}

.button.btn-full {
    display: block;
    width: 100%
}

ul.inline-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none
}

ul.inline-list li {
    display: inline-block
}

.lc-form-row {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.lc-form-row>input {
    width: 100%
}

.lc-form-row .ui-selectmenu-text,
.lc-form-row>input {
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    color: #222;
    letter-spacing: 0
}

.lc-form-row ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    color: #222;
    letter-spacing: 0
}

.lc-form-row ::-moz-placeholder {
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    color: #222;
    letter-spacing: 0
}

.lc-form-row :-ms-input-placeholder {
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    color: #222;
    letter-spacing: 0
}

.lc-form-row :-moz-placeholder {
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    color: #222;
    letter-spacing: 0
}

.lc-form-row input,
.lc-form-row select {
    font-size: 16px
}

#btnbook {
    font-weight: 400 !important;
    border-width: 1px !important;
    font-size: 16px !important;
    letter-spacing: 0 !important
}

.ui-datepicker {
    z-index: 8 !important
}

.ui-datepicker .ui-datepicker-header {
    background-color: #00768b !important;
    color: #fff;
    background-image: none !important
}

.lc-form-group {
    margin-bottom: 10px;
    font-size: 0
}

.lc-form-group>.lc-form-group-half {
    display: inline-block;
    width: 50%;
    font-size: 14px
}

.lc-form-group>.lc-form-group-half:first-of-type {
    padding-right: 5px
}

.lc-form-group>.lc-form-group-half:last-of-type {
    padding-left: 5px
}

.ui-selectmenu-button {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    width: 100% !important;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    color: #222;
    letter-spacing: 0;
    text-transform: uppercase
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: 0;
    right: 7px
}

.ui-selectmenu-text {
    margin-left: 15px
}

.ui-menu .ui-menu-item,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #fff;
    border: 0 !important;
    color: #696969;
    font-weight: 400;
    padding: 0 20px !important;
    line-height: 54px;
    font-size: 15px !important
}

.ui-button:focus,
.ui-button:hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    color: #fff !important;
    background-color: #00768b !important;
    background-image: none !important
}

input[type=email],
input[type=text],
textarea {
    background: #fff;
    border: 1px solid #aeb0b2;
    height: 49px;
    line-height: 100%;
    width: 100%;
    text-indent: 15px
}

label {
    font-weight: 400 !important
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]),
select {
    height: 50px;
    width: 100%
}

input[type=checkbox] label,
input[type=radio] label {
    font-size: 16px !important
}

.gform_wrapper label {
    font-weight: 400 !important
}

.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.gform_wrapper select {
    height: 50px
}

.gform_wrapper input[type=checkbox] label,
.gform_wrapper input[type=radio] label {
    font-size: 16px !important
}

.gform_wrapper .gform_footer {
    text-align: right
}

.gform_wrapper .gform_footer input[type=submit] {
    letter-spacing: 1px;
    padding-left: 55px;
    padding-right: 55px
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important
}

.has-overlay {
    position: relative
}

.has-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.has-overlay:hover:after {
    opacity: .5;
    visibility: visible
}

.has-overlay .inner {
    display: none
}

.has-overlay:hover .inner {
    display: block
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes b {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes b {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes c {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes c {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: c;
    animation-name: c
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes d {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: d;
    animation-name: d
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes e {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: e;
    animation-name: e
}

@-webkit-keyframes f {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes f {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: f;
    animation-name: f
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes g {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: g;
    animation-name: g
}

@-webkit-keyframes h {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes h {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: h;
    animation-name: h
}

@-webkit-keyframes i {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes i {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: i;
    animation-name: i
}

@-webkit-keyframes j {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes j {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: j;
    animation-name: j
}

@-webkit-keyframes k {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes k {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: k;
    animation-name: k;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes l {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes l {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: l;
    animation-name: l
}

@-webkit-keyframes m {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes m {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: m;
    animation-name: m
}

@-webkit-keyframes n {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes n {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: n;
    animation-name: n
}

@-webkit-keyframes o {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes o {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: o;
    animation-name: o
}

@-webkit-keyframes p {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes p {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: p;
    animation-name: p
}

@-webkit-keyframes q {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes q {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: q;
    animation-name: q
}

@-webkit-keyframes r {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes r {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: r;
    animation-name: r
}

@-webkit-keyframes s {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes s {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: s;
    animation-name: s
}

@-webkit-keyframes t {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes t {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: t;
    animation-name: t
}

@-webkit-keyframes u {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes u {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: u;
    animation-name: u
}

@-webkit-keyframes v {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes v {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: v;
    animation-name: v
}

@-webkit-keyframes w {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes w {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: w;
    animation-name: w
}

@-webkit-keyframes x {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes x {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: x;
    animation-name: x
}

@-webkit-keyframes y {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes y {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: y;
    animation-name: y
}

@-webkit-keyframes z {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes z {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: z;
    animation-name: z
}

@-webkit-keyframes A {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes A {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: A;
    animation-name: A
}

@-webkit-keyframes B {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes B {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: B;
    animation-name: B
}

@-webkit-keyframes C {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes C {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: C;
    animation-name: C
}

@-webkit-keyframes D {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes D {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: D;
    animation-name: D
}

@-webkit-keyframes E {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes E {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: E;
    animation-name: E
}

@-webkit-keyframes F {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes F {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: F;
    animation-name: F
}

@-webkit-keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: G;
    animation-name: G
}

@-webkit-keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: H;
    animation-name: H
}

@-webkit-keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: I;
    animation-name: I
}

@-webkit-keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: J;
    animation-name: J
}

@-webkit-keyframes K {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes K {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: K;
    animation-name: K
}

@-webkit-keyframes L {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes L {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: L;
    animation-name: L
}

@-webkit-keyframes M {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes M {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: M;
    animation-name: M
}

@-webkit-keyframes N {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes N {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: N;
    animation-name: N
}

@-webkit-keyframes O {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes O {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: O;
    animation-name: O
}

@-webkit-keyframes P {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes P {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: P;
    animation-name: P
}

@-webkit-keyframes Q {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes Q {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: Q;
    animation-name: Q;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes R {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes R {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: R;
    animation-name: R
}

@-webkit-keyframes S {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes S {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: S;
    animation-name: S;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes T {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes T {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: T;
    animation-name: T;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes U {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes U {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: U;
    animation-name: U
}

@-webkit-keyframes V {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes V {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: V;
    animation-name: V
}

@-webkit-keyframes W {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes W {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: W;
    animation-name: W
}

@-webkit-keyframes X {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes X {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: X;
    animation-name: X
}

@-webkit-keyframes Y {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes Y {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: Y;
    animation-name: Y
}

@-webkit-keyframes Z {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes Z {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: Z;
    animation-name: Z
}

@-webkit-keyframes ab {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes ab {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: ab;
    animation-name: ab
}

@-webkit-keyframes bb {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes bb {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: bb;
    animation-name: bb
}

@-webkit-keyframes cb {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes cb {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: cb;
    animation-name: cb
}

@-webkit-keyframes db {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes db {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: db;
    animation-name: db
}

@-webkit-keyframes eb {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes eb {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: eb;
    animation-name: eb
}

@-webkit-keyframes fb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: fb;
    animation-name: fb
}

@-webkit-keyframes gb {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes gb {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: gb;
    animation-name: gb
}

@-webkit-keyframes hb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes hb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: hb;
    animation-name: hb
}

@-webkit-keyframes ib {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes ib {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: ib;
    animation-name: ib
}

@-webkit-keyframes jb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes jb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: jb;
    animation-name: jb
}

@-webkit-keyframes kb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes kb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: kb;
    animation-name: kb
}

@-webkit-keyframes lb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lb {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: lb;
    animation-name: lb
}

@-webkit-keyframes mb {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

@keyframes mb {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: mb;
    animation-name: mb
}

@-webkit-keyframes nb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes nb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: nb;
    animation-name: nb
}

@-webkit-keyframes ob {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes ob {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: ob;
    animation-name: ob
}

@-webkit-keyframes pb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes pb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: pb;
    animation-name: pb
}

@-webkit-keyframes qb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes qb {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: qb;
    animation-name: qb
}

@-webkit-keyframes rb {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rb {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: rb;
    animation-name: rb
}

@-webkit-keyframes sb {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes sb {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: sb;
    animation-name: sb
}

@-webkit-keyframes tb {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes tb {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: tb;
    animation-name: tb
}

@-webkit-keyframes ub {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes ub {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: ub;
    animation-name: ub
}

@-webkit-keyframes vb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes vb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: vb;
    animation-name: vb
}

@-webkit-keyframes wb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes wb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: wb;
    animation-name: wb
}

@-webkit-keyframes xb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes xb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: xb;
    animation-name: xb
}

@-webkit-keyframes yb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes yb {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: yb;
    animation-name: yb
}

#masthead {
    position: fixed;
    z-index: 7;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#masthead.masthead-hidden {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px)
}

#masthead:before {
    content: "";
    background-color: #222;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    z-index: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#masthead.is-solid:before {
    opacity: 1
}

@media screen and (max-width:1200px) {
    #masthead {
        background-color: #fff
    }

    #masthead:before {
        display: none
    }
}

#masthead>.inner {
    z-index: 2
}

#masthead>.inner,
#masthead>.inner>.container-fluid {
    position: relative
}

#masthead .logo,
#masthead p {
    margin-bottom: 0
}

#masthead .logo-wrap {
    padding: 15px 0
}

#masthead .logo-wrap .masthead-logo {
    margin: 15px 0;
    width: 100%;
    max-width: 130px;
    height: auto
}

#masthead a {
    text-decoration: none !important
}

#masthead #toggle-book-now-header-form {
    position: absolute;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 6;
    right: 15px
}

#masthead #toggle-book-now-header-form:hover {
    opacity: .95
}

#masthead #masthead-book-now-form-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 20px;
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    padding: 35px 60px
}

#masthead #masthead-book-now-form-wrap.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#masthead #masthead-book-now-form-wrap h4 {
    color: #222;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 28px;
    text-transform: uppercase
}

#masthead #masthead-book-now-form-wrap a {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline !important
}

@media screen and (max-width:991px) {
    #masthead #masthead-book-now-form-wrap {
        top: 0;
        left: 0;
        margin: 0 auto
    }
}

#mobile-nav-hamburger-wrap {
    display: block;
    position: absolute;
    height: 45px;
    width: 45px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

#mobile-nav-hamburger-wrap>.mobile-hamburger {
    display: block;
    position: relative;
    height: 2px;
    width: 45px;
    background-color: #00768b;
    top: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#mobile-nav-hamburger-wrap>.mobile-hamburger:after,
#mobile-nav-hamburger-wrap>.mobile-hamburger:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #00768b;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#mobile-nav-hamburger-wrap>.mobile-hamburger:before {
    -webkit-transform: translateY(-13px) rotate(0);
    transform: translateY(-13px) rotate(0);
    left: 0
}

#mobile-nav-hamburger-wrap>.mobile-hamburger:after {
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0);
    left: 0
}

#mobile-nav-hamburger-wrap.mobile-nav-active>.mobile-hamburger {
    background-color: transparent
}

#mobile-nav-hamburger-wrap.mobile-nav-active>.mobile-hamburger:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

#mobile-nav-hamburger-wrap.mobile-nav-active>.mobile-hamburger:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.sidr {
    background-color: #00768b;
    font-family: Source Sans Pro, sans-serif
}

.sidr,
.sidr a,
.sidr li {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sidr ul li {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important
}

.sidr ul li a {
    font-size: 15px
}

.sidr ul li a,
.sidr ul li ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.sidr ul li ul li a {
    font-size: 13px
}

#mobile-book-now-wrap {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

#mobile-book-now-wrap .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#mobile-book-now-wrap .col-wrap>div {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    padding: 10px 15px;
    width: 50%;
    text-align: center
}

#mobile-book-now-wrap .col-wrap>div:first-of-type {
    background-color: #00768b
}

#mobile-book-now-wrap .col-wrap>div:last-of-type {
    background-color: #f26921
}

#mobile-book-now-wrap span {
    display: block;
    padding-bottom: 5px
}

#mobile-book-now-wrap a {
    color: #fff;
    text-decoration: none !important;
    font-size: 23px
}

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

    #mobile-book-now-wrap a,
    #mobile-book-now-wrap span {
        font-size: 18px !important
    }
}

.mobile-book-now-wrap-offset {
    height: 52px;
    width: 100%
}

#site-footer {
    background-color: #00768b;
    padding: 45px 0 75px
}

#site-footer .footer-logo {
    max-width: 130px;
    width: 100%;
    height: auto
}

#site-footer a,
#site-footer p {
    color: #fff;
    font-size: 14px
}

#site-footer a:last-of-type,
#site-footer p:last-of-type {
    margin-bottom: 0
}

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

    #site-footer a,
    #site-footer p {
        font-size: 13px
    }
}

#site-footer .directions p {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 16px
}

#site-footer .directions a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 21px
}

#site-footer .directions a:hover {
    color: #a1a1a1
}

#site-footer .social {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none
}

#site-footer .social>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

#site-footer .social>li:last-of-type {
    margin-right: 0
}

#site-footer .social>li>a:hover {
    opacity: .8
}

#site-footer ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#site-footer ul.menu>li {
    margin-bottom: 4px
}

#site-footer ul.menu>li>a {
    font-size: 16px
}

#site-footer ul.menu>li>a:hover {
    color: #a1a1a1
}

@media screen and (max-width:768px) {
    #site-footer ul.menu {
        margin-top: 20px;
        margin-bottom: 20px
    }

    #site-footer ul.menu>li {
        margin-bottom: 0
    }

    #site-footer ul.menu>li>a {
        font-size: 13px
    }
}

#site-footer a:hover {
    text-decoration: none
}

@media screen and (max-width:768px) {
    #site-footer {
        padding-bottom: 45px
    }
}

.get-directions {
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase
}

@media screen and (max-width:768px) {
    .get-directions {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px !important
    }
}

.get-directions a:hover {
    color: #a1a1a1 !important;
}

.main-nav-wrap {
    padding-left: 10px;
}

.main-nav-wrap .main-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-nav-wrap .main-nav>li {
    position: relative;
    display: inline-block;
}

.main-nav-wrap .main-nav>li>a {
    position: relative;
    display: block;
    padding: 43px 15px 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.main-nav-wrap .main-nav>li>a:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #f26921;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.main-nav-wrap .main-nav>li>a:hover {
    color: #f26921;
}

.main-nav-wrap .main-nav>li>a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-nav-wrap .main-nav>li.current-menu-item>a,
.main-nav-wrap .main-nav>li.current-menu-parent>a,
.main-nav-wrap .main-nav>li.hovering>a {
    color: #f26921;
}

.main-nav-wrap .main-nav>li.current-menu-item>a:after,
.main-nav-wrap .main-nav>li.current-menu-parent>a:after,
.main-nav-wrap .main-nav>li.hovering>a:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-nav-wrap .main-nav>li>.sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    min-width: 225px;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
    text-align: left;
    border-bottom: 1px solid #388188;
}

.main-nav-wrap .main-nav>li>.sub-menu>li {
    display: block;
}

.main-nav-wrap .main-nav>li>.sub-menu>li>a {
    position: relative;
    padding: 19px 10px;
    color: #222;
    display: block;
    font-size: 15px;
    color: #388188;
    text-transform: uppercase;
}

.main-nav-wrap .main-nav>li>.sub-menu>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 65%;
    height: 1px;
    background-color: #f26921;
}

.main-nav-wrap .main-nav>li>.sub-menu>li>a:hover {
    background-color: #f26921;
    color: #fff;
}

.main-nav-wrap .main-nav>li>.sub-menu>li:last-of-type>a:after {
    display: none;
}

.main-nav-wrap .main-nav>li>.sub-menu>li.current-menu-item>a {
    background-color: #f26921;
    color: #fff;
}

.main-nav-wrap .main-nav>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width:1600px) {
	.main-nav-wrap .main-nav>li>a {
    	padding: 40px 15px 40px !important;
	}
}


@media screen and (max-width:1400px) {
    .main-nav-wrap .main-nav>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width:1365px) {
    .main-nav-wrap .main-nav>li>a {
        padding: 40px 15px 40px !important;
    }
}

@media screen and (max-width:1240px) {
    .main-nav-wrap .main-nav>li>a {
        padding: 40px 10px 40px;
    }
}

.single-experience .main-nav-wrap .main-nav>li#menu-item-26>a {
    color: #f26921;
}

.single-experience .main-nav-wrap .main-nav>li#menu-item-26>a:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#mobile-nav-toggle-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.c-hamburger {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 70px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s
}

.c-hamburger:focus {
    outline: none
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 34px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #000
}

.c-hamburger span:after,
.c-hamburger span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ""
}

.c-hamburger span:before {
    top: -14px
}

.c-hamburger span:after {
    bottom: -14px
}

.c-hamburger--rot {
    background-color: #28aadc
}

.c-hamburger--rot span {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.c-hamburger--rot.is-active {
    background-color: #166888
}

.c-hamburger--rot.is-active span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-hamburger--htx {
    background-color: transparent
}

.c-hamburger--htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s
}

.c-hamburger--htx span:after,
.c-hamburger--htx span:before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.c-hamburger--htx span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform
}

.c-hamburger--htx span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.c-hamburger--htx.is-active {
    background-color: transparent
}

.c-hamburger--htx.is-active span {
    background: none
}

.c-hamburger--htx.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-hamburger--htx.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span:after,
.c-hamburger--htx.is-active span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.c-hamburger--htla {
    background-color: #32dc64
}

.c-hamburger--htla span {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.c-hamburger--htla span:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: width .3s, top .3s, -webkit-transform .3s;
    transition: width .3s, top .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s, -webkit-transform .3s
}

.c-hamburger--htla span:after {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: width .3s, bottom .3s, -webkit-transform .3s;
    transition: width .3s, bottom .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s, -webkit-transform .3s
}

.c-hamburger--htla.is-active {
    background-color: #19903c
}

.c-hamburger--htla.is-active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htla.is-active span:after,
.c-hamburger--htla.is-active span:before {
    width: 50%
}

.c-hamburger--htla.is-active span:before {
    top: 0;
    -webkit-transform: translateX(35px) translateY(1px) rotate(45deg);
    transform: translateX(35px) translateY(1px) rotate(45deg)
}

.c-hamburger--htla.is-active span:after {
    bottom: 0;
    -webkit-transform: translateX(35px) translateY(-1px) rotate(-45deg);
    transform: translateX(35px) translateY(-1px) rotate(-45deg)
}

.c-hamburger--htra {
    background-color: #ff9650
}

.c-hamburger--htra span {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.c-hamburger--htra span:before {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: width .3s, top .3s, -webkit-transform .3s;
    transition: width .3s, top .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s, -webkit-transform .3s
}

.c-hamburger--htra span:after {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: width .3s, bottom .3s, -webkit-transform .3s;
    transition: width .3s, bottom .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s, -webkit-transform .3s
}

.c-hamburger--htra.is-active {
    background-color: #e95d00
}

.c-hamburger--htra.is-active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htra.is-active span:after,
.c-hamburger--htra.is-active span:before {
    width: 50%
}

.c-hamburger--htra.is-active span:before {
    top: 0;
    -webkit-transform: translateX(-2px) translateY(1px) rotate(-45deg);
    transform: translateX(-2px) translateY(1px) rotate(-45deg)
}

.c-hamburger--htra.is-active span:after {
    bottom: 0;
    -webkit-transform: translateX(-2px) translateY(-1px) rotate(45deg);
    transform: translateX(-2px) translateY(-1px) rotate(45deg)
}

.dark-masthead .c-hamburger span,
.dark-masthead .c-hamburger span:after,
.dark-masthead .c-hamburger span:before {
    background: #111
}

.c-hamburger.is-active span {
    background: transparent !important
}

.modal-menu-active #masthead .c-hamburger span,
.modal-menu-active #masthead .c-hamburger span:after,
.modal-menu-active #masthead .c-hamburger span:before {
    background: #000
}

.sidebar .widget {
    font-size: 14px;
    line-height: 1.65em;
    margin-bottom: 31px
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.single-post-comments-wrapper {
    margin: 30px 0 0
}

#comments ol {
    list-style-type: none
}

h3#comments {
    margin-bottom: 30px
}

.comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.comment-list>.comment {
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede
}

.comment-list>.comment>ol {
    list-style-type: none;
    margin: 15px 0 0 15px;
    padding: 0
}

.comment-list>.comment>ol>li.comment {
    padding: 15px
}

.comment-list>li.comment .comment-author img {
    max-width: 50px;
    margin-right: 10px
}

.comment-list>.comment>ol>li.comment .comment-author {
    font-size: 14px
}

.comment-list>.comment>ol>li.comment .comment-author img {
    max-width: 25px
}

.comment-list ol>li.comment.odd {
    background-color: #efefef
}

.comment-author {
    font-size: 16px;
    margin-bottom: 15px
}

.single-post-comments-wrapper .navigation {
    float: left;
    width: 100%;
    min-height: 1px
}

.single-post-comments-wrapper .navigation:after,
.single-post-comments-wrapper .navigation:before {
    content: " ";
    display: table
}

.comment-respond label {
    display: block
}

.container-fluid.container-xl {
    max-width: 1660px
}

.mfp-align-top,
.no-scroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    position: fixed !important;
    height: 100% !important;
    width: 100% !important
}

.catering-popup {
    top: 0 !important
}

main {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

main.active {
    opacity: 1;
    visibility: visible
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background-color: #00768b !important
}

#mobile-subnav-select {
    font-size: 16px
}

.acf-map {
    width: 100%;
    height: 60vh
}

.acf-map img {
    max-width: inherit !important
}

#cookie-notice a {
    color: #fff !important;
    border: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-width: none !important;
    min-width: 1px !important;
    width: auto !important
}

.pbe:focus {
    outline: none !important;
    border: none !important
}

.pbe.owl-carousel-wrap {
    position: relative
}

.pbe.owl-carousel-wrap .owl-carousel .single-slide {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2 {
    font-size: 79px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase
}

.pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2>span {
    font-size: 141px;
    font-family: ShellaheraScriptDemo;
    font-style: italic;
    text-transform: none
}

@media screen and (max-width:850px) {
    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2 {
        font-size: 50px
    }

    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2>span {
        font-size: 112px
    }
}

@media screen and (max-width:768px) {
    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2 {
        font-size: 42px;
        margin-bottom: 0
    }

    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2>span {
        font-size: 104px
    }

    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner .button {
        max-width: none;
        width: auto
    }
}

@media screen and (max-width:650px) {
    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2 {
        font-size: 34px
    }

    .pbe.owl-carousel-wrap .owl-carousel .single-slide>.inner h2>span {
        font-size: 98px
    }
}

.pbe.owl-carousel-wrap .lc-owl-nav-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 4
}

@media screen and (max-width:768px) {
    .pbe.owl-carousel-wrap .lc-owl-nav-wrap {
        top: auto;
        bottom: 60px
    }
}

.pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next,
.pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev {
    padding: 20px;
    background-color: #00768b;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next:hover,
.pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev:hover {
    background-color: #00768b
}

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

    .pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next,
    .pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev {
        padding: 15px
    }

    .pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next img,
    .pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev img {
        max-width: 75%
    }
}

.pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev {
    left: 0
}

.pbe.owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next {
    right: 0
}

.pbe-content-with-bg-image {
    position: relative
}

.pbe-content-with-bg-image-full {
    margin-top: 35px
}

.pbe-content-with-bg-image-full h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 35px
}

.pbe-content-with-bg-image .inner {
    position: relative;
    z-index: 2;
    padding: 85px 0 100px;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width:1600px) {
    .pbe-content-with-bg-image .inner {
        width: 70% !important
    }
}

@media screen and (max-width:768px) {
    .pbe-content-with-bg-image .inner {
        width: 100% !important
    }
}

.pbe-content-with-bg-image .inner h1 {
    color: #00768b;
    margin-bottom: 40px
}

.pbe-content-with-bg-image .inner p:last-of-type {
    margin-bottom: 0
}

.pbe-content-with-bg-image>.bg-image {
    position: absolute;
    z-index: 1;
    width: 30%;
    top: 0;
    left: 0
}

.pbe-content-with-bg-image>.bg-image img {
    height: auto;
    max-width: 100%
}

@media screen and (max-width:1600px) {
    .pbe-content-with-bg-image>.bg-image {
        width: 15%
    }
}

@media screen and (max-width:768px) {
    .pbe-content-with-bg-image>.bg-image {
        display: none
    }
}

.pbe-slider-left-content-blocks-right {
    font-size: 0
}

.pbe-slider-left-content-blocks-right>div {
    display: inline-block;
    min-height: 300px;
    width: 50%;
    vertical-align: top
}

@media screen and (max-width:850px) {
    .pbe-slider-left-content-blocks-right>div {
        width: 100%;
        min-height: 1px
    }
}

.pbe-slider-left-content-blocks-right>div>.inner {
    position: relative
}

.pbe-slider-left-content-blocks-right>div:first-of-type {
    background-color: #00768b
}

.pbe-slider-left-content-blocks-right>div:first-of-type>.inner {
    padding: 100px 0
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap {
    position: relative
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
    text-align: center
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel h2,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel h3,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel h4,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel li,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel p {
    color: #fff
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel h2 {
    font-size: 44px;
    margin: 0
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel h3 {
    margin-top: 10px;
    margin-bottom: 20px
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel ul {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev {
    position: absolute;
    border: 2px solid #fff;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 10px;
    text-align: center
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next img,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next:hover,
.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev:hover {
    background-color: #00768b
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-prev {
    left: 0
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap .lc-owl-next {
    right: 0
}

.lc-2-col-4-blocks .lc-block-row {
    font-size: 0
}

.lc-2-col-4-blocks .lc-block-row>.single-block {
    position: relative;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    min-height: 250px;
    width: 50%;
    background-color: blue;
    vertical-align: top
}

.lc-2-col-4-blocks .lc-block-row>.single-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #222;
    z-index: 1;
    opacity: .5
}

.lc-2-col-4-blocks .lc-block-row>.single-block>.inner {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer
}

.lc-2-col-4-blocks .lc-block-row>.single-block>.inner h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #fff
}

.lc-2-col-4-blocks .lc-block-row>.single-block>.inner h2 {
    font-weight: 300;
    margin: 0 0 15px;
    font-size: 35px;
    color: #fff
}

@media screen and (max-width:500px) {
    .lc-2-col-4-blocks .lc-block-row>.single-block>.inner h2 {
        font-size: 30px
    }
}

.lc-2-col-4-blocks .lc-block-row>.single-block>.inner .button {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 183px
}

.lc-2-col-4-blocks .lc-block-row>.single-block:hover>.inner .button {
    position: relative;
    opacity: 1;
    visibility: visible
}

.pbe-buttons-block {
    padding: 28px 0 71px
}

.pbe-buttons-block .button {
    margin: 5px 10px
}

.pbe-room-blocks {
    padding: 76px 0
}

@media screen and (max-width:768px) {
    .pbe-room-blocks {
        padding: 30px 0
    }
}

.pbe-room-blocks .room-block-row {
    font-size: 0
}

.pbe-room-blocks .room-block-row>.lc-single-room-block {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

.pbe-room-blocks .room-block-row>.lc-single-room-block:first-of-type {
    padding-right: 15px
}

.pbe-room-blocks .room-block-row>.lc-single-room-block:last-of-type {
    padding-left: 15px
}

@media screen and (max-width:850px) {
    .pbe-room-blocks .room-block-row>.lc-single-room-block {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .pbe-room-blocks .room-block-row>.lc-single-room-block:first-of-type {
        margin-bottom: 20px
    }
}

.pbe-room-blocks .room-block-row>.lc-single-room-block>.lc-room-block-hero {
    position: relative;
    z-index: 2
}

.pbe-room-blocks .room-block-row>.lc-single-room-block>.inner {
    background-color: #fff;
    padding: 40px 112px 65px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width:768px) {
    .pbe-room-blocks .room-block-row>.lc-single-room-block>.inner {
        padding: 40px 40px 65px
    }
}

.pbe-room-blocks .room-block-row>.lc-single-room-block>.inner h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 300
}

.pbe-room-blocks .room-block-row>.lc-single-room-block>.inner h2:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    background-color: #00768b;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0
}

.pbe-room-blocks .room-block-row>.lc-single-room-block>.inner p {
    min-height: 165px
}

.pbe-room-blocks .room-block-row>.lc-single-room-block>.inner p+.button {
    margin-top: 65px
}

.pbe-section-subnav {
    padding: 50px 0 45px;
    border-bottom: 1px solid #bbb
}

.pbe-section-subnav.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 0 30px;
    z-index: 5;
    background-color: #fff
}

@media screen and (max-width:1200px) {
    .pbe-section-subnav.is-stuck {
        top: 50px
    }
}

@media screen and (max-width:768px) {
    .pbe-section-subnav.is-stuck {
        padding: 15px 0 10px
    }
}

.pbe-section-subnav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.pbe-section-subnav ul>li {
    display: inline-block;
    margin: 0 10px
}

@media screen and (max-width:768px) {
    .pbe-section-subnav ul>li {
        margin: 0 10px 10px
    }
}

.pbe-section-subnav ul>li>a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #615e5b;
    text-decoration: none;
    padding-bottom: 5px
}

.pbe-section-subnav ul>li>a:after {
    opacity: 0;
    visibibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #bbb
}

.pbe-section-subnav ul>li>a.active:after,
.pbe-section-subnav ul>li>a:hover:after {
    opacity: 1;
    visibibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.pbe-section-subnav ul>li.selected a {
    color: #615e5b
}

.pbe-section-subnav ul>li.selected a:after {
    opacity: 1;
    visibibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #615e5b
}

.pbe-slider-with-image-right-and-content-left .slider-copy-wrap {
    width: 65%
}

@media screen and (max-width:768px) {
    .pbe-slider-with-image-right-and-content-left .slider-copy-wrap {
        width: 100%;
        text-align: center
    }

    .pbe-slider-with-image-right-and-content-left .slider-copy-wrap h2 {
        margin-bottom: 15px
    }
}

@media screen and (max-width:768px) {
    .pbe-slider-with-image-right-and-content-left .owl-item .item .col-sm-6:first-of-type {
        margin-bottom: 20px
    }
}

.lc-slider-nav-alt {
    margin-top: 50px;
    text-align: center
}

.lc-slider-nav-alt .lc-slide-next,
.lc-slider-nav-alt .lc-slide-prev {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #8ecacd;
    padding: 5px;
    margin: 0 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.lc-slider-nav-alt .lc-slide-next:hover,
.lc-slider-nav-alt .lc-slide-prev:hover {
    background-color: #00768b
}

.lc-slider-nav-alt .lc-slide-next>img,
.lc-slider-nav-alt .lc-slide-prev>img {
    max-width: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.pbe-full-width-section-with-background-image-and-content {
    padding: 150px 0 275px
}

.pbe-full-width-section-with-background-image-and-content h2 {
    font-family: ShellaheraScriptDemo;
    font-size: 157px
}

@media screen and (max-width:850px) {
    .pbe-full-width-section-with-background-image-and-content h2 {
        font-size: 125px
    }
}

@media screen and (max-width:768px) {
    .pbe-full-width-section-with-background-image-and-content h2 {
        font-size: 100px
    }
}

.pbe-full-width-section-with-background-image-and-content .button {
    border-width: 2px
}

.single-content-block-row {
    margin-bottom: 120px
}

@media screen and (max-width:768px) {
    .single-content-block-row {
        margin-bottom: 50px
    }

    .single-content-block-row h2 {
        margin-bottom: 15px
    }
}

.single-content-block-row:last-of-type {
    margin-bottom: 65px
}

.single-content-block-row .block-copy-wrap {
    width: 92%
}

.single-content-block-row .subheadline {
    color: #a1a1a1
}

.pbe-room-content-wrap,
.pbe-wysiwyg-content-wrap {
    margin: 0 auto
}

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

    .pbe-room-content-wrap,
    .pbe-wysiwyg-content-wrap {
        width: 100% !important
    }
}

.pbe-hero-image {
    height: 100vh;
    width: 100vw;
    font-family: Raleway, sans-serif;
    position: relative
}

.pbe-hero-image>.inner {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 5
}

.pbe-hero-image>.inner h2 {
    color: #fff;
    font-size: 5.25vw;
    font-weight: 400
}

@media screen and (max-width:768px) {
    .pbe-hero-image {
        margin-top: 101px;
        height: 40vh
    }
}

@media screen and (max-width:768px) {
    .pbe-hero-image.shorter-height {
        height: 43vh !important
    }
}

.pbe-instagram-block {
    padding: 70px 0 35px
}

.pbe-stay-connected {
    padding: 35px 0 70px
}

.pbe-stay-connected p+.button {
    margin-top: 35px
}

.pbe-stay-connected-form {
    padding: 35px 0 70px
}

.pbe-stay-connected-form p+.button {
    margin-top: 35px
}

.pbe-stay-connected-form .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pbe-stay-connected-form .gform_wrapper form .gform_body {
    width: 440px;
    max-width: 100%
}

.pbe-stay-connected-form .gform_wrapper form .gform_body .gfield_label {
    display: none
}

.pbe-stay-connected-form .gform_wrapper form .gform_body input {
    width: 100% !important
}

.pbe-stay-connected-form .gform_wrapper form .gform_body .gfield_error {
    background: none;
    border: none;
    padding-bottom: 0;
    margin-bottom: -5px !important
}

.pbe-stay-connected-form .gform_wrapper form .gform_body .gfield_error .gfield_description.validation_message {
    padding-top: 0
}

.pbe-stay-connected-form .gform_wrapper form .gform_footer {
    width: 200px;
    max-width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 10px 0 0;
    position: relative
}

.pbe-stay-connected-form .gform_wrapper form .gform_footer .button {
    background-color: #8ecacd;
    color: #fff;
    border: 0
}

.pbe-stay-connected-form .gform_wrapper form .gform_footer .button:hover {
    background-color: #00768b
}

.pbe-stay-connected-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
    position: absolute;
    right: 34px;
    top: calc(50% - 5px)
}

.pbe-stay-connected-form .resp-iframe {
    display: none !important
}

.single-dining-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.single-dining-item h4 a {
    color: #000
}

.single-dining-item h4 a:hover {
    color: #00768b
}

.single-dining-item a {
    text-decoration: none !important
}

.single-dining-item a:hover {
    color: #70a0a2 !important
}

.single-dining-item .single-dining-block {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.single-dining-item .single-dining-block:after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1
}

.single-dining-item .single-dining-block:after,
.single-dining-item .single-dining-block>.inner {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.single-dining-item .single-dining-block>.inner {
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    margin: 0 auto;
    padding: 20px 50px;
    z-index: 2
}

.single-dining-item .single-dining-block>.inner h3 {
    font-family: ShellaheraScriptDemo;
    font-size: 80px;
    color: #00768b;
    margin-bottom: 0
}

@media screen and (max-width:1400px) {
    .single-dining-item .single-dining-block>.inner h3 {
        font-size: 60px
    }
}

.single-dining-item .single-dining-block>.inner p {
    font-size: 18px
}

@media screen and (max-width:1400px) {
    .single-dining-item .single-dining-block>.inner p {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .single-dining-item .single-dining-block>.inner p {
        font-size: 12px
    }
}

.single-dining-item .single-dining-block>.inner a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00768b
}

.single-dining-item .single-dining-block>.inner h3>a {
    font-weight: 400;
    letter-spacing: auto;
    text-transform: none
}

@media screen and (min-width:768px) {
    .single-dining-item .single-dining-block:hover>.inner {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1
    }

    .single-dining-item .single-dining-block:hover:after {
        opacity: .85;
        visibility: visible
    }
}

.single-dining-item:hover h4 a {
    color: #70a0a2 !important
}

.dining-block-cta {
    position: relative;
    background-color: #008ba7
}

.dining-block-cta>.inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.dining-block-cta>.inner h3 {
    font-family: ShellaheraScriptDemo;
    font-size: 80px;
    color: #a3dee8;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .dining-block-cta>.inner h3 {
        font-size: 60px;
        line-height: 1
    }
}

.dining-block-cta>.inner a.btn-white:hover {
    background-color: #8ecacd;
    border-color: #8ecacd
}

.pbe-rooms-suites {
    padding-top: 80px;
    padding-bottom: 90px
}

.pbe-rooms-suites .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pbe-rooms-suites .single-room-suite-item {
    width: calc(100% / 3 - 32px);
    margin-left: 15px;
    margin-right: 15px
}

@media screen and (max-width:1080px) {
    .pbe-rooms-suites .single-room-suite-item {
        width: calc(100% / 2 - 32px)
    }
}

@media screen and (max-width:768px) {
    .pbe-rooms-suites .single-room-suite-item {
        width: calc(100% - 30px)
    }
}

.pbe-rooms-suites-block {
    -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, .08);
    background-color: #fff;
    text-align: center;
    padding-bottom: 30px;
    height: 100%
}

.pbe-rooms-suites-block-wrap {
    margin-bottom: 45px
}

.pbe-rooms-suites-block .owl-carousel-wrap {
    position: relative
}

.pbe-rooms-suites-block .owl-carousel-wrap .lc-owl-nav-wrap {
    margin: 0
}

.pbe-rooms-suites-block .owl-carousel-wrap .lc-owl-nav-wrap .lc-slide-prev {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    left: 10px;
    cursor: pointer
}

.pbe-rooms-suites-block .owl-carousel-wrap .lc-owl-nav-wrap .lc-slide-next {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    right: 10px;
    cursor: pointer
}

.pbe-rooms-suites-thabnail {
    height: 345px
}

.pbe-rooms-suites-title {
    padding: 15px;
    margin-bottom: 0;
    color: #00768b;
    font-size: 35px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pbe-rooms-suites-content {
    padding: 15px;
    height: 185px;
    margin-bottom: 15px;
    overflow: auto
}

.pbe-rooms-suites-content::-webkit-scrollbar {
    width: 10px
}

.pbe-rooms-suites-content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.pbe-rooms-suites-content::-webkit-scrollbar-thumb {
    background: #888
}

.pbe-rooms-suites-content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.pbe-rooms-suites-btns .button {
    padding: 15px;
    margin: 10px 5px
}

@media screen and (max-width:1199px) {
    .pbe-rooms-suites-block-wrap {
        width: 100%
    }
}

.left-image-right-two-images {
    position: relative
}

.left-image-right-two-images-l {
    height: 542px
}

.left-image-right-two-images-l:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .65)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65));
    z-index: 1;
    opacity: .5s
}

.left-image-right-two-images-r-b,
.left-image-right-two-images-r-t {
    height: 271px;
    padding-right: 20%
}

.left-image-right-two-images-r-b:after,
.left-image-right-two-images-r-t:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .65)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65));
    z-index: 1;
    opacity: .5s
}

.left-image-right-two-images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.left-image-right-two-images p {
    position: relative;
    z-index: 2;
    color: #fffefe;
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    width: 100%
}

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

    .left-image-right-two-images-r-b,
    .left-image-right-two-images-r-t {
        padding-right: 15px
    }
}

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

    .left-image-right-two-images-l,
    .left-image-right-two-images-r-b,
    .left-image-right-two-images-r-t {
        height: 350px
    }
}

.single-meetings-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.single-meetings-item h4 a {
    color: #000
}

.single-meetings-item h4 a:hover {
    color: #00768b
}

.single-meetings-item a {
    text-decoration: none !important
}

.single-meetings-item a:hover {
    color: #70a0a2 !important
}

.single-meetings-item .single-meetings-block {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.single-meetings-item .single-meetings-block:after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1
}

.single-meetings-item .single-meetings-block:after,
.single-meetings-item .single-meetings-block>.inner {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.single-meetings-item .single-meetings-block>.inner {
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    margin: 0 auto;
    padding: 20px 50px;
    z-index: 2
}

.single-meetings-item .single-meetings-block>.inner h3 {
    font-family: ShellaheraScriptDemo;
    font-size: 80px;
    color: #00768b;
    margin-bottom: 0
}

@media screen and (max-width:1400px) {
    .single-meetings-item .single-meetings-block>.inner h3 {
        font-size: 60px
    }
}

.single-meetings-item .single-meetings-block>.inner p {
    font-size: 18px
}

@media screen and (max-width:1400px) {
    .single-meetings-item .single-meetings-block>.inner p {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .single-meetings-item .single-meetings-block>.inner p {
        font-size: 12px
    }
}

.single-meetings-item .single-meetings-block>.inner a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00768b
}

.single-meetings-item .single-meetings-block>.inner h3>a {
    font-weight: 400;
    letter-spacing: auto;
    text-transform: none
}

@media screen and (min-width:768px) {
    .single-meetings-item .single-meetings-block:hover>.inner {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
        overflow: auto;
        max-height: 100%
    }

    .single-meetings-item .single-meetings-block:hover>.inner::-webkit-scrollbar {
        width: 5px
    }

    .single-meetings-item .single-meetings-block:hover>.inner::-webkit-scrollbar-track {
        background: #fff
    }

    .single-meetings-item .single-meetings-block:hover>.inner::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }

    .single-meetings-item .single-meetings-block:hover>.inner::-webkit-scrollbar-thumb:hover {
        background: #969696
    }

    .single-meetings-item .single-meetings-block:hover:after {
        opacity: .85;
        visibility: visible
    }
}

.single-meetings-item:hover h4 a {
    color: #70a0a2 !important
}

.meetings-block-cta {
    position: relative;
    background-color: #008ba7
}

.meetings-block-cta>.inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.meetings-block-cta>.inner h3 {
    font-family: ShellaheraScriptDemo;
    font-size: 80px;
    color: #a3dee8;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .meetings-block-cta>.inner h3 {
        font-size: 60px;
        line-height: 1
    }
}

.meetings-block-cta>.inner a.btn-white:hover {
    background-color: #8ecacd;
    border-color: #8ecacd
}

.single-catering-item h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.single-catering-item h4 a {
    color: #000
}

.single-catering-item h4 a:hover {
    color: #008ba7
}

.single-catering-item.not-hover h4 a {
    cursor: default
}

.single-catering-item a {
    text-decoration: none !important
}

.single-catering-item .single-catering-block {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.single-catering-item .single-catering-block:after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1
}

.single-catering-item .single-catering-block:after,
.single-catering-item .single-catering-block>.inner {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.single-catering-item .single-catering-block>.inner {
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    margin: 0 auto;
    padding: 20px 50px;
    z-index: 2
}

@media screen and (min-width:768px) {
    .single-catering-item .single-catering-block:hover>.inner {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1
    }

    .single-catering-item .single-catering-block:hover:after {
        opacity: .85;
        visibility: visible
    }
}

@media screen and (max-width:767px) {
    .single-catering-item .single-catering-block>.inner {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1
    }

    .single-catering-item .single-catering-block:after {
        opacity: .85;
        visibility: visible
    }
}

.single-catering-item.not-hover .single-catering-block {
    cursor: default
}

@media screen and (min-width:768px) {
    .single-catering-item.not-hover .single-catering-block:hover:after {
        opacity: 0;
        visibility: visible
    }
}

@media screen and (max-width:767px) {
    .single-catering-item.not-hover .single-catering-block:after {
        opacity: 0;
        visibility: visible
    }
}

.single-catering-item:hover h4 a {
    color: #70a0a2 !important
}

.catering-block-cta {
    position: relative;
    background-color: #008ba7
}

.catering-block-cta>.inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.catering-block-cta>.inner h3 {
    font-family: ShellaheraScriptDemo;
    font-size: 80px;
    color: #a3dee8;
    margin-bottom: 30px
}

@media screen and (max-width:1200px) {
    .catering-block-cta>.inner h3 {
        font-size: 60px;
        line-height: 1
    }
}

@media screen and (max-width:991px) {
    .catering-block-cta>.inner h3 {
        font-size: 40px;
        line-height: 1
    }
}

@media screen and (max-width:768px) {
    .catering-block-cta>.inner h3 {
        font-size: 31px;
        line-height: 1
    }
}

.catering-block-cta>.inner a.btn-white:hover {
    background-color: #8ecacd;
    border-color: #8ecacd
}

.pbe-gallery .filter-list {
    margin: 0;
    padding: 18px 0;
    list-style-type: none;
    text-align: center;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1
}

.pbe-gallery .filter-list li {
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.pbe-gallery .filter-list li:hover {
    color: #00768b
}

.pbe-gallery .filter-list li.active {
    font-weight: 600;
    color: #00768b
}

.filter-gmap {
    max-width: none !important;
    width: 100% !important
}

.resp-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.resp-iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media screen and (max-width:768px) {
    .pbe-special-packages {
        margin-top: -20px;
        padding: 0 0 50px !important
    }
}

.pbe-special-packages .single-package-item {
    max-width: 850px;
    width: 100%;
    margin: 0 auto 50px
}

.pbe-special-packages .single-package-item .single-package-copy {
    border: 1px solid #a1a1a1;
    padding: 20px 0
}

.pbe-special-packages .single-package-item .single-package-copy>.inner {
    padding: 0 30px
}

.pbe-special-packages .single-package-item .single-package-copy .single-package-content h3,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top h3 {
    color: #388188;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.pbe-special-packages .single-package-item .single-package-copy .single-package-content h3:after,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top h3:after {
    background: #d4d4d4;
    content: "";
    display: table;
    height: 1px;
    margin: 20px auto 0;
    width: 163px
}

.pbe-special-packages .single-package-item .single-package-copy .single-package-content h4,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top h4 {
    color: #00768b;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: uppercase
}

.pbe-special-packages .single-package-item .single-package-copy .single-package-content ol,
.pbe-special-packages .single-package-item .single-package-copy .single-package-content ul,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top ol,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top ul {
    padding-left: 15px;
    margin-bottom: 15px
}

.pbe-special-packages .single-package-item .single-package-copy .single-package-content ol li,
.pbe-special-packages .single-package-item .single-package-copy .single-package-content ul li,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top ol li,
.pbe-special-packages .single-package-item .single-package-copy .single-package-top ul li {
    list-style-position: outside
}

.pbe-special-packages .single-package-item .inline-buttons {
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0
}

.pbe-special-packages .single-package-item .inline-buttons>li {
    display: inline-block
}

.pbe-special-packages .single-package-item .inline-buttons>li:first-of-type {
    margin-right: 30px
}

.pbe-special-packages .single-package-item .inline-buttons>li:first-of-type a {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 600;
    text-decation: none !important
}

.pbe-special-packages .single-package-item .inline-buttons>li:first-of-type a:hover {
    color: #00768b
}

.pbe-special-packages .single-package-item .inline-buttons>li:last-of-type {
    width: 175px
}

.pbe-special-packages .single-package-item .seperator {
    margin: 50px 0
}

.pbe-special-packages .single-package-item:last-of-type .seperator {
    display: none
}

.inherit-height {
    height: inherit;
    width: 100%
}

.isotope-grid {
    padding: 35px 0 130px
}

.isotope-grid:after {
    content: "";
    display: block;
    clear: both
}

.single-isotope-item {
    position: relative;
    max-width: 255px
}

.single-isotope-item img {
    cursor: pointer;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff
}

.article-roll-wrapper h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0
}

.article-roll-wrapper h4>a {
    color: #000;
    text-decoration: none !important
}

.article-roll-wrapper h4>a:hover {
    color: #00768b
}

.article-roll-wrapper .post-thumbnail-wrapper {
    height: 205px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.article-roll-wrapper .post-title {
    height: 85px
}

.article-roll-wrapper .post-tags {
    background: url(../../images/tag-icon.png) no-repeat;
    background-position: 0;
    margin: 0 0 35px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding: 12px 30px
}

.article-roll-wrapper .post-tags .blog-date {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 67px;
    background: url(../../images/date-bg.png) no-repeat;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0 0
}

.blog-utilties>div {
    vertical-align: middle
}

.blog-utilties>div>.inner {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1
}

.blog-utilties>div:last-of-type>.inner {
    border: none !important
}

.blog-utilties>div #breadcrumbs {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0
}

.blog-utilties>div #breadcrumbs span {
    display: inline-block
}

.blog-utilties>div #breadcrumbs span a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px
}

.blog-utilties>div #breadcrumbs span.breadcrumb_last {
    padding-left: 15px
}

.blog-utilties .blog-cat-select-wrap select {
    border: none;
    outline: none
}

.blog-utilties .search-form {
    position: relative
}

.blog-utilties .search-form input[type=search] {
    outline: none;
    border: 1px solid #a1a1a1;
    padding: 0 15px
}

.blog-utilties .search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: transparent;
    font-size: 0;
    border: none;
    outline: none;
    z-index: 2
}

.blog-utilties .search-form .icon-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 21px;
    color: #a1a1a1;
    cursor: pointer;
    right: 14px
}

.blog-utilties .search-form ::-webkit-input-placeholder {
    font-style: italic
}

.blog-utilties .search-form ::-moz-placeholder {
    font-style: italic
}

.blog-utilties .search-form :-ms-input-placeholder {
    font-style: italic
}

.blog-utilties .search-form :-moz-placeholder {
    font-style: italic
}

.single-post .wrap {
    padding: 155px 0 145px
}

.single-post .post-sidebar a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none
}

.single-post .post-sidebar a:hover {
    color: #00768b
}

.single-post h4.widgettitle {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    display: block;
    background-image: url(../../images/sidebar-bullet.png);
    background-repeat: no-repeat;
    background-position: left 4px
}

.single-post h4.widgettitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #a1a1a1
}

.single-post .custom-related-posts .rpwwt-post-categories span:after {
    content: ", "
}

.single-post .custom-related-posts .rpwwt-post-categories span:last-of-type:after {
    display: none
}

.single-post .post-tags {
    background: url(../../images/tag-icon.png) no-repeat;
    background-position: 0;
    margin: 0 0 35px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding: 12px 30px
}

.single-post .post-tags .blog-date {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 67px;
    background: url(../../images/date-bg.png) no-repeat;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0 0
}

.col-80 {
    width: 80%;
    margin: 0 auto
}

.has-grey-bg {
    background-color: #f7f7f7
}

.dynamic-rectangle {
    display: block;
    width: 100%
}

.subheadline {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.col-offset-30 {
    margin-left: 29%
}

@media screen and (max-width:768px) {
    .col-offset-30.cta-all-venues {
        margin-left: 0
    }
}

.single-dining-content-wrap a {
    color: #008ba7;
    text-decration: none
}

.single-dining-content-wrap a:hover {
    color: #00768b
}

.single-dining-content-wrap .single-menus-link-wrap a {
    text-transform: uppercase;
    display: block
}

.single-dining-content-wrap .single-dining-contact>div {
    margin-bottom: 50px
}

.single-dining-content-wrap .single-dining-contact>div h4 {
    font-size: 14px;
    font-weight: 800;
    color: #388188;
    text-transform: uppercase
}

.single-dining-content-wrap .single-dining-hours p>span {
    display: block
}

.single-meetings-content-wrap a {
    color: #008ba7;
    text-decration: none;
    margin: 5px
}

.single-meetings-content-wrap a:hover {
    color: #00768b
}

.single-meetings-content-wrap .single-menus-link-wrap a {
    text-transform: uppercase;
    display: block
}

.single-meetings-content-wrap .single-meetings-contact>div {
    margin-bottom: 50px
}

.single-meetings-content-wrap .single-meetings-contact>div h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

.single-meetings-content-wrap .single-meetings-hours p>span {
    display: block
}

.owl-full-width-carousel .dynamic-rectangle {
    max-width: 1365px
}

.single-menu .single-menu-wrap {
    position: relative
}

@media screen and (max-width:768px) {
    .single-menu .single-menu-wrap {
        font-size: 16px
    }
}

.single-menu .single-menu-wrap .close-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #00768b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25 ease;
    transition: all .25 ease
}

.single-menu .single-menu-wrap .close-menu img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.single-menu .single-menu-wrap .close-menu:hover {
    background-color: #008ba7
}

.single-menu .single-menu-wrap .single-menu-hero {
    height: 65vh;
    width: 100%;
    margin-bottom: 65px
}

@media screen and (max-width:768px) {
    .single-menu .single-menu-wrap .single-menu-hero {
        height: 40vh;
        margin-bottom: 30px
    }
}

.single-menu .single-menu-wrap .menu-title {
    margin-bottom: 65px
}

.single-menu .single-menu-wrap .menu-toggles {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.single-menu .single-menu-wrap .menu-toggles>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 15px 15px
}

@media screen and (max-width:768px) {
    .single-menu .single-menu-wrap .menu-toggles>li {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.single-menu .single-menu-wrap .menu-toggles>li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #008ba7
}

.single-menu .single-menu-wrap .menu-toggles>li.active,
.single-menu .single-menu-wrap .menu-toggles>li:hover {
    color: #008ba7
}

.single-menu .single-menu-wrap .menu-toggles>li.active:after,
.single-menu .single-menu-wrap .menu-toggles>li:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.single-menu .single-menu-wrap .single-menu-section {
    display: none
}

.single-menu .single-menu-wrap .single-menu-section.active {
    display: block
}

.single-menu .single-menu-wrap .single-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.single-menu .single-menu-copy-wrap {
    padding-bottom: 100px
}

.single-catering {
    width: calc(100% - 40px);
    position: relative;
    margin: 40px auto;
    background-color: #fff;
    max-height: calc(100vh - 80px);
    overflow: auto
}

@media screen and (min-width:768px) {
    .single-catering {
        width: 100%
    }
}

.single-catering .mfp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    background-color: #00768b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25 ease;
    transition: all .25 ease;
    color: #fff
}

.single-catering .single-catering-wrap {
    position: relative
}

.single-catering .single-catering-wrap .close-catering {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    background-color: #00768b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25 ease;
    transition: all .25 ease
}

.single-catering .single-catering-wrap .close-catering img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px
}

.single-catering .single-catering-wrap .close-catering:hover {
    background-color: #008ba7
}

.single-catering .single-catering-wrap .single-catering-hero {
    height: 65vh;
    width: 100%;
    margin-bottom: 65px
}

@media screen and (max-width:768px) {
    .single-catering .single-catering-wrap .single-catering-hero {
        height: 40vh;
        margin-bottom: 30px
    }
}

.single-catering .single-catering-wrap .catering-title {
    margin-bottom: 65px
}

.single-catering .single-catering-wrap .catering-toggles {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.single-catering .single-catering-wrap .catering-toggles>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 15px 15px
}

@media screen and (max-width:768px) {
    .single-catering .single-catering-wrap .catering-toggles>li {
        font-size: 14px
    }
}

.single-catering .single-catering-wrap .catering-toggles>li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 1px;
    width: 100%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #008ba7
}

.single-catering .single-catering-wrap .catering-toggles>li.active,
.single-catering .single-catering-wrap .catering-toggles>li:hover {
    color: #008ba7
}

.single-catering .single-catering-wrap .catering-toggles>li.active:after,
.single-catering .single-catering-wrap .catering-toggles>li:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.single-catering .single-catering-wrap .single-catering-section {
    display: none
}

.single-catering .single-catering-wrap .single-catering-section.active {
    display: block
}

.single-catering .single-catering-wrap .single-catering-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.single-catering .single-catering-copy-wrap {
    padding-bottom: 100px
}

.iframe-popup-wrap .mfp-iframe-holder .mfp-content {
    max-width: 97%;
    max-height: 98%
}

.iframe-popup-wrap .mfp-iframe-holder .mfp-close {
    top: 21px;
    right: 35px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #00768b;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25 ease;
    transition: all .25 ease;
    color: #fff;
    font-size: 0;
    opacity: .01
}

.iframe-popup-wrap .mfp-iframe-scaler {
    min-height: 100vh
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-inline-holder .mfp-content {
    max-width: 768px;
    background-color: #fff;
    border-radius: 10px
}

.mfp-inline-holder .mfp-content p:last-of-type {
    margin-bottom: 0
}

.mfp-inline-holder .mfp-content .header {
    background-color: #388088;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    margin-bottom: 30px
}

.mfp-inline-holder .mfp-content .inner {
    padding: 0 50px 50px
}

.mfp-inline-holder .mfp-content .inner p {
    font-size: 16px;
    font-style: italic
}

.mfp-inline-holder .mfp-content .modal-footer {
    height: 27px;
    width: 100%;
    background-color: #388088
}

.mfp-inline-holder .mfp-close {
    color: #fff
}

.page-id-20 p {
    font-size: 16px
}

.page-id-20 h6+p {
    margin-bottom: 30px
}

.image-and-content .mh-item {
    position: relative
}

.image-and-content .mh-item .text-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    width: 100%
}

.image-and-content .mh-item .text-wrap h2:first-of-type {
    margin-top: 0
}

@media screen and (max-width:768px) {
    .image-and-content .mh-item .text-wrap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:768px) {
    .image-and-content .mh-item {
        height: auto !important
    }
}

.image-and-content .text-wrap {
    padding-right: 3.5vw
}

.image-and-content .text-wrap p:last-of-type {
    margin-bottom: 0
}

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

    .image-and-content .pull-left,
    .image-and-content .pull-right {
        float: none !important
    }
}

.pbe-full-width-section-with-background-image-and-content.full-width-content-left {
    padding: 225px 0
}

@media screen and (max-width:768px) {
    .pbe-full-width-section-with-background-image-and-content.full-width-content-left {
        padding: 100px 0
    }
}

.pbe-full-width-section-with-background-image-and-content .text-wrap.content-left-aligned h2,
.pbe-full-width-section-with-background-image-and-content .text-wrap.content-left-aligned p {
    color: #fff;
    font-family: Source Sans Pro, sans-serif
}

.pbe-full-width-section-with-background-image-and-content .text-wrap.content-left-aligned h2 {
    font-size: 40px;
    margin-bottom: 30px
}

.pbe-full-width-section-with-background-image-and-content .text-wrap.content-left-aligned p {
    margin-bottom: 40px
}

.pbe-full-width-section-with-background-image-and-content .text-wrap.content-left-aligned a.button {
    border: 2px solid #fff !important;
    color: #fff !important
}

.pbe-full-width-section-with-background-image-and-content .text-wrap.content-left-aligned a.button:hover {
    background-color: #fff !important;
    color: #000 !important
}

@media screen and (max-width:991px) {
    .single-amenity {
        padding-left: 0
    }
}

.single-amenity .single-dining-hours {
    padding-left: 4vw
}

.single-amenity .single-dining-hours ul {
    margin-left: 15px;
    margin-bottom: 40px
}

.single-amenity .single-dining-hours ul>li {
    list-style-position: outside
}

.pbe-image-slider-left {
    overflow: hidden
}

.pbe-image-slider-left .lc-owl-prev {
    left: 15px !important
}

.pbe-image-slider-left .lc-owl-next {
    right: 15px !important
}

.pbe-image-slider-left.pbe-slider-left-content-blocks-right>div:first-of-type>.inner {
    padding: 0 !important
}

.pbe-image-slider-left.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel {
    max-width: none
}

.pbe-image-slider-left.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .owl-carousel img {
    height: 100%;
    width: auto
}

.pbe-slider-left-content-blocks-right>div:first-of-type .owl-carousel-wrap .lc-owl-nav-wrap {
    z-index: 4
}

.pbe-image-slider-left .container-right .inner {
    padding: 5vw 8.5vw
}

.pbe-image-slider-left .slide-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.venue-filters {
    list-style-type: none;
    margin-bottom: 2vw
}

.venue-filters>li {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    padding: 5px 0;
    margin: 0 15px;
    position: relative;
    color: #00768b;
    cursor: pointer
}

.venue-filters>li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #00768b;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.venue-filters>li.active-filter:after,
.venue-filters>li:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dining-cta-wrap {
    display: none
}

.dining-cta-wrap:first-of-type {
    display: block
}

.meetings--cta-wrap {
    display: none
}

.meetings--cta-wrap:first-of-type {
    display: block
}

.pbe-3-column-color-blocks {
    padding: 0 !important
}

.color-blocks-3-blocks {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.color-blocks-3-blocks>li {
    width: 33.33333%;
    padding: 2.5vw 4vw;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:768px) {
    .color-blocks-3-blocks>li {
        width: 100%;
        height: auto !important;
        padding: 10vw
    }
}

.color-blocks-3-blocks>li ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.color-blocks-3-blocks>li h2,
.color-blocks-3-blocks>li h3,
.color-blocks-3-blocks>li h4,
.color-blocks-3-blocks>li h5,
.color-blocks-3-blocks>li li,
.color-blocks-3-blocks>li p {
    color: #fff
}

.color-blocks-3-blocks>li h2 {
    min-height: 88px
}

@media screen and (max-width:1300px) {
    .color-blocks-3-blocks>li h2 {
        min-height: 132px
    }
}

@media screen and (max-width:768px) {
    .color-blocks-3-blocks>li h2 {
        min-height: 1px
    }
}

.color-blocks-3-blocks>li p {
    min-height: 90px
}

@media screen and (max-width:1300px) {
    .color-blocks-3-blocks>li p {
        min-height: 140px
    }
}

@media screen and (max-width:768px) {
    .color-blocks-3-blocks>li p {
        min-height: 1px
    }
}

.color-blocks-3-blocks>li h4 {
    text-transform: uppercase;
    font-weight: 600
}

.color-blocks-3-blocks>li .button {
    margin-top: 20px
}

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

    .full-width-image,
    .image-and-content {
        padding: 15px 0 !important
    }

    .full-width-image h2,
    .image-and-content h2 {
        margin: 15px 0 20px;
        font-size: 32px
    }

    .full-width-image p+.button,
    .image-and-content p+.button {
        margin-top: -15px
    }

    .image-and-content+.full-width-image {
        margin-top: -20px;
        margin-bottom: 20px
    }
}

.events-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 0 50px
}

.events-months>li {
    display: inline-block
}

.events-months>li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #9c9b9b;
    text-decoration: none !important
}

.events-months>li a.active {
    border-bottom: 1px solid #00768b
}

.pbe-events {
    background-color: #fcfcfc
}

@media screen and (max-width:650px) {
    .pbe-events {
        padding-bottom: 30px !important
    }
}

.pbe-events .events-grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:768px) {
    .pbe-events .events-grid-wrap {
        display: block
    }
}

.pbe-events .events-grid-wrap>div {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

.pbe-events .events-grid-wrap>div:nth-child(odd) {
    padding-left: 0
}

.pbe-events .events-grid-wrap>div:nth-child(2n) {
    padding-right: 0
}

@media screen and (max-width:768px) {
    .pbe-events .events-grid-wrap>div {
        width: 100%;
        padding: 0
    }
}

.pbe-events .single-grid-event {
    position: relative
}

@media screen and (max-width:768px) {
    .pbe-events .single-grid-event {
        height: auto !important
    }
}

.pbe-events .single-grid-event:before {
    content: "";
    position: absolute;
    height: calc(100% - 34px);
    width: 100%;
    background-color: #fff;
    top: 34px;
    left: 0
}

.pbe-events .single-grid-event:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #00768b;
    opacity: 0;
    -webkit-transition: all .25 ease;
    transition: all .25 ease
}

.pbe-events .single-grid-event>a {
    display: inline-block;
    text-align: left;
    background-color: #388188;
    padding: 7px 42px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none !important;
    height: 34px;
    position: relative
}

.pbe-events .single-grid-event>a.event-no-tag {
    opacity: 0;
    visibility: hidden
}

.pbe-events .single-grid-event .featured-image {
    position: relative;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.pbe-events .single-grid-event .inner {
    position: relative;
    padding: 40px 5vw;
    margin-bottom: 20px;
    background-color: #fff
}

.pbe-events .single-grid-event .inner h2 {
    font-size: 28px;
    color: #348189;
    font-weight: 200;
    margin-top: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.pbe-events .single-grid-event p.date {
    text-transform: uppercase;
    font-size: 14px;
    color: #f26921
}

.pbe-events .single-grid-event p.date>span {
    display: inline-block
}

.pbe-events .single-grid-event p.date>span:after {
    content: ", "
}

.pbe-events .single-grid-event p.date>span:nth-last-child(2):after {
    content: " & "
}

.pbe-events .single-grid-event p.date>span:last-of-type:after {
    display: none
}

.pbe-events .single-grid-event:hover .inner h2 {
    color: #00768b;
    font-weight: 600
}

.pbe-events .single-grid-event:hover:after {
    opacity: 1
}

.pbe-events select {
    height: 56px;
    width: 360px;
    max-width: 90%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #f26921;
    border-color: #f26921;
    font-size: 16px;
    padding-left: 18px;
    outline: 0;
    margin: auto;
    display: inline-block;
    background-image: url(../../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
    padding-right: 35px;
    margin-top: 50px
}

@media screen and (max-width:768px) {
    .pbe-events select {
        margin-bottom: 50px
    }
}

.pbe-room-carousel-wrap {
    position: relative
}

.pbe-room-carousel-wrap .lc-owl-next,
.pbe-room-carousel-wrap .lc-owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer
}

.pbe-room-carousel-wrap .lc-owl-next.lc-owl-prev,
.pbe-room-carousel-wrap .lc-owl-prev.lc-owl-prev {
    left: 15px
}

.pbe-room-carousel-wrap .lc-owl-next.lc-owl-next,
.pbe-room-carousel-wrap .lc-owl-prev.lc-owl-next {
    right: 15px
}

.room-floorplans {
    display: none
}

.room-seperator {
    margin-top: 65px
}

.mfp-gallery .mfp-arrow-left,
.mfp-gallery .mfp-arrow-right {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.mfp-gallery .mfp-arrow-left:after,
.mfp-gallery .mfp-arrow-left:before,
.mfp-gallery .mfp-arrow-right:after,
.mfp-gallery .mfp-arrow-right:before {
    display: none !important
}

.mfp-gallery .mfp-arrow-left {
    background-image: url(../../images/gallery-prev.png)
}

.mfp-gallery .mfp-arrow-right {
    background-image: url(../../images/gallery-next.png)
}

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

    .mfp-gallery .mfp-arrow-left,
    .mfp-gallery .mfp-arrow-right {
        background-color: #000;
        background-size: 25px;
        width: 40px;
        height: 75px
    }
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.video-bg video {
    height: 120%;
    width: auto
}

.single-slide .video-bg video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 150%;
    width: auto
}

.single-dining-gallery-wrap {
    position: relative
}

.single-dining-gallery-wrap .lc-owl-nav-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    height: 40px;
    margin-top: -20px
}

.single-dining-gallery-wrap .lc-owl-nav-wrap>div {
    cursor: pointer;
    position: absolute
}

.single-dining-gallery-wrap .lc-owl-nav-wrap>div.lc-owl-prev {
    top: 0;
    left: 15px
}

@media screen and (max-width:768px) {
    .single-dining-gallery-wrap .lc-owl-nav-wrap>div.lc-owl-prev {
        left: 5px
    }
}

.single-dining-gallery-wrap .lc-owl-nav-wrap>div.lc-owl-next {
    top: 0;
    right: 15px
}

@media screen and (max-width:768px) {
    .single-dining-gallery-wrap .lc-owl-nav-wrap>div.lc-owl-next {
        right: 5px
    }
}

.single-meetings-gallery-wrap {
    position: relative
}

.single-meetings-gallery-wrap .lc-owl-prev {
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    margin-top: -20px
}

@media screen and (max-width:768px) {
    .single-meetings-gallery-wrap .lc-owl-prev {
        left: 5px
    }
}

.single-meetings-gallery-wrap .lc-owl-next {
    cursor: pointer;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    margin-top: -20px
}

@media screen and (max-width:768px) {
    .single-meetings-gallery-wrap .lc-owl-next {
        right: 5px
    }
}

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

    .owl-carousel-wrap video,
    .single-block video {
        display: none !important
    }
}

@media screen and (max-width:650px) {
    .blocks-slider .item>.inner {
        padding: 0 65px
    }
}

@media screen and (max-width:650px) {
    .pbe-wysiwyg {
        padding: 30px 0 !important
    }
}

.gallery-video-popup {
    position: relative;
    display: block
}

.gallery-video-popup i {
    font-size: 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    color: #fff;
    text-decoration: none
}

.gallery-video-popup:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 2;
    opacity: .4;
    top: 0;
    left: 0
}

.single-post-pagination {
    font-size: 16px;
    margin: 30px 0
}

.archive article {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.archive article h4 {
    color: #2e2e2e;
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0
}

.archive .post-thumbnail-wrapper img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

/*# sourceMappingURL=app.min.css.map */