@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

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

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

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

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

.img-circle {
    -webkit-border-radius: 50%;
    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
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    text-transform: none
}

select {
    text-transform: none
}

button, html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

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

    a {
        text-decoration: underline
    }

    a:visited {
        text-decoration: underline
    }

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

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

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

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

    thead {
        display: table-header-group
    }

    tr {
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

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

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

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

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

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

a:focus {
    color: #23527c;
    text-decoration: underline;
    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
}

.thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

a > img, img {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

.img-circle {
    -webkit-border-radius: 50%;
    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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd, dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "— "
}

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

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

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

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

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

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

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

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

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

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

html body {
    color: #333
}

body {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

p:last-child {
    margin: 0
}

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

li, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.post-desc li, .post-desc ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    list-style-position: inside
}

pre {
    background: #232323 -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f1f1f1));
    background: #232323 -webkit-linear-gradient(#fff 50%, #f1f1f1 50%);
    background: #232323 -o-linear-gradient(#fff 50%, #f1f1f1 50%);
    background: #232323 linear-gradient(#fff 50%, #f1f1f1 50%);
    -webkit-background-size: 38px 38px;
    background-size: 38px 38px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #838383;
    display: block;
    line-height: 19px;
    margin: 5px 0;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0 10px;
    white-space: pre-wrap;
    word-wrap: break-word
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(51, 51, 51, .1);
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%
}

td, th {
    border: 1px solid rgba(51, 51, 51, .1);
    padding: 5px;
    border-width: 0 1px 1px 0
}

th {
    font-weight: 700
}

dt {
    font-weight: 700;
    font-size: 120%
}

.clear {
    clear: both
}

dd, dl {
    margin-bottom: 20px
}

address {
    font-style: italic;
    margin: 0 0 15px
}

a:focus, a:hover {
    text-decoration: none;
    color: #838383
}
main ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;

}

main ul li {
 
  list-style-type: disc;

  
}

main ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.post-text li, .post-text ul {
    list-style: inherit
}

.entry-content li, .entry-content ul {
    list-style: inherit
}

.page-links {
    margin: 5px 0
}

.page-links a, .page-links span {
    padding: 3px 6px;
    border: 1px solid rgba(51, 51, 51, .1)
}

.entry-content ul, .post-text ul {
    margin-left: 15px
}

.grey {
    color: #c4c4c4
}

.light-grey {
    color: #b9b9b9
}


input[type=button], input[type=submit] {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 5px;
    outline: medium none;
    padding: 3px 25px;
    color: #fff
}

.right-text {
    text-align: right
}

.left-text {
    text-align: left
}

.white-text, .white-text-force * {
    color: #fff !important
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.sticky {
    font-weight: 400
}

.sticky .post-icon i::before {
    content: "" !important
}

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

@media (max-width: 767px) {
    .vc_row .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.body-boxed .wrapper {
    -webkit-box-shadow: 0 6px 10px 0 #000;
    box-shadow: 0 6px 10px 0 #000;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative
}

.wrapper {
    overflow: hidden;
    position: relative
}

.header {
    z-index: 999
}

.acf-map {
    width: 100%;
    height: 500px;
    border-top: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.header .sticky-logo {
    display: none
}

.header.clone .sticky-logo {
    display: inline-block
}

.header.clone .main-logo {
    display: none
}

.header-default .navbar.navbar-default.iw-header {
    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: top .4s linear 0s;
    -o-transition: top .4s linear 0s;
    transition: top .4s linear 0s
}

.navbar-default .navbar-nav > .active > a {
    background: 0 0
}

.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: 0 0
}

.header-default .search-form-header:before, .wrapper-header-version-3 .search-form-header:before {
    color: #fff;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    top: 18px;
    font-family: Ionicons;
    content: "";
    display: none
}

.header-default .search-form-header.active:hover:before, .wrapper-header-version-3 .search-form-header.hover:before {
    display: none
}

.header-default .search-form-header.active:before {
    display: block
}

.header-default-edition .search-form-header {
    position: relative;
    height: 0;
    -webkit-transition: height .3s linear 0s;
    -o-transition: height .3s linear 0s;
    transition: height .3s linear 0s
}

.header-default.header-version-4 .search-form-header {
    position: relative;
    height: 0;
    -webkit-transition: height .3s linear 0s;
    -o-transition: height .3s linear 0s;
    transition: height .3s linear 0s
}

.header-default .search-form-header.active {
    height: 65px
}

.header-default .search-form-header .search-box-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.header-default .search-form-header .search-box-header .top-search {
    text-align: center;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0
}

.search-form-header ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.header-default-edition .iw-top-bar .contact {
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    float: left
}

.header-default-edition .iw-top-bar .contact > i {
    display: inline-block;
    padding: 0 5px
}

.header-default-edition .iw-top-bar .social-curency {
    float: right
}

.header-default-edition .iw-top-bar .social-curency .iw-social-all li {
    display: inline-block
}

.header-default-edition .iw-top-bar .social-curency .iw-social-all li a {
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 8px 5px
}

.header-default-edition .iw-top-bar .social-curency .iw-social-all li:last-child a {
    margin-right: 0
}

.header-default-edition .iw-top-bar .social-curency .iw-social-all li a i {
    color: #fff
}

.header-default.header-default-edition .iw-header .iw-search-cart {
    margin: 30px 0 0
}

.header-default-edition .iw-header .iw-menu-main .iw-nav-menu {
    float: none;
    text-align: right
}

.header-default-edition .iw-header .iw-menu-main .iw-nav-menu .sub-menu {
    text-align: left
}

.header-default.header-default-edition .navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 30px 0
}

.header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li > a {
    font-size: 14px;
    color: #232323;
    font-weight: 600;
    padding: 0;
    margin: 0 15px;
    position: relative
}

.header-default.header-default-edition .col-logo, .header-default.header-default-edition .col-search {
    width: 8.33%;
    float: left;
    padding: 0 15px
}

.header-default.header-default-edition .col-menu {
    width: 83.34%;
    float: left;
    padding: 0 15px
}

.header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li:first-child > a {
    margin-left: 0
}

.header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li:last-child > a {
    margin-right: 0
}

.header-default-edition .top-bar-wrapper {
    background: #383838
}

.header-default .iw-header .iw-logo {
    margin: 0;
 
}
.header.clone .sticky-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-default .iw-menu-header-default {
    background: #fff
}

.header-default .iw-header .iw-logo > a {
    display: inline-block;
    width: 100%
}

.header-default .navbar-nav > li {
    float: left;
    padding: 14px 0;
    position: relative
}

.header-default.header-sticky.clone .iw-header .iw-menu-main .navbar-nav > li:hover > a {
    color: #fff !important
}

.header .navbar-nav > li > .sub-menu {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    z-index: 100;
    min-width: 250px
}

.header .navbar-nav > li:hover > .sub-menu {
    visibility: visible
}

.header .navbar-nav > li .sub-menu {
    background: #fff none repeat scroll 0 0;
    width: 250px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.header .navbar-nav > li > .sub-menu li {
    position: relative
}

.header .iw-header .navbar-nav > li > .sub-menu li.current_page_item > a {
    color: #13a1c5;
}

.header .iw-header .navbar-nav > li > .sub-menu li > a {
    color: #838383;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 15px
}

.header .iw-header .navbar-nav > li > .sub-menu .sub-menu li a {
    padding: 10px 20px
}

.header .sub-menu .icon-arrow:before {
    content: "";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: 100%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header .navbar-nav > li > .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    -o-transition: padding .3s linear 0s;
    transition: padding .3s linear 0s;
    -webkit-transition: padding .3s linear 0s
}

.header .navbar-nav > li > .sub-menu li:last-child {
    border-bottom: 0
}

.header .iw-header .navbar-nav > li:hover > .sub-menu > li {
    padding: 10px 0
}

.header .navbar-nav > li > .sub-menu li .sub-menu {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, left .3s linear;
    -o-transition: opacity .3s linear, left .3s linear;
    transition: opacity .3s linear, left .3s linear
}

.header .navbar-nav > li > .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%
}

.header .iw-header .iw-menu-main .iw-nav-menu {
    position: relative;
    z-index: 99;
    float: right
}

.header-default .navbar-default {
    background-color: #fff
}

.header-default .iw-header .iw-menu-main .navbar-nav li > a {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #838383;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px
}

.header .iw-header .iw-menu-main .navbar-nav > li > a > small {
    display: none
}

.header .navbar-nav > li .sub-menu li > a > i {
    display: inline-block;
    padding: 0 10px 0 0
}

.header-default .iw-header .iw-search-cart {
    margin: 15px 0 0;
    position: relative
}

.header-default .iw-header .iw-search-cart .iw-search-home {
    position: absolute;
    right: 38px;
    top: 0
}

.header-default .iw-header .iw-search-cart .iw-search-home .iw-top-search {
    border: 0 none;
    height: 32px;
    padding: 0;
    -webkit-transition: width .3s linear 0s;
    -o-transition: width .3s linear 0s;
    transition: width .3s linear 0s;
    width: 0
}

.header-default .search-form {
    float: left;
    position: absolute;
    right: 35px;
    top: 0
}

.header-default .shopping-cart {
    float: right;
    position: absolute;
    right: 0;
    top: 0
}

.header .iw-header .iw-search-cart button {
    background: 0 0;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    width: 32px
}

.header .iw-header .iw-search-cart:after {
    clear: both;
    content: '';
    display: block
}

.header .iw-header .iw-search-cart button i {
    color: #838383;
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: animation .3s linear 0s;
    -webkit-transition: -webkit-animation .3s linear 0s;
    transition: -webkit-animation .3s linear 0s;
    -o-transition: animation .3s linear 0s;
    transition: animation .3s linear 0s;
    transition: animation .3s linear 0s, -webkit-animation .3s linear 0s
}

.header .iw-header .iw-search-cart button.active i:before {
    content: "";
    left: 0
}

.header-default .iw-header .iw-search-cart button:hover i {
    color: #fff
}

.header-default .iw-header .iw-search-cart a {
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    position: relative;
    text-align: center;
    width: 32px
}

.header-default .iw-header .iw-search-cart a i {
    color: #838383;
    display: inline-block;
    font-size: 14px;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: -webkit-animation .3s ease 0s;
    transition: -webkit-animation .3s ease 0s;
    -o-transition: animation .3s ease 0s;
    transition: animation .3s ease 0s;
    transition: animation .3s ease 0s, -webkit-animation .3s ease 0s
}

.header-default .iw-header .iw-search-cart a:hover i {
    color: #fff
}

.header-default .iw-header .iw-search-cart span.number-product {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px
}

.header-default .iw-header .iw-search-cart span small {
    font-size: 100%;
    font-weight: 700;
    position: relative;
    right: 0;
    top: -5px
}

.header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li > a:before {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    -o-transition: transform .1s ease 0s;
    transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s;
    width: 100%
}

.header-version-2 .iw-menu-default .iw-nav-menu > li > a::before, .header-version-3 .iw-menu-default .iw-nav-menu > li > a::before, .header-version-4 .iw-menu-default .iw-nav-menu > li > a::before {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    -o-transition: transform .1s ease 0s;
    transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s;
    width: 100%
}

.header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li > a:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: #fff
}

.header.header-version-2 .iw-menu-default .iw-nav-menu > li:hover > a::before, .header.header-version-3 .iw-menu-default .iw-nav-menu > li:hover > a::before, .header.header-version-4 .iw-menu-default .iw-nav-menu > li:hover > a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: #fff
}

