/*
Theme Name: Sailing
Theme URI: http://sailing.thimpress.com/
Author: ThimPress
Author URI: http://thimpress.com
Description: Sailing Hotel
Version: 1.9.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: sailing
Domain Path: /languages/
*/

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 {
    -moz-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] {
    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;
    -moz-box-sizing: content-box;
    -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
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {
    *,
    :before,
    :after {
        background: transparent!important;
        color: #000!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: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .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 th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

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

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

a:focus {
    outline: thin dotted;
    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;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-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
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 92%
}

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:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

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

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

dt,
dd {
    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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

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

blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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 {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    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-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-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;
    text-align: left
}

th {
    text-align: left
}

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

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    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>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

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

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

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

.table-bordered {
    border: 1px solid #ddd
}

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

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

.table-striped>tbody>tr:nth-child(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>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    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>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

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

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

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

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

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

input[type=file] {
    display: block
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}



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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 31px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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


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



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



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


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





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





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



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

.form-horizontal .radio,
.form-horizontal .checkbox {
    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
    }
}



@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    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);
    -moz-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;
    pointer-events: none;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

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

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

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

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

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

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

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    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;
    -moz-box-shadow: none;
    box-shadow: none
}

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

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

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

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

.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -moz-transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
   
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

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

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

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

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
    visibility: hidden!important
}

.affix {
    position: fixed
}

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

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

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

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.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
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.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
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.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
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.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
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.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
    }
}

* {
    margin: 0;
    padding: 0
}

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

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

code {
    white-space: normal
}

.clear {
    clear: both
}

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

input,
textarea,
a {
    text-decoration: none
}

input:focus,
textarea:focus,
a:focus {
    outline: 0;
    box-shadow: 0 0 0
}

a:hover,
a,
a:active,
a:focus {
    text-decoration: none
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

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

blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px
}

.sticky .entry-date {
    display: none
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.bypostauthor>article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px
}

ul,
ol {
    margin-bottom: 10px;
    margin-left: 15px
}

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, .1)
}

th,
td {
    padding: 4px 6px
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600
}

td {
    border-width: 0 1px 1px 0
}

dd {
    margin-bottom: 24px
}

select {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: auto;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #fff;
    background-image: none
}

select:focus {
    border-color: #e6e6e6;
    box-shadow: 0 0 0;
    outline: 0
}

input[type=file]:focus {
    border-color: #e6e6e6;
    box-shadow: 0 0 0;
    outline: 0
}

.page-content .page-content-inner .gallery .gallery-item img {
    margin-bottom: 0
}

.gallery {
    margin-bottom: 20px
}

.gallery:after {
    content: "";
    display: table;
    clear: both
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -moz-calc(50% - 4px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -moz-calc(33.3% - 4px);
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -moz-calc(25% - 4px);
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -moz-calc(20% - 4px);
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -moz-calc(16.7% - 4px);
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -moz-calc(14.28% - 4px);
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -moz-calc(12.5% - 4px);
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -moz-calc(11.1% - 4px);
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

figure {
    max-width: 100%
}

input[type=radio],
input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

input[type=radio]:focus,
input[type=checkbox]:focus {
    box-shadow: 0;
    outline: 0
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    font-size: 14px
}

input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px
}

input[type=checkbox]:checked:before {
    content: '\f00c';
    margin: 0 0;
    font-family: FontAwesome;
    font-size: 13px
}

@media (max-width:768px) {
    .alignleft,
    .alignright {
        float: none
    }
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1
}

.wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_btt {
    0% {
        transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        transform: scale(.5);
        opacity: .1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.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
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

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

@-webkit-keyframes swing {
    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)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0deg);
        -ms-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        -ms-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        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;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -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
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@font-face {
    font-family: Pe-icon-7-stroke;
    src: url(https://rentals.seaoatsrentals.com/rns/Content/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(https://rentals.seaoatsrentals.com/rns/Content/fonts/Pe-icon-7-stroke.eot#iefixd7yf1v) format('embedded-opentype'), url(https://rentals.seaoatsrentals.com/rns/Content/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(https://rentals.seaoatsrentals.com/rns/Content/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(https://rentals.seaoatsrentals.com/rns/Content/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=pe-7s-],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-7s-album:before {
    content: "\e6aa"
}

.pe-7s-arc:before {
    content: "\e6ab"
}

.pe-7s-back-2:before {
    content: "\e6ac"
}

.pe-7s-bandaid:before {
    content: "\e6ad"
}

.pe-7s-car:before {
    content: "\e6ae"
}

.pe-7s-diamond:before {
    content: "\e6af"
}

.pe-7s-door-lock:before {
    content: "\e6b0"
}

.pe-7s-eyedropper:before {
    content: "\e6b1"
}

.pe-7s-female:before {
    content: "\e6b2"
}

.pe-7s-gym:before {
    content: "\e6b3"
}

.pe-7s-hammer:before {
    content: "\e6b4"
}

.pe-7s-headphones:before {
    content: "\e6b5"
}

.pe-7s-helm:before {
    content: "\e6b6"
}

.pe-7s-hourglass:before {
    content: "\e6b7"
}

.pe-7s-leaf:before {
    content: "\e6b8"
}

.pe-7s-magic-wand:before {
    content: "\e6b9"
}

.pe-7s-male:before {
    content: "\e6ba"
}

.pe-7s-map-2:before {
    content: "\e6bb"
}

.pe-7s-next-2:before {
    content: "\e6bc"
}

.pe-7s-paint-bucket:before {
    content: "\e6bd"
}

.pe-7s-pendrive:before {
    content: "\e6be"
}

.pe-7s-photo:before {
    content: "\e6bf"
}

.pe-7s-piggy:before {
    content: "\e6c0"
}

.pe-7s-plugin:before {
    content: "\e6c1"
}

.pe-7s-refresh-2:before {
    content: "\e6c2"
}

.pe-7s-rocket:before {
    content: "\e6c3"
}

.pe-7s-settings:before {
    content: "\e6c4"
}

.pe-7s-shield:before {
    content: "\e6c5"
}

.pe-7s-smile:before {
    content: "\e6c6"
}

.pe-7s-usb:before {
    content: "\e6c7"
}

.pe-7s-vector:before {
    content: "\e6c8"
}

.pe-7s-wine:before {
    content: "\e6c9"
}

.pe-7s-cloud-upload:before {
    content: "\e68a"
}

.pe-7s-cash:before {
    content: "\e68c"
}

.pe-7s-close:before {
    content: "\e680"
}

.pe-7s-bluetooth:before {
    content: "\e68d"
}

.pe-7s-cloud-download:before {
    content: "\e68b"
}

.pe-7s-way:before {
    content: "\e68e"
}

.pe-7s-close-circle:before {
    content: "\e681"
}

.pe-7s-id:before {
    content: "\e68f"
}

.pe-7s-angle-up:before {
    content: "\e682"
}

.pe-7s-wristwatch:before {
    content: "\e690"
}

.pe-7s-angle-up-circle:before {
    content: "\e683"
}

.pe-7s-world:before {
    content: "\e691"
}

.pe-7s-angle-right:before {
    content: "\e684"
}

.pe-7s-volume:before {
    content: "\e692"
}

.pe-7s-angle-right-circle:before {
    content: "\e685"
}

.pe-7s-users:before {
    content: "\e693"
}

.pe-7s-angle-left:before {
    content: "\e686"
}

.pe-7s-user-female:before {
    content: "\e694"
}

.pe-7s-angle-left-circle:before {
    content: "\e687"
}

.pe-7s-up-arrow:before {
    content: "\e695"
}

.pe-7s-angle-down:before {
    content: "\e688"
}

.pe-7s-switch:before {
    content: "\e696"
}

.pe-7s-angle-down-circle:before {
    content: "\e689"
}

.pe-7s-scissors:before {
    content: "\e697"
}

.pe-7s-wallet:before {
    content: "\e600"
}

.pe-7s-safe:before {
    content: "\e698"
}

.pe-7s-volume2:before {
    content: "\e601"
}

.pe-7s-volume1:before {
    content: "\e602"
}

.pe-7s-voicemail:before {
    content: "\e603"
}

.pe-7s-video:before {
    content: "\e604"
}

.pe-7s-user:before {
    content: "\e605"
}

.pe-7s-upload:before {
    content: "\e606"
}

.pe-7s-unlock:before {
    content: "\e607"
}

.pe-7s-umbrella:before {
    content: "\e608"
}

.pe-7s-trash:before {
    content: "\e609"
}

.pe-7s-tools:before {
    content: "\e60a"
}

.pe-7s-timer:before {
    content: "\e60b"
}

.pe-7s-ticket:before {
    content: "\e60c"
}

.pe-7s-target:before {
    content: "\e60d"
}

.pe-7s-sun:before {
    content: "\e60e"
}

.pe-7s-study:before {
    content: "\e60f"
}

.pe-7s-stopwatch:before {
    content: "\e610"
}

.pe-7s-star:before {
    content: "\e611"
}

.pe-7s-speaker:before {
    content: "\e612"
}

.pe-7s-signal:before {
    content: "\e613"
}

.pe-7s-shuffle:before {
    content: "\e614"
}

.pe-7s-shopbag:before {
    content: "\e615"
}

.pe-7s-share:before {
    content: "\e616"
}

.pe-7s-server:before {
    content: "\e617"
}

.pe-7s-search:before {
    content: "\e618"
}

.pe-7s-film:before {
    content: "\e6a5"
}

.pe-7s-science:before {
    content: "\e619"
}

.pe-7s-disk:before {
    content: "\e6a6"
}

.pe-7s-ribbon:before {
    content: "\e61a"
}

.pe-7s-repeat:before {
    content: "\e61b"
}

.pe-7s-refresh:before {
    content: "\e61c"
}

.pe-7s-add-user:before {
    content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
    content: "\e61d"
}

.pe-7s-paperclip:before {
    content: "\e69c"
}

.pe-7s-radio:before {
    content: "\e61e"
}

.pe-7s-note2:before {
    content: "\e69d"
}

.pe-7s-print:before {
    content: "\e61f"
}

.pe-7s-network:before {
    content: "\e69e"
}

.pe-7s-prev:before {
    content: "\e620"
}

.pe-7s-mute:before {
    content: "\e69f"
}

.pe-7s-power:before {
    content: "\e621"
}

.pe-7s-medal:before {
    content: "\e6a0"
}

.pe-7s-portfolio:before {
    content: "\e622"
}

.pe-7s-like2:before {
    content: "\e6a1"
}

.pe-7s-plus:before {
    content: "\e623"
}

.pe-7s-left-arrow:before {
    content: "\e6a2"
}

.pe-7s-play:before {
    content: "\e624"
}

.pe-7s-key:before {
    content: "\e6a3"
}

.pe-7s-plane:before {
    content: "\e625"
}

.pe-7s-joy:before {
    content: "\e6a4"
}

.pe-7s-photo-gallery:before {
    content: "\e626"
}

.pe-7s-pin:before {
    content: "\e69b"
}

.pe-7s-phone:before {
    content: "\e627"
}

.pe-7s-plug:before {
    content: "\e69a"
}

.pe-7s-pen:before {
    content: "\e628"
}

.pe-7s-right-arrow:before {
    content: "\e699"
}

.pe-7s-paper-plane:before {
    content: "\e629"
}

.pe-7s-delete-user:before {
    content: "\e6a7"
}

.pe-7s-paint:before {
    content: "\e62a"
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8"
}

.pe-7s-notebook:before {
    content: "\e62b"
}

.pe-7s-note:before {
    content: "\e62c"
}

.pe-7s-next:before {
    content: "\e62d"
}

.pe-7s-news-paper:before {
    content: "\e62e"
}

.pe-7s-musiclist:before {
    content: "\e62f"
}

.pe-7s-music:before {
    content: "\e630"
}

.pe-7s-mouse:before {
    content: "\e631"
}

.pe-7s-more:before {
    content: "\e632"
}

.pe-7s-moon:before {
    content: "\e633"
}

.pe-7s-monitor:before {
    content: "\e634"
}

.pe-7s-micro:before {
    content: "\e635"
}

.pe-7s-menu:before {
    content: "\e636"
}

.pe-7s-map:before {
    content: "\e637"
}

.pe-7s-map-marker:before {
    content: "\e638"
}

.pe-7s-mail:before {
    content: "\e639"
}

.pe-7s-mail-open:before {
    content: "\e63a"
}

.pe-7s-mail-open-file:before {
    content: "\e63b"
}

.pe-7s-magnet:before {
    content: "\e63c"
}

.pe-7s-loop:before {
    content: "\e63d"
}

.pe-7s-look:before {
    content: "\e63e"
}

.pe-7s-lock:before {
    content: "\e63f"
}

.pe-7s-lintern:before {
    content: "\e640"
}

.pe-7s-link:before {
    content: "\e641"
}

.pe-7s-like:before {
    content: "\e642"
}

.pe-7s-light:before {
    content: "\e643"
}

.pe-7s-less:before {
    content: "\e644"
}

.pe-7s-keypad:before {
    content: "\e645"
}

.pe-7s-junk:before {
    content: "\e646"
}

.pe-7s-info:before {
    content: "\e647"
}

.pe-7s-home:before {
    content: "\e648"
}

.pe-7s-help2:before {
    content: "\e649"
}

.pe-7s-help1:before {
    content: "\e64a"
}

.pe-7s-graph3:before {
    content: "\e64b"
}

.pe-7s-graph2:before {
    content: "\e64c"
}

.pe-7s-graph1:before {
    content: "\e64d"
}

.pe-7s-graph:before {
    content: "\e64e"
}

.pe-7s-global:before {
    content: "\e64f"
}

.pe-7s-gleam:before {
    content: "\e650"
}

.pe-7s-glasses:before {
    content: "\e651"
}

.pe-7s-gift:before {
    content: "\e652"
}

.pe-7s-folder:before {
    content: "\e653"
}

.pe-7s-flag:before {
    content: "\e654"
}

.pe-7s-filter:before {
    content: "\e655"
}

.pe-7s-file:before {
    content: "\e656"
}

.pe-7s-expand1:before {
    content: "\e657"
}

.pe-7s-exapnd2:before {
    content: "\e658"
}

.pe-7s-edit:before {
    content: "\e659"
}

.pe-7s-drop:before {
    content: "\e65a"
}

.pe-7s-drawer:before {
    content: "\e65b"
}

.pe-7s-download:before {
    content: "\e65c"
}

.pe-7s-display2:before {
    content: "\e65d"
}

.pe-7s-display1:before {
    content: "\e65e"
}

.pe-7s-diskette:before {
    content: "\e65f"
}

.pe-7s-date:before {
    content: "\e660"
}

.pe-7s-cup:before {
    content: "\e661"
}

.pe-7s-culture:before {
    content: "\e662"
}

.pe-7s-crop:before {
    content: "\e663"
}

.pe-7s-credit:before {
    content: "\e664"
}

.pe-7s-copy-file:before {
    content: "\e665"
}

.pe-7s-config:before {
    content: "\e666"
}

.pe-7s-compass:before {
    content: "\e667"
}

.pe-7s-comment:before {
    content: "\e668"
}

.pe-7s-coffee:before {
    content: "\e669"
}

.pe-7s-cloud:before {
    content: "\e66a"
}

.pe-7s-clock:before {
    content: "\e66b"
}

.pe-7s-check:before {
    content: "\e66c"
}

.pe-7s-chat:before {
    content: "\e66d"
}

.pe-7s-cart:before {
    content: "\e66e"
}

.pe-7s-camera:before {
    content: "\e66f"
}

.pe-7s-call:before {
    content: "\e670"
}

.pe-7s-calculator:before {
    content: "\e671"
}

.pe-7s-browser:before {
    content: "\e672"
}

.pe-7s-box2:before {
    content: "\e673"
}

.pe-7s-box1:before {
    content: "\e674"
}

.pe-7s-bookmarks:before {
    content: "\e675"
}

.pe-7s-bicycle:before {
    content: "\e676"
}

.pe-7s-bell:before {
    content: "\e677"
}

.pe-7s-battery:before {
    content: "\e678"
}

.pe-7s-ball:before {
    content: "\e679"
}

.pe-7s-back:before {
    content: "\e67a"
}

.pe-7s-attention:before {
    content: "\e67b"
}

.pe-7s-anchor:before {
    content: "\e67c"
}

.pe-7s-albums:before {
    content: "\e67d"
}

.pe-7s-alarm:before {
    content: "\e67e"
}

.pe-7s-airplay:before {
    content: "\e67f"
}

.tp-table {
    display: table;
    width: 100%
}

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

.thim-select-language {
    line-height: 27px
}

.thim-select-language .language {
    position: relative
}

.thim-select-language .language>span {
    padding-right: 13px;
    position: relative;
    line-height: 27px;
    display: inline-block
}

.thim-select-language .language>span:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    line-height: 27px;
    right: 0
}

.thim-select-language .language ul {
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 27px;
    left: -10px;
    background: #fff;
    z-index: 9999;
    min-width: 120px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.thim-select-language .language ul li {
    line-height: 30px;
    padding: 0 15px;
    text-align: left
}

.thim-select-language .language ul li a {
    color: #5a5a5a;
    text-transform: none;
    text-align: left;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    display: block
}

.thim-select-language .language:hover ul {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.site-header.header_v2 {
    padding-top: 0;
    padding-bottom: 0
}

.site-header.header_v2 .header-right.table-cell,
.site-header.header_v2 .header-left.table-cell {
    width: 50%
}

.site-header.header_v2 .inner-header-top {
    line-height: 30px
}

.site-header.header_v2 .inner-header-top ul {
    padding: 0;
    margin: 0 -5px
}

.site-header.header_v2 .inner-header-top ul li {
    list-style: none;
    float: left;
    margin: 0 5px
}

.site-header.header_v2 .inner-header-top ul li a {
    border: 1px solid;
    border-color: #eee;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    border-radius: 2px;
    display: block
}

.site-header.header_v2 .inner-header-top .sm-logo {
    text-align: center
}

.site-header.header_v2 .inner-header-top .sm-logo img {
    margin-bottom: 0
}

.site-header.header_v2 .navigation .table-center {
    border-top: 1px solid #eee
}

.site-header.header_v2 .navigation .table-center .inner-navigation {
    text-align: center
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>a,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span.disable_link,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span:not(.icon-toggle) {
    padding: 29px 30px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after:last-child {
    display: none
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:last-child:after {
    display: none!important;
    width: 0;
    height: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .disable_link,
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children a {
    padding-right: 45px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 30px
}

.thim-float-left {
    float: left;
    margin-right: 20px
}

.thim-float-left:last-child {
    margin-right: 0
}

.thim-float-right {
    float: right;
    margin-left: 20px
}

.thim-float-right:last-child {
    margin-left: 0
}

#rt-drawer.style1 {
    position: relative
}

#rt-drawer.style1 #collapseDrawer {
    overflow: hidden
}

#rt-drawer.style1 #collapseDrawer.collapse {
    display: block
}

#rt-drawer.style1 #collapseDrawer .widget {
    text-align: center;
    padding: 14px 15px
}

#rt-drawer.style1 #collapseDrawer .textwidget a {
    opacity: .7
}

#rt-drawer.style1 .drawer_link {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 999
}

#rt-drawer.style1 .drawer_link a {
    font-size: 26px;
    color: #fff
}

#rt-drawer.style1 .drawer_link a.collapsed i:before {
    content: "\f107"
}

#rt-drawer.style2 {
    position: relative;
    width: 100%;
    z-index: 99999
}

#rt-drawer.style2 #collapseDrawer {
    overflow: hidden
}

#rt-drawer.style2 #collapseDrawer.collapse {
    display: block
}

#rt-drawer.style2 #collapseDrawer .widget {
    text-align: center;
    padding: 14px 15px
}

#rt-drawer.style2 #collapseDrawer .textwidget a {
    opacity: .7
}

#rt-drawer.style2 .drawer_link {
    position: absolute;
    background: 0 0;
    width: 0;
    height: 40px;
    line-height: 28px;
    top: auto;
    text-align: center;
    bottom: -40px;
    right: 0;
    border-style: solid;
    border-width: 0 40px 40px 0
}

#rt-drawer.style2 .drawer_link .fa-angle-up:before {
    content: "\f068";
    font-size: 11px;
    position: absolute;
    left: 24px;
    top: 6px;
    color: #fff
}

#rt-drawer.style2 .drawer_link a.collapsed i:before {
    content: "\f067"
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}

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

.affix-top .sticky-logo {
    display: none
}

.affix .no-sticky-logo {
    display: none
}

.site-header.sticky-header,
.site-header.header_overlay {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0
}

.site-header .navbar-nav {
    text-align: right
}

.site-header .navbar-nav>li {
    float: none;
    display: inline-block
}

.wrapper-container {
    position: relative;
    overflow: hidden
}

.content-pusher {
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.content-pusher:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
    z-index: 9
}

.mobile-menu-open .content-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.mobile-menu-open .content-pusher {
    transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0)
}