.header-version-4 .iw-menu-default .iw-nav-menu > li[class*=current-menu] > a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: #fff
}

.header.header-version-4 .navbar.navbar-default.iw-header {
    background: 0 0;
    padding-top: 15px
}

.header.header-version-4.clone .navbar.navbar-default.iw-header {
    padding-top: 0
}

.header.header-version-4 .iw-header .iw-menu-main .navbar-nav > li {
    padding-bottom: 5px
}

.header.header-version-4 .iw-header .iw-menu-main .navbar-nav > li > a {
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-right: 40px;
    position: relative
}

.header.header-version-4 .iw-header .iw-menu-main .navbar-nav > li:last-child > a {
    margin-right: 0
}


.header.header-version-4 .iw-header .iw-search-cart button {
    background: 0 0;
    border-color: #ddd
}

.header.header-version-4 .iw-header .iw-search-cart a {
    background: #686868;
    border-color: transparent
}

.header.header-version-4 .iw-header .iw-search-cart a i {
    color: #fff
}

.header .main-logo {
    display: inline-block
}

.header .iw-logo .main-logo{
    max-width: 50px
}

.header.clone {
    position: fixed !important;
    top: -200px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 99;
    -webkit-transition: .2s top cubic-bezier(.3, .73, .3, .74);
    -o-transition: .2s top cubic-bezier(.3, .73, .3, .74);
    transition: .2s top cubic-bezier(.3, .73, .3, .74)
}