@media (min-width:768px) {
    .header_v1 .width-navigation .menu-right {
        border-left: 1px solid
    }
    .site-header.header_v2.sticky-header.affix {
        padding-top: 0
    }
    .width-navigation {
        width: 300px
    }
    .width-navigation .menu-right {
        margin: 0 0 0 20px;
        display: inline-block
    }
    .width-navigation .menu-right:before,
    .width-navigation .menu-right:after {
        content: " ";
        display: table
    }
    .width-navigation .menu-right:after {
        clear: both
    }
    .width-navigation .menu-right:before,
    .width-navigation .menu-right:after {
        content: " ";
        display: table
    }
    .width-navigation .menu-right:after {
        clear: both
    }
    .width-navigation .menu-right:before,
    .width-navigation .menu-right:after {
        content: " ";
        display: table
    }
    .width-navigation .menu-right:after {
        clear: both
    }
    .width-navigation .menu-right:before,
    .width-navigation .menu-right:after {
        content: " ";
        display: table
    }
    .width-navigation .menu-right:after {
        clear: both
    }
    .width-navigation .navbar-nav {
        display: inline-block
    }
    .width-navigation.table-right {
        text-align: right
    }
    .site-header {
        padding-top: 25px;
        padding-bottom: 15px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .site-header.sticky-header.affix {
        position: fixed;
        top: 0;
        padding-top: 10px;
        padding-bottom: 0;
        box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4)
    }
    .site-header.sticky-header.affix.menu-hidden {
        transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%)
    }
    .content-pusher.boxed-area .site-header.sticky-header.affix {
        left: 0;
        right: 0;
        max-width: 1200px;
        margin: auto
    }
    .site-header.sticky-header.affix .navbar-nav>li:last-child>a,
    .site-header.sticky-header.affix .navbar-nav>li:last-child>span.disable_link {
        padding-right: 0
    }
    .sm-logo {
        vertical-align: middle
    }
    .sm-logo img {
        margin-bottom: 10px
    }
    .sm-logo img {
        -webkit-transition: all ease-out .3s;
        -moz-transition: all ease-out .3s;
        -o-transition: all ease-out .3s;
        -ms-transition: all ease-out .3s;
        transition: all ease-out .3s
    }
    .navigation .navbar-nav li.standard .sub-menu {
        background: #fff;
        box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, .09);
        -moz-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, .09);
        -o-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, .09);
        -ms-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, .09)
    }
    .navigation .navbar-nav li.standard .sub-menu li {
        padding: 0 20px
    }
    .navigation .navbar-nav li.standard .sub-menu li:after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px
    }
    .navigation .navbar-nav li.standard .sub-menu li:last-child:after {
        display: none
    }
    .navigation .navbar-nav li.standard .sub-menu li a,
    .navigation .navbar-nav li.standard .sub-menu li>span.disable_link {
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        padding: 12px 0;
        display: block
    }
    .navigation .navbar-nav li.standard>.sub-menu {
        margin-left: 0;
        top: 54px
    }
    .navigation .menu-right {
        padding-left: 15px
    }
    .navigation .menu-right .thim-social ul.social_link {
        margin: 0 -10px
    }
    .navigation .menu-right .thim-social ul.social_link li {
        margin: 0 10px
    }
    .navigation .menu-right li {
        list-style: none;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle
    }
    .navigation .menu-right li:last-child {
        padding-right: 0
    }
    .navigation {
        position: relative
    }
    .navigation .tm-table {
        width: 100%;
        display: table
    }
    .navigation nav {
        position: static
    }
    .navbar-nav>li.multicolumn [class*=submenu_columns] .sub-menu {
        position: static!important;
        display: block!important;
        width: auto;
        border: none;
        box-shadow: 0 0 0;
        padding: 0
    }
    .navbar-nav a i.fa {
        margin-right: 5px
    }
    .navbar-nav>li.multicolumn [class*=submenu_columns]>li,
    .navbar-nav [class*=submenu_columns]>aside {
        float: left
    }
    .navbar-nav>li.multicolumn [class*=submenu_columns]>aside {
        padding: 15px
    }
    .submenu-widget {
        padding: 10px
    }
    .navbar-nav .submenu_columns_2>li,
    .navbar-nav .submenu_columns_2>aside {
        width: 50%
    }
    .navbar-nav .submenu_columns_3>li,
    .navbar-nav .submenu_columns_3>aside {
        width: 33.33333%
    }
    .navbar-nav .submenu_columns_4>li,
    .navbar-nav .submenu_columns_4>aside {
        width: 25%
    }
    .navbar-nav .submenu_columns_5>li,
    .navbar-nav .submenu_columns_5>aside {
        width: 20%
    }
    .navbar-nav .dropdown_full_width {
        position: static
    }
    .navbar-nav li.multicolumn .submenu_columns_1,
    .navbar-nav li.widget_area .submenu_columns_1 {
        width: 233px
    }
    .navbar-nav li.multicolumn .submenu_columns_1 li,
    .navbar-nav li.widget_area .submenu_columns_1 li {
        width: 100%
    }
    .navbar-nav li.multicolumn .submenu_columns_2,
    .navbar-nav li.widget_area .submenu_columns_2 {
        width: 466px
    }
    .navbar-nav li.multicolumn .submenu_columns_3,
    .navbar-nav li.widget_area .submenu_columns_3 {
        width: 699px
    }
    .navbar-nav li.multicolumn .submenu_columns_4,
    .navbar-nav li.widget_area .submenu_columns_4 {
        width: 932px
    }
    .navbar-nav li.multicolumn .submenu_columns_5,
    .navbar-nav li.widget_area .submenu_columns_5 {
        width: 1165px
    }
    .navbar-nav li.drop_to_center .submenu_columns_1 {
        left: -80px
    }
    .navbar-nav li.drop_to_center .submenu_columns_2 {
        left: -191px
    }
    .navbar-nav li.drop_to_center .submenu_columns_3 {
        left: -310px
    }
    .navbar-nav li.drop_to_center .submenu_columns_4 {
        left: -425px
    }
    .navbar-nav li.drop_to_center .submenu_columns_5 {
        left: -545px
    }
    .navbar-nav li.dropdown_full_width .megacol {
        left: 15px;
        right: 15px;
        width: auto
    }
    .navbar-nav>li>span:hover {
        background: 0 0
    }
    .navbar-nav [class*=submenu_columns] aside {
        float: left;
        text-align: left
    }
    .widget_area aside ul li a,
    .widget_area aside ul li span {
        padding: 10px 25px 10px 0
    }
    .widget_area .widget_recent_entries li {
        padding-bottom: 0;
        margin-bottom: 0
    }
    .drop_to_right>.sub-menu {
        left: auto;
        right: 12px
    }
    .drop_to_center.standard>.sub-menu {
        left: 50%
    }
    .navbar-nav>li>.sub-menu.submenu-widget>li,
    .navbar-nav>li>.sub-menu.multicolumn>li {
        float: left;
        padding: 15px
    }
    .navbar-nav>li>.sub-menu.submenu-widget.submenu_columns_1>li,
    .navbar-nav>li>.sub-menu.multicolumn.submenu_columns_1>li {
        float: none
    }
    nav .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
    nav ul,
    nav ul ul,
    nav ul ul ul {
        margin: 0
    }
    nav ul li,
    nav ul ul li,
    nav ul ul ul li {
        margin: 0
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        background: 0 0
    }
    .navbar-nav {
        float: none
    }
    .navbar-nav li .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: auto;
        z-index: 9999
    }
    .navbar-nav li .sub-menu li {
        list-style: none;
        text-align: left;
        position: relative
    }
    .navbar-nav li .sub-menu li a {
        text-decoration: none
    }
    .navbar-nav li:hover>.sub-menu li a {
        text-decoration: none
    }
    .navbar-nav li.standard .sub-menu {
        min-width: 210px;
        margin-left: 0
    }
    .navbar-nav li.standard .sub-menu li {
        width: 100%
    }
    .navbar-nav li .sub-menu .sub-menu {
        left: 100%;
        top: 0
    }
    .navbar-nav li .sub-menu li:hover .sub-menu {
        height: auto;
        z-index: 999
    }
    .navbar-nav li.multicolumn .megacol>li {
        padding: 10px 15px
    }
    .navbar-nav li.multicolumn .megacol>li>a,
    .navbar-nav li.multicolumn .megacol>li>span {
        font-weight: 700;
        padding: 5px 0;
        display: block
    }
    .navbar-nav li.multicolumn .megacol>li>a:hover,
    .navbar-nav li.multicolumn .megacol>li>span:hover {
        background: 0 0
    }
    .navbar-nav li.multicolumn .megacol .sub-menu {
        background: 0 0;
        display: block!important
    }
    .navbar-nav li.multicolumn .megacol .sub-menu a,
    .navbar-nav li.multicolumn .megacol .sub-menu span.disable_link {
        padding: 5px 0;
        display: block
    }
    .navbar-nav>li {
        vertical-align: middle;
        display: inline-block;
        float: none
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span.disable_link,
    .navbar-nav>li>span:not(.icon-toggle) {
        padding: 15px 20px 25px 20px;
        
        position: relative;
        line-height: 14px;
        text-transform: uppercase
    }
    .navbar-nav>li:last-child>a,
    .navbar-nav>li:last-child>span.disable_link {
        padding-right: 0
    }
    .nav>li .sub-menu,
    .nav>li.multicolumn>.sub-menu,
    .nav>li.widget_area>.sub-menu {
        box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
        -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1)
    }
    .nav>li .sub-menu .menu-category-description,
    .nav>li.multicolumn>.sub-menu .menu-category-description,
    .nav>li.widget_area>.sub-menu .menu-category-description {
        text-align: justify
    }
    .nav>li.widget_area>.sub-menu {
        padding-right: 0;
        padding-left: 0
    }
    .nav>li.widget_area>.sub-menu aside {
        padding: 15px
    }
    .nav>li.multicolumn>.sub-menu .sub-menu,
    .nav>li.widget_area>.sub-menu .sub-menu {
        box-shadow: 0 0 0
    }
    .navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
        opacity: .5;
        margin-left: -8px
    }
    .navigation .navbar-nav>li.menu-item-has-children .icon-toggle:after {
        display: none
    }
    .admin-bar .site-header.affix {
        top: 32px
    }
    .width-navigation-left {
        text-align: left
    }
    .width-navigation-left .navbar-nav {
        text-align: left
    }
    .width-navigation-left li {
        list-style: none
    }
    .mobile-menu-open {
        height: 100%!important;
        margin-top: 0!important
    }
    .mobile-menu-open.wrapper-container {
        position: relative;
        overflow: hidden
    }
    .mobile-logo-custom .sticky-logo-mobile,
    .mobile-logo-custom .no-sticky-logo-mobile {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .navbar-nav li.multicolumn .submenu_columns_1,
    .navbar-nav li.widget_area .submenu_columns_1 {
        width: 194px
    }
    .navbar-nav li.multicolumn .submenu_columns_2,
    .navbar-nav li.widget_area .submenu_columns_2 {
        width: 388px
    }
    .navbar-nav li.multicolumn .submenu_columns_3,
    .navbar-nav li.widget_area .submenu_columns_3 {
        width: 582px
    }
    .navbar-nav li.multicolumn .submenu_columns_4,
    .navbar-nav li.widget_area .submenu_columns_4 {
        width: 776px
    }
    .navbar-nav li.multicolumn .submenu_columns_5,
    .navbar-nav li.widget_area .submenu_columns_5 {
        width: 970px
    }
    .navbar-nav li.dropdown_full_width [class*=submenu_columns].sub-menu {
        width: 100%
    }
    .navbar-nav li.drop_to_center .submenu_columns_1 {
        left: -55px
    }
    .navbar-nav li.drop_to_center .submenu_columns_2 {
        left: -152px
    }
    .navbar-nav li.drop_to_center .submenu_columns_3 {
        left: -252px
    }
    .navbar-nav li.drop_to_center .submenu_columns_4 {
        left: -347px
    }
    .navbar-nav li.drop_to_center .submenu_columns_5 {
        left: -450px
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .navbar-nav li.drop_to_center .submenu_columns_2 {
        left: -157px
    }
}

@media (max-width:767px) {
    .site-header .navigation {
        position: static!important
    }
    .width-navigation {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        width: 300px;
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0)
    }
    .width-navigation .inner-navigation {
        display: table;
        width: 300px;
        height: 100%
    }
    .width-navigation .menu-right {
        display: table-header-group;
        padding: 10px
    }
    .width-navigation .menu-right>li {
        margin-left: 20px;
        display: inline-block
    }
    .width-navigation .menu-right>li:first-child {
        margin-top: 30px
    }
    .width-navigation .menu-right .sliderbar-menu-controller {
        display: none
    }
    .width-navigation .navbar-nav {
        display: table-footer-group
    }
    .width-navigation .navbar-nav .icon-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 9px 25px;
        z-index: 9;
        font-size: 20px
    }
    .width-navigation .navbar-nav>li>ul.sub-menu {
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        display: none
    }
    .width-navigation ul li a {
        display: block;
        outline: 0;
        -webkit-transition: background .3s, box-shadow .3s;
        transition: background .3s, box-shadow .3s
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        background: 0 0
    }
    .site-header .navbar-nav {
        margin: 0
    }
    .site-header .navbar-nav li {
        list-style: none;
        position: relative;
        display: block
    }
    body,
    html,
    .mobile-menu-open {
        height: 100%!important;
        margin-top: 0!important
    }
    .site-header .navbar-nav {
        text-align: left
    }
    .menu-mobile-effect {
        float: none;
        display: table-cell;
        cursor: pointer;
        z-index: 1;
        vertical-align: middle;
        width: 22px;
        padding: 0 25px 0 10px
    }
    .sub-menu {
        position: relative
    }
    .sub-menu li {
        border: none!important
    }
    .sub-menu li a {
        padding-left: 25px!important
    }
    .navbar-nav .sub-menu:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 2px;
        top: 1px;
        display: block
    }
    .navbar-nav .sub-menu li {
        margin-top: 9px
    }
    .navbar-nav .sub-menu li:before {
        content: '';
        width: 7px;
        height: 1px;
        position: absolute;
        left: 3px;
        top: 10px;
        padding: 0;
        display: block
    }
    .navbar-nav .sub-menu .sub-menu {
        margin-left: 20px
    }
    .nav>li>span {
        padding: 10px 15px
    }
    .site-header .navigation {
        padding: 10px 0
    }
    .header_v2 .navigation {
        overflow: hidden
    }
    .header_v2 .tm-table {
        float: right
    }
    .header_v2 .width-navigation-left {
        display: none
    }
    .header_v2 .menu-mobile-effect div:first-child {
        display: none
    }
    .top-header aside {
        display: block
    }
}

.menu-main-menu>.menu ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 15px
}

@media (min-width:768px) {
    .navigation .navbar-nav>li.current-menu-item:last-child>a:after,
    .navigation .navbar-nav>li:hover:last-child>a:after,
    .navigation .navbar-nav>li.current-menu-item:last-child>span:after,
    .navigation .navbar-nav>li:hover:last-child>span:after {
        right: 0
    }
    .navigation .navbar-nav #magic-line {
        position: absolute;
        height: 2px;
        z-index: 99999;
        bottom: 12px
    }
}

@media (max-width:767px) {
    .navigation .navbar-nav #magic-line {
        display: none
    }
}

.sliderbar-menu-controller {
    cursor: pointer
}

.slider-sidebar {
    position: fixed;
    width: 280px;
    z-index: 10;
    height: 100%;
    overflow: auto;
    padding: 20px;
    top: 0;
    right: 0;
    -webkit-transform: translate(280px);
    -moz-transform: translate(280px);
    -ms-transform: translate(280px);
    -o-transform: translate(280px);
    transform: translate(280px);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease
}

.slider-sidebar.opened {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.slider-sidebar .widget-title {
    position: relative;
    padding-bottom: 20px
}

.slider-sidebar .widget-title:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 30px
}

.slider-sidebar ul {
    margin: 0
}

.slider-sidebar ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    border-style: solid
}

.slider-sidebar ul li:last-child {
    border-width: 0
}

.slider-sidebar aside {
    margin-bottom: 25px
}

.slider-sidebar aside:last-child {
    margin-bottom: 0
}

body #wrapper-container {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease
}

body.slider-bar-opened #wrapper-container {
    -webkit-transform: translate(-280px);
    -moz-transform: translate(-280px);
    -ms-transform: translate(-280px);
    -o-transform: translate(-280px);
    transform: translate(-280px)
}

.slider-bar-opened #wrapper-container {
    cursor: url(https://rentals.seaoatsrentals.com/rns/images/close.png), progress
}

.slider-bar-opened #wrapper-container:before {
    background: rgba(0, 0, 0, .5);
    content: ""!important;
    display: inline-block!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.top-header aside {
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 3px;
    line-height: 27px
}

.top-header aside.widget_shopping_cart {
    padding-bottom: 4px
}

.top-header a .fa.fa-facebook:hover {
    color: #3b5999
}

.top-header a .fa.fa-twitter:hover {
    color: #61cae7
}

.scrollup {
    z-index: 2;
    position: fixed;
    right: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    opacity: .8
}

.scrollup:before {
    content: '\f102';
    font-size: 20px;
    font-family: FontAwesome
}

footer#colophon {
    background-position: bottom center;
    background-repeat: no-repeat
}

footer#colophon .thim-social a {
    font-size: 18px
}

footer#colophon .footer {
    padding: 80px 0 40px 0
}

footer#colophon .footer aside {
    margin-bottom: 70px
}

footer#colophon .footer aside.widget_nav_menu {
    padding-top: 25px
}

footer#colophon .footer aside .newletter {
    padding-top: 25px
}

footer#colophon .footer aside .newletter .widget-title {
    margin-bottom: 10px
}

footer#colophon .footer aside .newletter .mc4wp-form {
    margin: 0 0 26px
}

footer#colophon .footer aside .newletter .mc4wp-form input[type=submit] {
    margin-top: 13px
}

footer#colophon .footer aside:last-child {
    margin-bottom: 0
}

footer#colophon .footer aside ul {
    margin: 0
}

footer#colophon .footer aside ul.social_link li:first-child {
    margin-left: 0
}

footer#colophon .footer aside ul li {
    list-style: none;
    margin-bottom: 10px;
    text-transform: capitalize
}

footer#colophon .footer .thim-footer-location {
    max-width: 300px
}

footer#colophon .footer .thim-footer-location .image {
    margin-bottom: 15px
}

footer#colophon .footer .thim-footer-location p {
    margin-bottom: 15px
}

footer#colophon .row aside {
    padding-left: 15px;
    padding-right: 15px
}

footer#colophon .text-copyright {
    padding: 34px 0;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    line-height: 26px
}

footer#colophon a .fa:hover.fa-facebook {
    color: #3b5999
}

footer#colophon a .fa:hover.fa-twitter {
    color: #61cae7
}

footer#colophon a .fa:hover.fa-google-plus {
    color: #f35633
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    ;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    ;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    border: none
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff!important;
    box-shadow: none!important
}

.sc-heading {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 43px
}

.heading__secondary {
    position: relative;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 30px;
    margin: 0 -30px
}

.heading__primary {
    margin: 0;
    position: relative;
    line-height: 1em
}

.wrapper-line-heading {
    padding-bottom: 50px
}

.wrapper-line-heading .line-heading {
    width: 75px;
    height: 7px;
    margin: 32px auto 0 auto;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.wrapper-line-heading .line-heading:before,
.wrapper-line-heading .line-heading:after,
.wrapper-line-heading .line-heading span:before,
.wrapper-line-heading .line-heading span:after {
    content: "";
    width: 30px;
    border-width: 1px 0;
    border-style: solid;
    height: 12px;
    display: inline-block;
    -moz-transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(-38deg);
    position: absolute;
    left: 0
}

.wrapper-line-heading .line-heading:after,
.wrapper-line-heading .line-heading span:after {
    -moz-transform: rotate(38deg);
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg);
    left: 14px
}

.wrapper-line-heading .line-heading span:before {
    left: 34px
}

.wrapper-line-heading .line-heading span:after {
    left: 48px
}

.wrapper-line-heading .heading__primary {
    font-size: 40px;
    font-weight: 600
}

.wrapper-line-heading .heading__secondary {
    margin-top: 2px
}

.otreservations-description {
    text-align: center
}

.widget-title {
    position: relative;
    margin-bottom: 55px
}

.widget-title:after {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0
}

.footer .widget-title {
    margin-bottom: 20px
}

.footer .widget-title:after {
    display: none
}

.sidebar .widget-title:after {
    display: none
}

.thim-widget-event .item-event {
    display: table
}

.thim-widget-event .item-event .event-thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.thim-widget-event .item-event .content-item {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    padding: 0 30px 0 40px
}

.thim-widget-event .item-event .content-item h3 {
    margin-top: 20px;
    font-weight: 700
}

.thim-widget-event .item-event .content-item .view-detail {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block
}

.thim-widget-event .item-event .content-right {
    display: table-cell;
    width: 228px;
    vertical-align: middle
}

.counter-group {
    text-align: center;
    width: 165px;
    margin: 0 auto
}

.counter-group:before,
.counter-group:after {
    content: " ";
    display: table
}

.counter-group:after {
    clear: both
}

.counter-block {
    float: left;
    margin: 5px
}

.counter-block .counter {
    position: relative;
    width: 50px;
    height: 40px;
    overflow: hidden
}

.counter-block {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px
}

.hidden-down {
    display: none
}

.counter-block .counter .number {
    padding: 1%;
    width: 46%;
    height: 98%;
    position: absolute;
    font-size: 36px;
    line-height: 50px;
    top: -10000px
}

.counter-block .counter .number.tens {
    left: 0
}

.counter-block .counter .number.units {
    left: 50%
}

.counter-block .counter .number.hundreds {
    display: none!important
}

.counter-block .counter .number.show {
    top: 0;
    z-index: 2
}

.counter-block .counter .number.hidden-down {
    top: 100%
}

.counter-block .counter .number.hidden-up {
    top: -100%;
    z-index: 100
}

.counter-block .counter.with-hundreds {
    width: 70px
}

.counter-block .counter.with-hundreds .number {
    width: 30.66%
}

.counter-block .counter.with-hundreds .number.tens {
    left: 33.33%
}

.counter-block .counter.with-hundreds .number.units {
    left: 66.66%
}

.counter-block .counter.with-hundreds .number.hundreds {
    display: block!important;
    left: 0
}

.counter-block .counter-caption {
    font-size: 13px
}

.wrapper-title-icon:after {
    clear: both;
    content: "";
    display: table
}

.iconbox-left .boxes-icon {
    float: left;
    margin-right: 15px
}

.iconbox-left .content-inner {
    float: left
}

.smicon-read {
    margin-top: 15px;
    padding: 8px 30px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: 700;
    color: #2a2a2a;
    font-size: 13px;
    text-transform: uppercase
}

.smicon-read i {
    font-size: 12px;
    margin-left: 5px
}

.iconbox-right .boxes-icon {
    float: right;
    margin-left: 15px
}

.iconbox-right .content-inner {
    float: left
}

.inner-icon {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    box-sizing: border-box
}

.inner-icon .icon {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.circle {
    border-radius: 50%
}

.text-center .boxes-icon {
    margin: 0 auto
}

.iconbox-top .icon-box-title {
    margin-top: 20px
}

.iconbox-top .boxes-icon {
    overflow: hidden;
    display: inline-block
}

.icon-box-title {
    margin-top: 0;
    margin-bottom: 10px
}

.boxes-icon {
    color: #333;
    border-width: 2px;
    border-style: solid;
    border-color: transparent
}

.iconbox-hover .thim-widget-icon-box {
    background-color: #fff!important;
    transition: background-color .5s ease;
    padding-top: 60px;
    padding-bottom: 100px
}

.iconbox-hover .thim-widget-icon-box .content-inner {
    padding-left: 60px;
    padding-right: 60px
}

.iconbox-hover:hover .thim-widget-icon-box {
    transition: background-color .5s ease
}

.iconbox-hover:hover .thim-widget-icon-box .icon-box-title,
.iconbox-hover:hover .thim-widget-icon-box .desc-icon-box p {
    color: #fff!important
}

.iconbox-hover:hover .thim-widget-icon-box .boxes-icon {
    border-color: #fff!important
}

.iconbox-hover:hover .thim-widget-icon-box .boxes-icon i {
    color: #fff!important
}

.iconbox-hover:hover .thim-widget-icon-box .smicon-read {
    background-color: #fff;
    border-color: #fff!important
}

.iconbox-hover:hover .line-bottom {
    background-color: #fff
}

.icon-box-title {
    position: relative
}

.icon-box-title .line-bottom {
    width: 90px;
    background-color: #202020;
    height: 1px;
    display: block;
    margin: 20px auto 30px auto
}

.text-center .icon-box-title .line-bottom {
    margin: 20px auto 30px auto
}

.text-center .desc-icon-box {
    padding-left: 35px;
    padding-right: 35px
}

.text-left .heading__primary .line-heading {
    left: 0;
    margin-left: 0
}

.text-left .icon-box-title .line-bottom {
    margin: 20px auto 30px 0
}

.text-left.wrapper-box-icon .sc-heading {
    text-align: left
}

.text-right .heading__primary .line-heading {
    left: auto;
    right: 0;
    margin-left: 0
}

.text-right .icon-box-title .line-bottom {
    margin: 20px 0 30px auto
}

.text-right.wrapper-box-icon .sc-heading {
    text-align: right
}

.wrapper-box-icon .sc-heading .line-heading {
    text-align: center
}

.custom-padding .sc-heading {
    padding-bottom: 30px
}

span.mute-audio {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    z-index: 99999
}

span.mute-audio:after {
    content: '\f028';
    font-family: FontAwesome
}

span.mute-audio.muted:after {
    content: '\f026';
    font-family: FontAwesome
}

.thim-widget-icon-box .inner-box.auto-hidden .mute-audio,
.thim-widget-icon-box .inner-box.auto-hidden .background-video,
.thim-widget-icon-box .inner-box.auto-hidden .bg-video-play {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.thim-widget-icon-box .inner-box.auto-hidden:hover .mute-audio,
.thim-widget-icon-box .inner-box.auto-hidden:hover .background-video,
.thim-widget-icon-box .inner-box.auto-hidden:hover .bg-video-play {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.testimonial_content {
    padding: 22px 30px 74px 20px
}

.content-pusher.boxed-area .owl-carousel .testimonial_content {
    margin-right: -1px
}

.testimonial_content p {
    margin: 0
}

.testimonial-footer {
    overflow: hidden;
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px
}

.testimonial-footer .avatar-testimonial {
    width: 90px;
    padding: 0 5px;
    float: left;
    margin-right: 15px
}

.testimonial-footer .title-regency {
    width: calc(100% - 105px);
    float: left;
    padding-top: 48px;
    line-height: 24px
}

.testimonial-footer .title-regency h6 {
    margin: 0;
    margin-bottom: -5px
}

.testimonial-footer .title-regency h6 a:hover {
    text-decoration: underline
}

.testimonial-footer .title-regency .regency {
    font-style: italic;
    font-size: 13px
}

.sc-testimonials.owl-carousel .owl-pagination {
    padding: 5px 0 0 20px;
    text-align: left
}

body input:focus {
    box-shadow: none;
    outline: 0
}

body input:focus[type=text]::-webkit-input-placeholder,
body input:focus[type=email]::-webkit-input-placeholder {
    color: transparent
}

body input:focus[type=text]:-moz-placeholder,
body input:focus[type=email]:-moz-placeholder {
    color: transparent
}

body input:focus[type=text]::-moz-placeholder,
body input:focus[type=email]::-moz-placeholder {
    color: transparent
}

body input:focus[type=text]:-ms-input-placeholder,
body input:focus[type=email]:-ms-input-placeholder {
    color: transparent
}

body textarea:focus::-webkit-input-placeholder {
    color: transparent
}

body textarea:focus:-moz-placeholder {
    color: transparent
}

body textarea:focus::-moz-placeholder {
    color: transparent
}

body textarea:focus:-ms-input-placeholder {
    color: transparent
}

body select:focus {
    box-shadow: none;
    outline: 0
}

.hotel-booking-search input,
.hotel-booking-search select,
.hotel-booking-search textarea,
.hotel-booking-search button {
    box-shadow: none;
    outline: 0
}

.tp-caption.thim-slider-button.rev-btn {
    border-width: 1px!important
}

.tablebox {
    display: table;
    width: 100%
}

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

.article__parallax .tablebox {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block
}

.article__parallax .tablebox:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.article__parallax .tablebox .tablebox__item {
    vertical-align: middle;
    z-index: 3;
    position: relative;
    display: inline-block;
    width: 99%
}

.article__parallax .tablebox .tablebox__item:before {
    content: " ";
    display: table
}

.article__parallax .sc-heading .heading__primary {
    color: #fff
}

.article__parallax .sc-heading {
    pointer-events: auto
}

.article__parallax .heading__primary,
.article__parallax .heading__secondary {
    pointer-events: none
}

.row__parallax {
    background: 0 0
}

.article__parallax {
    background-attachment: fixed;
    background-position: 50% 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-pagination {
    width: 100%;
    text-align: center;
    padding: 60px 0
}

.owl-carousel .owl-pagination .owl-page {
    display: inline-block
}

.owl-carousel .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a6a4a5;
    margin: 5px;
    cursor: pointer
}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
    position: absolute;
    top: -55px;
    font-size: 40px;
    color: #d7d7d7;
    cursor: pointer
}

.owl-carousel .owl-buttons .owl-prev span,
.owl-carousel .owl-buttons .owl-next span {
    position: relative
}

.owl-carousel .owl-buttons .owl-prev span:after,
.owl-carousel .owl-buttons .owl-next span:after {
    width: 24px;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px
}

.owl-carousel .owl-buttons .owl-prev {
    left: -17px;
    text-align: left
}

.owl-carousel .owl-buttons .owl-prev span:after {
    right: -1px
}

.owl-carousel .owl-buttons .owl-next {
    right: -17px;
    text-align: right
}

.owl-carousel .owl-buttons .owl-next span:after {
    left: -1px
}

.thim-widget-gallery-images {
    text-align: center
}

.border-widget .widget.so-panel {
    border: 1px solid #dce0e2;
    padding: 30px 30px 0 30px;
    margin-bottom: 60px;
    min-height: 417px
}

.border-widget .widget.so-panel .widget-title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.border-widget .widget.so-panel .widget-title i {
    float: right;
    color: #35aadc;
    font-size: 20px
}

ul.tweet {
    margin: 0
}

ul.tweet li {
    position: relative;
    margin-bottom: 10px;
    list-style: none
}

ul.tweet li .tweet-time {
    display: block;
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: italic
}

.newletter .widget-title:before {
    display: none;
    margin-bottom: 20px
}

.newletter .mc4wp-form {
    margin: 15px 0 20px
}

.newletter .mc4wp-form input[type=email],
.newletter .mc4wp-form input[type=text] {
    width: 250px;
    border: none;
    font-size: 13px;
    padding: 0 15px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #fff;
    max-width: 100%;
    margin-right: 8px;
    height: 40px;
    color: #5a5a5a
}

.newletter .mc4wp-form input[type=submit] {
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    border: none;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 15px
}

.thim-list-posts.homepage .item-post {
    overflow: hidden;
    margin-bottom: 30px
}

.thim-list-posts.homepage .article-date {
    line-height: 26px;
    width: 60px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    float: left;
    padding: 6px 0 2px
}

.thim-list-posts.homepage .article-date .day {
    display: block;
    font-size: 25px;
    font-weight: 700
}

.thim-list-posts.homepage .article-date .month {
    font-size: 13px
}

.thim-list-posts.homepage .article-date .year {
    display: none
}

.thim-list-posts.homepage .article-title-wrapper {
    position: relative;
    width: calc(100% - 80px);
    min-height: 60px;
    float: right
}

.thim-list-posts.homepage .article-title-wrapper h5 {
    margin-top: 0
}

.thim-list-posts.homepage .link_read_more a:hover {
    text-decoration: underline
}

.flexslider {
    position: relative;
    overflow: hidden
}

.flexslider ul,
.flexslider li,
.flexslider ul ul {
    margin: 0
}

.flexslider li {
    list-style: none
}

.flexslider .flex-direction-nav {
    margin: 0
}

.flexslider .flex-direction-nav a {
    position: absolute;
    z-index: 9;
    margin: 0;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    width: 30px;
    height: 70px;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    left: -36px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 70px;
    display: inline-block
}

.flexslider .flex-direction-nav .flex-next {
    right: -36px;
    left: auto
}

.flexslider .flex-direction-nav .flex-next:before {
    content: "\f105"
}

.flexslider:hover .flex-direction-nav .flex-prev {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    left: 0
}

.flexslider:hover .flex-direction-nav .flex-next {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    right: 0
}

.thim-widget-list-post-slider .widget-title {
    padding: 0 40px
}

.thim-social a {
    font-size: 14px;
    color: #000
}

.thim-social ul.social_link {
    margin: 0 -10px
}

.thim-social ul.social_link li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
    padding: 0
}

.wpcf7-form {
    margin: 32px 0 0 20px
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #dce0e2;
    padding: 7px 15px;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px
}

.wpcf7-form input {
    line-height: 24px
}

.wpcf7-form textarea {
    height: 200px
}

.wpcf7-form input[type=date] {
    padding: 2px 15px
}

.wpcf7-form input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.wpcf7-form .wpcf7-submit {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: none
}

.thim-widget-icon-box {
    position: relative;
    overflow: hidden
}

.thim-widget-icon-box .wrapper-box-icon {
    position: relative;
    z-index: 9
}

.thim-widget-icon-box video {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 1000%;
    max-width: 1000%;
    width: auto;
    height: auto;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.bg-video-play {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: -30px auto 0 auto;
    line-height: 105px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
    color: #fff
}

.bg-video-play:before {
    font: normal normal normal 40px/1 FontAwesome;
    content: "\f04b";
    margin-left: 12px
}

.bg-video-play.bg-pause {
    line-height: 100px
}

.bg-video-play.bg-pause:before {
    content: "\f04c";
    font-size: 36px;
    margin-left: 0
}

.parallax_images-mirror:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .4;
    background: #000
}

.top_site_main {
    position: relative;
    text-align: center;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    min-height: 400px
}

.top_site_main.top-site-no-image {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 300px
}

.top_site_main.top-site-no-image .page-title-wrapper {
    position: static
}

.top_site_main.top-site-no-image-custom {
    min-height: 0
}

.top_site_main img {
    width: 100%;
    height: auto
}

.top_site_main .page-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%
}

.top_site_main .page-title-wrapper:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 400
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__primary {
    text-transform: none
}

.top_site_main .page-title-wrapper .banner-wrapper .banner-description {
    margin-top: 10px
}

.top_site_main .page-title-wrapper .banner-wrapper h1,
.top_site_main .page-title-wrapper .banner-wrapper h2 {
    margin-top: 0;
    color: inherit;
    display: inline-block;
    position: relative
}

.top_site_main .page-title-wrapper .banner-wrapper h1 span,
.top_site_main .page-title-wrapper .banner-wrapper h2 span {
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 2px;
    display: inline-block;
    left: 0
}

.single-image.center {
    text-align: center
}

.single-image.right {
    text-align: right
}

.thim-widget-gallery-images .owl-carousel .owl-pagination .owl-page span {
    margin: 5px 15px
}

.list-html-content {
    text-align: right;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 100px
}

.list-html-content .title-list h5 {
    font-size: 24px;
    font-weight: 400
}

.list-html-content .line-center {
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    background: #7a7a7a
}

.list-html-content .line-center:after,
.list-html-content .line-center:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: #7a7a7a;
    position: absolute;
    left: 50%;
    margin-left: -6px
}

.list-html-content .line-center:after {
    bottom: 0
}

.list-html-content .col-sm-6:nth-child(2n) {
    text-align: left
}

.list-html-content .col-sm-6:nth-child(2n) .item-content .desc-list {
    float: left
}

.list-html-content .item-content {
    padding: 20px 45px
}

.list-html-content .item-content .desc-list {
    max-width: 340px;
    float: right;
    padding-top: 12px;
    padding-bottom: 17px
}

.page .comments-area {
    margin-left: 0
}

.show-separator {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px
}

.show-separator:after,
.show-separator:before {
    margin-left: 10px;
    width: 60px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-block;
    position: relative;
    top: -4px
}

.show-separator:before {
    margin-left: 0;
    margin-right: 10px
}

.rev_slider .thim-heading-slider {
    font-weight: 400
}

.rev_slider .heading__secondary {
    margin-bottom: 10px
}

.rev_slider .tp-caption.rev-btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.tp-button.primary {
    padding: 12px 35px;
    font-size: 13px;
    text-shadow: 0 0 0!important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px
}

.error-404 {
    padding-bottom: 160px;
    padding-top: 160px;
    text-align: center
}

.error-404 .page-content {
    max-width: 780px;
    margin: 0 auto
}

.error-404 .page-content h3 {
    font-weight: 400;
    font-size: 24px
}

.images_parallax {
    background: 0 0
}

.images_parallax img {
    opacity: 0
}

.wrapper-gallery-filter .item-photo .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.wrapper-gallery-filter .item-photo .inner a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    content: "";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1
}

.wrapper-gallery-filter .item-photo .inner a:after {
    width: 40px;
    height: 40px;
    content: "\f002";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2
}

.wrapper-gallery-filter .item-photo .inner:hover a:before,
.wrapper-gallery-filter .item-photo .inner:hover a:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.wrapper-gallery-filter .item-photo .inner:hover a img {
    -webkit-transform: 1.1;
    -moz-transform: 1.1;
    -o-transform: 1.1;
    -ms-transform: 1.1;
    transform: 1.1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.wrapper-gallery-filter .item-photo .inner img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s
}

#sb_instagram {
    padding-bottom: 0!important;
    margin-top: -10px
}

#sidebar #sb_instagram {
    margin-top: 0
}

#sb_instagram #sbi_images .sbi_photo_wrap {
    overflow: hidden
}

#sb_instagram #sbi_images .sbi_photo_wrap img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s
}

#sb_instagram #sbi_images .sbi_photo_wrap:hover img {
    -webkit-transform: 1.1;
    -moz-transform: 1.1;
    -o-transform: 1.1;
    -ms-transform: 1.1;
    transform: 1.1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.archive-content .sticky {
    background-color: #ECECEC;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 25px
}

.archive-content .sticky .share-post .social-share {
    border-color: #C2C2C2
}

.archive-content .sticky .share-post .social-share li {
    border-bottom: 1px solid #C2C2C2
}

.tp-bullets.preview4 {
    bottom: 30px!important
}

.tp-bullets.preview4 .bullet,
.tp-bullets.preview4 .bullet:hover {
    background: rgba(255, 255, 255, .5)!important;
    width: 10px!important;
    height: 10px!important;
    border: none!important;
    margin: 0 7px!important
}

.mobile-menu-open #main-content {
    position: relative;
    overflow: hidden;
    z-index: 99
}

.arrow-scroll {
    border: 2px solid #fff;
    border-radius: 12px;
    bottom: 50px;
    display: block;
    height: 34px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 22px;
    z-index: 99;
    transition: all 500ms cubic-bezier(.25, .46, .45, .94) 0s;
    -webkit-transition: all 500ms cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all 500ms cubic-bezier(.25, .46, .45, .94) 0s
}

.arrow-scroll a {
    display: table;
    height: 33px;
    text-align: center;
    width: 18px
}

.arrow-scroll span.mouse {
    display: block;
    margin: auto!important;
    width: 2px;
    height: 6px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    text-indent: -999em;
    overflow: hidden
}

.arrow-scroll span.scroll-text {
    bottom: 40px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 4px;
    line-height: 26px;
    position: absolute;
    text-transform: uppercase;
    transition: all 300ms cubic-bezier(.25, .46, .45, .94) 0s;
    -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all 300ms cubic-bezier(.25, .46, .45, .94) 0s;
    left: -88px;
    width: 200px
}

.arrow-scroll:hover span.scroll-text {
    letter-spacing: 6px!important;
    transition: all 300ms cubic-bezier(.25, .46, .45, .94) 0s!important;
    -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94) 0s!important;
    -o-transition: all 300ms cubic-bezier(.25, .46, .45, .94) 0s!important
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background-image: url(https://rentals.seaoatsrentals.com/rns/images/arrow-select.png);
    background-position: center right;
    background-repeat: no-repeat
}

@-moz-document url-prefix() {
    .wpcf7-form input[type=date] {
        padding: 7px 15px
    }
    .wpcf7-form select {
        padding: 11px 15px
    }
}

.beauty {
    width: 100%;
    position: relative;
    height: 650px;
    overflow: hidden
}

.beauty .video-container {
    height: auto;
    max-height: 844px
}

.beauty .beauty-intro {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
    text-align: center
}

.beauty .beauty-intro h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.beauty .beauty-intro>p {
    text-transform: uppercase
}

.beauty .beauty-intro p {
    margin: 0;
    color: #fff
}

.beauty .beauty-intro p.watch {
    font-size: 12px;
    margin: 10px 0 0;
    font-style: normal;
    line-height: 16px
}

.beauty .beauty-bg {
    width: 100%
}

.beauty .btns {
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin: 20px auto
}

.beauty .btns i {
    font-size: 80px;
    color: #fff
}

.beauty .btns:hover i:before {
    content: "\f01d"
}

.beauty .btns .watch {
    text-transform: uppercase
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.thim-our-service .list-check {
    margin: 0
}

.thim-our-service .list-check li {
    list-style: none;
    margin-bottom: 10px
}

.thim-our-service .list-check li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f13a";
    margin-right: 10px
}

.width50 {
    width: 50%;
    float: left
}

.width50 p i {
    margin-right: 10px
}

.wrapper-filter-controls {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 60px
}

.filter-controls {
    display: inline-block;
    border-bottom: 1px solid #dce0e2;
    padding: 0 10px
}

.filter-controls div,
.filter-controls .filter {
    display: inline-block;
    border-bottom: 4px solid transparent;
    margin: 0 8px -2px 8px;
    padding: 5px 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700
}

.filter-controls div.active,
.filter-controls .filter.active,
.filter-controls div:hover,
.filter-controls .filter:hover {
    border-color: #000
}

.instagram-slider .textwidget {
    margin: 0 -10px
}

.btn-default {
    background: transparent!important;
    border: 1px solid #fff!important;
    padding: 10px 30px;
    border-radius: 0
}

.thim-sailing-hotel p {
    margin-bottom: 22px
}

.thim-sailing-hotel .contact {
    margin-top: 44px
}

.thim-sailing-hotel .contact span {
    display: block
}

.thim-sailing-hotel .contact span:first-child {
    margin-bottom: 11px
}

.sale-off {
    width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0;
    position: relative
}

.sale-off.banner-round {
    background: rgba(255, 255, 255, .8);
    height: 290px;
    border-radius: 50%;
    padding: 50px 0
}

.sale-off p {
    margin: 0;
    color: #2a2a2a
}

.sale-off p.title {
    font-size: 18px
}

.sale-off p.off {
    font-size: 24px;
    margin: 3px 0 26px
}

.sale-off p.heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px
}

.sale-off p.learn-more a {
    font-weight: 600;
    color: #fff;
    display: block;
    margin: auto;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 140px;
    margin: 0 auto
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon {
    border: 0;
    height: auto!important;
    max-width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .boxes-icon .icon-images {
    display: block;
    overflow: hidden
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image .sc-heading {
    font-weight: 600;
    font-size: 24px;
    padding: 18px 0 13px
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image .desc-icon-box {
    font-size: 15px;
    padding-bottom: 70px
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .boxes-icon {
    box-shadow: none
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .desc-icon-box {
    padding-bottom: 100px
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    margin-top: 2px;
    padding: 6px 20px;
    line-height: 26px
}

.content-pusher.boxed-area .thim-widget-icon-box .wrapper-box-icon.has_custom_image.has_read_more .smicon-read {
    margin-left: 1px;
    margin-top: 20px
}

.thim-heading-hotel-master-rooms .wrapper-line-heading {
    padding: 60px 0 0
}

.counter-box {
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
    margin: 0 -15px
}

.counter-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    -webkit-opacity: .85;
    opacity: .85;
    -ms-filter: alpha(opacity=85);
    filter: alpha(opacity=85)
}

.counter-box .content-box-percentage {
    position: relative
}

.counter-box .display-percentage {
    display: block;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    padding: 47px 0 10px
}

.counter-box .counter-box-content {
    display: block;
    font-size: 30px;
    line-height: 30px
}

.thim-gallery-images.owl-carousel .owl-pagination {
    padding: 56px 0 90px
}

.single.tp-hotel-booking .site-main.alignleft {
    padding-right: 15px
}

.single.tp-hotel-booking .site-main.alignright {
    padding-left: 15px
}

.hb_single_room .thim-single-room-content {
    padding-right: 60px
}

.hb_single_room .thim-list-in-room {
    background: #f2f4f8;
    padding: 15px 25px 25px
}

.hb_single_room .thim-list-in-room ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hb_single_room .thim-list-in-room ul li {
    line-height: 30px
}

.hb_single_room .thim-list-in-room ul li i {
    padding-right: 10px
}

.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    width: 100%!important
}

.thim-widget-icon-box .background-video {
    text-align: center;
    padding: 128px 0
}

.thim-widget-icon-box .background-video .sc-heading {
    padding: 0
}

.thim-widget-icon-box .background-video .bg-video-play {
    line-height: 84px;
    margin: 20px auto 0
}

.thim-widget-icon-box .background-video .bg-video-play:before {
    line-height: 84px;
    margin-left: 9px
}

.thim-widget-icon-box .background-video .bg-video-play.bg-pause:before {
    margin-left: 0
}

.top_site_main.images_parallax {
    max-height: 400px
}

.top_site_main.images_parallax img {
    max-height: 360px
}

.content-pusher.boxed-area .top_site_main.images_parallax {
    max-height: 250px
}

.content-pusher.boxed-area .top_site_main.images_parallax img {
    max-height: 250px
}

.entry-content .hb-form-field label {
    display: none
}

.thim-heading-slider {
    color: #fff;
    font-size: 60px;
    margin: 0
}

body .hb_room_carousel_container .rooms {
    margin: 0
}

body .hb_room_carousel_container .rooms .hb_room {
    margin-bottom: 0;
    width: 100%
}

body .hb_room_carousel_container .item {
    min-height: 308px;
    min-width: 300px
}

body .hb_room_carousel_container .item .media img {
    width: 100%
}

body .hb_room_carousel_container .navigation {
    width: 245px
}

body .hb_room_carousel_container .navigation .next,
body .hb_room_carousel_container .navigation .prev {
    background: 0 0;
    width: 40px;
    height: 39px;
    line-height: 39px;
    margin-top: -8px
}

body .hb_room_carousel_container .navigation .next span[class*=pe-],
body .hb_room_carousel_container .navigation .prev span[class*=pe-] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 39px;
    line-height: 39px;
    font-size: 40px
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:before,
body .hb_room_carousel_container .navigation .prev span[class*=pe-]:before {
    color: #333
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:after,
body .hb_room_carousel_container .navigation .prev span[class*=pe-]:after {
    content: '';
    position: absolute;
    top: 19px;
    margin-top: 0;
    right: 0;
    height: 1px;
    width: 23px;
    background: #333
}

body .hb_room_carousel_container .navigation .next {
    margin-right: -15px
}

body .hb_room_carousel_container .navigation .next span[class*=pe-]:after {
    right: auto;
    left: 0
}

body .hb_related_other_room .rooms li.hb_room {
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
    max-height: none;
    max-width: none
}

body .hb_related_other_room .navigation {
    margin-top: -88px
}

body .hb_related_other_room .navigation .next,
body .hb_related_other_room .navigation .prev {
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px
}

body .hb_related_other_room .navigation .next span[class*=pe-],
body .hb_related_other_room .navigation .prev span[class*=pe-] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 39px;
    line-height: 39px;
    font-size: 40px
}

body .hb_related_other_room .navigation .next span[class*=pe-]:before,
body .hb_related_other_room .navigation .prev span[class*=pe-]:before {
    color: #333
}

body .hb_related_other_room .navigation .next span[class*=pe-]:after,
body .hb_related_other_room .navigation .prev span[class*=pe-]:after {
    content: '';
    position: absolute;
    top: 19px;
    margin-top: 0;
    right: 0;
    height: 1px;
    width: 23px;
    background: #333
}

body .hb_related_other_room .navigation .next {
    margin-right: -15px
}

body .hb_related_other_room .navigation .next span[class*=pe-]:after {
    right: auto;
    left: 0
}

body .rooms .hb_room .price {
    bottom: 10px;
    right: 10px
}

.thim-bg-overlay {
    position: relative
}

.thim-bg-overlay:before {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0
}

.thim-bg-black-overlay {
    background: rgba(0, 0, 0, .8)
}

#hotel-booking-results .hb-search-results .hb-room-gallery {
    display: block;
    position: relative;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
    overflow: hidden
}

#hotel-booking-results .hb-search-results .hb-room-gallery:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    content: "";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#hotel-booking-results .hb-search-results .hb-room-gallery:after {
    width: 40px;
    height: 40px;
    content: "\f002";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#hotel-booking-results .hb-search-results .hb-room-gallery:hover:after,
#hotel-booking-results .hb-search-results .hb-room-gallery:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.hb_add_to_cart.hb_loading {
    position: relative;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    -webkit-opacity: 1!important;
    opacity: 1!important;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100)!important;
    filter: alpha(opacity=100)!important;
    cursor: progress
}

.hb_add_to_cart.hb_loading:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://rentals.seaoatsrentals.com/rns/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .5)!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.hb-col-margin {
    margin: 0
}

.thim-make-reservations {
    max-width: 530px
}

.thim-contact-support {
    clear: both;
    margin-bottom: 15px
}

.thim-contact-support .contact-text {
    display: inline-block;
    min-width: 110px;
    text-transform: none;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 30px
}

.thim-contact-support .contact-value {
    display: inline-block;
    line-height: 30px
}

.site-main .hotel-booking-search {
    padding: 0
}

.site-main .hotel-booking-search .hb-form-field-input {
    display: block
}

body .rooms-pagination .page-numbers li .page-numbers {
    border: 1px solid #eee
}