.header.clone .sticky-logo {
    display: inline-block
}

body.down .header.clone {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .118);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .118);
    top: 0
}

body.down .header.header-default-edition.header-sticky {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s;
    -o-transition: visibility 0s linear .3s, opacity .3s;
    transition: visibility 0s linear .3s, opacity .3s
}

body.down .header.header-default-edition.header-sticky.clone {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 1s linear 1s, opacity .3s;
    -o-transition: visibility 1s linear 1s, opacity .3s;
    transition: visibility 1s linear 1s, opacity .3s
}


.header-sticky.clone .logo img {
    display: none
}

.header-sticky.clone .logo .sticky-logo {
    display: block
}

.header-default.header-default-edition.clone .navbar.navbar-default.iw-header {
    background: #fff
}

.header-default.header-default-edition.clone .col-logo {
    width: 33.33%
}

.header-default.header-default-edition.clone .col-search {
    width: 8.33%;
    padding-left: 0
}

.header-default.header-default-edition.clone .col-menu {
    width: 57.64%;
    padding: 0
}

.header-default.header-default-edition.clone .iw-header .iw-menu-main .navbar-nav > li > a {
    font-weight: 400;
    margin: 0;
    padding: 0 10px
}

.header-default-edition.clone .navbar-nav > li:hover > a {
    color: #fff !important
}

.header-default-edition.clone .top-bar-wrapper {
    display: none
}

.header-default.header-default-edition.clone .navbar-nav > li {
    padding-bottom: 15px;
    padding-top: 15px
}

.header-default.header-default-edition.clone .iw-header .iw-search-cart {
    margin-top: 15px
}

.header-version-2.header-sticky.clone .iw-nav-menu {
    margin-top: 0
}

.header-default-edition.clone .iw-header .iw-menu-main .iw-nav-menu {
    text-align: right
}

.header.header-version-4.clone {
    margin-top: 0
}

.header.header-version-4.clone .navbar.navbar-default.iw-header {
    background: #fff
}



.header.header-version-4.clone .iw-header .iw-menu-main .navbar-nav > li {
    padding-bottom: 15px
}

.header.header-version-4.clone .iw-header .iw-menu-main .navbar-nav > li > a {
    color: #838383
}

.header.header-version-4.clone .iw-header .iw-menu-main .navbar-nav > li > a:before {
    display: none
}

.off-canvas-menu, .off-canvas-open {
    display: none
}

.page-heading .container-inner {
    position: relative;
    z-index: 3
}

.page-heading .container-inner-2 {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}
.wp-pagenavi a, .wp-pagenavi span {
        margin-left: 0;
}
.iw-footer-top {
    padding: 17px 0 12px;
    text-align: center
}

.iw-footer-middle {
    background: #313131 none repeat scroll 0 0;
    color: #fff;
    padding: 40px 0 15px
}

.iw-footer-default .iw-footer-middle .widget_recent_entries .recent-blog-post .recent-blog-post-detail {
    margin-left: 0
}

.iw-footer-default .iw-footer-middle .widget-title {
    border-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 20px
}

.iw-footer-middle .footer-widget-contact p {
    color: #e6e6e6;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 15px
}

.iw-footer-middle ul.information li i {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px
}

.iw-footer-middle ul.information > li {
    border-top: 1px solid #3c3c3c;
    color: #e6e6e6;
    display: block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 22px
}

.iw-footer-middle ul.information > li.phone::after {
    clear: both;
    content: "";
    display: block
}

.iw-footer-middle ul.information > li.phone > ul {
    float: left
}

.iw-footer-middle .widget_nav_menu .menu:after {
    clear: both;
    content: '';
    display: block
}

.iw-footer-middle .widget_nav_menu .menu li.wpml-ls-item  {
   display: none;
}

.iw-footer-middle .widget_nav_menu .menu li {
    float: left;
    width: 50%
}

.iw-footer-middle .widget_nav_menu .menu li a {
    color: #e6e6e6;
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    padding-left: 25px;
    position: relative
}

.iw-footer-middle .widget_nav_menu .menu li a:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0
}

.iw-footer-middle .recent-footer-post:after {
    clear: both;
    content: '';
    display: block
}

.iw-footer-middle .recent-footer-post-detail {
    margin-left: 70px
}

.iw-footer-middle .recent-footer-post-thumnail {
    display: inline-block;
    float: left;
    width: 60px
}

.iw-footer-middle .recent-footer-post-detail .recent-footer-post-title {
    line-height: 0;
    margin: 0
}

.iw-footer-middle .recent-footer-posts {
    padding-top: 5px
}

.iw-footer-middle .recent-footer-post-detail .recent-footer-post-title a {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    line-height: 20px;
    margin-top: -5px
}

.iw-footer-middle .recent-footer-post-detail .post-date {
    display: inline-block;
    color: #acacac;
    font-size: 11px;
    line-height: 24px;
    padding-top: 5px;
    text-transform: uppercase
}

.iw-footer-middle .recent-footer-posts .recent-footer-post {
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.iw-footer-middle .recent-footer-posts .recent-footer-post:last-child {
    border-bottom: 0
}

.ajax-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.iw-footer-middle .widget_inwave-subscribe .iw-email-notifications {
    position: relative
}

.iw-footer-middle .widget_inwave-subscribe .iw-email-notifications input {
    background: #4a4a4a none repeat scroll 0 0;
    border: 0 none;
    color: #969595;
    font-size: 12px;
    height: 37px;
    margin-top: 10px;
    padding: 10px 5px 10px 10px;
    width: 200px
}

.iw-footer-middle .widget_inwave-subscribe .iw-email-notifications button {
    border: 0 none;
    color: #fff;
    font-size: 12px;
    height: 37px;
    text-transform: uppercase;
    width: 70px;
    margin-top: 20px;
}

.iw-footer-middle .widget_inwave-subscribe .response label {
    color: #e6e6e6;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400
}

.iw-footer-middle .widget_inwave-subscribe .ajax-loading {
    display: inline-block;
    margin-left: 5px;
    margin-top: 73px
}

.iw-copy-right {
    background: #2d2d2d none repeat scroll 0 0;
    padding: 20px 0
}

.iw-copy-right p {
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 0
}

.iw-footer-default .widget_recent_entries_footer li.recent-blog-post {
    border-bottom-color: #3c3c3c;
    padding-bottom: 5px
}

.iw-footer-default .widget_recent_entries_footer li.recent-blog-post:last-child {
    border-bottom: 0
}

.iw-footer-default .widget_recent_entries_footer li.recent-blog-post:first-child {
    padding-top: 0
}

.iw-footer-default .widget_recent_entries_footer li.recent-blog-post .recent-blog-post-title {
    margin: -3px 0 0
}

.iw-footer-default .widget_recent_entries_footer li.recent-blog-post .post-date {
    font-size: 12px;
    line-height: 30px;
    color: #acacac;
    display: block;
}

.iw-copy-right span {
    bottom: 15px;
    color: #fff;
    float: right;
    position: fixed;
    right: 20px;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: transform .3s linear 0s, opcity .3s linear 0s;
    -webkit-transition: opcity .3s linear 0s, -webkit-transform .3s linear 0s;
    transition: opcity .3s linear 0s, -webkit-transform .3s linear 0s;
    -o-transition: transform .3s linear 0s, opcity .3s linear 0s;
    transition: transform .3s linear 0s, opcity .3s linear 0s;
    transition: transform .3s linear 0s, opcity .3s linear 0s, -webkit-transform .3s linear 0s;
    z-index: 998
}

.iw-copy-right span.eff {
    background: #2d2d2d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 40px
}

.iw-copy-right span i {
    cursor: pointer;
    font-size: 20px
}

.iw-copy-right p a {
    color: #fff
}

.iw-footer-default .widget_recent_entries_footer .recent-blog-post h3.recent-blog-post-title a {
    color: #e6e6e6;
    font-size: 12px;
    line-height: 22px
}

.iw-footer-default .iw-footer-middle .widget_recent_entries .recent-blog-post .recent-blog-post-detail .post-date {
    color: #acacac;
    font-size: 12px
}

.iw-footer-default .iw-footer-middle ul.sub-menu {
    display: none;
}

.iw-footer-default .malchimp-desc {
    font-size: 12px;
    color: #e6e6e6
}

.page-nav {
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.page-nav-inner {
    margin: 0 -3px
}

.page-nav .page-numbers {
    border: 2px solid #e0e0e0;
    color: #dadada;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin: 0 3px;
    text-align: center;
    width: 36px
}

.page-nav .page-numbers i {
    line-height: 1
}

.page-nav a.page-numbers:hover, .page-nav span.current {
    color: #fff
}

.header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li:hover > a:before, .header-version-2.header-sticky.clone .content-main .navbar-nav > li:hover > a, .header.clone .iw-header .iw-menu-main .navbar-nav > li:hover > a, .iw-footer-middle .widget_inwave-subscribe .iw-email-notifications button, .tour_price_slider_wrapper .tour_price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content, .wrapper-header-version-3 .iw-header .iw-menu-main .navbar-nav > li:hover > a {
    background-color: #13a1c5 !important
}

.header .iw-header .iw-search-cart a:hover, .header .iw-header .iw-search-cart button:hover {
    background-color: #13a1c5 !important
}

.header-default.header-sticky.clone .iw-header .iw-menu-main .navbar-nav > li:hover > a {
    color: #fff !important
}

.header.header-version-4.clone .iw-header .iw-menu-main .navbar-nav > li > a {
    padding: 0 10px;
    color: #838383;
    margin-right: 20px
}

.iw-footer-middle .recent-footer-post-detail .recent-footer-post-title a:hover, .iw-footer-middle .widget_nav_menu .menu li a:after {
    color: #13a1c5 !important
}

.header-default-edition .iw-top-bar .social-curency .iw-social-all li a:hover i, .header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li:hover > a, .iw-footer-default .widget_recent_entries_footer .recent-blog-post h3.recent-blog-post-title a:hover, .iw-footer-middle .widget_nav_menu .menu li a:hover, .off-canvas-menu .canvas-menu li.selected.active > a, .page-heading .breadcrumbs-share-icon .breadcrumbs > li:hover a {
    color: #13a1c5 !important
}

.header.header-default-edition .iw-main-menu .iw-nav-menu li[class*=current-menu] > a, .header.header-version-2 .iw-main-menu .iw-nav-menu .sub-menu li[class*=current-menu] > a, .header.header-version-3 .iw-main-menu .iw-nav-menu li[class*=current-menu] > a, .header.header-version-4.clone .iw-main-menu .iw-nav-menu li[class*=current-menu] > a {
    color: #13a1c5 !important
}

.header .navbar-nav .sub-menu li:hover > a, .header .navbar-nav li.selected.active > a {
    color: #13a1c5 !important
}

.header-version-2.clone li[class*=current-menu] > a {
    color: #13a1c5 !important
}

.kayakingtours-item, .kayakingtours-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    background-color: #000;
    -webkit-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    transition: margin-top .3s ease
}

.kayakingtours-item:before, .kayakingtours-item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0
}