body .rooms-pagination .page-numbers li .page-numbers.next,
body .rooms-pagination .page-numbers li .page-numbers.prev {
    padding-left: 10px;
    padding-right: 10px
}

#preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #35203b;
    z-index: 999999;
    margin: auto;
    text-align: center
}

#preload .loading-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-top: -25px;
    margin-left: -150px
}

#preload .loading-inner .loading {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: object 1s infinite;
    animation: object 1s infinite
}

#preload .loading-inner .loading-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#preload .loading-inner .loading-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#preload .loading-inner .loading-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

#preload .loading-inner .loading-5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#preload .loading-inner .loading-6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

#preload .loading-inner .loading-7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

#preload .loading-inner .loading-8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

#preload .loading-inner .loading-9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    margin-right: 0
}

@-webkit-keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

@keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

.hb-form-field-input select {
    max-width: 100%
}

form.wpcf7-form {
    text-align: center;
    position: relative
}

form.wpcf7-form img.ajax-loader {
    width: 25px;
    height: 25px;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 7px auto
}

form.wpcf7-form .wpcf7-not-valid {
    border-color: red
}

form.wpcf7-form .wpcf7-not-valid-tip {
    display: none
}

form.wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 8px;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px
}

form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    background: #f2dede
}

form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #B7E2A5
}

form.wpcf7-form.processing .wpcf7-submit {
    cursor: wait
}

form.wpcf7-form img.wpcf7-captchac {
    float: left
}

form.wpcf7-form input.wpcf7-captchar {
    margin-bottom: 15px
}

form.wpcf7-form hr {
    margin-bottom: 30px;
    border-top: 2px solid rgba(0, 0, 0, .1)
}

.ui-datepicker.ui-widget.ui-widget-content {
    margin-top: -1px;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    box-shadow: none
}

input.hasDatepicker:focus {
    border-radius: 3px 3px 0 0
}

input,
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.comment-form-rating .dk-select {
    display: none
}

.hb_addition_package_extra a.hb_package_toggle.active:after {
    content: '\f103'
}

.hb_addition_package_extra a.hb_package_toggle:after {
    content: '\f102';
    font: 400 18px/1 FontAwesome;
    padding: 5px 0
}

.thim-fixed.fixed {
    position: fixed;
    top: 0;
    z-index: 9999
}

.admin-bar .thim-fixed.fixed {
    top: 32px
}

body .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

body .fancybox-close,
body .fancybox-prev span,
body .fancybox-next span {
    background-image: none;
    font-family: FontAwesome
}

body .fancybox-close {
    width: 35px;
    height: 35px;
    background: #FFF;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

body .fancybox-close:before {
    content: '\f00d'
}

body .fancybox-prev {
    text-align: left
}

body .fancybox-prev span:before {
    content: '\f053'
}

body .fancybox-next {
    text-align: right
}

body .fancybox-next span:before {
    content: '\f054'
}

body .fancybox-nav {
    width: 35px;
    height: 35px;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    line-height: 35px;
    text-align: center
}

body .fancybox-nav span {
    background: #FFF;
    margin-top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    visibility: visible;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    -ms-filter: alpha(opacity=20);
    filter: alpha(opacity=20)
}

body .fancybox-outer:hover .fancybox-nav span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.hb-order-existing-customer .hb-form-field {
    display: inline-block;
    float: left;
    padding-right: 8px
}

.wrapper-header_overlay .top_site_main .banner-wrapper {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.thim-search-room.thim-search-no-padding .hotel-booking-search:before,
.thim-search-room.thim-search-no-padding .hotel-booking-search:after {
    display: none
}

.tp_chameleon_customize .input-box {
    padding-left: 15px;
    padding-right: 15px
}

.tp_chameleon_customize .dk-selected {
    border-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

iframe[name=google_conversion_frame] {
    height: 0!important;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.tp-buy-theme {
    margin-bottom: 30px
}

.tp_style_selector_container {
    width: 315px
}

.list-product-cat {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -10px
}

.product-cat {
    margin: 0 auto;
    display: inline-block;
    border-bottom: 1px solid #dce0e2;
    padding: 0 10px
}

.product-cat li {
    list-style: none;
    display: inline-block
}

.product-cat li a {
    display: inline-block;
    border-bottom: 4px solid transparent;
    margin: 0 8px -2px 8px;
    padding: 5px 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700
}

.quick-view {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.quick-view a {
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff;
    font-size: 32px
}

.quick-view a.loading.dark {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome!important;
    width: auto;
    border: none
}

.quick-view a.loading.dark:before {
    content: "\f110"
}

.product_thumb {
    display: inline-block;
    position: relative;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 100%
}

.product_thumb img {
    width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s
}

.product_thumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, .3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1
}

.product_thumb:hover:before,
.product_thumb:hover .quick-view {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.product_thumb:hover img {
    -webkit-transform: 1.1;
    -moz-transform: 1.1;
    -o-transform: 1.1;
    -ms-transform: 1.1;
    transform: 1.1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.product_thumb .onsale {
    font-weight: 400!important;
    margin: 0!important;
    padding: 0!important;
    top: 15px!important;
    left: 15px!important
}

.product-grid li {
    list-style: none
}

.product-grid li.col-md-4:nth-child(3n+1) {
    clear: both
}

.product-grid li.col-md-3:nth-child(4n+1) {
    clear: both
}

.product-grid .product__title {
    position: relative;
    margin-top: 25px;
    padding-right: 60px
}

.product-grid .product__title a.title,
.product-grid .product__title .price {
    display: block;
    font-weight: 700
}

.product-grid .product__title .price {
    color: #5a5a5a
}

.product-grid .product__title .price ins {
    text-decoration: none
}

.product-grid .product__title .price del {
    font-weight: 400;
    color: #aaa;
    padding-right: 5px
}

.product-grid .product__title a.button.add_to_cart_button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    text-transform: none;
    font-size: 0!important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    z-index: 9
}

.product-grid .product__title a.button.add_to_cart_button.added {
    opacity: 0
}

.product-grid .product__title a.button.add_to_cart_button:before {
    content: "\f07a";
    font: normal normal normal 14px/1 FontAwesome
}

.product-grid .product__title a.button.add_to_cart_button:hover {
    width: auto;
    line-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px!important
}

.product-grid .product__title a.button.add_to_cart_button:hover:before {
    display: none
}

.product-grid .product__title .added_to_cart {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    padding: 0;
    height: 40px;
    text-transform: none;
    line-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.product-grid .product__title .added_to_cart:hover {
    color: inherit!important
}

.product-grid .content__product {
    border-bottom: 1px solid #dce0e2;
    padding-bottom: 25px;
    margin-bottom: 60px
}

.related-products .product-grid .content__product {
    margin-bottom: 0;
    border: 0
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
    display: none!important
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-weight: 700
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
    font-weight: 400!important;
    margin: 0!important;
    padding: 0!important;
    top: 15px!important;
    left: 15px!important
}

.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price {
    font-weight: 700;
    color: #5a5a5a
}

.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del {
    font-weight: 400
}

.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product .product-grid span.price,
.woocommerce-page div.product .product-grid span.price {
    font-size: inherit
}

.woocommerce div.product .product-grid span.price del,
.woocommerce-page div.product .product-grid span.price del {
    display: inline-block
}

.woocommerce div.product .description,
.woocommerce-page div.product .description {
    margin-bottom: 25px
}

.woocommerce div.product form.cart .quantity,
.woocommerce-page div.product form.cart .quantity {
    width: auto;
    display: block;
    height: 40px;
    margin: 0
}

.woocommerce div.product form.cart .quantity input,
.woocommerce-page div.product form.cart .quantity input {
    padding: 4px 10px;
    border: 1px solid #dce0e2;
    line-height: 30px;
    height: 40px
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
    margin: 0 2px;
    border: none;
    text-shadow: 0 0 0;
    text-transform: none;
    font-size: 13px
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    color: #fff
}

.woocommerce div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus {
    outline: 0
}

.woocommerce div.product .woo-share,
.woocommerce-page div.product .woo-share {
    margin-left: 0;
    margin-top: 10px
}

.woocommerce div.product .woo-share .share_show,
.woocommerce-page div.product .woo-share .share_show {
    margin: 0
}

.woocommerce div.product .woo-share li,
.woocommerce-page div.product .woo-share li {
    list-style: none;
    display: inline-block
}

.woocommerce div.product .woo-share li a,
.woocommerce-page div.product .woo-share li a {
    width: 24px;
    height: 24px;
    margin: 0 3px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: inline-block
}

.woocommerce div.product .woo-share li a.facebook,
.woocommerce-page div.product .woo-share li a.facebook {
    background: #3b5999;
    margin-left: 0
}

.woocommerce div.product .woo-share li a.twitter,
.woocommerce-page div.product .woo-share li a.twitter {
    background: #61cae7
}

.woocommerce div.product .woo-share li a.pinterest,
.woocommerce-page div.product .woo-share li a.pinterest {
    background: #d4232b
}

.woocommerce div.product .woo-share li a.googleplus,
.woocommerce-page div.product .woo-share li a.googleplus {
    background: #f35633
}

.woocommerce div.product .woo-share li a:hover,
.woocommerce-page div.product .woo-share li a:hover {
    opacity: .6
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #dce0e2;
    margin-bottom: 40px
}

.woocommerce div.product .woocommerce-tabs .tabs,
.woocommerce-page div.product .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0!important
}

.woocommerce div.product .woocommerce-tabs .tabs:before,
.woocommerce-page div.product .woocommerce-tabs .tabs:before {
    border-bottom: 1px solid #dce0e2!important;
    bottom: 1px!important
}

.woocommerce div.product .woocommerce-tabs .tabs li,
.woocommerce-page div.product .woocommerce-tabs .tabs li {
    border: none!important;
    border-radius: 0!important;
    padding: 0!important;
    margin: 0!important;
    margin-right: 35px!important;
    background-color: transparent!important
}

.woocommerce div.product .woocommerce-tabs .tabs li:before,
.woocommerce-page div.product .woocommerce-tabs .tabs li:before,
.woocommerce div.product .woocommerce-tabs .tabs li:after,
.woocommerce-page div.product .woocommerce-tabs .tabs li:after {
    border: none!important;
    width: 0!important;
    height: 0!important
}

.woocommerce div.product .woocommerce-tabs .tabs li a,
.woocommerce-page div.product .woocommerce-tabs .tabs li a {
    padding: 0!important;
    font-size: 13px;
    text-transform: uppercase
}

.woocommerce div.product .woocommerce-tabs .entry-content,
.woocommerce-page div.product .woocommerce-tabs .entry-content {
    margin-top: 40px;
    margin-bottom: 50px
}

.woocommerce div.product .related-products,
.woocommerce-page div.product .related-products,
.woocommerce div.product .upsells-products,
.woocommerce-page div.product .upsells-products {
    clear: both
}

.woocommerce div.product .related-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
    padding-bottom: 20px!important;
    padding-top: 0!important;
    text-transform: none;
    font-weight: 700;
    position: relative;
    font-size: 24px;
    margin: 20px 0 40px
}

.woocommerce div.product .related-products>h2:after,
.woocommerce-page div.product .related-products>h2:after,
.woocommerce div.product .upsells-products>h2:after,
.woocommerce-page div.product .upsells-products>h2:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
    line-height: 30px;
    padding: 5px 15px!important;
    height: 40px;
    text-transform: none
}

.woocommerce .wc-proceed-to-checkout a.button,
.woocommerce-page .wc-proceed-to-checkout a.button {
    line-height: 30px;
    padding: 5px 15px;
    height: 40px;
    text-transform: none
}

.woocommerce.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-cart table.cart img {
    width: 80px
}

.woocommerce.woocommerce-cart table.cart th,
.woocommerce-page.woocommerce-cart table.cart th {
    text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions,
.woocommerce-page.woocommerce-cart table.cart td.actions {
    text-align: center
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {
    float: none;
    display: inline-block
}

.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 30px;
    padding: 4px 6px;
    min-width: 130px;
    height: 40px
}

.woocommerce.woocommerce-cart table.cart td.actions input[type=submit],
.woocommerce-page.woocommerce-cart table.cart td.actions input[type=submit] {
    margin-left: 10px
}

.woocommerce.woocommerce-cart a.remove,
.woocommerce-page.woocommerce-cart a.remove {
    margin: auto
}

.woocommerce.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none
}

.woocommerce.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-bottom: none
}

.woocommerce table.shop_table th.product-subtotal,
.woocommerce-page table.shop_table th.product-subtotal {
    border-right: none
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 20px 12px;
    text-align: center;
    border-top: none
}

.woocommerce table.shop_table td.product-subtotal,
.woocommerce-page table.shop_table td.product-subtotal {
    border-right: none
}

.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
    border: none
}

.woocommerce .woocommerce-shipping-calculator a:hover,
.woocommerce-page .woocommerce-shipping-calculator a:hover {
    text-decoration: underline
}

.woocommerce .woocommerce-info a.showcoupon:hover,
.woocommerce-page .woocommerce-info a.showcoupon:hover,
.woocommerce .woocommerce-info a.showlogin:hover,
.woocommerce-page .woocommerce-info a.showlogin:hover {
    text-decoration: underline
}

.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    line-height: 24px;
    padding: 7px 10px;
    min-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #dce0e2
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    margin: 7px 0;
    line-height: 24px;
    display: inline-block
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    min-height: 40px;
    text-transform: none;
    line-height: 24px;
    padding: 8px 25px;
    border: 0
}

.quantity input {
    border: 1px solid #dce0e2;
    padding: 4px 10px
}

.input-text {
    border: 1px solid #dce0e2;
    padding: 4px 10px
}

#ship-to-different-address {
    position: relative
}

#ship-to-different-address label {
    font-weight: 400;
    padding-left: 30px
}

#ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    top: 20px;
    left: 0
}

.woocommerce-page .button {
    font-size: 13px!important;
    text-transform: uppercase
}

.link-images-product {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product-grid .product__title a.button.add_to_cart_button.loading,
.product-grid .product__title a.button.add_to_cart_button.loading:hover {
    padding-right: 30px
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0
}

.woocommerce #payment .terms input[type=checkbox],
.woocommerce-page #payment .terms input[type=checkbox] {
    display: inline-block;
    border: 1px solid #000
}