.kayakingtours-item .item-title, .kayakingtours-item .item-title {
    position: absolute;
    z-index: 3;
    bottom: 45px;
    left: 50px;
    right: 30px;
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.kayakingtours-item .item-title .item-name, .kayakingtours-item .item-title .item-name {
    display: block;
    font-size: 23px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px
}

.kayakingtours-item .item-title .item-name sup, .kayakingtours-item .item-title .item-name sup {
    font-size: 13px;
    position: absolute;
    margin-left: 5px
}

.kayakingtours-item .item-title .item-data, .kayakingtours-item .item-title .item-data {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px
}

.kayakingtours-item .item-info, .kayakingtours-item .item-info {
    position: absolute;
    z-index: 3;
    top: 30px;
    right: 40px;
    color: #fff;
    text-align: right
}

.kayakingtours-item .item-info .item-price {
    position: relative;
    padding-bottom: 20px
}

.kayakingtours-item .item-info .item-price .before {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease
}

.wineries-item .item-info .item-days, .kayakingtours-item .item-info .item-days {
    opacity: 0;
    padding-top: 10px
}

.wineries-item .btn, .kayakingtours-item .btn {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.wineries-item img, .kayakingtours-item img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    opacity: .7;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.bx-wrapper img {
    max-width: 100%
}

.wineries-item .item-info .item-days, .wineries-item .item-info .item-price, .kayakingtours-item .item-info .item-days, .kayakingtours-item .item-info .item-price {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (min-width: 1025px) {
    .wineries-item:hover, .kayakingtours-item:hover {
        margin-top: -20px;
        -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, .1);
        box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, .1)
    }

    .wineries-item:hover .item-info .item-price .before, .kayakingtours-item:hover .item-info .item-price .before {
        width: 110px
    }

    .wineries-item:hover img, .kayakingtours-item:hover img {
        opacity: .3
    }
}

.wineries-item .btn, .kayakingtours-item .btn {
    display: none;
    position: absolute;
    bottom: 50px;
    text-transform: uppercase;
    left: 50px;
    z-index: 3;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 14px 25px;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #13a1c5
}

.wineries-item .btn:hover, .kayakingtours-item .btn:hover {
    background-color: #52b2c5
}

.display-none {
    display: none
}

.margin-none {
    margin: 0
}

.view-all-btn {
    position: relative;
    float: right;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 0;
    margin-left: -70px;
    display: block;
    width: 70px;
    font-weight:400;

}

.view-all-btn a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #13a1c5
}

.view-all-btn a:hover {
    color: #52b2c5
}

.default-btn {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 12px 25px;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #13a1c5
}

.default-btn:hover {
    color: #fff;
    background-color: #52b2c5
}

.hr {
    border: 1px solid #f1f1f1
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-20 {
    margin-top: 20px
}

.pad-top-70 {
    padding-top: 70px
}

.pad-top-50 {
    padding-top: 50px
}

.pad-top-40 {
    padding-top: 40px
}

.pad-top-30 {
    padding-top: 30px
}

.pad-top-20 {
    padding-top: 20px
}

.pad-bottom-50 {
    padding-bottom: 50px
}

.pad-bottom-40 {
    padding-bottom: 40px
}

.pad-bottom-30 {
    padding-bottom: 30px
}

.pad-bottom-20 {
    padding-bottom: 20px
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px
}

.section-title h3 {
    font-weight: 300;
    font-size: 42px;
    margin: 0 0 4px 0;
    line-height: 1;
    letter-spacing: -3px;
    color: #232323
}

.section-title span.theme-color {
    font-weight: 500;
    color: #13a1c5
}

section.all-tours-content .kayakingtours-item {
    margin-bottom: 30px
}

section.all-tours-content .kayakingtours-item:hover {
    margin-top: 0
}

section.all-tours-content .kayakingtours-item .item-info {
    right: 20px
}

section.all-tours-content .kayakingtours-item .item-title {
    left: 20px
}

section.all-tours-content .kayakingtours-item .btn {
    left: 20px
}

section.all-tours-content .kayakingtours-item .item-info .item-text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px
}

section.all-tours-content .wineries-item .item-info .item-days, section.all-tours-content .wineries-item .item-info .item-price, section.all-tours-content .kayakingtours-item .item-info .item-days, section.all-tours-content .kayakingtours-item .item-info .item-price {
    padding-bottom: 0;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

section.all-tours-content .wineries-item .item-title .item-name, section.all-tours-content .kayakingtours-item .item-title .item-name {
    font-size: 20px
}

section.all-tours-content .wineries-item .item-info .item-text, section.all-tours-content .kayakingtours-item .item-info .item-text {
    display: block;
    font-size: 12px;
    line-height: 12px
}

@media screen and (max-width: 480px) {
    section.all-tours-content .wineries-item, section.all-tours-content .kayakingtours-item {
        float: none;
        display: block;
        width: auto;
        height: 420px
    }
}

section.parallax-promotions {
    position: relative;
    margin-top: 50px
}

section.parallax-promotions h1, section.parallax-promotions h4, section.parallax-promotions h6 {
    color: #fff
}

section.parallax-promotions i {
    margin-right: 5px
}

section.parallax-promotions a {
    text-transform: uppercase;
    line-height: 100px;
    font-size: 17px;
    padding: 10px 20px;
    background-color: #14b9d5;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

section.parallax-promotions a:hover {
    background-color: #fff;
    color: #14b9d5
}

.adamrob_parallax_postcontent {
    margin-top: 50px
}

.hero-container {
    position: relative
}

.hero-container .parallax-window:before {
    z-index: 0;
    background: rgba(67, 74, 84, .2);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.parallax-content {
    z-index: 1;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 115px 0
}

.header-bg-page {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: relative
}

.header-bg-page:before {
    content: '';
    position: absolute;
    height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .4)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0, transparent 100%)
}

.header-hero--content {
    max-height: 600px;
    position: relative;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
    display: table-cell;
    width: 1260px;
    height: 600px;
    vertical-align: middle
}

.header-hero--content h1 {
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px
}

.header-hero--content .price {
    margin-top: 50px;
    display: block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px
}


section.all-blog-content {

}

.blog-post-inside {
    margin-bottom: 30px;
}

.all-blog-content h3 {
    margin-top: 0;
}

.all-blog-content h3 a{
    color: #0b0b0b;
  
}
.blog-post-image {
    overflow: hidden;
    height: 209px;
    width: 100%;
}

.blog-post-date {
    display: block;
    font-size: 11px;
    color: #ccc;
    padding-top: 10px;
}

.blog-post-content {
    padding: 0 0 20px 0;
}


.header-hero--content .price sup {
    font-size: 32px
}

.book-now-body .book-now-form .form-row .form-col {
    float: left;
    width: 190px;
    padding-top: 10px;
    margin: 0 25px 5px 0;
    position: relative
}

.book-now-body .book-now-form {
    position: relative;
    width: 835px;
    margin: 0 auto 110px
}

.book-now-body .book-now-form .form-row {
    position: relative
}

.book-now-body .book-now-form .form-row .form-col .type-text {
    width: 100%;
    padding: 10px;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    height: 40px;
    border: none;
    border: 1px solid #bebebe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.book-now-body .book-now-form .form-row .form-col label {
    cursor: text;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.styled-select {
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    overflow: hidden;
    position: relative;
    border: 1px solid #bebebe;
    background: url(../assets/select_arrow.png) right 18px no-repeat #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.styled-select select {
    padding: 10px 30% 10px 10px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 115%;
    height: 40px;
    border: none;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    text-indent: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.book-now-body .book-now-form .form-row .form-col textarea {
    display: block;
    margin-bottom: 9px;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #bebebe;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.book-now-body .book-now-form .form-row .form-col:last-child {
    margin-right: 0
}

.book-now-body .book-now-form .form-row .form-col.form-col-small {
    width: 82px
}

.book-now-body .book-now-form .form-row .form-col.form-col-xlarge {
    width: 620px
}

.book-now-body .book-now-form .form-row .form-col.form-col-full {
    width: 100%
}

.book-now-body .book-now-form .form-row .form-col .type-text.has-value ~ label, .book-now-body .book-now-form .form-row .form-col .type-text:focus ~ label {
    top: -20px;
    color: #ccc;
    font-size: 12px
}

@media screen and (max-width: 1024px) {
    .book-now-body .book-now-form .form-row .form-col.form-col-xlarge {
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px)
    }

    .book-now-body .book-now-form .form-row .form-col.form-col-full {
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
        margin: 0 25px 20px 0
    }

    .book-now-body .book-now-form .form-row .form-col.form-col-small {
        width: -webkit-calc(25% - 25px);
        width: calc(25% - 25px)
    }

    .book-now-body .book-now-form .form-row .form-col {
        margin: 0 25px 20px 0;
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
        -webkit-box-shadow: 0 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 rgba(0, 0, 0, .1)
    }

    .book-now-body .book-now-form {
        width: auto;
        margin: 30px -25px 30px 0
    }

    .book-now-body {
        overflow: hidden
    }
}

@media screen and (max-width: 584px) {
    .book-now-body .book-now-form {
        margin: 30px 0
    }

    .book-now-body .book-now-form .form-row .form-col.form-col-small:nth-child(odd) {
        margin: 0 12px 25px 0;
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px)
    }

    .book-now-body .book-now-form .form-row .form-col.form-col-small {
        margin: 0 0 25px 13px;
        width: -webkit-calc(50% - 13px);
        width: calc(50% - 13px)
    }

    .book-now-body .book-now-form .form-row .form-col, .book-now-body .book-now-form .form-row .form-col:nth-child(odd) {
        margin: 0;
        width: 100%
    }
}

.book-now-block {
    min-height: 600px;
    background-color: #fafafa
}

section.map-section .contact-map {
    height: 500px
}

section.single-tour-content .tour-descriptions h3, section.single-tour-content .tour-details h3 {
    color: #0b0b0b
}

section.single-tour-content aside .data-table {
    width: 100%
}

section.single-tour-content aside .data-table .table-block {
    padding: 15px 0;
    border-bottom: 1px solid #ededed
}

section.single-tour-content aside .data-table .table-block .block-title {
    width: 50%;
    display: block;
    float: left
}

section.single-tour-content aside .data-table .table-block .block-value {
    width: 50%;
    display: block;
    float: right
}

@media screen and (max-width: 1024px) {
    .header-hero--content h1 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 2px
    }

    .header-hero--content {
        height: 370px;
        padding-top: 30px
    }

    .header-hero--content button#book-tour {
        margin-top: 20px
    }

    .header-hero--content .price {
        margin-top: 15px;
        font-size: 30px;
        line-height: 35px
    }

    .header-hero--content .price sup {
        font-size: 20px
    }

    .section-title {
        padding-bottom: 10px
    }

    .section-title h3 {
        font-size: 32px;
        letter-spacing: -1px
    }

    .video-hero--content {
        padding: 230px 0
    }

    .margin-top-50 {
        margin-top: 30px
    }

    .pad-bottom-50 {
        padding-bottom: 30px
    }

    .pad-top-50 {
        padding-top: 30px
    }

    .margin-top-30 {
        margin-top: 10px
    }

    .pad-bottom-30 {
        padding-bottom: 10px
    }

    .pad-top-30 {
        padding-top: 10px
    }
}

@media screen and (max-width: 584px) {
    .video-hero--content {
        padding: 130px 0
    }

    .home-tours-owl {
        margin-top: 40px
    }

    .view-all-btn {
        top: 40px
    }
}

section.event-content {
    background: #f0f0f0
}

section.event-content .offers {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
    background: #f9f9f9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

section.event-content .offers a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-size: 16px
}