.woocommerce #payment .terms input[type=checkbox]:checked:before,
.woocommerce-page #payment .terms input[type=checkbox]:checked:before {
    float: none;
    font-family: FontAwesome;
    content: '\f00c';
    height: 25px;
    width: 14px;
    line-height: 16px;
    font-size: 14px;
    display: block;
    color: #000;
    margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: none
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
    text-align: left
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li {
    margin: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment_container {
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    border: 0;
    border-top: 1px solid #ededed
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li img.avatar {
    width: 70px;
    height: 70px;
    border: 0;
    padding: 0;
    background: 0 0;
    border-radius: 50%;
    margin-right: 30px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text {
    margin: 0;
    padding: 0;
    float: right;
    border: 0;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    margin-top: -3px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta {
    float: left;
    display: inline-block;
    margin-right: 40px;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .author {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    line-height: 26px;
    margin-right: 40px;
    text-transform: capitalize
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .meta .date {
    line-height: 26px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    display: inline-block
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description {
    padding: 12px 0 0;
    margin: 0;
    clear: both
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist li .comment-text .description p:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating {
    float: left;
    width: 93px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper {
    margin-top: 30px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: none
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p {
    text-align: left;
    margin-bottom: 25px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p label {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
    padding: 4px 15px;
    border: 1px solid #ededed;
    line-height: 30px;
    min-height: 40px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:hover,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p input:active,
.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea:active {
    outline: 0
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p textarea {
    height: 150px;
    padding: 8px 15px;
    line-height: 24px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating label {
    margin-bottom: 5px
}

.woocommerce .woocommerce-tabs #reviews #review_form_wrapper .comment-form .form-submit .submit {
    padding: 5px 25px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    border-radius: 3px;
    border: 0
}

.woocommerce .star-rating {
    width: 93px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px
}

.woocommerce .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.woocommerce .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px;
    color: transparent
}

.woocommerce .woocommerce-review-link {
    color: inherit
}

.woocommerce .woocommerce-review-link:hover {
    text-decoration: underline
}

.woocommerce div.product .woocommerce-product-rating {
    line-height: 26px;
    margin-bottom: 10px
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0;
    margin-right: 10px
}

.woocommerce #review_form #respond p.stars {
    font-size: 13px;
    letter-spacing: 3px
}

.woocommerce #review_form #respond p.stars a[class*=star] {
    border: 0
}

.woocommerce span.onsale {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block
}

.product.has-default-attributes.has-children>.images {
    opacity: 1
}

.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li label {
    cursor: pointer
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -2px .5em 0 .5em
}

.woocommerce .comment-form-rating p.stars:hover a:before {
    content: "\e021"
}

.woocommerce .comment-form-rating p.stars>span:hover a:before {
    content: "\e020"
}

.woocommerce .comment-form-rating p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce .cart-collaterals .cross-sells ul.product-grid li,
.woocommerce-page .cart-collaterals .cross-sells ul.product-grid li {
    list-style: none;
    width: 50%
}

.woocommerce .cart-collaterals .cross-sells ul.product-grid li:nth-child(2n+1),
.woocommerce-page .cart-collaterals .cross-sells ul.product-grid li:nth-child(2n+1) {
    clear: both
}

input:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus:-moz-placeholder {
    opacity: 0
}

input:focus::-moz-placeholder {
    opacity: 0
}

input:focus:-ms-input-placeholder {
    opacity: 0
}

.widget_shopping_cart {
    position: relative
}

.widget_shopping_cart .minicart_hover {
    margin-top: 0;
    margin-bottom: 0
}

.widget_shopping_cart .minicart_hover .cart-items-number {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 16px
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    border-radius: 50%;
    bottom: 15px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    left: 17px;
    line-height: 18px;
    width: 18px;
    padding: 0 2px;
    position: absolute;
    text-align: center
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
    color: #fff!important
}

.widget_shopping_cart .widget_shopping_cart_content {
    display: none;
    background: #fff;
    left: auto;
    position: absolute;
    right: 0;
    top: 29px;
    min-width: 350px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 25px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
    max-height: 315px;
    overflow: auto;
    padding: 0 20px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
    width: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 6px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
    padding: 10px 0;
    border-top: 1px solid #dce0e2;
    width: 100%;
    margin-left: 0!important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
    text-align: left;
    max-width: 95%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a img {
    margin-right: 15px;
    width: 65px!important;
    float: left
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
    border-left: 0 none!important;
    float: left;
    padding-left: 0!important;
    min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
    margin: 0!important;
    padding: 0!important
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
    float: left;
    padding: 0;
    text-align: left;
    min-width: 60%
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
    left: auto!important;
    right: 10px;
    top: 10px!important;
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
    font-size: 15px
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
    border-top: none
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
    padding-top: 17px;
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total {
    border-bottom: 1px solid #dce0e2;
    border-top: 1px solid #dce0e2;
    padding: 15px 20px;
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    font-weight: 700;
    margin-left: 10px
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
    text-align: center
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
    background: #fff;
    border-radius: 0;
    font-weight: 400;
    margin: 0 10px;
    padding: 10px 25px;
    text-transform: uppercase
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
    color: #fff;
    position: relative
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
    color: #333;
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 0!important;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.mfp-image-holder .mfp-close:hover,
.mfp-inline-holder .mfp-close:hover {
    color: #2eb0d1
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-inline-holder .mfp-content {
    width: 100%;
    max-width: 900px
}

.mfp-inline-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 60%!important
}

.mfp-iframe-scaler #content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #fff
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    border-right: 1px solid #bbb3b9
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-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;
    -moz-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
}

.quickview .woocommerce-review-link {
    display: none
}

.quickview .product-info .right .woocommerce-product-rating {
    margin-bottom: 10px!important
}

.quickview .product-info .right .product_meta {
    padding-bottom: 20px
}

.quickview .product-info {
    margin-bottom: 0;
    position: relative;
    height: 100%
}

.quickview .product-info .left {
    padding-left: 30px;
    padding-top: 30px
}

.quickview .product-info .right {
    text-align: left;
    padding-left: 15px
}

.quickview .product-info .right .description {
    font-size: 13px;
    float: left;
    margin-top: 15px
}

.quickview .product-info .right .woocommerce-product-rating .star-rating {
    float: left
}

.quickview .product-info .right .product_meta>span {
    display: block
}

.quickview .product-info .right .product_title {
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 30px
}

.quickview .product-info .right .price {
    font-weight: 800
}

.quickview .product-info .right .price ins {
    text-decoration: none
}

.quickview .product-info .right .price del {
    font-weight: 400;
    padding-right: 5px
}

.quickview .product-info .right .cart {
    margin-top: 15px;
    float: left;
    width: 100%;
    padding-top: 0
}

.quickview .product-info .right .cart:before,
.quickview .product-info .right .cart:after {
    content: " ";
    display: table;
    clear: both
}

.quickview .product-info .right .cart a {
    font-weight: 400
}

.quickview .product-info .right .cart a .added:before {
    display: none!important
}

.quickview .product-info .right .cart button.button {
    height: auto;
    line-height: inherit;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: none
}

.quickview .product-info .right .cart .quantity {
    float: left;
    margin-right: 15px;
    height: auto
}

.quickview .product-info .right .cart .quantity input {
    padding: 4px 10px;
    border: 1px solid #bbb3b9;
    width: 55px;
    height: auto;
    font-weight: 400
}

.quickview .product-info .right .cart table,
.quickview .product-info .right .cart th,
.quickview .product-info .right .cart td {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.quickview .product-info .right .cart table .reset_variations,
.quickview .product-info .right .cart th .reset_variations,
.quickview .product-info .right .cart td .reset_variations {
    display: block
}

.quickview .product-info .right .cart table label,
.quickview .product-info .right .cart th label,
.quickview .product-info .right .cart td label {
    font-weight: 400
}

.quickview .product-info .right .cart table select,
.quickview .product-info .right .cart th select,
.quickview .product-info .right .cart td select {
    height: 30px;
    font-size: 13px
}

.quickview .product-info .right .reset_variations {
    font-size: 13px
}

.quickview .product-info .right .variations_form {
    margin-bottom: 0
}

.quickview .product-info .right .woo-share {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    float: left
}

.quickview .product-info .right .woo-share .share_show {
    margin: 0
}

.quickview .product-info .right .woo-share li {
    list-style: none;
    display: inline-block
}

.quickview .product-info .right .woo-share li a {
    width: 24px;
    height: 24px;
    margin: 0 3px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: inline-block
}

.quickview .product-info .right .woo-share li a.facebook {
    background: #3b5999;
    margin-left: 0
}

.quickview .product-info .right .woo-share li a.twitter {
    background: #61cae7
}

.quickview .product-info .right .woo-share li a.pinterest {
    background: #d4232b
}

.quickview .product-info .right .woo-share li a.googleplus {
    background: #f35633
}

.quickview .product-info .right .woo-share li a:hover {
    opacity: .6
}

.quickview .quick-view-detail {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-transform: none;
    text-decoration: underline;
    font-weight: 700
}

.tp-hotel-booking #reviews .commentlist .comment {
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    border: 0;
    border-top: 1px solid #ededed
}

.tp-hotel-booking #reviews .commentlist .comment .avatar {
    width: 70px;
    height: 70px;
    border: 0;
    padding: 0;
    background: 0 0;
    border-radius: 50%;
    margin-right: 30px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.tp-hotel-booking #reviews .commentlist .comment .comment-text {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    float: right;
    margin: 0;
    margin-top: -3px
}

.tp-hotel-booking #reviews .commentlist .comment .meta {
    display: inline-block;
    float: left;
    margin-right: 40px
}

.tp-hotel-booking #reviews .commentlist .comment .meta .author {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    margin-right: 40px;
    line-height: 26px;
    text-transform: capitalize
}

.tp-hotel-booking #reviews .commentlist .comment .meta .date {
    margin-right: 0;
    line-height: 26px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    display: inline-block
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating {
    float: left;
    width: 93px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 5px;
    overflow: hidden
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating:before {
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px
}

.tp-hotel-booking #reviews .commentlist .comment .star-rating span {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 26px;
    color: transparent;
    position: absolute;
    height: auto
}

.tp-hotel-booking #reviews .commentlist .comment .description {
    clear: both
}

.tp-hotel-booking #reviews #review_form_wrapper {
    clear: both
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form label {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating {
    margin-bottom: 10px
}

.tp-hotel-booking #reviews #review_form_wrapper .comment-form .comment-form-rating label {
    margin-bottom: 5px
}

.hb-rating-input {
    width: 90px
}

.hb-rating-input .rating-input {
    width: 18px;
    font-size: 13px
}

.site-content {
    padding-top: 63px;
    padding-bottom: 90px
}

.site-content.no-padding-top {
    padding-top: 0;
    padding-bottom: 0
}

.archive-content article:before,
.archive-content article:after {
    content: " ";
    display: table
}

.archive-content article:after {
    clear: both
}

.archive-content article:before,
.archive-content article:after {
    content: " ";
    display: table
}

.archive-content article:after {
    clear: both
}

.archive-content article:before,
.archive-content article:after {
    content: " ";
    display: table
}

.archive-content article:after {
    clear: both
}

.archive-content article:before,
.archive-content article:after {
    content: " ";
    display: table
}

.archive-content article:after {
    clear: both
}

.archive-content:before,
.archive-content:after {
    content: " ";
    display: table
}

.archive-content:after {
    clear: both
}

.archive-content:before,
.archive-content:after {
    content: " ";
    display: table
}

.archive-content:after {
    clear: both
}

.archive-content:before,
.archive-content:after {
    content: " ";
    display: table
}

.archive-content:after {
    clear: both
}

.archive-content:before,
.archive-content:after {
    content: " ";
    display: table
}

.archive-content:after {
    clear: both
}

.archive-content .share-post {
    width: 60px;
    margin-right: 20px;
    float: left;
    margin-bottom: 30px
}

.archive-content .share-post .date-meta {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 2px 6px;
    line-height: 22px
}

.archive-content .share-post .date-meta i {
    font-style: normal;
    display: block;
    font-size: 16px;
    font-weight: 400
}

.archive-content .share-post .social-share {
    margin: 10px 0 0 0;
    border: 1px solid #eee;
    text-align: center
}

.archive-content .share-post .social-share li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px
}

.archive-content .share-post .social-share li:last-child {
    border-bottom: none
}

.archive-content .share-post .social-share li a.facebook {
    color: #4c67a2
}

.archive-content .share-post .social-share li a.twitter {
    color: #00acee
}

.archive-content .share-post .social-share li a.googleplus {
    color: #d77066
}

.archive-content .share-post .social-share li a.pinterest {
    color: #d43b17
}

.archive-content .content-inner {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 52px;
    margin-bottom: 60px
}

.archive-content .content-inner .post-formats-wrapper {
    margin-bottom: 20px
}

.archive-content .content-inner .entry-meta {
    margin: 0
}

.archive-content .content-inner .entry-meta li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    color: #7a7a7a;
    font-size: 13px
}

.archive-content .content-inner .entry-meta li a {
    font-weight: 700
}

.archive-content .content-inner .entry-meta li:last-child {
    margin-right: 0
}

.archive-content .content-inner .entry-meta li:before {
    content: "∙";
    color: #aaa;
    margin-right: 5px
}

.archive-content .content-inner .entry-meta li:first-child:before {
    display: none
}

.archive-content .content-inner .entry-header {
    margin-bottom: 25px
}

.pagination-center {
    text-align: center
}

.loop-pagination,
.pagination {
    display: inline-block;
    width: 100%;
    margin: 0
}

.loop-pagination ul,
.pagination ul,
.loop-pagination li,
.pagination li {
    margin: 0
}

.loop-pagination li,
.pagination li {
    display: inline-block;
    zoom: 1;
    list-style: none;
    margin-right: 15px
}

.loop-pagination li .page-numbers,
.pagination li .page-numbers {
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    color: #5a5a5a;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase
}

.loop-pagination li .page-numbers.next,
.pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.prev {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
}

.loop-pagination li .page-numbers.next:hover,
.pagination li .page-numbers.next:hover,
.loop-pagination li .page-numbers.prev:hover,
.pagination li .page-numbers.prev:hover,
.loop-pagination li .page-numbers.next.current,
.pagination li .page-numbers.next.current,
.loop-pagination li .page-numbers.prev.current,
.pagination li .page-numbers.prev.current {
    background: 0 0
}

.loop-pagination li .page-numbers.next,
.pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev,
.pagination li .page-numbers.prev {
    white-space: nowrap
}

.archive-content .loop-pagination {
    margin-left: 80px
}

.comments-area {
    margin-top: 15px;
    border-top: 1px solid #eee
}

.comments-area .comment-list {
    margin: 0
}

.comments-area .comment-list .comment-list-inner .comments-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    padding-bottom: 11px;
    margin: 20px 0 40px
}

.comments-area .comment-list .comment-list-inner .comments-title:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffb606
}

.comments-area .comment-list .comment-list-inner .comment-author.meta {
    color: #b3b3b3
}

.comments-area .comment-list .comment-list-inner .comment-author.meta strong {
    color: #000
}

.comments-area .comment-list .comment-list-inner>li {
    list-style: none outside none;
    margin-bottom: 25px
}

.comments-area .comment-list .comment-list-inner li {
    margin: 0
}

.comments-area .comment-list .comment-list-inner li .wrapper-comment {
    overflow: hidden;
    padding: 45px 0;
    border-top: 1px solid #eee
}

.comments-area .comment-list .comment-list-inner li .avatar {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px
}

.comments-area .comment-list .comment-list-inner li .comment-right {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    float: left
}

.comments-area .comment-list .comment-list-inner li .comment-awaiting-moderation {
    margin-left: 20px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author {
    font-size: 15px;
    font-weight: 700
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author a,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author .author-name {
    text-transform: capitalize
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
    font-size: 12px;
    font-weight: 700;
    color: #ccc
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .author,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .date {
    float: none;
    display: inline-block;
    margin-right: 15px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 13px
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link:hover,
.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-reply-link:hover {
    text-decoration: underline
}

.comments-area .comment-list .comment-list-inner li .comment-extra-info .comment-edit-link {
    margin-left: 15px
}

.comments-area .comment-list .comment-list-inner li .content-comment {
    padding: 15px 30px 0 0
}

.comments-area .comment-list .comment-list-inner .children {
    margin: 0;
    margin-left: 100px
}

.comments-area .comment-list .comment-list-inner .children li {
    list-style: none
}

.comments-area .comment-list .comment-list-inner .comment-form-author,
.comments-area .comment-list .comment-list-inner .comment-form-email,
.comments-area .comment-list .comment-list-inner .comment-form-url {
    width: 100%;
    display: block
}

.comments-area .comment-list .comment-list-inner .comment-form-author input,
.comments-area .comment-list .comment-list-inner .comment-form-email input,
.comments-area .comment-list .comment-list-inner .comment-form-url input {
    width: 100%;
    line-height: 30px;
    padding: 4px 10px;
    min-height: 40px;
    display: inline-block
}

.comments-area .comment-list .comment-list-inner textarea {
    width: 100%;
    padding: 4px 10px
}

.comments-area .comment-list .comment-list-inner .form-submit input#submit {
    text-shadow: none;
    box-shadow: none;
    border: none;
    line-height: 30px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    padding-bottom: 0;
    margin: 20px 0 0
}

.comments-area .comment-respond-area #respond.comment-respond .comment-notes {
    color: #999;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 55px
}

.comments-area .comment-respond-area #respond.comment-respond .comment-notes:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    bottom: 0;
    position: absolute;
    left: 0
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url {
    width: 31%;
    display: inline-block;
    margin-bottom: 30px;
    float: left
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url input {
    width: 100%;
    line-height: 30px;
    padding: 4px 10px;
    min-height: 40px;
    display: inline-block;
    border: 1px solid #e3e6e6
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email {
    margin-right: 3.5%
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form textarea {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #e3e6e6
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .form-submit input#submit {
    text-shadow: none;
    box-shadow: none;
    border: none;
    line-height: 30px;
    padding: 5px 25px;
    font-weight: 700;
    font-size: 14px
}

.single-content .content-inner {
    border-bottom: none;
    margin-bottom: 0
}

.blog .site-main.alignleft,
.archive .site-main.alignleft,
.single .site-main.alignleft {
    padding-right: 45px
}

.blog .site-main.alignright,
.archive .site-main.alignright,
.single .site-main.alignright {
    padding-left: 45px
}

.archive-content .content-inner {
    padding-bottom: 52px;
    margin-bottom: 60px
}

.archive-content .content-inner .post-formats-wrapper {
    margin-bottom: 30px
}

.archive-content .content-inner .entry-header {
    margin-bottom: 30px
}

.archive-content .content-inner .blog_title {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 8px
}

.archive-content .content-inner .entry-meta .author a {
    text-transform: capitalize
}

.box-pinterest .textwidget {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px
}

.widget-area ul {
    margin-left: 0
}

.widget-area aside {
    overflow: hidden;
    margin-bottom: 25px
}

.widget-area aside.widget_search-room {
    overflow: visible
}

.widget-area aside.widget_search-room.thim-fixed.fixed {
    background-color: #FFF
}

.widget-area aside .widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.widget-area aside .widget-title span {
    z-index: 9;
    position: relative;
    padding-left: 5px;
    padding-right: 5px
}

.widget-area aside .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #dce0e2
}

.widget-area aside ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    list-style: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.widget-area aside select {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px
}

.widget-area aside select:focus {
    outline: 0;
    box-shadow: 0 0 0
}

.widget-area .screen-reader-text {
    display: none
}

.search-form {
    position: relative
}

.search-form:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 13px;
    top: 13px
}

.search-form label {
    width: 100%;
    display: inline-block;
    font-weight: 400
}

.search-form label .screen-reader-text {
    display: none
}

.search-form label .search-field {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px
}

.search-form label .search-submit {
    margin-left: 0;
    margin-right: 0
}

.search-form .search-submit {
    display: none;
    margin: 0;
    padding: 0 16px
}

.widget.thim_search_widget a.widget-search-form {
    cursor: pointer
}

.widget_rss .rsswidget {
    font-weight: 700
}

.widget_rss .rss-date {
    display: block;
    font-style: italic;
    font-size: 90%
}

.widget_rss cite {
    color: #000;
    font-weight: 700
}

.widget_categories ul li,
.widget_pages ul li {
    border-bottom: 1px solid #dce0e2;
    margin: 5px 0;
    padding-bottom: 10px;
    text-transform: none;
    font-size: 13px;
    font-weight: 600
}

.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget_categories ul li:first-child,
.widget_pages ul li:first-child {
    margin-top: 0
}

.widget_nav_menu ul ul {
    margin: 0 0 0 25px
}

.widget_nav_menu ul ul li {
    margin: 0
}

.widget_nav_menu li.menu-item-has-children {
    padding-bottom: 0
}

.widget_recent_entries ul li .post-date {
    font-size: 13px;
    font-style: italic;
    display: block
}

.sidebar .widget {
    margin-bottom: 35px
}

.sidebar .widget.widget_heading {
    margin-bottom: 0
}

.sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none
}

.sidebar .widget .widget-title:before {
    margin-top: -2px
}

.sidebar .widget .widget-title span {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px
}

.sidebar .widget:first-child .widget-title {
    margin-top: -3px
}

.thim-sidebar-about-blog .thim-image {
    position: relative;
    margin-bottom: 10px;
    max-width: 270px
}

.thim-sidebar-about-blog .thim-image .thim-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    z-index: 9
}

.thim-sidebar-about-blog .thim-image img.thim-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 10
}

.thim-sidebar-about-blog .thim-description {
    word-break: break-all
}

.thim-list-posts.sidebar .item-post {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden
}

.thim-list-posts.sidebar .item-post:last-child {
    margin-bottom: 10px
}

.thim-list-posts.sidebar .article-image {
    float: left;
    width: 120px;
    margin-right: 20px;
    height: 100px;
    overflow: hidden
}

.thim-list-posts.sidebar .article-image img {
    width: 100%;
    margin-top: -10px
}

.thim-list-posts.sidebar .article-title-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.thim-list-posts.sidebar .article-date {
    font-size: 13px
}

.thim-list-posts.sidebar .article-date span {
    margin-right: 5px
}

.thim-list-posts.sidebar .article-date span.month:after {
    content: ','
}

.thim-list-posts.sidebar .article-date span.year {
    margin-right: 0
}

.thim-sidebar-pinterest {
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px
}

.thim-sidebar-pinterest span[class*=PIN_] {
    max-width: 100%;
    overflow: hidden
}

#sidebar .wrapper-line-heading {
    margin-bottom: 0;
    margin-top: 69px;
    padding: 39px 0 0;
    text-align: center
}

#sidebar .wrapper-line-heading .heading__primary {
    font-size: 24px
}

#sidebar .wrapper-line-heading .line-heading {
    margin-top: 16px
}

#sidebar .thim-widget-search-room .wrapper-line-heading {
    padding-top: 28px;
    margin-top: 0
}

#sidebar .dk-option {
    padding-top: 0;
    padding-bottom: 0
}

#sidebar .hotel-booking-search {
    padding: 23px 30px 30px
}

#sidebar .hotel-booking-search form .hb-form-field {
    padding: 0
}

#sidebar .hotel-booking-search form input,
#sidebar .hotel-booking-search form select,
#sidebar .hotel-booking-search form button {
    width: 100%;
    min-width: auto
}

#sidebar .hotel-booking-search form input.error,
#sidebar .hotel-booking-search form select.error,
#sidebar .hotel-booking-search form button.error {
    border-color: red
}

#sidebar .hotel-booking-search form input.error:focus,
#sidebar .hotel-booking-search form select.error:focus,
#sidebar .hotel-booking-search form button.error:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#sidebar .hotel-booking-search form button {
    border-color: transparent
}

#sidebar .hotel-booking-search .hb_input_field {
    display: block
}

#sidebar .hotel-booking-search .hb_input_field:after {
    right: 12px
}

#sidebar .hotel-booking-search .hb_input_field .hb_input_date_check {
    padding-right: 20px
}

#sidebar .thim-widget-mini-cart-room {
    border: 1px solid #eee;
    padding: 30px
}

#sidebar .thim-widget-mini-cart-room .wrapper-line-heading {
    margin: 0;
    padding: 0
}

#sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
    padding: 10px 15px
}

.thim-search-room .hotel-booking-search {
    padding: 0
}

.thim-search-room .hotel-booking-search:before {
    position: absolute;
    content: "";
    top: -17px;
    left: -17px;
    border-left: transparent;
    border-top: transparent;
    border-bottom: #eaeaea;
    border-style: solid;
    border-width: 17px;
    border-right: transparent;
    border-bottom-width: 45px;
    box-shadow: 0 -1px 0 -1px #cfcfcf
}

.thim-search-room .hotel-booking-search:after {
    position: absolute;
    content: "";
    top: -17px;
    right: -17px;
    border-right: transparent;
    border-top: transparent;
    border-bottom: #eaeaea;
    border-style: solid;
    border-width: 17px;
    border-left: transparent;
    border-bottom-width: 45px;
    box-shadow: 0 -1px 0 -1px #cfcfcf
}

.thim-search-room .hotel-booking-search form {
    background-color: #fff;
    display: block;
    padding: 30px 45px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    max-width: 1170px;
    margin: 0 auto
}

.thim-search-room .hotel-booking-search form:after {
    content: '';
    display: block;
    clear: both
}

.thim-search-room .hotel-booking-search form .hb-form-table {
    width: 80%;
    float: left
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
    width: 25%;
    padding: 0 10px;
    margin: 0;
    float: left
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field .hb_input_field {
    display: block
}

.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field input,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field button,
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field select {
    width: 100%;
    min-width: auto
}

.thim-search-room .hotel-booking-search form .hb-submit {
    width: 20%;
    float: left;
    padding: 0 10px
}

.thim-search-room .hotel-booking-search form .hb-submit button {
    width: 100%;
    min-width: auto
}

.thim-search-room .hotel-booking-search input::-webkit-input-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:-moz-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input::-moz-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:-ms-input-placeholder {
    color: #7a7a7a
}

.thim-search-room .hotel-booking-search input:before {
    content: "\f073";
    display: block;
    position: aboslute;
    top: 10px;
    right: 10px
}

.thim-search-room .hotel-booking-search input,
.thim-search-room .hotel-booking-search button,
.thim-search-room .hotel-booking-search select {
    line-height: 40px;
    padding: 0 8px
}

.thim-search-room .hotel-booking-search .hb-form-field {
    position: relative
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field .hb_input_date_check {
    padding-right: 20px
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field input.error {
    border-color: red
}

.thim-search-room .hotel-booking-search .hb-form-field .hb_input_field input.error:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.thim-search-room.thim-search-no-padding form {
    background: 0 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1190px
}

.thim-search-room.thim-search-no-padding form:after,
.thim-search-room.thim-search-no-padding form:before {
    display: none
}

.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form input,
.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form button,
.thim-bg-black-overlay .thim-search-room.thim-search-no-padding form select {
    border-color: transparent
}

form[name=hb-payment-form] button.hb_loading,
form[name=hb-search-form] button.hb_loading {
    position: relative;
    cursor: progress;
    border: 0
}

form[name=hb-payment-form] button.hb_loading:before,
form[name=hb-search-form] button.hb_loading:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://rentals.seaoatsrentals.com/rns/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .5)!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.hotel_booking_invalid_quantity .dk-selected {
    border-color: red
}

.hotel_checkout_errors {
    display: none
}

button.ui-datepicker-trigger {
    cursor: pointer!important;
    position: absolute!important;
    display: inline;
    padding: 0!important;
    font-size: 13px;
    background: transparent!important;
    color: #aaa;
    left: 0;
    text-align: right;
    border-color: transparent!important
}

button.ui-datepicker-trigger:before {
    display: none!important
}

.hb_input_field:after {
    display: none
}

.thim-search-room-slider {
    margin-top: -550px;
    background: rgba(0, 0, 0, .7);
    width: 373px;
    right: 0;
    float: right;
    height: 550px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.thim-search-room-slider .wrapper-line-heading {
    padding-bottom: 0
}

.thim-search-room-slider .wrapper-line-heading .heading__primary {
    font-size: 30px;
    color: #FFF
}

.thim-search-room-slider .wrapper-line-heading .line-heading {
    margin: 0 auto
}

.thim-search-room-slider .hb-form-field {
    text-align: left
}

.thim-search-room-slider .hotel-booking-search button,
.thim-search-room-slider .hotel-booking-search input,
.thim-search-room-slider .hotel-booking-search select,
.thim-search-room-slider .hotel-booking-search textarea {
    width: 100%
}

.thim-search-room-slider .hb_input_field {
    width: 100%;
    display: block
}

.thim-search-room-slider .hotel-booking-search {
    padding: 13px 58px
}

.thim-search-room-slider .widget_search-room {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: 0;
    right: 0
}

.widget_heading .text-left .sc-heading {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.widget_heading .text-left .heading__primary {
    font-size: 40px
}

.widget_hb_widget_carousel .nav-right .hb_room_carousel_container {
    position: relative;
    margin-bottom: 79px
}

.widget_hb_widget_carousel .nav-right .hb_room_carousel_container .navigation {
    display: inline-block;
    float: right
}

.widget_hb_widget_carousel .nav-right .hb_room_carousel_container .text_link {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 63px
}

.widget_hb_widget_carousel .nav-right .hb_room_carousel_container .hb_room_carousel {
    padding-top: 100px
}

.thim-border-bottom:after {
    border-bottom: 1px solid #eee;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    display: block
}

.hb-search-room-results .hb_success_message {
    display: none!important
}

.hotel-booking-search button.error,
.hotel-booking-search input.error,
.hotel-booking-search select.error,
.hotel-booking-search textarea.error {
    border-color: red
}

button.ui-datepicker-trigger i {
    padding: 10px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .home button.ui-datepicker-trigger i {
        position: absolute;
        top: -40px;
        right: 10px
    }
}

.rtl button.ui-datepicker-trigger i {
    float: left
}

a,
button,
button[type=button],
button[type=submit],
input[type=submit],
.bg-video-play,
.navigation .navbar-nav>li>span,
.hb_search_room_item_detail_price_close {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.hb_related_other_room .navigation span[class*=pe-]:before,
.hb_room_carousel_container .navigation span[class*=pe-]:before,
.hb_related_other_room .navigation span[class*=pe-]:after,
.hb_room_carousel_container .navigation span[class*=pe-]:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.hb_button {
    text-decoration: none;
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffb606;
    color: #fff;
    min-height: 40px;
    display: inline-block
}

.hb_button:hover {
    background: #2a2a2a;
    color: #fff
}

.hb_button:focus {
    outline: 0
}

.hb_add_to_cart.hb_loading {
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50)
}

.hb_room_carousel_container {
    margin-bottom: 89px
}

.hb_room_carousel_container .hb_room_carousel {
    margin: 0 -15px
}

.hb_room_carousel_container .navigation {
    width: 215px;
    margin: 0 auto
}

.hb_room_carousel_container .navigation .prev,
.hb_room_carousel_container .navigation .next {
    line-height: 24px;
    height: 24px;
    width: 24px;
    background: url(https://rentals.seaoatsrentals.com/rns/Content/images/prev.png) no-repeat center left;
    display: inline-block;
    float: left;
    cursor: pointer;
    z-index: 20
}

.hb_room_carousel_container .navigation .prev span[class*=pe-],
.hb_room_carousel_container .navigation .next span[class*=pe-] {
    display: none
}

.hb_room_carousel_container .navigation .next {
    float: right;
    background: url(https://rentals.seaoatsrentals.com/rns/Content/images/next.png) no-repeat center right
}

.hb_room_carousel_container .text_link {
    line-height: 24px;
    text-align: center;
    margin: 28px auto 34px;
    z-index: 10
}

.hb_room_carousel_container .text_link a {
    color: #2a2a2a;
    line-height: 24px;
    display: block
}

.hb_room_carousel_container .hb_room {
    width: 300px;
    min-height: 290px;
    position: relative;
    padding: 0 15px;
    margin: 0
}

.rooms {
    margin: 0 -15px;
    list-style: none;
    clear: both;
    overflow: hidden
}

.post-type-archive-hb_room .rooms.hb-catalog-column-5>.hb_room {
    width: 20%
}

.post-type-archive-hb_room .rooms.hb-catalog-column-4>.hb_room {
    width: 25%
}

.post-type-archive-hb_room .rooms.hb-catalog-column-3>.hb_room {
    width: 33.33%
}

.post-type-archive-hb_room .rooms.hb-catalog-column-2>.hb_room {
    width: 50%
}

.rooms .hb_room {
    list-style: none;
    float: left;
    position: relative;
    padding: 0 15px;
    margin-bottom: 50px
}

.rooms .hb_room .media {
    position: relative
}

.rooms .hb_room .media img {
    width: 100%;
    height: auto
}

.rooms .hb_room .media a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 137px solid #ffb606;
    border-left: 137px solid transparent;
    bottom: 0;
    right: 0;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.rooms .hb_room .summary {
    cursor: default
}

.rooms .hb_room .summary .price {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.rooms .hb_room .summary:hover .media a:before {
    border-bottom-width: 167px;
    border-left-width: 167px
}

.rooms .hb_room .summary:hover .price {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px)
}

.rooms .hb_room .title h4 {
    line-height: 30px;
    margin: 16px 0 0
}

.rooms .hb_room .title h4 a {
    color: #2a2a2a;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.rooms .hb_room .price {
    position: absolute;
    right: 25px;
    bottom: 50px;
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 27px
}

.rooms .hb_room .price span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 4px
}

.rooms .hb_room .price span.unit {
    font-size: 13px;
    margin-top: 0;
    border-bottom: 0;
    padding: 0
}

.rooms .hb_room .price span.title-price {
    display: none
}

.rooms .hb_room .rating {
    position: absolute;
    bottom: 7px;
    right: 15px
}

.rooms-pagination .page-numbers {
    list-style: none;
    margin: 15px 0 5px;
    text-align: center
}

.rooms-pagination .page-numbers li {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px
}

.rooms-pagination .page-numbers li span {
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    color: #5a5a5a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase
}

.rooms-pagination .page-numbers li span.current {
    background: #ffb606;
    color: #2a2a2a
}

.rooms-pagination .page-numbers li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    color: #5a5a5a;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none
}

.rooms-pagination .page-numbers li a:hover {
    background: #ffb606;
    color: #2a2a2a
}

.rooms-pagination .page-numbers li a.next,
.rooms-pagination .page-numbers li a.prev {
    width: auto;
    background: 0 0
}

.rooms-pagination .page-numbers li a.next:hover,
.rooms-pagination .page-numbers li a.prev:hover {
    background: 0 0;
    color: #ffb606
}

.hb_single_room .title h4 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 29px
}

.hb_single_room .title h4 a {
    color: #2a2a2a
}

.hb_single_room .price {
    float: right;
    margin-top: -65px;
    line-height: 30px;
    font-weight: 600;
    font-size: 30px;
    color: #ffb606
}

.hb_single_room .price span.title-price {
    margin-right: 5px;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 400
}

.hb_single_room .price span.unit {
    font-size: 14px;
    font-weight: 600
}

.hb_single_room .price span.unit:before {
    content: '/';
    padding: 0 5px
}

.hb_single_room .hb_room_gallery {
    margin-bottom: 50px!important;
    display: block;
    clear: both;
    overflow: hidden
}

.hb_single_room .hb_room_gallery .flex-direction-nav a {
    width: 40px;
    height: 40px;
    color: rgba(216, 216, 216, .85)
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:before {
    font-size: 35px;
    line-height: 40px;
    margin-right: 5px
}

.hb_single_room .hb_room_gallery .flex-direction-nav a:hover {
    background: #fff
}

.hb_single_room .hb_room_gallery .flex-direction-nav .flex-prev {
    left: 0
}

.hb_single_room .hb_room_gallery .flex-direction-nav .flex-next {
    right: 0
}

.hb_single_room #carousel ul.slides li {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    cursor: pointer
}

.hb_single_room #carousel ul.slides li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4
}

.hb_single_room #carousel ul.slides li.flex-active-slide::before {
    opacity: 0
}

.hb_single_room #carousel ul.slides li:first-child {
    padding-left: 0
}