section.event-content .offers::after {
    content: "";
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

section.event-content .offers:hover {
    background: #fff;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 9
}

section.event-content .offers:hover::after {
    opacity: 1
}

.blog-recent-content .blog-content {
    margin-bottom: 30px
}

.about-info .about-info-wrapper .iw-item-info.default {
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 40px 30px 30px;
    text-align: center;
    margin-bottom: 30px
}

.about-info .about-info-wrapper .iw-item-info.default i {
    width: 106px;
    height: 106px;
    line-height: 106px !important;
    font-size: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin-top: 10px
}

.about-info .about-info-wrapper .theme-bg {
    background: none repeat scroll 0 0 #13a1c5 !important
}

.about-info .about-info-wrapper .iw-item-info.default h3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 17px
}

.about-info .about-info-wrapper .iw-item-info.default .description {
    font-size: 12px;
    line-height: 24px;
    color: #959595
}

.about-info .about-info-wrapper p:last-child {
    margin: 0
}

.about-info .about-info-wrapper .iw-item-info.default .dot span {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #d7d7d7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 3px
}

.about-info .about-info-wrapper .iw-item-info.default .title a {
    color: #13a1c5
}

.about-info .about-info-wrapper .iw-item-info.default:hover .title a {
    color: #fff
}

.about-info .about-info-wrapper .iw-item-info.default:hover {
    background: #13a1c5
}

.about-info .about-info-wrapper .iw-item-info.default:hover i {
    background: #fff !important;
    color: #13a1c5
}

.about-info .about-info-wrapper .iw-item-info.default:hover .description {
    color: #fff
}

.about-info .about-info-wrapper .iw-item-info.default:hover .dot span {
    background: #fff
}

.about-us .about-us-description .about-sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #232323
}

.about-us .about-us-description .about-title {
    font-weight: 600;
    font-size: 48px;
    color: #232323;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px 0 24px;
    padding-bottom: 16px;
    position: relative
}

.about-us .about-us-description .about-description {
    font-size: 14px;
    line-height: 30px
}

.about-us .about-us-image img {
    width: 100%;
    min-height: 400px
}

@media screen and (max-width: 980px) {
    .about-us .about-description-button {
        margin-bottom: 30px
    }

    .about-us .iw-copy-right span {
        bottom: 70px
    }
}

section.tours-offers h3, section.tours-offers span, section.tours-offers strong, section.tours-offers table, section.tours-offers tbody, section.tours-offers td, section.tours-offers tfoot, section.tours-offers th, section.tours-offers thead, section.tours-offers tr, section.tours-offers ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

section.tours-offers .tab .tabs-block {
    clear: both;
    display: none;
    padding: 50px 0 0
}

section.tours-offers .table-offers {
    width: 100%
}

section.tours-offers .table-offers th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 11px;
    color: #ccc
}

section.tours-offers .table-offers .width-1 {
    width: 370px;
    padding: 40px 70px 40px 0px;
}

section.tours-offers .table-offers .width-2, section.tours-offers .table-offers .width-3, section.tours-offers .table-offers .width-4 {
    width: 150px
}

section.tours-offers .table-offers .width-2, section.tours-offers .table-offers .width-3, section.tours-offers .table-offers .width-4 {
    width: 150px
}

section.tours-offers .table-offers .width-2, section.tours-offers .table-offers .width-3, section.tours-offers .table-offers .width-4 {
    width: 150px
}

section.tours-offers .table-offers .width-5 {
    width: 120px;
    text-align: center
}

section.tours-offers .table-offers td {
    padding: 30px 0;
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    border-bottom: 1px solid #ededed
}

section.tours-offers table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

section.tours-offers td, section.tours-offers th {
    border: 0
}

section.tours-offers .table-offers .width-2 h3, section.tours-offers .table-offers .width-3 h3, section.tours-offers .table-offers .width-4 h3 {
    margin: 0
}

section.tours-offers .table-offers td span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ccc
}

section.tours-offers .table-offers td h3 {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600
}

section.tours-offers .mob-table-offers {
    display: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed
}

section.tours-offers .mob-table-offers .tr-block {
    margin-bottom: 10px
}

section.tours-offers .mob-table-offers .tr-block .tr-left {
    float: left;
    width: 80px;
    font-size: 11px;
    line-height: 22px;
    font-weight: 700;
    color: #ccc
}

section.tours-offers .mob-table-offers .tr-block .tr-right {
    margin-left: 90px
}