.hb_single_room #carousel ul.slides li:last-child {
    padding-right: 0
}

.hb_single_room #carousel ul.slides li:hover::before {
    opacity: 0
}

.hb_single_room #carousel .flex-direction-nav li a {
    top: 60%
}

.hb_single_room .hb-share {
    clear: both;
    float: right;
    margin-bottom: -50px
}

.hb_single_room .hb-share ul {
    list-style: none
}

.hb_single_room .hb-share ul li {
    display: inline-block;
    padding-left: 19px
}

.hb_single_room .hb-share ul li:first-child {
    padding-left: 0
}

.hb_single_room .hb-share ul li a {
    font-size: 16px
}

.hb_single_room .hb-share ul li a.facebook {
    color: #4c67a2
}

.hb_single_room .hb-share ul li a.twitter {
    color: #00acee
}

.hb_single_room .hb-share ul li a.googleplus {
    color: #da7c74
}

.hb_single_room .hb-share ul li a.pinterest {
    color: #d43b17
}

.hb_single_room .hb_single_room_details {
    clear: both
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs {
    clear: both;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
    padding-right: 40px;
    border: 0;
    display: inline-block;
    line-height: 30px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #5a5a5a;
    position: relative;
    display: block;
    line-height: 30px;
    padding-bottom: 9px
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a:after {
    content: '';
    bottom: -2px;
    height: 4px;
    background: 0 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active {
    color: #2a2a2a
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
    background: #ffb606
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
    padding: 40px 0
}

.hb_single_room #reviews {
    clear: both
}

.hb_single_room #reviews #review_form_wrapper {
    margin-top: 30px
}

.hb_single_room #reviews #review_form_wrapper form input {
    min-height: 40px;
    border: 1px solid #ddd;
    text-shadow: none;
    box-shadow: none
}

.hb_single_room #reviews #review_form_wrapper form p {
    margin-bottom: 20px
}

.hb_single_room #reviews #review_form_wrapper form p label {
    margin-bottom: 10px;
    display: block
}

.hb_single_room #reviews #review_form_wrapper form p textarea {
    height: 100px;
    padding: 10px;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #ddd
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffb606;
    color: #2a2a2a
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
    background: #2a2a2a;
    color: #fff
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:focus {
    outline: 0
}

.hb_single_room table.hb_room_pricing_plans tr th {
    font-weight: 700;
    color: #2a2a2a;
    text-align: center
}

.hb_single_room table.hb_room_pricing_plans tr td {
    text-align: center;
    padding: 10px
}

.hb_related_other_room {
    margin: 0 -15px
}

.hb_related_other_room .tp-hotel-booking {
    margin: 0
}

.hb_related_other_room>.title {
    position: relative;
    line-height: 40px;
    padding-bottom: 11px;
    margin: 20px 15px 40px
}

.hb_related_other_room>.title:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffb606
}

.hb_related_other_room .rooms li.hb_room {
    padding: 0 15px;
    min-width: 300px;
    width: 300px;
    max-width: 400px;
    margin: 0
}

.hb_related_other_room .navigation {
    width: auto;
    float: right;
    margin-top: -80px;
    margin-right: 15px
}

.hb_related_other_room .navigation .prev,
.hb_related_other_room .navigation .next {
    line-height: 24px;
    height: 24px;
    width: 24px;
    background: url(https://rentals.seaoatsrentals.com/rns/Content/images/prev.png) no-repeat center left;
    display: inline-block;
    float: left;
    cursor: pointer;
    z-index: 20
}

.hb_related_other_room .navigation .prev span[class*=pe-],
.hb_related_other_room .navigation .next span[class*=pe-] {
    display: none
}

.hb_related_other_room .navigation .next {
    margin-left: 20px;
    float: right;
    background: url(https://rentals.seaoatsrentals.com/rns/Content/images/next.png) no-repeat center right
}

#hotel-booking-results>h3 {
    font-size: 40px;
    color: #2a2a2a;
    margin: 0 0 15px;
    line-height: 40px
}

#hotel-booking-results form .hb_button.hb_checkout,
#hotel-booking-results form button.hb_add_to_cart,
#hotel-booking-results form button[type=submit] {
    text-decoration: none;
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffb606;
    color: #2a2a2a
}

#hotel-booking-results form .hb_button.hb_checkout:hover,
#hotel-booking-results form button.hb_add_to_cart:hover,
#hotel-booking-results form button[type=submit]:hover {
    background: #2a2a2a;
    color: #fff
}

#hotel-booking-results form .hb_button.hb_checkout:focus,
#hotel-booking-results form button.hb_add_to_cart:focus,
#hotel-booking-results form button[type=submit]:focus {
    outline: 0
}

#hotel-booking-results .hb-search-results>.hb-room {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 23px;
    line-height: 30px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a {
    line-height: 30px;
    display: inline-block;
    color: #2a2a2a;
    text-decoration: none
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
    color: #ffb606
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name label {
    display: inline-block;
    line-height: 30px;
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 20px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
    max-width: 100%;
    width: 270px;
    float: left
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail img {
    max-width: 270px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li {
    margin-bottom: 30px;
    display: block
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li:last-child {
    margin-bottom: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb_search_item_price {
    margin-left: 20px;
    margin-right: 15px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li select {
    padding: 3px 25px 3px 5px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>label {
    width: auto;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>div {
    width: auto;
    margin-left: 20px
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li>div.hb_view_price {
    margin-left: 0
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_quantity>label {
    line-height: 38px;
    float: left
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_price {
    position: relative
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_max_child {
    display: inline-block
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity>div,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_max_child>div {
    font-weight: 700
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_capacity {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eee
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li.hb_search_price {
    font-weight: 700
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details {
    color: #9a9a9a;
    font-weight: 400;
    font-style: italic
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb-view-booking-room-details:hover {
    text-decoration: underline
}

#hotel-booking-results a:hover {
    text-decoration: underline
}

#hotel-booking-results .rooms-pagination a:hover {
    text-decoration: none
}

#hotel-booking-cart h3,
#hotel-booking-payment h3 {
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 40px;
    color: #2a2a2a
}

#hotel-booking-cart .hb-form-field-input.error .dk-selected,
#hotel-booking-payment .hb-form-field-input.error .dk-selected,
#hotel-booking-cart .hb-form-field-input.error input[type=number],
#hotel-booking-payment .hb-form-field-input.error input[type=number],
#hotel-booking-cart .hb-form-field-input.error input[type=text],
#hotel-booking-payment .hb-form-field-input.error input[type=text],
#hotel-booking-cart .hb-form-field-input.error input[type=email],
#hotel-booking-payment .hb-form-field-input.error input[type=email] {
    border-color: red
}

#hotel-booking-cart input[name=tos].error,
#hotel-booking-payment input[name=tos].error {
    border-color: red
}

#hotel-booking-cart input[type=number],
#hotel-booking-payment input[type=number],
#hotel-booking-cart input[type=text],
#hotel-booking-payment input[type=text],
#hotel-booking-cart input[type=email],
#hotel-booking-payment input[type=email] {
    line-height: 20px;
    padding: 9px 20px 9px 10px;
    border: 1px solid #ddd;
    box-shadow: none;
    text-shadow: none
}

#hotel-booking-cart input[name=hb-coupon-code],
#hotel-booking-payment input[name=hb-coupon-code] {
    margin: 10px 0
}

#hotel-booking-cart button#hb-apply-coupon,
#hotel-booking-payment button#hb-apply-coupon {
    margin: 10px 0 10px 5px
}

#hotel-booking-cart input[type=number],
#hotel-booking-payment input[type=number] {
    max-width: 80px;
    text-align: center
}

#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-cart button[type=submit],
#hotel-booking-payment button[type=submit],
#hotel-booking-cart button[type=button],
#hotel-booking-payment button[type=button] {
    text-decoration: none;
    padding: 10px 25px;
    line-height: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffb606;
    color: #2a2a2a
}

#hotel-booking-cart .hb_button.hb_checkout:hover,
#hotel-booking-payment .hb_button.hb_checkout:hover,
#hotel-booking-cart button[type=submit]:hover,
#hotel-booking-payment button[type=submit]:hover,
#hotel-booking-cart button[type=button]:hover,
#hotel-booking-payment button[type=button]:hover {
    background: #2a2a2a;
    color: #fff
}

#hotel-booking-cart .hb_button.hb_checkout:focus,
#hotel-booking-payment .hb_button.hb_checkout:focus,
#hotel-booking-cart button[type=submit]:focus,
#hotel-booking-payment button[type=submit]:focus,
#hotel-booking-cart button[type=button]:focus,
#hotel-booking-payment button[type=button]:focus {
    outline: 0
}

#hotel-booking-cart .hb_button.hb_checkout.update,
#hotel-booking-payment .hb_button.hb_checkout.update,
#hotel-booking-cart button[type=submit].update,
#hotel-booking-payment button[type=submit].update,
#hotel-booking-cart button[type=button].update,
#hotel-booking-payment button[type=button].update {
    margin-left: 5px
}

#hotel-booking-cart select,
#hotel-booking-payment select {
    line-height: 22px;
    padding: 8px 20px 8px 5px;
    border: 1px solid #ddd
}

#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table {
    margin-bottom: 30px
}

#hotel-booking-cart table th,
#hotel-booking-payment table th {
    color: #2a2a2a;
    padding: 10px 17px;
    text-align: center
}

#hotel-booking-cart table tr.hb_checkout_item td,
#hotel-booking-payment table tr.hb_checkout_item td {
    text-align: center
}

#hotel-booking-cart .hb-addition-information textarea,
#hotel-booking-payment .hb-addition-information textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px
}

#hotel-booking-cart .hb-payment-methods>li,
#hotel-booking-payment .hb-payment-methods>li {
    margin-bottom: 10px
}

#hotel-booking-cart .hb-payment-methods>li .hb-payment-method-form,
#hotel-booking-payment .hb-payment-methods>li .hb-payment-method-form {
    padding-left: 25px
}

#hotel-booking-cart a:hover,
#hotel-booking-payment a:hover {
    text-decoration: underline
}

#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right {
    color: #2a2a2a;
    font-weight: 700
}

#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
    float: right;
    width: 118px;
    margin: -10px 0;
    padding: 10px 0;
    border-left: 1px solid #eee;
    text-align: right
}

#hotel-booking-cart td,
#hotel-booking-payment td {
    padding: 10px 17px
}

#hotel-booking-cart td.hb_gross_total,
#hotel-booking-payment td.hb_gross_total {
    width: 135px;
    min-width: 135px
}

#hotel-booking-cart .hb_remove_cart_item,
#hotel-booking-payment .hb_remove_cart_item {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    display: table-cell
}

#hotel-booking-cart .hb_remove_cart_item .fa,
#hotel-booking-payment .hb_remove_cart_item .fa {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px
}

.ui-datepicker.ui-widget {
    z-index: 9999;
    display: none;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
    border-radius: 0;
    padding: 8px
}

.ui-datepicker.ui-widget .ui-datepicker-header {
    background: 0 0;
    border: 0
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-position: center center;
    border: 0;
    cursor: pointer;
    width: 20px;
    height: 30px;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
    display: none
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
    float: left;
    left: 0;
    right: auto;
    top: 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    float: right;
    right: 0;
    top: 4px;
    left: auto
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
    color: #2a2a2a;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
    border: 0;
    margin-bottom: 24px
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th span {
    cursor: help;
    border-bottom: 1px dotted #777
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td {
    padding: 0;
    border: 0;
    height: 27px;
    overflow: hidden
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
    padding: 0;
    border: 0
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
    background: #f5f5f5;
    color: #666
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
    cursor: pointer;
    display: block;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    background: #f5f5f5
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
    color: #fff;
    background: #ffb606
}

.hb-booking-room-details {
    border: 1px solid #eee;
    padding: 18px 30px 0;
    background: #f9f9f9;
    position: absolute;
    margin-top: 10px;
    visibility: hidden;
    left: 0;
    min-width: 430px;
    z-index: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.hb-booking-room-details.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 999
}

.hb-booking-room-details .hb_search_room_item_detail_price_close {
    background: #2a2a2a;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: -25px;
    right: 0;
    cursor: pointer
}

.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
    background: #ffb606
}

.hb-booking-room-details table {
    border: 0
}

.hb-booking-room-details table tr td {
    padding: 0
}

.hb-booking-room-details table tr td:first-child {
    color: #2a2a2a
}

.hb-booking-room-details table tr td.hb_search_item_total_description {
    font-style: italic;
    color: #9a9a9a;
    padding-right: 100px;
    padding-left: 20px
}

.hb-booking-room-details table tr td.hb_search_item_price {
    color: #ffb606;
    font-weight: 700
}

.hb-booking-room-details table tbody tr td {
    border: 0;
    padding-bottom: 20px
}

.hb-booking-room-details table tbody tr:last-child td {
    padding-bottom: 25px
}

.hb-booking-room-details table tfoot tr td {
    padding-top: 25px;
    border: 0;
    border-top: 1px solid #eee
}

.hb-booking-room-details table tfoot tr td.hb_search_item_total_bold {
    font-weight: 700
}

.hotel_booking_mini_cart .hb_mini_cart_item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 30px;
    margin: 0;
    margin-top: 23px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove {
    position: absolute;
    top: 2px;
    right: 0;
    color: #333;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
    background: #ffb606;
    color: #fff
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price {
    color: #2a2a2a;
    line-height: 30px
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
    font-weight: 400;
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 0
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number span,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    font-weight: 700;
    font-size: 15px;
    color: #2a2a2a
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    color: #ffb606
}

.hotel_booking_mini_cart .hb_mini_cart_footer {
    text-align: center;
    margin-top: 30px
}

.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    color: #fff;
    margin: 0 2px
}

.hotel_booking_mini_cart .hb_mini_cart_empty {
    text-align: center;
    margin: 10px 0 0;
    color: #2a2a2a
}

body {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    color: #5a5a5a;
    overflow-x: hidden
}

h1 {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1.3em
}

h2 {
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1.2em
}

h3 {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1.2em
}

h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    line-height: 1.2em
}

h5 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1.2em
}

h6 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1.2em
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: #dc143c Text
}

a {
    color: #2eb0d1
}

#rt-drawer.style2 .drawer_link {
    border-color: transparent #2eb0d1 transparent transparent
}

.site-header {
    background: rgba(221, 51, 51, 0)
}

@media (min-width:768px) {
    .bg-custom-sticky.affix {
        background: #fff;
        box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4)
    }
    .bg-custom-sticky.affix .top-header {
        color: rgba(42, 42, 42, .7)
    }
    .bg-custom-sticky.affix .top-header a {
        color: rgba(42, 42, 42, .7)
    }
    .bg-custom-sticky.affix .top-header b {
        color: #2a2a2a
    }
    .bg-custom-sticky.affix .top-header aside {
        border-bottom: 1px solid rgba(42, 42, 42, .15)
    }
}

.top-header {
    font-size: 13px;
    color: rgba(255, 255, 255, .7)
}

.top-header b {
    color: #fff
}

.top-header a {
    color: rgba(255, 255, 255, .7)
}

.top-header a:hover {
    color: #2eb0d1
}

.top-header aside {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

@media (min-width:768px) {
    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>a,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>a,
    .bg-custom-sticky.affix .navbar-nav>li:hover>a,
    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>span,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>span,
    .bg-custom-sticky.affix .navbar-nav>li:hover>span {
        color: #2eb0d1
    }
    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>a span,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>a span,
    .bg-custom-sticky.affix .navbar-nav>li:hover>a span,
    .bg-custom-sticky.affix .navbar-nav>li.current-menu-item>span span,
    .bg-custom-sticky.affix .navbar-nav>li .current-menu-ancestor>span span,
    .bg-custom-sticky.affix .navbar-nav>li:hover>span span {
        border-color: #2eb0d1
    }
    .bg-custom-sticky.affix .navbar-nav>li .nav-active {
        color: #2eb0d1
    }
    .bg-custom-sticky.affix .navbar-nav>li>a,
    .bg-custom-sticky.affix .navbar-nav>li>span {
        color: #2a2a2a
    }
    .bg-custom-sticky.affix .navbar-nav>li>a:hover,
    .bg-custom-sticky.affix .navbar-nav>li>span:hover {
        color: #2eb0d1
    }
    .bg-custom-sticky.affix .navbar-nav>li>a:hover span,
    .bg-custom-sticky.affix .navbar-nav>li>span:hover span {
        border-color: #2eb0d1
    }
    .bg-custom-sticky.affix .navbar-nav>li.menu-item-has-children>a:after,
    .bg-custom-sticky.affix .navbar-nav>li.menu-item-has-children>span.disable_link:after {
        color: #2a2a2a
    }
    .bg-custom-sticky.affix .menu-right li a,
    .bg-custom-sticky.affix .menu-right li span,
    .bg-custom-sticky.affix .menu-right li div {
        color: #2a2a2a
    }
    .bg-custom-sticky.affix .menu-right li a:hover,
    .bg-custom-sticky.affix .menu-right li span:hover,
    .bg-custom-sticky.affix .menu-right li div:hover {
        color: #2eb0d1
    }
    .header_v1 .width-navigation .menu-right {
        border-color: rgba(255, 255, 255, .4)
    }
    .navigation .navbar-nav li.standard .sub-menu {
        background: #fff
    }
    .navigation .navbar-nav li.standard .sub-menu li:after {
        background: #ddd
    }
    .navigation .navbar-nav li.standard .sub-menu li.current_page_item>a,
    .navigation .navbar-nav li.standard .sub-menu li.current_page_item>span {
        color: #2eb0d1
    }
    .navbar-nav li.multicolumn .megacol {
        background: #fff
    }
    .navbar-nav li.multicolumn .megacol>li>a,
    .navbar-nav li.multicolumn .megacol>li>span {
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        color: #2a2a2a
    }
    .nav>li .sub-menu a,
    .nav>li.multicolumn>.sub-menu a,
    .nav>li.widget_area>.sub-menu a,
    .nav>li .sub-menu span,
    .nav>li.multicolumn>.sub-menu span,
    .nav>li.widget_area>.sub-menu span {
        color: #666
    }
    .nav>li .sub-menu a:hover,
    .nav>li.multicolumn>.sub-menu a:hover,
    .nav>li.widget_area>.sub-menu a:hover {
        color: #2eb0d1
    }
    .menu-right li a,
    .menu-right li span,
    .menu-right li div {
        color: #fff;
        font-size: 13px;
        font-weight: 700
    }
    .menu-right li a:hover,
    .menu-right li span:hover,
    .menu-right li div:hover {
        color: #2eb0d1
    }
    .navigation .navbar-nav>li>a,
    .navigation .navbar-nav>li>span {
        color: #fff;
        font-size: 13px;
        font-weight: 700
    }
    .navigation .navbar-nav>li.menu-item-has-children>a:after,
    .navigation .navbar-nav>li.menu-item-has-children>span:after {
        color: #fff
    }
    .navigation .navbar-nav>li.current-menu-item>a,
    .navigation .navbar-nav>li:hover>a,
    .navigation .navbar-nav>li.current-menu-item>span,
    .navigation .navbar-nav>li:hover>span {
        color: #2eb0d1
    }
    .navigation .navbar-nav>li.current-menu-item>a:after,
    .navigation .navbar-nav>li:hover>a:after,
    .navigation .navbar-nav>li.current-menu-item>span:after,
    .navigation .navbar-nav>li:hover>span:after {
        background: #fff
    }
    .bg-custom-sticky.affix .navigation .navbar-nav>li.current-menu-item>a:after,
    .bg-custom-sticky.affix .navigation .navbar-nav>li:hover>a:after,
    .bg-custom-sticky.affix .navigation .navbar-nav>li.current-menu-item>span:after,
    .bg-custom-sticky.affix .navigation .navbar-nav>li:hover>span:after {
        background: #2a2a2a
    }
    .navigation .navbar-nav>li .nav-active {
        color: #2eb0d1
    }
    .navigation .navbar-nav>li .sub-menu a,
    .navigation .navbar-nav>li .sub-menu span {
        font-size: 13px;
        font-weight: 700
    }
    .navigation .navbar-nav #magic-line {
        background: #fff
    }
    .bg-custom-sticky.affix .navigation .navbar-nav #magic-line {
        background: #2a2a2a
    }
    .width-logo {
        width: 135px
    }
    .width-logo>a {
        width: 135px;
        overflow: hidden;
        display: block
    }
    .width-navigation {
        width: -moz-calc(100% - 135px);
        width: webkit-calc(100% - 135px);
        width: calc(100% - 135px)
    }
    .width-navigation-left,
    .width-navigation-right {
        width: -moz-calc(50% - 67.5px);
        width: webkit-calc(50% - 67.5px);
        width: calc(50% - 67.5px)
    }
    .width-navigation-left li {
        color: #fff
    }
    .width-navigation-left li a,
    .width-navigation-left li p,
    .width-navigation-left li div {
        color: #fff
    }
    .header_v2 .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .header_v2 .navbar-toggle>div {
        color: #fff
    }
    .header_v2 .navbar-toggle:hover>div {
        color: #2eb0d1
    }
    .header_v2 .navbar-toggle:hover .icon-bar {
        background-color: #2eb0d1
    }
    .header_v2 .menu-main-menu {
        background: #fff
    }
    .header_v2 .width-navigation-left {
        font-size: 13px;
        font-weight: 700
    }
    .header_v2 .width-navigation-right .menu-right:after {
        background: rgba(255, 255, 255, .7)
    }
}

@media (max-width:767px) {
    .width-logo>a {
        width: 135px;
        display: inline-block;
        overflow: hidden
    }
    .width-navigation {
        background: #222
    }
    .width-navigation ul li a,
    .width-navigation ul li span {
        color: #d8d8d8
    }
    .top-header {
        color: #d8d8d8
    }
    .menu-mobile-effect span {
        background-color: #d8d8d8
    }
    .navbar-nav .sub-menu:before {
        background: #d8d8d8
    }
    .navbar-nav .sub-menu li:before {
        background: #d8d8d8
    }
    .list-html-content .item-content .title-list h5 {
        color: #2a2a2a
    }
    .footer aside {
        border-bottom: 1px solid #dce0e2
    }
    .footer aside:last-child {
        border-bottom: 0
    }
    .site-header .navbar-nav li:hover a,
    .site-header .navbar-nav li.current_page_item a,
    .site-header .navbar-nav li:hover span,
    .site-header .navbar-nav li.current_page_item span {
        color: #ffb606
    }
}

.slider-sidebar {
    background: #141414;
    color: #a9a9a9
}

.slider-sidebar a {
    color: #a9a9a9
}

.slider-sidebar a:hover {
    color: #fff
}

.slider-sidebar .widget-title {
    color: #a9a9a9
}

.slider-sidebar ul li {
    border-color: rgba(169, 169, 169, .6)
}

.archive-content .share-post .date-meta {
    background: #2eb0d1
}

.archive-content .share-post .social-share li a:hover {
    color: #2eb0d1
}

.archive-content .content-inner .blog_title a {
    color: #2a2a2a
}

.archive-content .content-inner .blog_title a:hover {
    color: #2eb0d1
}

.archive-content .content-inner .entry-meta li a {
    color: #2a2a2a
}

.archive-content .content-inner .entry-meta li a:hover {
    color: #2eb0d1
}

.loop-pagination li .page-numbers:hover,
.pagination li .page-numbers:hover {
    background: #2eb0d1;
    color: #fff;
    border-color: #2eb0d1
}

.loop-pagination li .page-numbers.next:hover,
.pagination li .page-numbers.next:hover,
.loop-pagination li .page-numbers.prev:hover,
.pagination li .page-numbers.prev:hover,
.loop-pagination li .page-numbers.next.current,
.pagination li .page-numbers.next.current,
.loop-pagination li .page-numbers.prev.current,
.pagination li .page-numbers.prev.current {
    border-color: #2eb0d1;
    background: #2eb0d1;
    color: #fff
}

.loop-pagination li .page-numbers.current,
.pagination li .page-numbers.current {
    background: #2eb0d1;
    border-color: #2eb0d1;
    color: #fff
}

.comments-area .comment-list-inner .comments-title {
    color: #2a2a2a
}

.comments-area .comment-list-inner li .comment-extra-info a:hover {
    color: #2eb0d1
}

.comments-area .comment-respond .form-submit input#submit {
    color: #FFF;
    background: #2eb0d1
}

.comments-area .comment-respond .form-submit input#submit:hover {
    background: #258da7
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
    color: #2a2a2a
}

.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-comment input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url input:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-comment textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-author textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-email textarea:focus,
.comments-area .comment-respond-area #respond.comment-respond .comment-form .comment-form-url textarea:focus {
    border-color: #2eb0d1
}

.thim-widget-event .item-event .content-item h3 {
    font-size: 18px;
    line-height: 1.2em
}

.thim-widget-event .item-event .content-item h3 a {
    color: #2a2a2a
}

.thim-widget-event .item-event .content-item h3 a:hover {
    color: #2eb0d1
}

.thim-widget-event .item-event .content-item .view-detail:hover {
    color: #2a2a2a
}

.thim-widget-event .item-event .content-item strong {
    color: #2a2a2a
}

.thim-widget-event .item-event .content-right {
    background: #2eb0d1
}

.counter-block {
    color: #2a2a2a
}

.scrollup {
    background: #2eb0d1
}

.scrollup:hover {
    background: #258da7;
    color: #fff
}

footer#colophon {
    background-color: #edf1f4;
    color: rgba(42, 42, 42, .7)
}

footer#colophon .widget-title {
    color: #2a2a2a
}

footer#colophon a {
    color: #2a2a2a
}

footer#colophon a:hover {
    color: #2eb0d1
}

footer#colophon a .fa {
    color: rgba(42, 42, 42, .7)
}

footer#colophon a .fa:hover {
    color: #2eb0d1
}

footer#colophon .row aside {
    color: rgba(42, 42, 42, .7)
}

footer#colophon .text-copyright {
    color: #7a7a7a
}

footer#colophon .text-copyright a {
    color: #2eb0d1
}

footer#colophon .text-copyright a:hover {
    text-decoration: underline
}

footer#colophon .text-copyright.border-copyright {
    border-top: 1px solid #ddd
}

.wrapper-line-heading .line-heading:before,
.wrapper-line-heading .line-heading:after,
.wrapper-line-heading .line-heading span:before,
.wrapper-line-heading .line-heading span:after {
    border-color: #2eb0d1
}

.otw-wrapper .otreservations-submit {
    background: #2eb0d1;
    border-color: #2eb0d1;
    color: #2a2a2a
}

.otw-wrapper .otreservations-submit:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff
}

input[type=radio]:checked:before {
    background-color: #2eb0d1
}

input[type=checkbox]:checked:before {
    color: #2eb0d1
}

.filter-controls div,
.filter-controls .filter {
    color: #5a5a5a
}

.filter-controls div.active,
.filter-controls .filter.active,
.filter-controls div:hover,
.filter-controls .filter:hover {
    color: #2a2a2a;
    border-color: #2eb0d1
}

.widget-area aside {
    color: #5a5a5a
}

.widget-area aside ul li:hover {
    color: #2eb0d1
}

.widget-area aside ul li:hover a {
    color: #2eb0d1
}

.widget-area aside a {
    color: #5a5a5a
}

.widget-area aside a:hover {
    color: #2eb0d1
}

.widget-area aside .widget-title {
    font-size: 15px;
    line-height: 1.8em
}

.widget-area aside .widget-title span {
    background: #fff
}

.search-form:after {
    color: #2a2a2a
}

.icon-box-title span {
    color: #2eb0d1
}

.owl-carousel .owl-pagination .owl-page.active span,
.owl-carousel .owl-pagination .owl-page:hover span {
    background: #2eb0d1
}

.owl-carousel .testimonial-footer .title-regency h6,
.owl-carousel .testimonial-footer .title-regency h6 a {
    color: #2eb0d1
}

.owl-carousel .owl-buttons .owl-prev:hover span,
.owl-carousel .owl-buttons .owl-next:hover span {
    color: #2eb0d1
}

.owl-carousel .owl-buttons .owl-prev:hover span:after,
.owl-carousel .owl-buttons .owl-next:hover span:after {
    background: #2eb0d1
}

.border-widget .widget.so-panel .widget-title {
    font-size: 15px
}

.thim-list-posts.homepage .article-date {
    background: #2eb0d1
}

.thim-list-posts.homepage .link_read_more a {
    color: #2eb0d1
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    color: #2a2a2a
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: #2eb0d1
}

.thim-social a:hover {
    color: #2eb0d1
}

.wpcf7-form .wpcf7-submit {
    background: #2eb0d1;
    border-color: #2eb0d1;
    color: #fff
}

.wpcf7-form .wpcf7-submit:hover {
    background: #258da7;
    border-color: #258da7
}

.wpcf7-form .wpcf7-form input:focus,
.wpcf7-form .wpcf7-form select:focus,
.wpcf7-form .wpcf7-form textarea:focus {
    border-color: #2eb0d1
}

.top_site_main .page-title-wrapper .banner-wrapper h1,
.top_site_main .page-title-wrapper .banner-wrapper h2 {
    font-size: 30px
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
    font-family: #dc143c Text
}

.list-html-content .item-content .title-list h5 {
    color: #2a2a2a
}

.main-bottom {
    background: #2eb0d1
}

.tp-button.primary {
    background: #2eb0d1;
    color: #fff!important;
    font-family: Roboto
}

.tp-button.primary:hover {
    background: #2a2a2a
}

.widget_recent_entries ul li a {
    color: #2a2a2a
}

.widget_recent_entries ul li a:hover {
    color: #2eb0d1
}

.quickview .product-info .right .product_meta a {
    color: #2a2a2a
}

.quickview .product-info .right .product_meta a:hover {
    color: #2eb0d1
}

.product-cat li a {
    color: #5a5a5a
}

.product-cat li a:hover,
.product-cat li a.active {
    color: #2a2a2a;
    border-color: #2eb0d1
}

.product-grid .product__title a {
    color: #2a2a2a;
    opacity: .9
}

.product-grid .product__title a:hover {
    color: #2eb0d1
}

.product-grid .product__title a.added_to_cart {
    color: #fff!important
}

.product-grid .product__title a.button.add_to_cart_button,
.product-grid .product__title .added_to_cart {
    background: #2eb0d1!important
}

.product-grid .product__title a.button.add_to_cart_button:before,
.product-grid .product__title .added_to_cart:before {
    color: #fff!important
}

.product-grid .product__title a.button.add_to_cart_button:hover,
.product-grid .product__title .added_to_cart:hover {
    background: #2eb0d1!important;
    color: #fff!important
}

.quickview .product-info .right .product_title {
    font-size: 24px
}

.quickview .product-info .right .cart a {
    color: #5a5a5a
}

.quickview .product-info .right .cart a:hover {
    color: #2eb0d1
}

.quickview .product-info .right .cart button.button {
    background: #2eb0d1;
    color: #fff
}

.quickview .product-info .right .cart button.button:hover {
    background: #2a2a2a;
    color: #fff
}

.quickview .quick-view-detail {
    color: #5a5a5a
}

.quickview .quick-view-detail:hover {
    color: #2eb0d1
}

.product_thumb .onsale {
    background: #2eb0d1!important
}

.product-cat li a {
    color: #5a5a5a
}

.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
    background: #2eb0d1!important
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: 24px
}

.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
    color: #5a5a5a
}

.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce-page div.product .woocommerce-review-link:hover {
    color: #2eb0d1
}

.woocommerce div.product .product_meta a,
.woocommerce-page div.product .product_meta a {
    color: #5a5a5a
}

.woocommerce div.product .product_meta a:hover,
.woocommerce-page div.product .product_meta a:hover {
    color: #2eb0d1
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-bottom: 15px
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    background: #2eb0d1;
    color: #2a2a2a
}

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    color: #fff;
    background: #2a2a2a
}

.woocommerce div.product .woocommerce-tabs .tabs .active a,
.woocommerce-page div.product .woocommerce-tabs .tabs .active a {
    border-bottom: 4px solid #2eb0d1;
    color: #2a2a2a!important
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .meta strong,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #comments .commentlist li .comment-text .meta strong {
    color: #2eb0d1
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit {
    color: #fff!important;
    background-color: #2eb0d1
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form .form-submit .submit:hover {
    color: #fff!important;
    background: #258da7!important
}

.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p textarea:focus,
.woocommerce div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus,
.woocommerce-page div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form p input:focus {
    border-color: #2eb0d1
}

.woocommerce div.product .related-products>h2,
.woocommerce-page div.product .related-products>h2,
.woocommerce div.product .upsells-products>h2,
.woocommerce-page div.product .upsells-products>h2 {
    color: #2a2a2a
}

.woocommerce div.product .related-products>h2:after,
.woocommerce-page div.product .related-products>h2:after,
.woocommerce div.product .upsells-products>h2:after,
.woocommerce-page div.product .upsells-products>h2:after {
    background: #2eb0d1
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    color: #2eb0d1
}

.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before {
    color: #2eb0d1
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    color: #2eb0d1
}

.woocommerce .comment-form-rating a,
.woocommerce-page .comment-form-rating a {
    color: #2eb0d1
}

.woocommerce .comment-form-rating a:hover,
.woocommerce-page .comment-form-rating a:hover {
    color: #2eb0d1
}

.woocommerce .woocommerce-shipping-calculator a,
.woocommerce-page .woocommerce-shipping-calculator a {
    color: #2eb0d1
}

.woocommerce div.woocommerce-message,
.woocommerce-page div.woocommerce-message,
.woocommerce div.woocommerce-info,
.woocommerce-page div.woocommerce-info {
    border-top-color: #2eb0d1
}

.woocommerce div.woocommerce-message:before,
.woocommerce-page div.woocommerce-message:before,
.woocommerce div.woocommerce-info:before,
.woocommerce-page div.woocommerce-info:before {
    color: #2eb0d1
}

.woocommerce .form-row label.checkbox a .showcoupon,
.woocommerce-page .form-row label.checkbox a .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce-page .woocommerce-info .showcoupon,
.woocommerce .form-row label.checkbox a .showlogin,
.woocommerce-page .form-row label.checkbox a .showlogin,
.woocommerce .woocommerce-info .showlogin,
.woocommerce-page .woocommerce-info .showlogin {
    color: #2eb0d1
}

.woocommerce .form-row label.checkbox a .showcoupon:hover,
.woocommerce-page .form-row label.checkbox a .showcoupon:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce-page .woocommerce-info .showcoupon:hover,
.woocommerce .form-row label.checkbox a .showlogin:hover,
.woocommerce-page .form-row label.checkbox a .showlogin:hover,
.woocommerce .woocommerce-info .showlogin:hover,
.woocommerce-page .woocommerce-info .showlogin:hover {
    color: #2eb0d1
}

.smicon-read {
    color: #2eb0d1;
    border-color: #2eb0d1
}

.woocommerce-page .button {
    color: #fff!important;
    background: #2a2a2a!important
}

.woocommerce-page .button:hover {
    color: #fff!important;
    background-color: #2eb0d1!important
}

.woocommerce-page .product-name a {
    color: #2a2a2a
}

.woocommerce-page .product-name a:hover {
    color: #2eb0d1
}

.woocommerce-page .cart_totals h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
    background: #2eb0d1
}

.widget_shopping_cart .widget_shopping_cart_content {
    color: #2a2a2a
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
    color: #2a2a2a
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a:hover {
    color: #2eb0d1
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl {
    color: #2a2a2a
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li span {
    color: #2a2a2a
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
    color: #2a2a2a
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
    color: #2a2a2a!important
}

.widget_shopping_cart .widget_shopping_cart_content .total {
    color: #2a2a2a!important
}

.widget_shopping_cart .widget_shopping_cart_content .total span {
    color: #2a2a2a!important
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
    color: #2a2a2a;
    border: 2px solid #2a2a2a
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
    background: #2eb0d1;
    border-color: #2eb0d1
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout {
    background: #2eb0d1!important;
    border-color: #2eb0d1
}

.widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:hover {
    background: #2a2a2a!important;
    border-color: #2a2a2a;
    color: #fff!important
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet.selected:hover {
    background: #2eb0d1!important;
    width: 10px!important;
    height: 10px!important;
    border: none!important
}

.custom-gallery .filter-controls a:hover,
.custom-gallery .filter-controls a.active {
    border-color: #2eb0d1
}

.list-check li:before {
    color: #2eb0d1
}

.widget-title:after {
    background: #2eb0d1
}

.article-title-wrapper h5 a {
    color: #2a2a2a
}

.article-title-wrapper h5 a:hover {
    color: #2eb0d1
}

.sale-off p {
    color: #fff
}

.sale-off p.learn-more a {
    background: #2eb0d1;
    color: #fff
}

.sale-off p.learn-more a:hover {
    background: #258da7
}

.sale-off p.heading {
    font-family: #dc143c Text
}

.sale-off.banner-round p {
    color: #2a2a2a
}

.testimonial_content {
    border: 1px solid #dce0e2
}

.testimonial-footer .avatar-testimonial {
    background: #fff
}

.thim-savings-home-4 .sale-off p {
    color: #fff
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary {
    color: #2a2a2a
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a {
    color: #2a2a2a
}

.wrapper-box-icon.has_custom_image .sc-heading .heading__primary a:hover {
    color: #2eb0d1
}

.thim-widget-icon-box .smicon-read {
    color: #2eb0d1;
    border-color: #2eb0d1
}

.thim-widget-icon-box .smicon-read:hover {
    color: #fff;
    background: #2eb0d1
}

.hb_room_carousel_container .title a {
    color: #2a2a2a
}

.hb_room_carousel_container .title a:hover {
    color: #2eb0d1
}

.hb_room_carousel_container .price {
    color: #fff
}

.hb_room_carousel_container .item .media a:before {
    border-bottom-color: #2eb0d1
}

.hb_room_carousel_container .span {
    font-family: #dc143c Text
}

.hotel-booking-search form button {
    background: #2eb0d1;
    border-color: #2eb0d1
}

.hotel-booking-search form button:hover {
    background: #258da7;
    border-color: #258da7
}

.counter-box {
    color: #fff
}

.counter-box:before {
    background: #2eb0d1
}

.subscribe .mc4wp-form input[type=submit] {
    background: #2eb0d1
}

.subscribe .mc4wp-form input[type=submit]:hover {
    background: #258da7
}

.newletter .mc4wp-form input[type=submit] {
    background: #2eb0d1
}

.newletter .mc4wp-form input[type=submit]:hover {
    background: #258da7
}

.newletter .mc4wp-form input[type=email]:focus,
.newletter .mc4wp-form input[type=text]:focus {
    border: 1px solid #2eb0d1
}

.thim-color {
    color: #2eb0d1
}

.thim-bg-color {
    background-color: #2eb0d1
}

.thim-color-title {
    color: #2a2a2a
}

.thim-bg-black {
    background-color: #000
}

#sidebar .hotel-booking-search form button {
    background-color: #2a2a2a
}

#sidebar .hotel-booking-search form button:hover {
    background-color: #2eb0d1
}

#sidebar .wrapper-line-heading .heading__primary {
    color: #2a2a2a
}

#sidebar .wrapper-line-heading .line-heading:before,
#sidebar .wrapper-line-heading .line-heading:after,
#sidebar .wrapper-line-heading .line-heading span:before,
#sidebar .wrapper-line-heading .line-heading span:after {
    border-color: #2a2a2a
}

#sidebar .thim-widget-search-room .wrapper-line-heading .heading__primary {
    color: #fff
}

#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading:before,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading:after,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading span:before,
#sidebar .thim-widget-search-room .wrapper-line-heading .line-heading span:after {
    border-color: #fff
}

body .hb_button {
    background: #2eb0d1
}

body .hb_button:hover {
    background: #258da7
}

body .hb_button.update,
body .hb_button.hb_view_cart {
    background: #2a2a2a
}

body .hb_button.update:hover,
body .hb_button.hb_view_cart:hover {
    background: #2eb0d1
}

body #fetch-customer-info {
    background: #2a2a2a
}

body #fetch-customer-info:hover {
    background: #2eb0d1
}

body .rooms .hb_room .media a:before {
    border-bottom-color: #2eb0d1
}

body .rooms .hb_room .title h4 a {
    color: #2a2a2a
}

body .rooms .hb_room .title h4 a:hover {
    color: #2eb0d1
}

body .hb_single_room .title h4 a {
    color: #2a2a2a
}

body .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before {
    border-color: #2eb0d1
}

body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active {
    color: #2a2a2a
}

body .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after {
    background: #2eb0d1
}

body .hb_single_room .price {
    color: #2eb0d1
}

body .hb_single_room .price span.title-price {
    color: #2a2a2a
}

body .hb_single_room #reviews h2 {
    color: #2a2a2a
}

body .hb_single_room #reviews .reply-title {
    color: #2a2a2a
}

body .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
    background: #2eb0d1;
    color: #fff
}

body .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
    background: #2a2a2a
}

body .hb_single_room #reviews #review_form_wrapper form p textarea:focus {
    border: 1px solid #2eb0d1
}

body .hb_related_other_room>.title {
    color: #2a2a2a
}

body .hb_related_other_room>.title:after {
    background: #2eb0d1
}

body .hb_related_other_room .navigation .prev span[class*=pe-]:hover:before,
body .hb_related_other_room .navigation .next span[class*=pe-]:hover:before {
    color: #2eb0d1
}

body .hb_related_other_room .navigation .prev span[class*=pe-]:hover:after,
body .hb_related_other_room .navigation .next span[class*=pe-]:hover:after {
    background: #2eb0d1
}

body .rooms-pagination .page-numbers li span.current {
    border-color: #2eb0d1;
    background: #2eb0d1;
    color: #fff
}

body .rooms-pagination .page-numbers li a:hover {
    background: #2eb0d1;
    color: #fff;
    border-color: #2eb0d1
}

body .rooms-pagination .page-numbers li a.prev:hover,
body .rooms-pagination .page-numbers li a.next:hover {
    background: #2eb0d1;
    color: #fff;
    border-color: #2eb0d1
}

body .hb_room_carousel_container .item .title h4 a {
    color: #2a2a2a
}

body .hb_room_carousel_container .item .title h4 a:hover {
    color: #2eb0d1
}

body .hb_room_carousel_container .text_link a:hover {
    color: #2eb0d1
}

body .hb_room_carousel_container .navigation .prev span[class*=pe-]:hover:before,
body .hb_room_carousel_container .navigation .next span[class*=pe-]:hover:before {
    color: #2eb0d1
}

body .hb_room_carousel_container .navigation .prev span[class*=pe-]:hover:after,
body .hb_room_carousel_container .navigation .next span[class*=pe-]:hover:after {
    background: #2eb0d1
}

body #hotel-booking-results .hb-search-results a {
    color: #2eb0d1
}

body #hotel-booking-results .hb-search-results a:hover {
    color: #2eb0d1
}

body #hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
    color: #2eb0d1
}

body #hotel-booking-results .hb-search-results>.hb-room .hb_search_item_price {
    color: #2eb0d1
}

body #hotel-booking-results form .hb_button.hb_checkout,
body #hotel-booking-results form button.hb_add_to_cart,
body #hotel-booking-results form button[type=submit] {
    background: #2eb0d1;
    color: #fff
}

body #hotel-booking-results form .hb_button.hb_checkout:hover,
body #hotel-booking-results form button.hb_add_to_cart:hover,
body #hotel-booking-results form button[type=submit]:hover {
    background: #258da7
}

body #hotel-booking-payment .hb_remove_cart_item,
body #hotel-booking-cart .hb_remove_cart_item {
    color: #2a2a2a
}

body #hotel-booking-payment .hb_remove_cart_item:hover,
body #hotel-booking-cart .hb_remove_cart_item:hover {
    background: #2eb0d1;
    color: #fff
}

body #hotel-booking-payment a,
body #hotel-booking-cart a {
    color: #2eb0d1
}

body #hotel-booking-payment a:hover,
body #hotel-booking-cart a:hover {
    color: #2eb0d1
}

body #hotel-booking-payment button#hb-apply-coupon,
body #hotel-booking-cart button#hb-apply-coupon {
    background: #2a2a2a
}

body #hotel-booking-payment button#hb-apply-coupon:hover,
body #hotel-booking-cart button#hb-apply-coupon:hover {
    background: #2eb0d1
}

body #hotel-booking-payment .hb_button.hb_checkout,
body #hotel-booking-cart .hb_button.hb_checkout,
body #hotel-booking-payment button[type=submit],
body #hotel-booking-cart button[type=submit],
body #hotel-booking-payment button[type=button],
body #hotel-booking-cart button[type=button] {
    background: #2eb0d1;
    color: #fff
}