section.tours-offers .mob-table-offers .tr-block .tr-right h3 {
    color: #666;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

section.tours-offers .mob-table-offers .tr-block .tr-right p {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px
}

section.tours-offers .mob-table-offers .tr-block .tr-right h3 span {
    font-size: 11px;
    line-height: 18px;
    color: #ccc
}

@media screen and (max-width: 1024px) {
    section.tours-offers .tours-inside-offers .mob-table-offers {
        display: block
    }

    section.tours-offers .tours-inside-offers .table-offers {
        display: none
    }
}




.contact-us .iw-contact .iw-contact-address-right {
    border: 1px solid #ececec;
    background: #fbfbfb
}

.contact-us .iw-contact .iw-contact-address-right .iw-address {
    padding: 25px 0;
    position: relative
}

.contact-us .iw-contact .iw-contact-address-right .iw-address + .iw-address {
    border-top: 1px solid #ececec
}

.contact-us .iw-contact .iw-contact-address-right .iw-address .icon {
    position: absolute;
    width: 82px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
}

.contact-us .iw-contact .iw-contact-address-right .text-address {
    margin-left: 82px;
    padding-left: 15px;
    border-left: 1px solid #ececec
}

.contact-us .iw-contact .iw-contact-address-right .iw-address .title {
    text-transform: uppercase;
    margin: 0 0 4px 0;
    line-height: 1;
    font-weight: 500;
    color: #838383
}

@media screen and (max-width: 980px) {
    .contact-us .iw-contact-address-right {
        margin-top: 30px
    }
}

.iw-copy-right a {
    color: #13a1c5;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.iw-copy-right a:hover {
    color: #fff
}

.created-by {
    text-align: right
}

@media screen and (max-width: 1024px) {
    .iw-copy-right span {
        bottom: 70px
    }
}

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

    .iw-copy-right span {
        bottom: 15px
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .header-default .iw-header .iw-menu-main .navbar-nav li > a {
        padding: 0 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-default.header-default-edition.clone .col-search .iw-search-cart .search-form {
        left: 0
    }

    .intravel-destination-search .intravel-destination-search-inner {
        width: 25%
    }

    .header-default .iw-header .iw-menu-main .navbar-nav > li > a {
        padding: 0 5px
    }

    .header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li:last-child > a {
        margin-right: 15px
    }

    .header-default.header-default-edition.clone .col-logo {
        width: 20%
    }

    .header-default.header-default-edition.clone .col-menu {
        width: 70%
    }

    .iw-footer-middle .widget_inwave-subscribe .iw-email-notifications button {
        top: auto;
        right: auto;
        left: 0;
        bottom: -50px;
        margin-top: 10px
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .header-default .search-form {
        left: -30px;
        position: absolute;
        top: 0
    }

    .header-version-3 .search-form {
        right: 50px;
        position: absolute;
        top: 0;
        left: auto
    }

    .slider-4 .tp-video-play-button {
        left: 35% !important
    }

    .slider-3 .tp-video-play-button {
        left: 10.5% !important;
        top: 61% !important
    }
}

@media (min-width: 992px) {
    body.down.admin-bar .header.clone {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .118);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .118);
        top: 32px
    }
}

@media (max-width: 991px) {
    .header .off-canvas-open {
        background: transparent none repeat scroll 0 0;
        border: 0 none;
        display: block
    }

    .st-body {
        position: relative;
        right: 0;
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s
    }

    .st-menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        width: 240px;
        height: 100%;
        display: block;
        background: #1c1c1c;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .st-effect-3.st-menu-open .st-body {
        right: 240px;
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s
    }

    .st-effect-3 .st-menu {
        right: -240px;
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s
    }

    .st-effect-3.st-menu-open .st-menu {
        -webkit-transition: right .5s;
        -o-transition: right .5s;
        transition: right .5s;
        right: 0
    }

    .st-effect-3 .st-menu::after {
        display: none
    }

    .rev_slider_wrapper {
        left: 0 !important
    }

    .canvas-menu-title {
        position: relative
    }

    #off-canvas-close i {
        color: #fff;
        position: absolute;
        right: 0;
        top: 17px
    }

    .header.header-version-3 .iw-menu-default {
        display: block
    }

    .header .iw-main-menu .iw-nav-menu li {
        display: none
    }

    .icon-close-v3, .iw-open-icon-v3 {
        display: none
    }

    .header.header-version-2 .iw-main-menu .iw-nav-menu li.logo {
        display: block;
        float: left
    }

    .off-canvas-menu .canvas-menu span span.icon-arrow::before {
        color: #fff;
        content: "";
        font-family: FontAwesome;
        margin: 0 10px
    }

    .header .content-main .iw-menu-default {
        position: relative
    }

    .iw-canvas-icon {
        position: absolute;
        right: 30px;
        top: 50px
    }

    .header .off-canvas-open i {
        color: #fff;
        font-size: 18px
    }

    .off-canvas-menu h2.canvas-menu-title {
        border-bottom: 1px solid #4e4e4e;
        color: #b8b8b8;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        margin: 0 15px;
        padding: 10px 0;
        text-transform: uppercase
    }

    #off-canvas-close i {
        color: #fff;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 5px
    }

    .off-canvas-menu .canvas-menu li > a {
        border-bottom: 1px solid #4e4e4e;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        margin: 0 15px;
        position: relative;
        text-transform: uppercase
    }

    .off-canvas-menu .canvas-menu li:last-child > a {
        border: 0
    }

    .off-canvas-menu .canvas-menu span span.icon-arrow {
        right: 0;
        top: 0;
        position: absolute;
        float: right
    }

    .off-canvas-menu .canvas-menu .sub-menu.child-nav.dropdown-nav {
        margin: 0 20px
    }

    .off-canvas-menu .canvas-menu .sub-menu li > a {
        border-bottom: 0 none;
        text-transform: none
    }

    .header-default .shopping-cart {
        float: left;
        margin-left: 20px
    }

    .header.header-default .off-canvas-open {
        float: right;
        margin-top: 3px;
        cursor: pointer
    }

    .header.header-default .off-canvas-open i {
        color: #4e4e4e
    }

    .header-default.header-default-edition .col-logo {
        width: 20%;
        float: left
    }

    .header-default.header-default-edition .col-menu {
        display: none
    }

    .header-default.header-default-edition .col-search {
        width: 25%;
        float: right
    }

    .header-default.header-default-edition.clone .col-search {
        width: 20%
    }

    .iw-canvas-icon {
        position: absolute;
        right: 0;
        top: 0
    }

    .header-default .iw-header .iw-search-cart {
        margin-top: 20px
    }

    .header.header-version-4 .off-canvas-open i {
        color: #fff
    }

    .header.header-version-4.clone .off-canvas-open i {
        color: #838383
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .header.header-default .shopping-cart {
        float: left;
        margin-left: 0;
        margin-right: 50px;
        position: absolute;
        right: 0;
        top: 0
    }

    .header.header-default .search-form {
        position: absolute;
        right: 100px;
        top: 0
    }

    .wrapper-header-version-3 .header.header-version-3 .search-form {
        position: absolute;
        right: 100px;
        top: 0
    }
}

@media (max-width: 782px) {
    .header.header-default .main-menu.iw-menu-main {
        display: none
    }

    .header-default.header-default-edition .col-search, .header-default.header-default-edition.clone .col-search {
        width: 35%;
        float: right
    }

    .iw-footer-middle .widget_inwave-subscribe .iw-email-notifications button {
        top: 40px
    }
}

@media (max-width: 479px) {
    .header-default.header-default-edition .col-search, .header-default.header-default-edition.clone .col-search {
        width: 50%;
        float: right
    }

    .header-default-edition .iw-top-bar .social-curency {
        float: left
    }

    .header-default.header-default-edition .iw-header .iw-search-cart {
        margin: 20px 0 0
    }

    .iw-footer-middle .widget_inwave-subscribe .iw-email-notifications button {
        top: 70px
    }
}