body #hotel-booking-payment .hb_button.hb_checkout:hover,
body #hotel-booking-cart .hb_button.hb_checkout:hover,
body #hotel-booking-payment button[type=submit]:hover,
body #hotel-booking-cart button[type=submit]:hover,
body #hotel-booking-payment button[type=button]:hover,
body #hotel-booking-cart button[type=button]:hover {
    background: #258da7
}

body #hotel-booking-payment .hb_button.hb_checkout.update,
body #hotel-booking-cart .hb_button.hb_checkout.update,
body #hotel-booking-payment button[type=submit].update,
body #hotel-booking-cart button[type=submit].update,
body #hotel-booking-payment button[type=button].update,
body #hotel-booking-cart button[type=button].update,
body #hotel-booking-payment .hb_button.hb_checkout#fetch-customer-info,
body #hotel-booking-cart .hb_button.hb_checkout#fetch-customer-info,
body #hotel-booking-payment button[type=submit]#fetch-customer-info,
body #hotel-booking-cart button[type=submit]#fetch-customer-info,
body #hotel-booking-payment button[type=button]#fetch-customer-info,
body #hotel-booking-cart button[type=button]#fetch-customer-info {
    background: #2a2a2a
}

body #hotel-booking-payment .hb_button.hb_checkout.update:hover,
body #hotel-booking-cart .hb_button.hb_checkout.update:hover,
body #hotel-booking-payment button[type=submit].update:hover,
body #hotel-booking-cart button[type=submit].update:hover,
body #hotel-booking-payment button[type=button].update:hover,
body #hotel-booking-cart button[type=button].update:hover,
body #hotel-booking-payment .hb_button.hb_checkout#fetch-customer-info:hover,
body #hotel-booking-cart .hb_button.hb_checkout#fetch-customer-info:hover,
body #hotel-booking-payment button[type=submit]#fetch-customer-info:hover,
body #hotel-booking-cart button[type=submit]#fetch-customer-info:hover,
body #hotel-booking-payment button[type=button]#fetch-customer-info:hover,
body #hotel-booking-cart button[type=button]#fetch-customer-info:hover {
    background: #2eb0d1
}

body #hotel-booking-payment input[type=email]:focus,
body #hotel-booking-cart input[type=email]:focus,
body #hotel-booking-payment input[type=text]:focus,
body #hotel-booking-cart input[type=text]:focus,
body #hotel-booking-payment input[type=number]:focus,
body #hotel-booking-cart input[type=number]:focus,
body #hotel-booking-payment textarea:focus,
body #hotel-booking-cart textarea:focus {
    border-color: #2eb0d1
}

body .rating-input:before,
body .rating-input span:before {
    color: #2eb0d1
}

body.tp-hotel-booking .star-rating:before,
body.tp-hotel-booking .star-rating span:before {
    color: #2eb0d1
}

body.tp-hotel-booking #reviews .commentlist li.comment {
    border-color: #dce0e2
}

body .tp-hotel-booking .star-rating:before,
body .tp-hotel-booking .star-rating span:before {
    color: #2eb0d1
}

body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
    background: #2eb0d1
}

body .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
    color: #2eb0d1
}

body .hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
    background: #2eb0d1
}

.bg-video-play:hover {
    background: #2eb0d1
}

.thim-heading-slider {
    font-family: #dc143c Text!important
}

.thim-select-language .language ul li a {
    color: #5a5a5a
}

.thim-select-language .language ul li a:hover {
    color: #2eb0d1
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
    background-color: #2eb0d1
}

.contact-support .contact-text {
    color: #2a2a2a
}

body #preload {
    background-color: #fff
}

body .mfp-image-holder .mfp-close:hover,
body .mfp-inline-holder .mfp-close:hover {
    color: #2eb0d1
}

.hb_addition_package_extra a.hb_package_toggle:hover {
    color: #2eb0d1!important
}

.hb_extra_detail_price strong {
    color: #2eb0d1!important
}



input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus {
    border-color: #2eb0d1
}

textarea:focus {
    border-color: #2eb0d1
}

.ui-datepicker.ui-widget {
    border-color: #2eb0d1
}

#tp_style_selector .tp-buy-theme a {
    background: #2eb0d1
}

#tp_style_selector .tp-buy-theme a:hover {
    background: #258da7
}

#tp_style_selector .tp-chameleon-more-demo {
    background: #2eb0d1
}

#tp_style_selector .tp-chameleon-more-demo:hover {
    background: #258da7
}

#tp_style_selector .input-box .tp-btn:hover {
    border-color: #2eb0d1
}

#tp_style_selector .tp_demo:hover,
#tp_style_selector .tp_demo.active {
    border-color: #2eb0d1
}

#tp_style_selector .tp_demo:hover .sub_title,
#tp_style_selector .tp_demo.active .sub_title {
    background-color: #58c0da
}

button.ui-datepicker-trigger i:hover {
    color: #2eb0d1
}

.site-header.header_v2 .inner-header-top {
    font-size: 12px;
    font-weight: 700
}

.site-header.header_v2 .inner-header-top ul li a {
    color: #fff
}

.site-header.header_v2 .inner-header-top ul li.current-lang a,
.site-header.header_v2 .inner-header-top ul li.active a,
.site-header.header_v2 .inner-header-top ul li a:hover {
    color: #2eb0d1
}

.site-header.header_v2 .inner-header-top .thim-social a {
    font-size: 12px
}

.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
    background: #2eb0d1
}

.thim-title-color {
    color: #2a2a2a
}

.thim-title-color:hover {
    color: #2eb0d1
}

.single-hb_room #carousel-gallery-room .flex-viewport ul li.flex-active-slide img {
    border: 2px solid #2eb0d1
}

@media (min-width:1200px) {
    .content-pusher.boxed-area {
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 0 32px rgba(0, 0, 0, .23)
    }
    .content-pusher.boxed-area .container {
        padding-left: 55px;
        padding-right: 55px
    }
    .content-pusher.boxed-area .container.home-page,
    .content-pusher.boxed-area .container.site-content {
        background: #fff
    }
    .content-pusher.boxed-area .thim-top-rev-slider {
        position: relative
    }
    .content-pusher.boxed-area .thim-top-rev-slider .tp-rightarrow {
        right: 0;
        left: auto!important
    }
    .content-pusher.boxed-area .text-center .desc-icon-box {
        padding-left: 15px;
        padding-right: 15px
    }
    .content-pusher.boxed-area .newletter .mc4wp-form input[type=email] {
        width: 240px
    }
    .content-pusher.boxed-area #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
        margin: 0;
        padding: 10px 12px
    }
    .container {
        width: 1200px
    }
    .siteorigin-panels-stretch {
        margin-left: -385px;
        margin-right: -385px;
        padding-left: 385px;
        padding-right: 385px
    }
    .siteorigin-panels-stretch.thim-fix-stretched {
        padding-left: 0;
        padding-right: 0
    }
    .siteorigin-panels-stretch.thim-fix-stretched.thim-bg-image-cover {
        background-repeat: no-repeat!important;
        background-size: cover!important
    }
}

@media (max-width:1200px) {
    .thim-widget-event .item-event .event-thumbnail {
        display: none
    }
}

@media (max-width:1024px) {
    body .hb_room_carousel_container .item {
        min-height: 258px;
        min-width: 242px
    }
    .text-center .desc-icon-box {
        padding-left: 0;
        padding-right: 0
    }
    .thim-list-posts.sidebar .article-image {
        margin-bottom: 10px
    }
    .thim-list-posts.sidebar .article-title-wrapper {
        clear: both
    }
    #sidebar .hotel-booking-search {
        padding-left: 30px;
        padding-right: 30px
    }
    #sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
        min-width: 100px;
        margin-bottom: 10px
    }
    #hotel-booking-cart table td,
    #hotel-booking-payment table td {
        padding: 10px 7px
    }
    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 128px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        width: 900px;
        max-width: 100%
    }
    body .hb_room_carousel_container .item {
        min-height: 308px;
        min-width: 300px
    }
    .list-html-content {
        margin-bottom: 50px
    }
    .list-html-content .item-content {
        padding-left: 0
    }
    .list-html-content .col-sm-6:nth-child(2n) {
        padding-right: 0;
        padding-left: 45px
    }
    .filter-restaurant .erm_product {
        width: 100%
    }
    #hotel-booking-cart table td,
    #hotel-booking-payment table td {
        padding: 10px 3px
    }
    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 124px
    }
    #hotel-booking-cart .hb_capacity,
    #hotel-booking-payment .hb_capacity {
        display: none
    }
}

@media (min-width:781px) and (max-width:900px) {
    .thim-search-room .hotel-booking-search form {
        padding: 30px 5px
    }
    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
        padding: 0 5px
    }
    .thim-search-room .hotel-booking-search form .hb-submit {
        padding: 0 5px
    }
    body .navbar-nav>li>a,
    body .navbar-nav>li>span.disable_link,
    body .navbar-nav>li>span:not(.icon-toggle) {
        padding-right: 10px
    }
}

@media (max-width:780px) {
    .thim-search-room-slider {
        margin-top: 0;
        width: 100%
    }
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>a,
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span.disable_link,
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li>span:not(.icon-toggle) {
        padding: 15px
    }
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children a {
        padding-right: 25px
    }
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
        right: 12px
    }
    .admin-bar .site-header.affix {
        top: 46px
    }
    .thim-fixed {
        position: relative!important;
        width: 100%!important;
        top: auto!important
    }
    .wpcf7-form {
        margin-left: 0
    }
    .rooms {
        margin: 0
    }
    .post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
        width: 50%!important
    }
    .counter-box {
        margin: 0 auto
    }
    #main,
    #sidebar {
        width: 100%;
        float: left;
        clear: both
    }
    .blog .site-main.alignleft,
    .archive .site-main.alignleft,
    .single .site-main.alignleft {
        padding-right: 15px;
        padding-bottom: 60px
    }
    .blog .site-main.alignright,
    .archive .site-main.alignright,
    .single .site-main.alignright {
        padding-left: 15px;
        padding-bottom: 60px
    }
    #hotel-booking-cart,
    #hotel-booking-payment {
        padding-bottom: 60px
    }
    #hotel-booking-cart table td,
    #hotel-booking-payment table td {
        padding: 10px 10px
    }
    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 125px
    }
    #hotel-booking-cart .hb_capacity,
    #hotel-booking-payment .hb_capacity {
        display: table-cell
    }
    #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
        padding: 10px 25px;
        margin: 0 2px
    }
    .thim-search-room .hotel-booking-search form .hb-form-table {
        width: 100%;
        float: none
    }
    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
        width: 100%;
        max-width: none;
        float: none;
        margin-bottom: 20px
    }
    .thim-search-room .hotel-booking-search form .hb-submit {
        width: 100%;
        float: none
    }
    .thim-search-room .hotel-booking-search form .hb-submit button {
        max-width: none;
        width: 100%
    }
    .site-main .hotel-booking-search {
        padding-bottom: 60px
    }
    .site-main .hotel-booking-search .hb-form-field,
    .site-main .hotel-booking-search form button {
        max-width: 100%
    }
    .site-main .hotel-booking-search .hb-form-field-input {
        display: block
    }
    .thim-list-posts.sidebar .article-title-wrapper {
        clear: right
    }
    .article__parallax {
        background-size: 150%!important
    }
}

@media (min-width:768px) and (max-width:780px) {
    .navbar-nav>li>a,
    .navbar-nav>li>span.disable_link {
        padding-left: 15px;
        padding-right: 15px
    }
    .navigation .navbar-nav>li.current-menu-item>a:after,
    .navigation .navbar-nav>li:hover>a:after,
    .navigation .navbar-nav>li.current-menu-item>span:after,
    .navigation .navbar-nav>li:hover>span:after {
        left: 15px;
        right: 15px
    }
    .thim-our-service {
        padding-left: 0;
        margin-top: 60px
    }
    body .hb_room_carousel_container .hb_room {
        min-height: 272px;
        min-width: 256px
    }
    .thim-search-room .hotel-booking-search form {
        padding-left: 0;
        padding-right: 0
    }
    .thim-search-room .hotel-booking-search form .hb-submit {
        padding: 0 8px
    }
    .site-main.alignleft {
        float: left
    }
}

@media (min-width:768px) {
    .width-logo .mobile-logo {
        display: none
    }
    .thim-border-grid .panel-grid-cell:first-child .panel-widget-style {
        position: relative;
        overflow: hidden;
        padding-right: 30px
    }
    .thim-border-grid .panel-grid-cell:first-child .panel-widget-style:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background: #dce0e2
    }
    .top_site_main .banner-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        display: inline-block
    }
    .top_site_main.images_parallax:before {
        content: '';
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        opacity: .4;
        background: #000
    }
    .article__parallax {
        background-size: 150%!important
    }
}

@media (max-width:767px) {
    .thim-search-room-slider .hotel-booking-search {
        padding: 13px 15px
    }
    .site-header.header_v2 .header-right.table-cell,
    .site-header.header_v2 .header-left.table-cell {
        display: none
    }
    .site-header.header_v2 .navigation {
        padding: 0
    }
    .site-header.header_v2 .width-logo {
        width: 100%;
        text-align: center;
        display: block
    }
    .site-header.header_v2 .width-logo>a.mobile-logo {
        display: table-cell
    }
    .width-navigation .inner-navigation {
        width: 100%
    }
    .nav-right.panel-widget-style {
        margin-top: 0!important
    }
    .widget_hb_widget_carousel .nav-right .hb_room_carousel_container .navigation {
        float: none;
        width: 100%
    }
    .widget_hb_widget_carousel .nav-right .hb_room_carousel_container .text_link {
        left: 0;
        text-align: center
    }
    .widget_hb_widget_carousel .nav-right .hb_room_carousel_container .hb_room_carousel {
        padding-top: 0
    }
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li.menu-item-has-children .icon-toggle {
        top: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }
    .site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav>li:after {
        display: none
    }
    .width-logo .mobile-logo {
        display: block
    }
    .width-logo .no-mobile-logo {
        display: none
    }
    .width-navigation {
        overflow: auto;
        overflow-x: hidden
    }
    .top-header .thim-social ul.social_link {
        margin-left: -10px;
        margin-right: 0
    }
    .top_site_main img {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0
    }
    .top_site_main .page-title-wrapper {
        position: static;
        padding: 15px 0
    }
    .top_site_main .page-title-wrapper .banner-description p {
        margin-bottom: 0
    }
    .list-html-content {
        text-align: left;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 50px
    }
    .list-html-content .line-center {
        display: none
    }
    .list-html-content .item-content {
        padding: 10px 0
    }
    .erm_menu_content.menu_content_two_column li.erm_product {
        width: 100%
    }
    .otw-wrapper .col-sm-3 {
        margin-bottom: 25px
    }
    .otw-wrapper .otw-button-wrap {
        margin-bottom: 0
    }
    .border-widget .panel-grid-cell {
        width: 50%!important;
        float: left!important;
        margin-bottom: 30px
    }
    .border-widget .panel-grid-cell:nth-child(1) {
        padding-right: 15px!important
    }
    .border-widget .panel-grid-cell:nth-child(2) {
        padding-left: 15px!important
    }
    .border-widget .panel-grid-cell:last-child {
        margin-top: 25px!important;
        width: 100%!important
    }
    .border-widget .widget.so-panel {
        min-height: inherit
    }
    .wrapper-gallery-filter .fancybox {
        display: inline-block;
        margin-bottom: 10px
    }
    .top-header {
        padding-top: 10px
    }
    .top-header aside {
        display: block;
        margin-left: 15px;
        padding: 5px 0 2px;
        border-bottom: 0!important
    }
    .footer aside {
        padding-bottom: 10px
    }
    footer#colophon .footer aside {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px
    }
    .footer aside:first-child {
        padding-bottom: 5px
    }
    .footer aside:last-child {
        padding-bottom: 0
    }
    .footer .newletter {
        display: block;
        text-align: left
    }
    .thim-list-posts.sidebar .article-title-wrapper {
        clear: initial
    }
    .list-html-content .col-sm-6 {
        clear: both
    }
    .list-html-content .item-content .desc-list {
        float: none;
        max-width: none
    }
    .thim-widget-gallery .wrapper-gallery-filter .col-sm-4 {
        width: 50%
    }
    .widget_shopping_cart .widget_shopping_cart_content {
        min-width: 200px;
        width: 200px
    }
    #hotel-booking-cart .hb_check_in,
    #hotel-booking-payment .hb_check_in,
    #hotel-booking-cart .hb_check_out,
    #hotel-booking-payment .hb_check_out {
        display: none
    }
    .hb-booking-room-details {
        left: auto;
        right: 10px
    }
    td.hb_addition_no {
        display: none
    }
}

@media (max-width:667px) {
    .thim-sailing-hotel .width50 {
        width: 100%
    }
    .thim-sailing-hotel .width50:first-child {
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .top_site_main {
        height: auto
    }
    .thim-widget-event .item-event {
        display: block
    }
    .thim-widget-event .item-event .event-thumbnail,
    .thim-widget-event .item-event .content-item,
    .thim-widget-event .item-event .content-right {
        display: block;
        width: 100%;
        overflow: hidden
    }
    .thim-widget-tab-restaurant-menu .nav-menu-tabs li a span.box>span {
        display: none
    }
    .woocommerce-page div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce div.product div.summary {
        width: 100%!important
    }
    .erm_menu_content.layout-default .erm_product.with_image a.image-popup {
        width: 60px
    }
    .erm_menu_content.layout-default .erm_product.with_image .item-left,
    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
        width: 100%;
        display: block;
        padding-left: 15px
    }
    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
        margin-top: 0;
        padding: 0 15px 15px
    }
    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price li {
        display: inline-block;
        margin-right: 7px
    }
}

@media (max-width:480px) {
    .top_site_main .page-title-wrapper {
        padding: 45px 0 15px
    }
    body .hb_single_room .price {
        display: inline;
        overflow: hidden;
        width: 100%;
        float: left;
        margin-top: 0
    }
    body .hb_single_room .title h4 {
        margin-bottom: 0
    }
    .newletter .mc4wp-form input[type=email] {
        width: 220px
    }
    .product-grid .col-sm-6 {
        width: 100%
    }
    .product-grid .product_thumb {
        display: block;
        text-align: center
    }
    .border-widget .panel-grid-cell {
        width: 100%!important;
        float: none!important;
        margin-bottom: 30px!important
    }
    .border-widget .panel-grid-cell:nth-child(1) {
        padding-right: 0!important
    }
    .border-widget .panel-grid-cell:nth-child(2) {
        padding-left: 0!important
    }
    .woocommerce-cart table.cart .product-thumbnail {
        display: none
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: none
    }
    #hotel-booking-cart .hb_capacity,
    #hotel-booking-payment .hb_capacity {
        display: none
    }
    #hotel-booking-results .hb-search-results>.hb-room .hb-room-thumbnail {
        margin-bottom: 30px
    }
    #hotel-booking-results .hb-search-results>.hb-room .hb-room-info {
        clear: both;
        margin-left: 0
    }
    .hb_single_room .price {
        margin: 10px 0 20px;
        float: none;
        clear: both
    }
    .hb_single_room table.hb_room_pricing_plans {
        max-width: 92vw;
        overflow: hidden
    }
    .hb_single_room table.hb_room_pricing_plans tr td {
        padding: 10px 0
    }
    td.hb_addition_quantity {
        display: none
    }
    .hb-order-new-customer .hb-form-table.col-2 {
        width: 100%;
        clear: none
    }
    .hb_single_room .hb-share {
        float: left;
        margin-bottom: 0
    }
    .hb_single_room .hb-share ul {
        margin: 0 0 10px 0
    }
    .hb_single_room .hb_single_room_details .hb_single_room_tabs>li {
        width: 100%;
        margin-top: 10px
    }
    .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a {
        padding-bottom: 0
    }
    .top-header {
        display: none
    }
    .rev_slider .tparrows.zeus {
        min-width: 40px!important;
        min-height: 40px!important
    }
    .rev_slider .tparrows.zeus:before {
        line-height: 40px!important;
        font-size: 14px!important
    }
    .rev_slider .tparrows.zeus.tp-leftarrow {
        transform: none!important;
        left: 5px!important;
        right: auto!important
    }
    .rev_slider .tparrows.zeus.tp-rightarrow {
        transform: none!important;
        left: auto!important;
        right: 5px!important
    }
}

@media (max-width:360px) {
    .woocommerce-cart table.cart .product-price {
        display: none
    }
    .woocommerce-cart table.cart td.actions input {
        margin-top: 10px
    }
    #hotel-booking-cart table td.hb_gross_total,
    #hotel-booking-payment table td.hb_gross_total {
        min-width: 100px;
        width: 100px
    }
    #hotel-booking-cart .hb_night,
    #hotel-booking-payment .hb_night {
        display: none
    }
    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 90px
    }
    .hb-booking-room-details {
        min-width: inherit;
        max-width: 100%;
        width: 92vw
    }
    .rooms {
        margin: 0
    }
    .post-type-archive-hb_room .rooms[class*=hb-catalog-column-]>.hb_room {
        width: 100%!important
    }
    .width-logo>a {
        max-width: 250px
    }
}

@media (max-width:320px) {
    .width-navigation {
        overflow: auto;
        width: 260px
    }
    .mobile-menu-open .content-pusher {
        transform: translate(260px, 0);
        -webkit-transform: translate(260px, 0);
        -moz-transform: translate(260px, 0);
        -ms-transform: translate(260px, 0);
        -o-transform: translate(260px, 0);
        left: 0
    }
    .woocommerce-cart table.cart .product-remove {
        display: table-cell;
        padding: 23px 5px
    }
    #hotel-booking-cart table td.hb_gross_total,
    #hotel-booking-payment table td.hb_gross_total {
        min-width: 80px;
        width: 80px
    }
    #hotel-booking-cart .hb_advance_payment .hb-align-right,
    #hotel-booking-payment .hb_advance_payment .hb-align-right,
    #hotel-booking-cart .hb_advance_grand_total .hb-align-right,
    #hotel-booking-payment .hb_advance_grand_total .hb-align-right,
    #hotel-booking-cart .hb_advance_tax .hb-align-right,
    #hotel-booking-payment .hb_advance_tax .hb-align-right,
    #hotel-booking-cart .hb_sub_total .hb-align-right,
    #hotel-booking-payment .hb_sub_total .hb-align-right {
        width: 77px
    }
    #hotel-booking-cart button#hb-apply-coupon,
    #hotel-booking-payment button#hb-apply-coupon {
        margin-left: 0
    }
    #hotel-booking-cart .hb_button.hb_checkout,
    #hotel-booking-payment .hb_button.hb_checkout,
    #hotel-booking-cart .hb_button.update,
    #hotel-booking-payment .hb_button.update {
        margin-bottom: 10px
    }
    #sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
        min-width: 120px;
        margin-bottom: 10px
    }
    .width-logo>a {
        max-width: 200px
    }
}

@media (max-width:240px) {
    .width-navigation {
        width: 200px
    }
    .mobile-menu-open .content-pusher {
        transform: translate(200px, 0);
        -webkit-transform: translate(200px, 0);
        -moz-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        left: 0
    }
    .woocommerce-cart table.cart .product-quantity {
        display: none
    }
    #hotel-booking-cart table .hb_quantity,
    #hotel-booking-payment table .hb_quantity {
        display: none
    }
    #hotel-booking-cart .hb_button.hb_checkout,
    #hotel-booking-payment .hb_button.hb_checkout,
    #hotel-booking-cart .hb_button.update,
    #hotel-booking-payment .hb_button.update {
        margin-left: 0
    }
    .thim-list-posts.sidebar .article-title-wrapper {
        clear: both
    }
}