div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f00;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}
/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-23
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

div#em-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF url(../images/loading.gif) 50% 50% no-repeat;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 99998;
}

.em-search-ajax {
    position: relative;
}

.em-warning {
    margin: 10px 0px;
    padding: 10px;
    color: #333;
    border-radius: 3px;
}

    .em-warning p {
        margin: 10px 0px !important;
        padding: 0px;
        color: #333;
    }

.em-warning-errors {
    background-color: #FFEBE8;
    border: 1px solid #C00;
}

.em-warning-confirms {
    background-color: #f1fff0;
    border: 1px solid #a8d144;
}

a.em-button {
    float: right;
    padding: 5px 10px;
    margin: 5px;
    background: #EEE;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}

    a.em-button:hover {
        text-decoration: none;
    }

.em-search div {
    display: inline;
}

.em-search label {
    display: none;
}

.em-search .hidden {
    display: none !important;
}

div.css-search {
    margin-bottom: 20px;
}

div.em-search.css-search label {
    display: inline;
}

div.em-search.css-search div {
    display: block;
}

div.css-search input, div.css-search select, div.css-search option, div.css-search div, div.css-search span, div.css-search button {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
    display: auto;
    font-size: 14px;
}

div.css-search input, div.css-search select {
    padding: 5px;
}

div.css-search {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 5px;
    min-height: 40px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    div.css-search.has-advanced div.em-search-main {
        padding-bottom: 8px;
        border-bottom: 1px solid #dedede;
    }

    div.css-search div.em-search-main div {
        display: inline;
    }

    div.css-search div.em-search-field {
        padding: 5px 0px;
    }

    div.css-search input.em-search-text, div.css-search input.em-search-geo {
        width: 90%;
        font-size: 16px;
        line-height: 16px;
        padding: 8px;
        border: none;
        outline: none !important;
        color: #666;
        text-overflow: ellipsis;
    }

    div.css-search div.em-search-geo {
        margin: 0px 0px 0px 5px;
        padding-left: 20px;
        background: url(../images/search-geo.png) 0px 3px no-repeat;
    }

    div.css-search div.em-search-text {
        margin: 0px 0px 0px 5px;
        padding-left: 20px;
        background: url(../images/search-mag-ico.png) 0px 4px no-repeat;
    }

    div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding: 3px 0px;
        border: none;
        outline: none;
        color: #666;
    }

    div.css-search div.em-search-main div.em-search-field input:-moz-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding: 8px;
        border: none;
        outline: none;
        color: #666;
    }

    div.css-search div.em-search-main div.em-search-field input::-moz-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding: 8px;
        border: none;
        outline: none;
        color: #666;
    }

    div.css-search div.em-search-main div.em-search-field input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding: 8px;
        border: none;
        outline: none;
        color: #666;
    }

    div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
        width: 40%;
    }

.pac-container .pac-item {
    padding: 4px 4px !important;
}

div.css-search div.em-search-main .em-search-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    -moz-box-shadow: 0px 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b7d282), color-stop(1, #8eb56d) );
    background: -moz-linear-gradient( center top, #b7d282 5%, #8eb56d 100% );
    background-color: #b7d282;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #c7c5c7;
    line-height: 16px;
}

    div.css-search div.em-search-main .em-search-submit:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C4DB99), color-stop(1, #A4C48A) );
        background: -moz-linear-gradient( center top, #C4DB99 5%, #A4C48A 100% );
        background: -ms-linear-gradient(top, #C4DB99, #A4C48A);
        background: -o-linear-gradient(top, #C4DB99, #A4C48A);
        background: linear-gradient(top, #C4DB99, #A4C48A);
        background-color: #A4C48A;
    }

    div.css-search div.em-search-main .em-search-submit img {
        border: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        background: none;
    }

div.css-search div.em-search-main button.em-search-submit span {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/search-mag.png') 0px 0px no-repeat;
}

div.css-search div.em-search-location, div.em-search-location-meta {
    margin: 0px;
    padding: 0px;
}

div.css-search div.em-search-advanced, div.css-search div.em-search-options {
    padding: 5px 8px;
}

    div.css-search div.em-search-advanced > div {
        clear: both;
    }

    div.css-search div.em-search-advanced label {
        display: block;
        float: left;
        min-width: 100px;
    }

    div.css-search div.em-search-advanced .em-search-submit {
        margin: 10px 0px;
    }

div.css-search.no-search-main div.em-search-advanced.visible div {
    display: inline;
    clear: none;
}

div.css-search.no-search-main div.em-search-advanced.visible label {
    display: none;
}

div.css-search div.em-search-options {
    text-align: right;
}

.em-booking {
    margin: 15px 0px 10px 0px;
    position: relative;
}

.em-booking-form {
    position: relative;
    clear: left;
}

.em-booking-form-details {
    padding: 10px;
    width: 360px;
    float: left;
}

    .em-booking-form-details input.input, .em-booking-form-details textarea {
        width: 250px;
    }

.em-booking-form p {
    clear: left;
}

.em-booking-form label {
    display: block;
    float: left;
}

.em-booking-form span.input-group input {
    margin-left: -20px;
}

.em-booking-form span.input-group {
    display: block;
    margin-left: 120px;
}

.em-booking-form label {
    display: inline-block;
    width: 100px;
}

.em-booking-form-details .em-booking-submit {
    width: auto;
}

.em-tickets {
    margin-bottom: 20px;
}

div.em-booking-message {
    margin: 10px 0px;
    padding: 10px;
    color: #333;
    border-radius: 3px;
}

    div.em-booking-message p {
        margin: 10px 0px !important;
        padding: 0px;
        color: #333;
    }

div.em-booking-message-success {
    background-color: #f1fff0;
    border: 1px solid #a8d144;
}

div.em-booking-message-error {
    background-color: #FFEBE8;
    border: 1px solid #C00;
}

div.em-booking-login {
    padding: 10px 10px 10px 20px;
    margin: 0px 0px 0px 390px;
    border-left: 1px solid black;
}

    div.em-booking-login label {
        display: inline-block;
        width: 90px;
    }

    div.em-booking-login p {
        margin: 10px 0px !important;
        padding: 0px !important;
    }

    div.em-booking-login input {
        margin: 0px;
    }

#event-form h4 {
    margin: 25px 0px 15px 0px;
    font-weight: bold;
}

#event-form p {
    margin-top: 10px;
}

#event-form .inside {
    clear: both;
    margin-bottom: 20px;
}

#buddypress .wp-editor-wrap table {
    width: auto;
}

    #buddypress .wp-editor-wrap table tr td, #buddypress .wp-editor-wrap table tr th {
        padding: 0;
    }

#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] {
    padding: 0px 10px 1px;
}

#event-form #event-name {
    width: 80%;
    padding: 2px;
}

#event-form .event-extra-details {
    margin-top: 20px;
}

    #event-form .event-extra-details select {
        vertical-align: top;
    }

#event-rsvp-box {
    margin: 10px;
}

#event-rsvp-options label {
    font-weight: bold;
}

.em-tickets-row .ticket-status span.ticket_on {
    display: block;
    width: 10px;
    height: 10px;
    background: green;
}

.em-tickets-row .ticket-status span.ticket_off {
    display: block;
    width: 10px;
    height: 10px;
    background: red;
}

.em-tickets-row .ticket-status span.ticket_new {
    display: block;
    width: 10px;
    height: 10px;
    background: grey;
}

#em-tickets-form th {
    width: auto;
}

    #em-tickets-form th.ticket-status {
        width: 20px;
    }

.em-ticket-form .ticket-options {
    margin-top: 10px;
}

.em-ticket-form > div > div, #em-tickets-form .ticket-dates > div {
    clear: both;
    padding-top: 4px;
}

.em-ticket-form label {
    display: block;
    float: left;
    min-width: 105px;
    padding-right: 5px;
}

#em-tickets-form .ticket-name input, #em-tickets-form .ticket-description textarea {
    width: 50%;
}

#em-tickets-form .em-ticket-form-actions {
    clear: both;
}

#em-tickets-form .ticket-spaces input, #em-tickets-form .ticket-price input {
    width: 80px;
}

#em-tickets-form .ticket-dates input.em-date-input-loc {
    width: 90px;
}

#em-tickets-form .ticket-dates-from-normal, #em-tickets-form .ticket-dates-from-recurring,
#em-tickets-form .ticket-dates-to-normal, #em-tickets-form .ticket-dates-to-recurring {
    display: inline;
}

#em-tickets-form .ticket-required input, #em-tickets-form .ticket-roles input {
    width: auto;
}

#em-tickets-form .ticket-roles div {
    margin-left: 110px;
}

#wp-em-editor-content-wrap table {
    margin-bottom: 0px;
}

#em-location-data table.em-location-data td, #em-location-data table.em-location-data th {
    vertical-align: top;
    border: none;
}

#em-location-data table.em-location-data select {
    width: 100%;
}

#em-location-data table.em-location-data {
    width: 50%;
    float: left;
    border: none;
}

#em-location-data .em-location-map-container {
    width: 50%;
    height: 300px;
    float: left;
}

#em-location-data .em-location-map-404, #em-location-data .em-location-map-content {
    width: 100%;
    height: 100%;
}

#em-location-data .em-location-map-404 {
    vertical-align: middle;
    text-align: center;
}

table.em-form-fields td, table.em-form-fields th {
    text-align: left;
    vertical-align: top;
}

table.em-form-fields th {
    padding: 0px 20px 5px 0px;
}

.em_obj {
    position: relative;
}

    .em_obj .table-wrap {
        clear: left;
        padding-top: 5px;
    }

.em-bookings-table .em-bookings-table-export, .em-bookings-table .em-bookings-table-settings {
    float: left;
    display: block;
    margin: 2px 5px;
    width: 25px;
    height: 25px;
}

.em-bookings-table .em-bookings-table-export {
    background: url(../images/csv.png) 0px 0px no-repeat;
}

.em-bookings-table .em-bookings-table-settings {
    background: url(../images/settings.png) 0px 0px no-repeat;
}

#em-bookings-table-export, #em-bookings-table-settings {
    width: 500px;
    height: 75%;
}

    #em-bookings-table-export form, #em-bookings-table-settings form {
        height: 100%;
        overflow: auto;
    }

.em-bookings-table-overlay ul.em-bookings-cols-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
    float: left;
    margin-right: 10px;
}

    .em-bookings-table-overlay ul.em-bookings-cols-sortable li {
        margin: 0 5px 5px 5px;
        padding: 3px 8px;
        font-size: 12px;
        width: 120px;
        font-weight: none;
        cursor: move;
    }

        .em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-highlight {
        }

        .em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default {
            color: #999;
        }

#em-bookings-export-cols-inactive, #em-bookings-cols-inactive {
    width: 300px;
}

    #em-bookings-export-cols-inactive li, #em-bookings-cols-inactive li {
        float: left;
    }

#em-bookings-admin-booking .em-booking-single-info {
    display: none;
}

#em-bookings-admin-booking .em-booking-single-form {
    padding-right: 20px;
}

body#printable {
    font-family: Gill Sans,Helvetica,Arial,sans-serif;
    text-align: center;
}

    body#printable #container {
        margin: 0 auto;
        width: 780px;
        text-align: left;
    }

    body#printable table#bookings-table {
        width: 600px;
        border-spacing: 0px;
    }

        body#printable table#bookings-table td {
            padding: 5px 0;
        }

            body#printable table#bookings-table td.spaces-number {
                text-align: right;
                padding-right: 20px;
            }

        body#printable table#bookings-table th {
            text-align: left;
            margin-left: 5px;
        }

        body#printable table#bookings-table tr#booked-spaces td {
            border-top: 2px solid #999;
        }

        body#printable table#bookings-table td.total-label {
            text-align: right;
        }

        body#printable table#bookings-table tr#booked-spaces td.spaces-number, table#bookings-table tr#available-spaces td.spaces-number {
            font-weight: bold;
        }

table.em-calendar td {
    padding: 2px 4px;
    text-align: center;
}

table.em-calendar.table tr.days-names {
    font-weight: bold;
}

table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
    color: #ccc;
}

table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a {
    color: #aaa;
    text-decoration: underline;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #FD7E29;
}

table.em-calendar td.eventful-today a {
    font-weight: bold;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #CFCFCF;
}

table.em-calendar thead {
    font-size: 120%;
    font-weight: bold;
}

table.fullcalendar {
    border-collapse: collapse;
}

    table.fullcalendar td {
        text-align: left;
        width: 50px;
        height: 50px;
        border: 1px solid #888;
    }

div.em-calendar-wrapper {
    position: relative;
}

.em-map-balloon .em-map-balloon-content {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 20px 0px !important;
    font-size: 12px !important;
    color: #000 !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
}

.em-location-map img, .em-locations-map img, #em-map img {
    max-width: none !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    width: auto;
}

#start-time, #end-time {
    width: 7em;
}

    #start-time.error, #end-time.error {
        border: #c00 1px solid;
    }

div.time-picker {
    position: absolute;
    height: 191px;
    width: 5em;
    overflow: auto;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 99;
    margin: 0;
}

div.time-picker-12hours {
    width: 7em;
}

div.time-picker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.time-picker li {
    cursor: pointer;
    height: 10px;
    font: 12px/1 Helvetica, Arial, sans-serif;
    padding: 4px 3px;
}

    div.time-picker li.selected {
        background: #0063CE;
        color: #fff;
    }

@font-face {
    font-family: 'revicons';
    src: url('wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888');
    src: url('wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888#iefix') format('embedded-opentype'), url('wp-content/plugins/revslider/rs-plugin/font/revicons.woff?5510888') format('woff'), url('wp-content/plugins/revslider/rs-plugin/font/revicons.ttf?5510888') format('truetype'), url('wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.revicon-search-1:before {
    content: '\e802';
}

.revicon-pencil-1:before {
    content: '\e831';
}

.revicon-picture-1:before {
    content: '\e803';
}

.revicon-cancel:before {
    content: '\e80a';
}

.revicon-info-circled:before {
    content: '\e80f';
}

.revicon-trash:before {
    content: '\e801';
}

.revicon-left-dir:before {
    content: '\e817';
}

.revicon-right-dir:before {
    content: '\e818';
}

.revicon-down-open:before {
    content: '\e83b';
}

.revicon-left-open:before {
    content: '\e819';
}

.revicon-right-open:before {
    content: '\e81a';
}

.revicon-angle-left:before {
    content: '\e820';
}

.revicon-angle-right:before {
    content: '\e81d';
}

.revicon-left-big:before {
    content: '\e81f';
}

.revicon-right-big:before {
    content: '\e81e';
}

.revicon-magic:before {
    content: '\e807';
}

.revicon-picture:before {
    content: '\e800';
}

.revicon-export:before {
    content: '\e80b';
}

.revicon-cog:before {
    content: '\e832';
}

.revicon-login:before {
    content: '\e833';
}

.revicon-logout:before {
    content: '\e834';
}

.revicon-video:before {
    content: '\e805';
}

.revicon-arrow-combo:before {
    content: '\e827';
}

.revicon-left-open-1:before {
    content: '\e82a';
}

.revicon-right-open-1:before {
    content: '\e82b';
}

.revicon-left-open-mini:before {
    content: '\e822';
}

.revicon-right-open-mini:before {
    content: '\e823';
}

.revicon-left-open-big:before {
    content: '\e824';
}

.revicon-right-open-big:before {
    content: '\e825';
}

.revicon-left:before {
    content: '\e836';
}

.revicon-right:before {
    content: '\e826';
}

.revicon-ccw:before {
    content: '\e808';
}

.revicon-arrows-ccw:before {
    content: '\e806';
}

.revicon-palette:before {
    content: '\e829';
}

.revicon-list-add:before {
    content: '\e80c';
}

.revicon-doc:before {
    content: '\e809';
}

.revicon-left-open-outline:before {
    content: '\e82e';
}

.revicon-left-open-2:before {
    content: '\e82c';
}

.revicon-right-open-outline:before {
    content: '\e82f';
}

.revicon-right-open-2:before {
    content: '\e82d';
}

.revicon-equalizer:before {
    content: '\e83a';
}

.revicon-layers-alt:before {
    content: '\e804';
}

.revicon-popup:before {
    content: '\e828';
}

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0px;
    left: 0px;
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}

.rev_slider_wrapper {
    position: relative;
}

    .rev_slider_wrapper > ul {
        visibility: hidden;
    }

.rev_slider {
    position: relative;
    overflow: visible;
}

    .rev_slider img {
        max-width: none !important;
        -moz-transition: none 0;
        -webkit-transition: none 0;
        -o-transition: none 0;
        transition: none 0;
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border: none;
    }

    .rev_slider .no-slides-text {
        font-weight: bold;
        text-align: center;
        padding-top: 80px;
    }

    .rev_slider > ul {
        margin: 0px;
        padding: 0px;
        list-style: none !important;
        list-style-type: none;
        background-position: 0px 0px;
    }

        .rev_slider > ul > li, .rev_slider > ul > li:before {
            list-style: none !important;
            position: absolute;
            visibility: hidden;
            margin: 0px !important;
            padding: 0px !important;
            overflow-x: visible;
            overflow-y: visible;
            list-style-type: none !important;
            background-image: none;
            background-position: 0px 0px;
            text-indent: 0em;
        }

.tp-revslider-slidesli, .tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
}

    .tp-simpleresponsive > ul li {
        list-style: none;
        position: absolute;
        visibility: hidden;
    }

.rev_slider .tp-caption,
.rev_slider .caption {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
}

.tp-simpleresponsive img {
    max-width: none;
}

.tp-caption {
    z-index: 1;
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important;
}

.noFilterClass {
    filter: none !important;
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .caption.fullscreenvideo iframe,
    .caption.fullscreenvideo video {
        width: 100% !important;
        height: 100% !important;
        display: none;
    }

.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .tp-caption.fullscreenvideo iframe,
    .tp-caption.fullscreenvideo iframe video {
        width: 100% !important;
        height: 100% !important;
        display: none;
    }

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000;
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.html5vid.videoisplaying .tp-poster {
    display: none;
}

.tp-video-play-button {
    background: #000;
    background: rgba(0,0,0,0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer;
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.html5vid .tp-revstop {
    display: none;
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none;
}

.html5vid.videoisplaying .tp-revstop {
    display: block;
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none;
}

.html5vid:hover .tp-video-play-button {
    display: block;
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important;
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.13, rgb(0,0,0)), color-stop(1, rgb(50,50,50)) );
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none;
}

    .tp-video-button:hover {
        cursor: pointer;
    }

.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
}

.tp-video-seek-bar-wrap {
    width: 80%;
}

.tp-video-vol-bar-wrap {
    width: 20%;
}

.tp-volume-bar, .tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

    .tp-dottedoverlay.twoxtwo {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile.png);
    }

    .tp-dottedoverlay.twoxtwowhite {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_white.png);
    }

    .tp-dottedoverlay.threexthree {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3.png);
    }

    .tp-dottedoverlay.threexthreewhite {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3_white.png);
    }

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

    .fullwidthbanner-container .fullwidthabanner {
        width: 100%;
        position: relative;
    }

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

    .tp-bannershadow.tp-shadow1 {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/shadow1.png) no-repeat;
        background-size: 100% 100%;
        width: 890px;
        height: 30px;
        bottom: -30px;
    }

    .tp-bannershadow.tp-shadow2 {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/shadow2.png) no-repeat;
        background-size: 100% 100%;
        width: 890px;
        height: 60px;
        bottom: -60px;
    }

    .tp-bannershadow.tp-shadow3 {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/shadow3.png) no-repeat;
        background-size: 100% 100%;
        width: 890px;
        height: 60px;
        bottom: -60px;
    }

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png) repeat-x top;
    font-family: arial,sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}

    .tp-button.big {
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
        font-weight: bold;
        padding: 9px 20px;
        font-size: 19px;
        line-height: 57px !important;
        background: url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png) repeat-x top;
    }

        .purchase:hover, .tp-button:hover, .tp-button.big:hover {
            background-position: bottom, 15px 11px;
        }

            .tp-button.green, .tp-button:hover.green, .purchase.green, .purchase:hover.green {
                background-color: #21a117;
                -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
                -moz-box-shadow: 0px 3px 0px 0px #104d0b;
                box-shadow: 0px 3px 0px 0px #104d0b;
            }

            .tp-button.blue, .tp-button:hover.blue, .purchase.blue, .purchase:hover.blue {
                background-color: #1d78cb;
                -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
                -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
                box-shadow: 0px 3px 0px 0px #0f3e68;
            }

            .tp-button.red, .tp-button:hover.red, .purchase.red, .purchase:hover.red {
                background-color: #cb1d1d;
                -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
                -moz-box-shadow: 0px 3px 0px 0px #7c1212;
                box-shadow: 0px 3px 0px 0px #7c1212;
            }

            .tp-button.orange, .tp-button:hover.orange, .purchase.orange, .purchase:hover.orange {
                background-color: #f70;
                -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
                -moz-box-shadow: 0px 3px 0px 0px #a34c00;
                box-shadow: 0px 3px 0px 0px #a34c00;
            }

            .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey {
                background-color: #555;
                -webkit-box-shadow: 0px 3px 0px 0px #222;
                -moz-box-shadow: 0px 3px 0px 0px #222;
                box-shadow: 0px 3px 0px 0px #222;
            }

            .tp-button.lightgrey, .tp-button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey {
                background-color: #888;
                -webkit-box-shadow: 0px 3px 0px 0px #555;
                -moz-box-shadow: 0px 3px 0px 0px #555;
                box-shadow: 0px 3px 0px 0px #555;
            }

.tpclear {
    clear: both;
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}

    .tp-bullets.hidebullets {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .tp-bullets.simplebullets.navbar {
        border: 1px solid #666;
        border-bottom: 1px solid #444;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png);
        height: 40px;
        padding: 0px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .tp-bullets.simplebullets.navbar-old {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png);
        height: 35px;
        padding: 0px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .tp-bullets.simplebullets.round .bullet {
        cursor: pointer;
        position: relative;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullet.png) no-repeat top left;
        width: 20px;
        height: 20px;
        margin-right: 0px;
        float: left;
        margin-top: 0px;
        margin-left: 3px;
    }

        .tp-bullets.simplebullets.round .bullet.last {
            margin-right: 3px;
        }

    .tp-bullets.simplebullets.round-old .bullet {
        cursor: pointer;
        position: relative;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullets.png) no-repeat bottom left;
        width: 23px;
        height: 23px;
        margin-right: 0px;
        float: left;
        margin-top: 0px;
    }

        .tp-bullets.simplebullets.round-old .bullet.last {
            margin-right: 0px;
        }

    .tp-bullets.simplebullets.square .bullet {
        cursor: pointer;
        position: relative;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;
        width: 19px;
        height: 19px;
        margin-right: 0px;
        float: left;
        margin-top: 0px;
    }

        .tp-bullets.simplebullets.square .bullet.last {
            margin-right: 0px;
        }

    .tp-bullets.simplebullets.square-old .bullet {
        cursor: pointer;
        position: relative;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;
        width: 19px;
        height: 19px;
        margin-right: 0px;
        float: left;
        margin-top: 0px;
    }

        .tp-bullets.simplebullets.square-old .bullet.last {
            margin-right: 0px;
        }

    .tp-bullets.simplebullets.navbar .bullet {
        cursor: pointer;
        position: relative;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png) no-repeat top left;
        width: 18px;
        height: 19px;
        margin-right: 5px;
        float: left;
        margin-top: 10px;
    }

        .tp-bullets.simplebullets.navbar .bullet.first {
            margin-left: 0px !important;
        }

        .tp-bullets.simplebullets.navbar .bullet.last {
            margin-right: 0px !important;
        }

    .tp-bullets.simplebullets.navbar-old .bullet {
        cursor: pointer;
        position: relative;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots.png) no-repeat bottom left;
        width: 15px;
        height: 15px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        float: left;
        margin-top: 10px;
    }

        .tp-bullets.simplebullets.navbar-old .bullet.first {
            margin-left: 0px !important;
        }

        .tp-bullets.simplebullets.navbar-old .bullet.last {
            margin-right: 0px !important;
        }

    .tp-bullets.simplebullets .bullet:hover,
    .tp-bullets.simplebullets .bullet.selected {
        background-position: top left;
    }

    .tp-bullets.simplebullets.round .bullet:hover,
    .tp-bullets.simplebullets.round .bullet.selected,
    .tp-bullets.simplebullets.navbar .bullet:hover,
    .tp-bullets.simplebullets.navbar .bullet.selected {
        background-position: bottom left;
    }

.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(1000px);
    -webkit-transform-style: preserve-3d;
}

    .tparrows .tp-arr-imgholder {
        display: none;
    }

    .tparrows .tp-arr-titleholder {
        display: none;
    }

    .tparrows.hidearrows {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat top left;
    width: 40px;
    height: 40px;
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat top left;
    width: 40px;
    height: 40px;
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_left.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_right.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px;
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px;
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrowright.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0px;
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: bottom left;
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
    vertical-align: top;
}

    .tp-bullets.tp-thumbs img {
        vertical-align: top;
    }

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

    .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
        width: 5000px;
        position: absolute;
    }

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

    .tp-bullets.tp-thumbs .bullet:hover,
    .tp-bullets.tp-thumbs .bullet.selected {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0,0,0,0.15);
    position: absolute;
    z-index: 200;
    top: 0px;
}

    .tp-bannertimer.tp-bottom {
        top: auto;
        bottom: 0px !important;
        height: 5px;
    }

.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent;
}

    .tparrows.preview1:after {
        position: absolute;
        left: 0px;
        top: 0px;
        font-family: "revicons";
        color: #fff;
        font-size: 30px;
        width: 100px;
        height: 100px;
        text-align: center;
        background: #fff;
        background: rgba(0,0,0,0.15);
        z-index: 2;
        line-height: 100px;
        -webkit-transition: background 0.3s, color 0.3s;
        -moz-transition: background 0.3s, color 0.3s;
        transition: background 0.3s, color 0.3s;
    }

.tp-rightarrow.preview1:after {
    content: '\e825';
}

.tp-leftarrow.preview1:after {
    content: '\e824';
}

.tparrows.preview1:hover:after {
    background: rgba(255,255,255,1);
    color: #aaa;
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview1 .tp-arr-iwrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview1, .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview1, .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview1, .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

.tp-bullets.preview1 {
    height: 21px;
}

    .tp-bullets.preview1 .bullet {
        cursor: pointer;
        position: relative !important;
        background: rgba(0, 0, 0, 0.15) !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 5px !important;
        height: 5px !important;
        border: 8px solid rgba(0, 0, 0, 0) !important;
        display: inline-block;
        margin-right: 5px !important;
        margin-bottom: 0px !important;
        -webkit-transition: background-color 0.2s, border-color 0.2s;
        -moz-transition: background-color 0.2s, border-color 0.2s;
        -o-transition: background-color 0.2s, border-color 0.2s;
        -ms-transition: background-color 0.2s, border-color 0.2s;
        transition: background-color 0.2s, border-color 0.2s;
        float: none !important;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

        .tp-bullets.preview1 .bullet.last {
            margin-right: 0px;
        }

        .tp-bullets.preview1 .bullet:hover,
        .tp-bullets.preview1 .bullet.selected {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: #aaa !important;
            width: 5px !important;
            height: 5px !important;
            border: 8px solid rgba(255, 255, 255, 1) !important;
        }

.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    ;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1.3s;
    -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    backface-visibility: hidden;
}

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        color: #aaa;
        font-size: 25px;
        margin-top: -12px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px;
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px;
}

.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0px 10px;
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tparrows.preview2.hovered {
    width: 300px;
}

.tparrows.preview2:hover {
    background: #fff;
}

    .tparrows.preview2:hover:after {
        color: #000;
    }

    .tparrows.preview2:hover .tp-arr-titleholder {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        visibility: visible;
        position: absolute;
    }

.tp-bullets.preview2 {
    height: 17px;
}

    .tp-bullets.preview2 .bullet {
        cursor: pointer;
        position: relative !important;
        background: rgba(0, 0, 0, 0.5) !important;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 6px !important;
        height: 6px !important;
        border: 5px solid rgba(0, 0, 0, 0) !important;
        display: inline-block;
        margin-right: 2px !important;
        margin-bottom: 0px !important;
        -webkit-transition: background-color 0.2s, border-color 0.2s;
        -moz-transition: background-color 0.2s, border-color 0.2s;
        -o-transition: background-color 0.2s, border-color 0.2s;
        -ms-transition: background-color 0.2s, border-color 0.2s;
        transition: background-color 0.2s, border-color 0.2s;
        float: none !important;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

        .tp-bullets.preview2 .bullet.last {
            margin-right: 0px;
        }

        .tp-bullets.preview2 .bullet:hover,
        .tp-bullets.preview2 .bullet.selected {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: rgba(255, 255, 255, 1) !important;
            width: 6px !important;
            height: 6px !important;
            border: 5px solid rgba(0, 0, 0, 1) !important;
        }

.tp-arr-titleholder.alwayshidden {
    display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }

        .tparrows.preview2:after {
            position: absolute;
            top: 50%;
            font-family: "revicons";
            font-size: 20px;
            margin-top: -12px;
        }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px;
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px;
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

        .tparrows.preview2:after {
            position: absolute;
            top: 50%;
            font-family: "revicons";
            font-size: 14px;
            margin-top: -12px;
        }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px;
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px;
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

        .tparrows.preview2:after {
            position: absolute;
            top: 50%;
            font-family: "revicons";
            font-size: 14px;
            margin-top: -12px;
        }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px;
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px;
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none;
    }

    .tparrows.preview2:hover {
        width: 30px !important;
        height: 30px !important;
    }
}

.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: #fff;
    background: rgba(255,255,255,1);
    -webkit-transform-style: flat;
}

    .tparrows.preview3:after {
        position: absolute;
        line-height: 70px;
        text-align: center;
        font-family: "revicons";
        color: #aaa;
        font-size: 30px;
        top: 0px;
        left: 0px;
        ;
        background: #fff;
        z-index: 100;
        width: 70px;
        height: 70px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .tparrows.preview3:hover:after {
        color: #000;
    }

.tp-rightarrow.preview3:after {
    content: '\e825';
}

.tp-leftarrow.preview3:after {
    content: '\e824';
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    z-index: 0;
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.75);
    display: table;
    min-height: 90px;
    top: -10px;
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.tparrows.preview3 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 90px;
    position: relative;
    top: 0px;
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0px;
    padding-right: 70px;
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left: 0px;
    direction: rtl;
    padding-left: 70px;
}

.tparrows.preview3 .tp-arr-titleholder {
    display: table-cell;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle;
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.tp-bullets.preview3 {
    height: 17px;
}

    .tp-bullets.preview3 .bullet {
        cursor: pointer;
        position: relative !important;
        background: rgba(0, 0, 0, 0.5) !important;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 6px !important;
        height: 6px !important;
        border: 5px solid rgba(0, 0, 0, 0) !important;
        display: inline-block;
        margin-right: 2px !important;
        margin-bottom: 0px !important;
        -webkit-transition: background-color 0.2s, border-color 0.2s;
        -moz-transition: background-color 0.2s, border-color 0.2s;
        -o-transition: background-color 0.2s, border-color 0.2s;
        -ms-transition: background-color 0.2s, border-color 0.2s;
        transition: background-color 0.2s, border-color 0.2s;
        float: none !important;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

        .tp-bullets.preview3 .bullet.last {
            margin-right: 0px;
        }

        .tp-bullets.preview3 .bullet:hover,
        .tp-bullets.preview3 .bullet.selected {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: rgba(255, 255, 255, 1) !important;
            width: 6px !important;
            height: 6px !important;
            border: 5px solid rgba(0, 0, 0, 1) !important;
        }

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview3:after, .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

        .tparrows.preview3 .tp-arr-iwrapper {
            min-height: 70px;
        }

        .tparrows.preview3 .tp-arr-imgholder {
            min-width: 70px;
            height: 70px;
        }

    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px;
    }

    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px;
    }

    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .tparrows.preview3:after, .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

        .tparrows.preview3 .tp-arr-iwrapper {
            min-height: 70px;
        }
}

.tparrows.preview4 {
    width: 30px;
    height: 110px;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

    .tparrows.preview4:after {
        position: absolute;
        line-height: 110px;
        text-align: center;
        font-family: "revicons";
        color: #fff;
        font-size: 20px;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 30px;
        height: 110px;
        background: #000;
        background: rgba(0,0,0,0.25);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.tp-rightarrow.preview4:after {
    content: '\e825';
}

.tp-leftarrow.preview4:after {
    content: '\e824';
}

.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 180px;
    position: absolute;
    z-index: 1;
    min-height: 120px;
    top: 0px;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat;
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0px;
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative;
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: relative;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px;
}

.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
    text-align: left;
    color: #fff;
    position: relative;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.tp-leftarrow.preview4:after {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@media only screen and (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    .tparrows.preview4:hover .tp-arr-titleholder {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

.tp-bullets.preview4 {
    height: 17px;
}

    .tp-bullets.preview4 .bullet {
        cursor: pointer;
        position: relative !important;
        background: rgba(0, 0, 0, 0.5) !important;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 6px !important;
        height: 6px !important;
        border: 5px solid rgba(0, 0, 0, 0) !important;
        display: inline-block;
        margin-right: 2px !important;
        margin-bottom: 0px !important;
        -webkit-transition: background-color 0.2s, border-color 0.2s;
        -moz-transition: background-color 0.2s, border-color 0.2s;
        -o-transition: background-color 0.2s, border-color 0.2s;
        -ms-transition: background-color 0.2s, border-color 0.2s;
        transition: background-color 0.2s, border-color 0.2s;
        float: none !important;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

        .tp-bullets.preview4 .bullet.last {
            margin-right: 0px;
        }

        .tp-bullets.preview4 .bullet:hover,
        .tp-bullets.preview4 .bullet.selected {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: rgba(255, 255, 255, 1) !important;
            width: 6px !important;
            height: 6px !important;
            border: 5px solid rgba(0, 0, 0, 1) !important;
        }

@media only screen and (max-width: 767px) {
    .tparrows.preview4 {
        width: 20px;
        height: 80px;
    }

        .tparrows.preview4:after {
            width: 20px;
            height: 80px;
            line-height: 80px;
            font-size: 14px;
        }

        .tparrows.preview1 .tp-arr-allwrapper,
        .tparrows.preview2 .tp-arr-allwrapper,
        .tparrows.preview3 .tp-arr-allwrapper,
        .tparrows.preview4 .tp-arr-allwrapper {
            display: none !important;
        }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat;
}

.tp-caption.slidelink a span {
    background: url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat;
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

    .tp-loader.spinner0 {
        width: 40px;
        height: 40px;
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat center center;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .tp-loader.spinner1 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .tp-loader.spinner5 {
        background: url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
        background-color: #fff;
        margin: -22px -22px;
        width: 44px;
        height: 44px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #f00;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

    .tp-loader.spinner3 .bounce1,
    .tp-loader.spinner3 .bounce2,
    .tp-loader.spinner3 .bounce3 {
        width: 18px;
        height: 18px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
        animation: tp-bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .tp-loader.spinner3 .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .tp-loader.spinner3 .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes tp-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes tp-bouncedelay {
    0%,80%,100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
}

    .tp-loader.spinner4 .dot1,
    .tp-loader.spinner4 .dot2 {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
        animation: tp-bounce 2.0s infinite ease-in-out;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    }

    .tp-loader.spinner4 .dot2 {
        top: auto;
        bottom: 0px;
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes tp-bounce {
    0%,100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes tp-bounce {
    0%,100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails:after, .woocommerce .cart-collaterals:after, .woocommerce .col2-set:after, .woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce div.product #reviews .comment:after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails:after, .woocommerce ul.products, .woocommerce ul.products li.first, .woocommerce ul.products:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page .cart-collaterals:after, .woocommerce-page .col2-set:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products:after {
    clear: both;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%;
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 48%;
    }

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em;
}

    .woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
        margin-right: 0;
    }

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none;
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%;
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%;
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce .related:after, .woocommerce .related:before, .woocommerce .upsells.products:after, .woocommerce .upsells.products:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page .related:after, .woocommerce-page .related:before, .woocommerce-page .upsells.products:after, .woocommerce-page .upsells.products:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto;
}

.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
    clear: both;
}

    .woocommerce .related ul, .woocommerce .related ul.products, .woocommerce .upsells.products ul, .woocommerce .upsells.products ul.products, .woocommerce-page .related ul, .woocommerce-page .related ul.products, .woocommerce-page .upsells.products ul, .woocommerce-page .upsells.products ul.products {
        float: none;
    }

        .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
            width: 48%;
        }

            .woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
                width: 100%;
                height: auto;
            }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 48%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 16.95%;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
    width: 13.5%;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
        width: 80px;
    }

    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
    }

        .woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
            display: none;
        }

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        width: 30.75%;
        float: left;
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 48%;
        float: left;
    }

        .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
            float: none;
        }

            .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
                width: 48%;
            }

    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 48%;
        clear: right;
        float: right;
    }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce form .form-row-wide, .woocommerce form .form-row:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page form .form-row-wide, .woocommerce-page form .form-row:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
            clear: both;
        }

        .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
            width: 47%;
        }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 48%;
    }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        display: inline;
    }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce #payment #place_order, .woocommerce form .form-row-last, .woocommerce-page #payment #place_order, .woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em;
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto;
}

    .twentyfourteen .tfwc .product .entry-summary {
        padding: 0!important;
        margin: 0 0 1.618em!important;
    }

    .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
        margin-top: 0;
    }

    .twentyfourteen .tfwc .product .images img {
        margin-bottom: 1em;
    }

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px;
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto;
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.15);
}

    .twentyfifteen .t15wc .page-title {
        margin-left: 0;
    }

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%;
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%;
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0!important;
    }
}

.clear, .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
    clear: both;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: star;
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}

.admin-bar p.demo_store {
    top: 32px;
}

.woocommerce .blockUI.blockOverlay {
    position: relative;
}

    .woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
        height: 1em;
        width: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5em;
        margin-top: -.5em;
        display: block;
        -webkit-animation: spin 1s ease-in-out infinite;
        -moz-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        content: "";
        background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
        background-size: cover;
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0,0,0,.75);
    }

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

    .woocommerce a.remove:hover {
        color: #fff!important;
        background: red;
    }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none!important;
    width: auto;
}

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
        font-family: WooCommerce;
        content: "\e028";
        display: inline-block;
        position: absolute;
        top: 1em;
        left: 1.5em;
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
        float: right;
    }

    .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
        list-style: none!important;
        padding-left: 0!important;
        margin-left: 0!important;
    }

.woocommerce .woocommerce-message {
    border-top-color: #8fae1b;
}

    .woocommerce .woocommerce-message:before {
        content: "\e015";
        color: #8fae1b;
    }

.woocommerce .woocommerce-info {
    border-top-color: #1e85be;
}

    .woocommerce .woocommerce-info:before {
        color: #1e85be;
    }

.woocommerce .woocommerce-error {
    border-top-color: #b81c23;
}

    .woocommerce .woocommerce-error:before {
        content: "\e016";
        color: #b81c23;
    }

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: #777;
    }

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0;
    }

    .woocommerce #reviews #comments .add_review:after, .woocommerce .products ul:after, .woocommerce div.product form.cart:after, .woocommerce div.product p.cart:after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products:after {
        clear: both;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #77a464;
        font-size: 1.25em;
    }

        .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
            background: inherit;
            font-weight: 700;
        }

        .woocommerce div.product p.price del, .woocommerce div.product span.price del {
            opacity: .5;
            display: block;
        }

    .woocommerce div.product p.stock {
        font-size: .92em;
    }

    .woocommerce div.product .stock {
        color: #77a464;
    }

    .woocommerce div.product .out-of-stock {
        color: red;
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 1.618em;
    }

    .woocommerce div.product div.images, .woocommerce div.product div.summary {
        margin-bottom: 2em;
    }

        .woocommerce div.product div.images img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none;
        }

        .woocommerce div.product div.images div.thumbnails {
            padding-top: 1em;
        }

    .woocommerce div.product div.social {
        text-align: right;
        margin: 0 0 1em;
    }

        .woocommerce div.product div.social span {
            margin: 0 0 0 2px;
        }

            .woocommerce div.product div.social span span {
                margin: 0;
            }

            .woocommerce div.product div.social span .stButton .chicklets {
                padding-left: 16px;
                width: 0;
            }

        .woocommerce div.product div.social iframe {
            float: left;
            margin-top: 3px;
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        padding: 0 0 0 1em;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            border: 1px solid #d3ced2;
            background-color: #ebe9eb;
            display: inline-block;
            position: relative;
            z-index: 0;
            border-radius: 4px 4px 0 0;
            margin: 0 -5px;
            padding: 0 1em;
        }

            .woocommerce div.product .woocommerce-tabs ul.tabs li a {
                display: inline-block;
                padding: .5em 0;
                font-weight: 700;
                color: #515151;
                text-decoration: none;
            }

    .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
        content: " ";
        display: table;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
        text-decoration: none;
        color: #6b6b6b;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
            color: inherit;
            text-shadow: inherit;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
            box-shadow: 2px 2px 0 #fff;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
            box-shadow: -2px 2px 0 #fff;
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
        border: 1px solid #d3ced2;
        position: absolute;
        bottom: -1px;
        width: 5px;
        height: 5px;
        content: " ";
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
        left: -6px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #ebe9eb;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        right: -6px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #ebe9eb;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #d3ced2;
        z-index: 1;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0;
    }

    .woocommerce div.product form.cart, .woocommerce div.product p.cart {
        margin-bottom: 2em;
    }

        .woocommerce div.product form.cart div.quantity {
            float: left;
            margin: 0 4px 0 0;
        }

        .woocommerce div.product form.cart table {
            border-width: 0 0 1px;
        }

            .woocommerce div.product form.cart table td {
                padding-left: 0;
            }

            .woocommerce div.product form.cart table div.quantity {
                float: none;
                margin: 0;
            }

            .woocommerce div.product form.cart table small.stock {
                display: block;
                float: none;
            }

        .woocommerce div.product form.cart .variations {
            margin-bottom: 1em;
            border: 0;
        }

            .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
                border: 0;
            }

            .woocommerce div.product form.cart .variations label {
                font-weight: 700;
            }

            .woocommerce div.product form.cart .variations select {
                width: 100%;
                float: left;
            }

            .woocommerce div.product form.cart .variations td.label {
                padding-right: 1em;
            }

            .woocommerce div.product form.cart .variations td {
                vertical-align: top;
            }

        .woocommerce div.product form.cart .button {
            vertical-align: middle;
            float: left;
        }

        .woocommerce div.product form.cart .group_table td.label {
            padding-right: 1em;
            padding-left: 1em;
        }

        .woocommerce div.product form.cart .group_table td {
            vertical-align: top;
            padding-bottom: .5em;
            border: 0;
        }

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

    .woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
        content: " ";
        display: table;
    }

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: none;
    }

        .woocommerce ul.products li.product .onsale {
            top: 0;
            right: 0;
            left: auto;
            margin: -.5em -.5em 0 0;
        }

        .woocommerce ul.products li.product h3 {
            padding: .5em 0;
            margin: 0;
            font-size: 1em;
        }

        .woocommerce ul.products li.product a {
            text-decoration: none;
        }

            .woocommerce ul.products li.product a img {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 0 1em;
                box-shadow: none;
            }

        .woocommerce ul.products li.product strong {
            display: block;
        }

        .woocommerce ul.products li.product .star-rating {
            font-size: .857em;
        }

        .woocommerce ul.products li.product .button {
            margin-top: 1em;
        }

        .woocommerce ul.products li.product .price {
            color: #77a464;
            display: block;
            font-weight: 400;
            margin-bottom: .5em;
            font-size: .857em;
        }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                opacity: .5;
                display: block;
            }

            .woocommerce ul.products li.product .price ins {
                background: 0 0;
                font-weight: 700;
            }

            .woocommerce ul.products li.product .price .from {
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase;
                color: rgba(132,132,132,.5);
            }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
}

    .woocommerce .woocommerce-ordering select {
        vertical-align: top;
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

    .woocommerce nav.woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        border: 1px solid #d3ced2;
        border-right: 0;
        margin: 1px;
    }

        .woocommerce nav.woocommerce-pagination ul li {
            border-right: 1px solid #d3ced2;
            padding: 0;
            margin: 0;
            float: left;
            display: inline;
            overflow: hidden;
        }

            .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
                margin: 0;
                text-decoration: none;
                line-height: 1;
                font-size: 1em;
                font-weight: 400;
                padding: .5em;
                min-width: 1em;
                display: block;
            }

                .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
                    background: #ebe9eb;
                    color: #8a7e88;
                }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

    .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
        opacity: .25;
        padding-right: 2.618em;
    }

        .woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
            font-family: WooCommerce;
            content: "\e01c";
            vertical-align: top;
            -webkit-font-smoothing: antialiased;
            font-weight: 400;
            position: absolute;
            top: .618em;
            right: 1em;
            -webkit-animation: spin 2s linear infinite;
            -moz-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }

    .woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
        font-family: WooCommerce;
        content: "\e017";
        margin-left: .53em;
        vertical-align: bottom;
    }

    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background-color: #dad8da;
        text-decoration: none;
        background-image: none;
        color: #515151;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #a46497;
        color: #fff;
        -webkit-font-smoothing: antialiased;
    }

        .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
            background-color: #935386;
            color: #fff;
        }

        .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
            background-color: #a46497;
            color: #fff;
        }

    .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
    }

        .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
            color: inherit;
            background-color: #ebe9eb;
        }

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0;
}

    .woocommerce #reviews h2 small a {
        text-decoration: none;
        color: #777;
    }

.woocommerce #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments h2 {
    clear: none;
}

.woocommerce #review_form #respond:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce .woocommerce-product-rating:after, .woocommerce td.product-name dl.variation:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

    .woocommerce #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        position: relative;
        background: 0;
        border: 0;
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: #777;
            font-size: .75em;
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            margin: 0;
            box-shadow: none;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            margin: 0 0 0 50px;
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            padding: 1em 1em 0;
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em;
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em;
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none;
        margin: 20px 0 0 50px;
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none;
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 0 0 50px;
    }

.woocommerce #reviews #comments .commentlist > li:before {
    content: "";
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

    .woocommerce .star-rating:before {
        content: "\73\73\73\73\73";
        color: #d3ced2;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

    .woocommerce .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .woocommerce .star-rating span:before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            left: 0;
        }

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}

    .woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        margin: .5em 4px 0 0;
        float: left;
    }

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
}

    .woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
        content: " ";
        display: table;
    }

    .woocommerce #review_form #respond p {
        margin: 0 0 10px;
    }

    .woocommerce #review_form #respond .form-submit input {
        left: auto;
    }

    .woocommerce #review_form #respond textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

.woocommerce p.stars {
    position: relative;
    font-size: 1em;
}

    .woocommerce p.stars a {
        display: inline-block;
        font-weight: 700;
        margin-right: 1em;
        text-indent: -9999px;
        position: relative;
        border-bottom: 0!important;
        outline: 0;
    }

        .woocommerce p.stars a:last-child {
            border-right: 0;
        }

        .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
            border-right: 1px solid #ccc;
        }

            .woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
                font-family: WooCommerce;
                text-indent: 0;
                position: absolute;
                top: 0;
                left: 0;
            }

        .woocommerce p.stars a.star-1 {
            width: 2em;
        }

            .woocommerce p.stars a.star-1:after {
                content: "\e021";
            }

            .woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
                content: "";
            }

        .woocommerce p.stars a.star-2 {
            width: 3em;
        }

            .woocommerce p.stars a.star-2:after {
                content: "\e021\e021";
            }

            .woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
                content: "";
            }

        .woocommerce p.stars a.star-3 {
            width: 4em;
        }

            .woocommerce p.stars a.star-3:after {
                content: "\e021\e021\e021";
            }

            .woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
                content: "";
            }

        .woocommerce p.stars a.star-4 {
            width: 5em;
        }

            .woocommerce p.stars a.star-4:after {
                content: "\e021\e021\e021\e021";
            }

            .woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
                content: "";
            }

        .woocommerce p.stars a.star-5 {
            width: 6em;
            border: 0;
        }

            .woocommerce p.stars a.star-5:after {
                content: "\e021\e021\e021\e021\e021";
            }

            .woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
                content: "";
            }

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

    .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
        margin: 0;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        line-height: 1.5;
    }

    .woocommerce table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        padding: 8px;
    }

    .woocommerce table.shop_attributes td {
        font-style: italic;
        padding: 0;
    }

        .woocommerce table.shop_attributes td p {
            margin: 0;
            padding: 8px 0;
        }

    .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
        background: rgba(0,0,0,.025);
    }

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

    .woocommerce table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 6px 12px;
        vertical-align: middle;
    }

        .woocommerce table.shop_table td small {
            font-weight: 400;
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0;
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1);
    }

.woocommerce table.my_account_orders {
    font-size: .85em;
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle;
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap;
    }

    .woocommerce table.my_account_orders .order-actions {
        text-align: right;
    }

        .woocommerce table.my_account_orders .order-actions .button {
            margin: .125em 0 .125em .25em;
        }

.woocommerce td.product-name dl.variation {
    margin: .25em 0;
}

    .woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
        content: " ";
        display: table;
    }

    .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
        display: inline-block;
        float: left;
        margin-bottom: 1em;
    }

    .woocommerce td.product-name dl.variation dt {
        font-weight: 700;
        padding: 0 0 .25em;
        margin: 0 4px 0 0;
        clear: left;
    }

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {
    clear: both;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em;
}

    .woocommerce td.product-name dl.variation dd p:last-child {
        margin-bottom: 0;
    }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity {
    min-width: 80px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
        padding: 4px 0;
        margin: 0;
        list-style: none;
    }

        .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
            content: " ";
            display: table;
        }

        .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
            display: block;
            font-weight: 700;
        }

        .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
            float: right;
            margin-left: 4px;
            width: 32px;
            height: auto;
            box-shadow: none;
        }

        .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
            margin: 0;
            padding-left: 1em;
            border-left: 2px solid rgba(0,0,0,.1);
        }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
                content: " ";
                display: table;
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
                display: inline-block;
                float: left;
                margin-bottom: 1em;
            }

            .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em;
                margin: 0 4px 0 0;
                clear: left;
            }

.woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em;
}

    .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
        margin-bottom: 0;
    }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block;
    }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
        position: absolute;
        top: 0;
        left: 0;
    }

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        -moz-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0;
    }

    .woocommerce form .form-row label {
        line-height: 2;
    }

        .woocommerce form .form-row label.hidden {
            visibility: hidden;
        }

        .woocommerce form .form-row label.inline {
            display: inline;
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0;
    }

    .woocommerce form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0;
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle;
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: 1;
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em;
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00;
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
        border-color: #69bf29;
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal;
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal;
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal;
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce ul#shipping_method li {
        margin: 0;
        padding: .25em 0 .25em 22px;
        text-indent: -22px;
        list-style: none;
    }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700;
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

    .woocommerce .order_details:after, .woocommerce .order_details:before {
        content: " ";
        display: table;
    }

    .woocommerce .order_details li {
        float: left;
        margin-right: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1;
        border-right: 1px dashed #d3ced2;
        padding-right: 2em;
        margin-left: 0;
        padding-left: 0;
    }

        .woocommerce .order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5;
        }

        .woocommerce .order_details li:last-of-type {
            border: none;
        }

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

    .woocommerce .widget_layered_nav ul li {
        padding: 0 0 1px;
        list-style: none;
    }

        .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {
            content: " ";
            display: table;
        }

        .woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li a:before {
            font-family: WooCommerce;
            speak: none;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            text-decoration: none;
            font-weight: 400;
            line-height: 1;
            content: "";
            color: #a00;
        }

        .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
            padding: 1px 0;
        }

        .woocommerce .widget_layered_nav ul li.chosen a:before {
            margin-right: .618em;
        }

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: left;
        padding: 0 1px 1px 0;
        list-style: none;
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none;
        }

            .woocommerce .widget_layered_nav_filters ul li a:before {
                margin-right: .618em;
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: left;
    }

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background-color: #a46497;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.3em;
        margin-left: -.5em;
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: #a46497;
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #602053;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce-account .addresses .title h3 {
    float: left;
}

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

        .woocommerce-account ul.digital-downloads li:before {
            font-family: WooCommerce;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: .618em;
            content: "";
            text-decoration: none;
        }

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce-cart table.cart img {
    width: 32px;
    box-shadow: none;
}

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    vertical-align: middle;
}

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #d3ced2;
        padding: 6px 6px 5px;
        margin: 0 4px 0 0;
        outline: 0;
        line-height: 1;
    }

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
}

    .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before {
        content: " ";
        display: table;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0;
}

    .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table th {
        width: 25%;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
        vertical-align: top;
        border-left: 0;
        border-right: 0;
        padding: 6px 0;
        line-height: 2em;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table small {
        color: #777;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table select {
        width: 100%;
    }

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}

.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout .checkout .shipping_address {
    clear: both;
}

.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}

    .woocommerce-checkout #payment ul.payment_methods {
        text-align: left;
        padding: 1em;
        border-bottom: 1px solid #d3ced2;
        margin: 0;
        list-style: none;
    }

        .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
            content: " ";
            display: table;
        }

        .woocommerce-checkout #payment ul.payment_methods li {
            line-height: 2;
            text-align: left;
            margin: 0;
            font-weight: 400;
        }

            .woocommerce-checkout #payment ul.payment_methods li input {
                margin: 0 1em 0 0;
            }

            .woocommerce-checkout #payment ul.payment_methods li img {
                vertical-align: middle;
                margin: -2px 0 0 .5em;
                padding: 0;
                position: relative;
                box-shadow: none;
            }

                .woocommerce-checkout #payment ul.payment_methods li img + img {
                    margin-left: 2px;
                }

    .woocommerce-checkout #payment div.form-row {
        padding: 1em;
    }

    .woocommerce-checkout #payment div.payment_box {
        position: relative;
        width: 96%;
        padding: 1em 2%;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #dfdcde;
        color: #515151;
    }

        .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #bbb3b9 #c7c1c6 #c7c1c6;
        }

        .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
            color: #bbb3b9;
        }

        .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #bbb3b9;
        }

        .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
            color: #bbb3b9;
        }

        .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
            font-size: 1.5em;
            padding: 8px;
            background-repeat: no-repeat;
            background-position: right;
        }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png);
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
                background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
            }

        .woocommerce-checkout #payment div.payment_box span.help {
            font-size: .857em;
            color: #777;
            font-weight: 400;
        }

        .woocommerce-checkout #payment div.payment_box .form-row {
            margin: 0 0 1em;
        }

        .woocommerce-checkout #payment div.payment_box p:last-child {
            margin-bottom: 0;
        }

        .woocommerce-checkout #payment div.payment_box:after {
            content: "";
            display: block;
            border: 8px solid #dfdcde;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-color: transparent;
            position: absolute;
            top: -3px;
            left: 0;
            margin: -1em 0 0 2em;
        }

    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: right;
        line-height: 52px;
        font-size: .83em;
    }

    .woocommerce-checkout #payment .payment_method_paypal img {
        max-height: 52px;
        vertical-align: middle;
    }

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

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

a:focus {
    outline: none;
}

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

a img {
    border: 0;
}

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

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

[hidden], template {
    display: none;
}

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

pre {
    overflow: auto;
}

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

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

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

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

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

button, input {
    line-height: normal;
    *overflow: visible;
}

    input[type="checkbox"], input[type="radio"] {
        padding: 0;
    }

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

.clearfix:after, .widget-area .widget_categories ul:after,
.widget-area .widget_archive ul:after,
.widget-area .widget_meta ul:after, .tagcloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul, .tagcloud {
    display: inline-block;
}

.clearfix, .widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul, .tagcloud {
    display: block;
}

.clear, .container, .post-navigation, .image-navigation .nav-links {
    zoom: 1;
}

    .clear:before, .container:before, .post-navigation:before, .image-navigation .nav-links:before, .clear:after, .container:after, .post-navigation:after, .image-navigation .nav-links:after {
        display: table;
        content: "";
    }

    .clear:after, .container:after, .post-navigation:after, .image-navigation .nav-links:after {
        clear: both;
    }

.break, h1,
h2,
h3,
#calendar_wrap caption, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
    word-break: break-word;
    word-wrap: break-word;
}

.none {
    display: none;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    background: #CCC;
    height: 100%;
}

.site {
    background: #FFF;
}

body, button, input, select, textarea {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #222;
}

pre, code, input, textarea {
    font: inherit;
}

::-moz-selection {
    background: #000;
    color: #FFF;
}

::selection {
    background: #000;
    color: #FFF;
}

a {
    color: #bf9553;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

h1,
h2,
h3,
#calendar_wrap caption, h4, h5, h6 {
    clear: both;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    margin-top: 0;
}

    h1 a,
    h2 a,
    h3 a,
    #calendar_wrap caption a,
    h4 a,
    h5 a,
    h6 a {
        color: #222;
        text-decoration: none;
    }

h1 {
    line-height: 1.3;
    font-size: 35px;
    font-size: 3.5rem;
    text-transform: uppercase;
}

@media screen and (min-width: 790px) {
    h1 {
        font-size: 40px;
        font-size: 4rem;
    }
}

h1 span {
    font-weight: bold;
}

h2 {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 25px;
    font-size: 2.5rem;
}

@media screen and (min-width: 790px) {
    h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

h2 span {
    font-weight: bold;
}

h3, #calendar_wrap caption {
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

h4 {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    font-size: 15px;
    font-size: 1.5rem;
}

h6 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    font-size: 13px;
    font-size: 1.3rem;
}

ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

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

b, strong {
    font-weight: bold;
}

blockquote {
    clear: both;
    margin: 20px 0;
    margin: 2rem 0;
}

    blockquote p {
        font-style: italic;
    }

    blockquote cite {
        font-style: normal;
        margin-bottom: 20px;
        margin-bottom: 2rem;
        font-size: 13px;
        font-size: 1.3rem;
    }

dfn, cite, em, i {
    font-style: italic;
}

figure {
    margin: 0;
}

address {
    margin: 20px 0;
    margin: 2rem 0;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    height: 1px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

tt, kbd, pre, code, samp, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    background-color: #ddd;
    padding: 5px 7px;
    padding: 0.5rem 0.7rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    max-width: 100%;
    line-height: 1.7;
    margin: 20px 0;
    margin: 2rem 0;
    padding: 20px;
    padding: 2rem;
}

details summary {
    font-weight: bold;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

details :focus {
    outline: none;
}

abbr, acronym, dfn {
    cursor: help;
    font-size: .95em;
    text-transform: uppercase;
    border-bottom: 1px dotted #ddd;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
}

mark {
    background-color: #fff9c0;
    text-decoration: none;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

ul, ol {
    padding-left: 20px;
    padding-left: 2rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

    ul li, ol li {
        margin: 8px 0;
        margin: 0.8rem 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin: 0 20px 20px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
}

    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        border: 1px solid #ddd;
        line-height: 1.42857;
        padding: 5px;
        padding: 0.5rem;
        vertical-align: middle;
        text-align: center;
    }

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

    table th {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

fieldset {
    padding: 20px;
    padding: 2rem;
    border: 1px solid #ddd;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
    cursor: pointer;
    background: #bf9553;
    border: none;
    display: inline-block;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 17px 23px 18px 23px;
    padding: 1.7rem 2.3rem 1.8rem 2.3rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}

    input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
        opacity: 0.8;
    }

    input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
        cursor: pointer;
    }

textarea {
    resize: vertical;
}

select {
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    padding: 1rem;
}

textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    cursor: pointer;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    padding: 10px 15.38462px;
    padding: 1rem 1.53846rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
        outline: none;
        border-color: #bf9553;
    }

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

input[type="radio"], input[type="checkbox"] {
    margin: 0 10px;
    margin: 0 1rem;
}

input, textarea, input[type="submit"]:focus {
    outline: 0 none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
        background-color: #aaa;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        clip: auto !important;
        color: #bf9553;
        display: block;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 1.7em;
        padding: 17px;
        padding: 1.7rem;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.primary-color {
    color: #bf9553;
}

.secondary-color {
    color: #780b12;
}

.text-transform-none {
    text-transform: none !important;
}

    .text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none #calendar_wrap caption, #calendar_wrap .text-transform-none caption, .text-transform-none h4, .text-transform-none h5 {
        text-transform: none !important;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.text-center {
    text-align: center;
}

.container {
   /*  max-width: 1130px;
    margin: 0 auto;
    padding: 0px 20px;
    padding: 0px 2rem;
    position: relative; */
}

@media screen and (min-width: 790px) {
    .container {
       /*  padding: 0px 50px;
        padding: 0px 5rem; */
    }
}

.container.full-screen {
    width: 100% !important;
    max-width: 100% !important;
}

    .container.full-screen .content-area {
        width: 100%;
    }

#content-wrap {
    padding-bottom: 60px;
    padding-bottom: 6rem;
    padding-top: 60px;
    padding-top: 6rem;
}

.content-area {
    width: 100%;
    float: none;
}

@media screen and (min-width: 790px) {
    .content-area {
        width: 66.01942%;
        float: left;
    }
}

.page-fullwidth .content-area,
.page-template-template-fullwidth-php .content-area {
    float: none;
    width: 100%;
}

.no-sidebar .content-area {
    width: 100%;
}

.sidebar {
    width: 100%;
    float: none;
}

@media screen and (min-width: 790px) {
    .sidebar {
        width: 29.12621%;
        float: right;
    }
}

@media screen and (min-width: 790px) {
    .left-sidebar #primary {
        float: right;
    }

    .left-sidebar #secondary {
        float: left;
    }
}

.layout-boxed .site {
    max-width: 1130px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1100px) {
    .layout-boxed .site-header.header-fixed .site-branding {
        margin-left: -50px;
        transition: all 0.5s ease;
    }

    .layout-boxed .site-header.header-fixed #site-navigation {
        margin-right: -50px;
        transition: all 0.5s ease;
    }
}

.site-header {
   /*  padding-top: 22px;
    padding-top: 2.2rem; */
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 1100px) {
    .site-header.fixed-on {
        position: static;
        width: 100%;
    }

    .site-header.header-fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
       /*  padding-top: 12px;
        padding-top: 1.2rem; */
        transition: all 0.5s ease;
    }

        .site-header.header-fixed .site-branding img {
           /*  max-width: 80%;
            padding-top: 4px;
            padding-top: 0.4rem; */
            transition: all 0.5s ease;
        }

        .site-header.header-fixed #site-navigation ul > li > a {
            padding-bottom: 26px;
            padding-bottom: 2.6rem;
            transition: all 0.5s ease;
        }

    .admin-bar .site-header.header-fixed {
        top: 32px;
    }
}

@media screen and (min-width: 1100px) and (min-width: 790px) {
    .site-header.header-fixed .site-branding {
        display: none;
    }
}

@media screen and (min-width: 1100px) and (min-width: 1100px) {
    .site-header.header-fixed .site-branding {
        display: block;
    }
}

.site-branding {
    float: left;
    text-align: left;
}

@media screen and (min-width: 790px) {
    .site-branding {
        float: none;
        text-align: center;
        margin: 20px 0px 30px;
        margin: 2rem 0px 3rem;
    }
}

@media screen and (min-width: 1100px) {
    .site-branding {
        float: left;
        text-align: left;
        margin: 0;
    }
}

.site-branding img {
    max-width: 160px;
}

@media screen and (min-width: 500px) {
    .site-branding img {
        max-width: auto;
    }
}

#title-are {
    margin: 0 0 40px;
    margin: 0 0 4rem;
}

.site-branding .site-title {
    font-size: 27px;
    font-size: 2.7rem;
    margin: -2px 0px 0px -2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.15;
}

    .site-branding .site-title a {
        font-family: "Lato",Helvetica,Arial,sans-serif;
    }

.site-description {
    text-transform: uppercase;
    margin: 3px 0 0;
    margin: 0.3rem 0 0;
    font-size: 10px;
    font-size: 1rem;
    color: #aaa;
    letter-spacing: 1px;
}

.site-topbar {
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    background: #000;
    color: #888;
    overflow: hidden;
}

@media screen and (min-width: 500px) {
    .site-topbar {
        display: block;
    }
}

.site-topbar a {
    color: #999;
    text-decoration: none;
}

    .site-topbar a:hover {
        color: #FFF;
    }

.site-topbar .topbar-left {
    float: left;
}

@media screen and (min-width: 500px) {
    .site-topbar .topbar-left {
        display: none;
    }
}

@media screen and (min-width: 790px) {
    .site-topbar .topbar-left {
        display: none;
    }
}

@media screen and (min-width: 1100px) {
    .site-topbar .topbar-left {
        display: block;
    }
}

.site-topbar .topbar-left ul li a {
    margin-right: 20px;
    margin-right: 2rem;
}

.site-topbar .topbar-left .topbar-widget {
    margin-right: 15px;
    margin-right: 1.5rem;
}

.site-topbar .topbar-left .topbar-address, .site-topbar .topbar-left .topbar-phone, .site-topbar .topbar-left a.topbar-button {
    margin-right: 15px;
    margin-right: 1.5rem;
}

.site-topbar .topbar-right {
    float: right;
}

@media screen and (min-width: 500px) {
    .site-topbar .topbar-right {
        float: right;
        text-align: center;
    }
}

@media screen and (min-width: 790px) {
    .site-topbar .topbar-right {
        float: none;
        text-align: center;
    }
}

@media screen and (min-width: 1100px) {
    .site-topbar .topbar-right {
        float: right;
        text-align: right;
    }
}

.site-topbar .topbar-right ul li a {
    margin-left: 20px;
    margin-left: 2rem;
}

.site-topbar .topbar-right .topbar-widget {
    margin-left: 15px;
    margin-left: 1.5rem;
}

.site-topbar .topbar-right .topbar-address, .site-topbar .topbar-right .topbar-phone, .site-topbar .topbar-right a.topbar-button {
    margin-left: 15px;
    margin-left: 1.5rem;
}

.site-topbar .widgettitle {
    display: none;
}

.site-topbar .topbar-widget {
    padding: 6px 0px 8px;
    padding: 0.6rem 0px 0.8rem;
}

@media screen and (min-width: 790px) {
    .site-topbar .topbar-widget {
        float: none;
    }
}

.site-topbar .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .site-topbar .widget.widget_nav_menu ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .site-topbar .widget.widget_nav_menu ul li a {
            font-size: 10px;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

.site-topbar .widget.widget_text a.topbar-button {
    background: #bf9553;
    color: #FFF;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 7px;
    padding: 0.4rem 0.7rem;
}

.site-topbar .widget .topbar-address, .site-topbar .widget .topbar-phone {
    position: relative;
    top: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
}

    .site-topbar .widget .topbar-address i, .site-topbar .widget .topbar-phone i {
        margin-left: 5px;
        margin-left: 0.5rem;
        color: #FFF;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .site-topbar .widget .topbar-address a, .site-topbar .widget .topbar-address span, .site-topbar .widget .topbar-phone a, .site-topbar .widget .topbar-phone span {
        color: #FFF;
    }

.menu-toggle {
    padding: 4px 0 8px;
    padding: 0.4rem 0 0.8rem;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px;
    margin: 0rem;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    line-height: 1;
    background: transparent !important;
}

    .menu-toggle span {
        font-size: 22px;
    }

    .menu-toggle i {
        font-size: 15px;
        font-size: 1.5rem;
        color: #FFF;
        padding: 9px 10px;
        padding: 0.9rem 1rem;
        line-height: 1;
        background: #000;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.site-header {
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
}

@media screen and (min-width: 790px) {
    .site-header {
        padding-bottom: 0px;
        padding-bottom: 0rem;
    }
}

@media screen and (min-width: 790px) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 790px) {
    .menu-toggle {
        display: none;
    }
}

#site-navigation.main-navigation.toggled .menu-toggle i.fa-bars {
    background: #bf9553;
}

    #site-navigation.main-navigation.toggled .menu-toggle i.fa-bars:before {
        content: "\f00d";
    }

#site-navigation.main-navigation.toggled .menu, #site-navigation.main-navigation.toggled .nav-menu {
    display: block;
    position: absolute;
    top: 62px;
    left: 0px;
    z-index: 100;
    width: 100%;
    background: #FFF;
    padding: 0px 50px 20px;
    padding: 0px 5rem 2rem;
    box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.2);
}

    #site-navigation.main-navigation.toggled .menu a, #site-navigation.main-navigation.toggled .nav-menu a {
        padding: 12px 0;
        padding: 1.2rem 0;
        border-top: 1px solid #eee;
        font-size: 13px;
        font-size: 1.3rem;
    }

    #site-navigation.main-navigation.toggled .menu ul, #site-navigation.main-navigation.toggled .nav-menu ul {
        border: none;
    }

        #site-navigation.main-navigation.toggled .menu ul li a, #site-navigation.main-navigation.toggled .menu ul li li a, #site-navigation.main-navigation.toggled .nav-menu ul li a, #site-navigation.main-navigation.toggled .nav-menu ul li li a {
            border-top: 1px solid #eee;
        }

    #site-navigation.main-navigation.toggled .menu li.current-menu-item a, #site-navigation.main-navigation.toggled .nav-menu li.current-menu-item a {
        color: #bf9553;
    }

#site-navigation {
    float: right;
}

@media screen and (min-width: 790px) {
    #site-navigation {
        float: none;
        text-align: center;
    }
}

@media screen and (min-width: 1100px) {
    #site-navigation {
        float: left;
        text-align: inherit;
		margin-left: 100px;
		margin-top:25px;
		/* margin-left:400px; */
    }
	
	.home  #site-navigation {
        float: left;
        text-align: inherit;
		margin-left:340px; 
		margin-top:0;
    }
}

#site-navigation .nav-menu, #site-navigation .menu {
    display: none;
    margin: 0;
    padding: 0;
}
#site-navigation .in .nav-menu, #site-navigation .in .menu {
    display: block;
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu, #site-navigation .menu {
        display: inline;
    }
}

#site-navigation .nav-menu ul, #site-navigation .menu ul {
    margin-left: 0px;
}

    #site-navigation .nav-menu ul ul, #site-navigation .menu ul ul {
        margin-top: -1px;
    }

    #site-navigation .nav-menu ul li:last-child a, #site-navigation .nav-menu ul li li:last-child a, #site-navigation .menu ul li:last-child a, #site-navigation .menu ul li li:last-child a {
        border-bottom: none;
    }

#site-navigation .nav-menu li, #site-navigation .menu li {
    list-style: none;
    margin: 0;
    text-align: left;
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu li, #site-navigation .menu li {
        display: inline-block;
        position: relative;
    }
}

#site-navigation .nav-menu li a, #site-navigation .menu li a,
.home .isStuck #site-navigation .nav-menu li a, .home .isStuck  #site-navigation .menu li a {
    font-weight: normal;
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 1.7;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
     padding: 13px 17px 36px;
    padding: 1.3rem 1.7rem 3.6rem; 
    letter-spacing: 1.5px;
}

.home #site-navigation .nav-menu li a, .home #site-navigation .menu li a {
    font-weight: normal;
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 1.7;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
	padding: 13px 25px;
    padding: 1.3rem 2.5rem;
    letter-spacing: 1.5px;
}
    #site-navigation .nav-menu li a:hover, #site-navigation .menu li a:hover {
        color: #bf9553;
    }

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu li a:hover, #site-navigation .menu li a:hover {
        color: #bf9553;
    }
}

#site-navigation .nav-menu li:last-child a, #site-navigation .menu li:last-child a {
    padding-right: 0;
}

#site-navigation .nav-menu li.current-menu-item a, 
#site-navigation .menu li.current-menu-item a ,
.home .isStuck #site-navigation .nav-menu li.current-menu-item a, 
.home .isStuck  #site-navigation .menu li.current-menu-item a {
    color: #bf9553;
}

#site-navigation .nav-menu li li.current-menu-item a, #site-navigation .menu li li.current-menu-item a {
    color: #FFF;
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu li li.current-menu-item a, #site-navigation .menu li li.current-menu-item a {
        color: #FFF;
    }
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu li.menu-item-has-children > a:after, #site-navigation .menu li.menu-item-has-children > a:after {
        border-color: #CCC transparent transparent;
        border-style: solid;
        border-width: 4px;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 6px;
        right: 0.6rem;
        top: 22px;
        top: 2.2rem;
    }

    #site-navigation .nav-menu li li.menu-item-has-children > a:after, #site-navigation .menu li li.menu-item-has-children > a:after {
        border-color: transparent transparent transparent #575757;
        top: 42%;
        right: 15px;
    }
}

#site-navigation .nav-menu .sub-menu, #site-navigation .menu .sub-menu {
    padding: 0px;
    margin: 0px;
    background: #FFF;
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu .sub-menu, #site-navigation .menu .sub-menu {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    }
}

#site-navigation .nav-menu .sub-menu li a:before, #site-navigation .menu .sub-menu li a:before {
    content: "- ";
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu .sub-menu li a:hover, #site-navigation .menu .sub-menu li a:hover {
        color: #FFF;
    }
}

#site-navigation .nav-menu .sub-menu li li a, #site-navigation .menu .sub-menu li li a {
    padding-left: 100px;
    padding-left: 10rem;
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu .sub-menu li a, #site-navigation .menu .sub-menu li a ,
	.home .isStuck #site-navigation .nav-menu .sub-menu li a, .home .isStuck #site-navigation .menu .sub-menu li a {
        color: #A1A1A1;
        border-bottom: 1px solid #444;
    }

        #site-navigation .nav-menu .sub-menu li a:before, #site-navigation .menu .sub-menu li a:before ,
		.home .isStuck  #site-navigation .nav-menu .sub-menu li a:before, .home .isStuck  #site-navigation .menu .sub-menu li a:before {
            content: "";
        }

    #site-navigation .nav-menu .sub-menu li:last-child a, #site-navigation .menu .sub-menu li:last-child a ,
	 .home .isStuck #site-navigation .nav-menu .sub-menu li:last-child a, .home .isStuck  #site-navigation .menu .sub-menu li:last-child a {
        border-bottom: none;
    }
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu .sub-menu, #site-navigation .menu .sub-menu,
    .home .isStuck #site-navigation .nav-menu .sub-menu, .home .isStuck  #site-navigation .menu .sub-menu	{
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        z-index: 9999;
        left: 0px;
        padding-bottom: 3px;
        padding-top: 2px;
    }

        #site-navigation .nav-menu .sub-menu ul, #site-navigation .menu .sub-menu ul {
            top: 0;
            left: 100%;
        }
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu li:hover > ul.sub-menu,
    #site-navigation .nav-menu li:hover > ul,
    #site-navigation .nav-menu li li:hover > ul, #site-navigation .menu li:hover > ul.sub-menu,
    #site-navigation .menu li:hover > ul,
    #site-navigation .menu li li:hover > ul,
	.home .isStuck #site-navigation .nav-menu li:hover > ul.sub-menu,
    .home .isStuck #site-navigation .nav-menu li:hover > ul,
    .home .isStuck #site-navigation .nav-menu li li:hover > ul, .home .isStuck  #site-navigation .menu li:hover > ul.sub-menu,
    .home .isStuck #site-navigation .menu li:hover > ul,
    .home .isStuck #site-navigation .menu li li:hover > ul 	{
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
}

#site-navigation .nav-menu ul.sub-menu li a, #site-navigation .nav-menu ul.sub-menu ul li a, #site-navigation .menu ul.sub-menu li a, #site-navigation .menu ul.sub-menu ul li a,
.home .isStuck #site-navigation .nav-menu ul.sub-menu li a, .home .isStuck #site-navigation .nav-menu ul.sub-menu ul li a, .home .isStuck #site-navigation .menu ul.sub-menu li a, .home .isStuck #site-navigation .menu ul.sub-menu ul li a  {
    min-width: 100%;
    margin-left: 0px;
    padding: 9px 20px;
    padding: 0.9rem 2rem;
}

@media screen and (min-width: 790px) {
    #site-navigation .nav-menu ul.sub-menu li a, #site-navigation .nav-menu ul.sub-menu ul li a, #site-navigation .menu ul.sub-menu li a, #site-navigation .menu ul.sub-menu ul li a ,
	 .home .isStuck #site-navigation .nav-menu ul.sub-menu li a,
.home .isStuck  #site-navigation .nav-menu ul.sub-menu ul li a, 
.home .isStuck #site-navigation .menu ul.sub-menu li a, 
.home .isStuck #site-navigation .menu ul.sub-menu ul li a{
        min-width: 180px;
        max-width: 250px;
        padding: 10px 0px 12px;
        padding: 1rem 0px 1.2rem;
        margin: 0 20px;
        margin: 0 2rem;
    }
}

#site-navigation .container {
    position: relative;
}

.onepage-navigation #site-navigation .nav-menu li.current-menu-item a, .onepage-navigation .menu li.current-menu-item a {
    color: inherit;
}

    .onepage-navigation #site-navigation .nav-menu li.current-menu-item a:hover, .onepage-navigation .menu li.current-menu-item a:hover {
        color: #bf9553;
    }

.onepage-navigation #site-navigation .nav-menu li a.menu-actived, .onepage-navigation .menu li a.menu-actived {
    color: #bf9553;
}

.onepage-navigation #site-navigation .nav-menu li a.home-menu-actived, .onepage-navigation .menu li a.home-menu-actived {
    color: #bf9553;
}

.blog .hentry, .archive .hentry, .search .hentry {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    border-bottom: 2px solid #f0f0f0;
}

.hentry.sticky {
    padding: 30px;
    padding: 3rem;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .hentry.sticky .post-thumbnail img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.more-link {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-top: 10px;
    padding-top: 1rem;
}

    .more-link:hover {
        text-decoration: underline;
    }

.single .hentry {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.loop-pagination {
    display: inline-block;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

    .loop-pagination a, .loop-pagination span {
        padding: 6px 13px 7px;
        padding: 0.6rem 1.3rem 0.7rem;
        background: #aaa;
        color: #FFF !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
    }

        .loop-pagination a:hover, .loop-pagination span:hover {
            background: #bf9553;
        }

        .loop-pagination a.current, .loop-pagination span.current {
            background: #bf9553;
        }

.archive-header {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-top: -6px;
    margin-top: -0.6rem;
}

    .archive-header h3, .archive-header #calendar_wrap caption, #calendar_wrap .archive-header caption {
        margin-bottom: 0;
    }

.page-header .page-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.footer-connect {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 35px 0px;
    padding: 3.5rem 0px;
}

    .footer-connect .footer-subscribe {
        float: none;
        margin-bottom: 30px;
        margin-bottom: 3rem;
        text-align: center;
    }

@media screen and (min-width: 790px) {
    .footer-connect .footer-subscribe {
        float: left;
        margin-bottom: 0px;
        margin-bottom: 0rem;
    }
}

.footer-connect .footer-subscribe input[type="email"], .footer-connect .footer-subscribe input[type="text"] {
    padding: 8px 11px 9px;
    padding: 0.8rem 1.1rem 0.9rem;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #DDD;
}

.footer-connect .footer-subscribe input[type="submit"] {
    padding: 13px 11px 13px;
    padding: 1.3rem 1.1rem 1.3rem;
    margin: 0;
}

.footer-connect .footer-social {
    float: none;
    text-align: center;
}

@media screen and (min-width: 790px) {
    .footer-connect .footer-social {
        float: right;
    }
}

.footer-connect .footer-social a i {
    background: #000;
    color: #FFF;
    min-width: 16px;
    padding: 10px;
    padding: 1rem;
    margin-left: 4px;
    margin-left: 0.4rem;
    margin-top: 3px;
    margin-top: 0.3rem;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
    box-sizing: content-box;
}

.footer-connect .footer-social a:hover i {
    background: #bf9553;
    color: #FFF;
}

.footer-connect .footer-social label {
    margin-top: 7px;
    margin-top: 0.7rem;
}

.footer-connect label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    margin-right: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    display: none;
}

@media screen and (min-width: 500px) {
    .footer-connect label {
        display: inline-block;
    }
}

.site-footer {
    padding: 50px 0;
    padding: 5rem 0;
    background: #000;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
}

    .site-footer a, .site-footer .widget a {
        color: #777;
    }

        .site-footer a:hover, .site-footer .widget a:hover {
            color: #FFF;
            text-decoration: none;
        }

    .site-footer .site-info .copy_text {
        float: none;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }

@media screen and (min-width: 790px) {
    .site-footer .site-info .copy_text {
        float: left;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        text-align: left;
    }
}

.site-footer .site-info .copy_text a {
    text-decoration: none;
}

.site-footer .site-info .footer-menu {
    float: none;
    text-align: center;
}

@media screen and (min-width: 790px) {
    .site-footer .site-info .footer-menu {
        float: right;
        text-align: left;
    }
}

.site-footer .site-info .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .site-footer .site-info .footer-menu ul li {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .site-footer .site-info .footer-menu ul li a {
            float: left;
            margin-left: 15px;
            margin-left: 1.5rem;
            text-decoration: none;
            font-size: 13px;
            font-size: 1.3rem;
        }

.footer-1-columns .footer-column {
    width: 100%;
}

.footer-2-columns .footer-column {
    width: 100%;
}

@media screen and (min-width: 790px) {
    .footer-2-columns .footer-column {
        width: 47.78761%;
        float: left;
        margin-right: 4.42478%;
    }

    .footer-2-columns .footer-2 {
        margin-right: 0;
    }
}

.footer-3-columns .footer-column {
    width: 100%;
}

@media screen and (min-width: 790px) {
    .footer-3-columns .footer-column {
        width: 47.78761%;
        float: left;
        margin-right: 4.42478%;
    }

    .footer-3-columns .footer-2 {
        margin-right: 0;
    }
}

@media screen and (min-width: 1100px) {
    .footer-3-columns .footer-column {
        width: 30.38348%;
        float: left;
        margin-right: 4.42478%;
    }

    .footer-3-columns .footer-3 {
        margin-right: 0;
    }
}

.footer-4-columns .footer-column {
    width: 100%;
}

@media screen and (min-width: 790px) {
    .footer-4-columns .footer-column {
        width: 47.78761%;
        float: left;
        margin-right: 4.42478%;
    }

    .footer-4-columns .footer-2, .footer-4-columns .footer-4 {
        margin-right: 0;
    }
}

@media screen and (min-width: 1100px) {
    .footer-4-columns .footer-column {
        width: 21.68142%;
        float: left;
        margin-right: 4.42478%;
    }

    .footer-4-columns .footer-4 {
        margin-right: 0;
    }
}

.site-footer .footer-columns {
    padding-bottom: 50px;
    padding-bottom: 5rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .site-footer .footer-columns .widget {
        padding-bottom: 0;
        margin-bottom: 30px;
        margin-bottom: 3rem;
        border: none;
    }

@media screen and (min-width: 790px) {
    .site-footer .footer-columns .widget:last-child {
        margin-bottom: 0px;
        margin-bottom: 0rem;
    }
}

.site-footer .footer-columns .widget:last-child {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.site-footer .footer-columns .widget .widget-title {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-footer .footer-columns .widget_nav_menu ul li {
    padding: 0;
}

    .site-footer .footer-columns .widget_nav_menu ul li:first-child a {
        padding-top: 0px;
    }

        .site-footer .footer-columns .widget_nav_menu ul li:first-child a:before {
            top: 3px;
        }

    .site-footer .footer-columns .widget_nav_menu ul li a {
        display: block;
        padding: 7px 10px 11px 17px;
        padding: 0.7rem 1rem 1.1rem 1.7rem;
        position: relative;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    }

        .site-footer .footer-columns .widget_nav_menu ul li a:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 10px;
            font-size: 1rem;
            display: block;
            position: absolute;
            left: 0;
            top: 10px;
        }

.site-footer .footer-columns .widget_wpc_posts ul li {
    background: rgba(255, 255, 255, 0.08);
}

.site-footer .footer-columns .contact-info-item .contact-text {
    width: 50px;
}

    .site-footer .footer-columns .contact-info-item .contact-text i {
        font-size: 16px;
        font-size: 1.6rem;
    }

        .site-footer .footer-columns .contact-info-item .contact-text i.fa-envelope {
            font-size: 12px;
            font-size: 1.2rem;
        }

.site-footer .footer-columns .contact-info-item .contact-value {
    margin-left: 55px;
}

.site-footer .footer-columns .contact-info-box img {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.entry-title {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 2px;
    margin-bottom: 0.2rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.single-event .entry-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.post-thumbnail img {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.entry-content cite {
    display: block;
    margin-top: 10px;
    margin-top: 1rem;
}

    .entry-content cite:before {
        content: "- ";
    }

.entry-content table > thead > tr > th, .entry-content table > tbody > tr > th, .entry-content table > tfoot > tr > th, .entry-content table > thead > tr > td, .entry-content table > tbody > tr > td, .entry-content table > tfoot > tr > td {
    padding: 15.38462px;
    padding: 1.53846rem;
}

.entry-content blockquote {
    padding: 20px 80px 20px 28px;
    padding: 2rem 8rem 2rem 2.8rem;
    position: relative;
    background: #f8f9f9;
    border-left: 3px solid #bf9553;
    font-style: italic;
}

    .entry-content blockquote p {
        margin: 0px;
    }

.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content #calendar_wrap caption, #calendar_wrap .single-post .entry-content caption, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.entry-meta {
    display: inline-block;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

    .entry-meta a, .entry-meta span {
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-decoration: none;
        color: #222;
    }

        .entry-meta span.sep {
            margin: 0px 12.5px;
            margin: 0px 1.25rem;
        }

        .entry-meta a:hover {
            text-decoration: underline;
        }

    .entry-meta .sticky-label {
        margin: 0px 0px 0px 12.5px;
        margin: 0px 0px 0px 1.25rem;
        padding: 3px 6px;
        padding: 0.3rem 0.6rem;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #aaa;
        color: #FFF;
    }

    .entry-meta i.fa {
        margin-right: 3px;
        margin-right: 0.3rem;
    }

.entry-author {
    margin: 40px 0 20px;
    margin: 4rem 0 2rem;
}

    .entry-author .entry-author-avatar {
        float: left;
        padding-right: 25px;
        padding-right: 2.5rem;
    }

        .entry-author .entry-author-avatar img {
            max-width: 70px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin-top: 4px;
            margin-top: 0.4rem;
        }

    .entry-author .entry-author-byline {
        color: #aaa;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 6.66667px;
        margin-bottom: 0.66667rem;
    }

        .entry-author .entry-author-byline a {
            text-decoration: none;
        }

    .entry-author .entry-author-bio {
        padding-left: 85px;
        padding-left: 8.5rem;
    }

.entry-footer i.fa {
    float: left;
    color: #aaa;
    margin: 8px 6px 0 0;
    margin: 0.8rem 0.6rem 0 0;
}

.entry-footer .post-categories, .entry-footer .post-tags {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

    .entry-footer .post-categories li, .entry-footer .post-tags li {
        display: inline;
        margin: 0px;
    }

        .entry-footer .post-categories li a, .entry-footer .post-tags li a {
            color: #222;
            font-size: 12px;
            font-size: 1.2rem;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

            .entry-footer .post-categories li a:hover, .entry-footer .post-tags li a:hover {
                color: #bf9553;
            }

        .entry-footer .post-categories li:after, .entry-footer .post-tags li:after {
            content: ", ";
            color: #aaa;
        }

        .entry-footer .post-categories li:last-child:after, .entry-footer .post-tags li:last-child:after {
            content: none;
        }

.post-navigation {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

    .post-navigation .nav-links .nav-next {
        float: right;
        width: 50%;
        text-align: right;
    }

    .post-navigation .nav-links .nav-prev {
        float: left;
        width: 50%;
    }

    .post-navigation a {
        text-decoration: none;
    }

        .post-navigation a:hover {
            color: #780b12;
        }

.image-navigation .nav-links {
    margin: 40px 0px 20px;
    margin: 4rem 0px 2rem;
    padding: 20px 0px;
    padding: 2rem 0px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

    .image-navigation .nav-links a .next-image {
        float: right;
    }

    .image-navigation .nav-links a .previous-image {
        float: left;
    }

ul.nav-tabs, .ft-tabs .nav-tabs {
    padding-left: 0px;
}

.entry-tax span {
    float: left;
    color: #aaa;
    margin: 0px 6px 0 0;
    margin: 0px 0.6rem 0 0;
    font-size: 20px;
    font-size: 2rem;
}

.post-categories, .post-tags {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

    .post-categories li, .post-tags li {
        display: inline;
        margin: 0px;
    }

        .post-categories li a, .post-tags li a {
            color: #aaa;
        }

            .post-categories li a:hover, .post-tags li a:hover {
                color: #780b12;
            }

        .post-categories li:after, .post-tags li:after {
            content: ", ";
            color: #aaa;
        }

        .post-categories li:last-child:after, .post-tags li:last-child:after {
            content: none;
        }

.page-links {
    display: block;
    margin-top: 20px;
    margin-top: 2rem;
}

.wp-caption {
    max-width: 100%;
    font-style: italic;
    line-height: 1.35;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        max-width: 98%;
    }

    .wp-caption .wp-caption-text {
        margin: 10px 0;
        margin: 1rem 0;
    }

.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
    font-style: italic;
    line-height: 1.35;
    font-size: 13px;
    font-size: 1.3rem;
}

.alignleft, .entry-thumbnail.thumbnail {
    display: inline;
    float: left;
    margin-right: 50px;
    margin-right: 5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 50px;
    margin-left: 5rem;
}

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

img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
}

.gallery-caption {
    font-family: inherit;
}

.bypostauthor {
    margin: 0;
}

.gallery {
    margin-right: -20px;
    margin-right: -2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

    .gallery .gallery-item {
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

        .gallery .gallery-item .gallery-icon {
            margin-bottom: 0px;
        }

        .gallery .gallery-item img {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

.single-post .gallery.gallery-columns-4,
.single-post .gallery.gallery-columns-5,
.single-post .gallery.gallery-columns-6,
.single-post .gallery.gallery-columns-7,
.single-post .gallery.gallery-columns-8,
.single-post .gallery.gallery-columns-9, .blog .gallery.gallery-columns-4,
.blog .gallery.gallery-columns-5,
.blog .gallery.gallery-columns-6,
.blog .gallery.gallery-columns-7,
.blog .gallery.gallery-columns-8,
.blog .gallery.gallery-columns-9 {
    margin-right: -10px;
    margin-right: -1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

    .single-post .gallery.gallery-columns-4 .gallery-item,
    .single-post .gallery.gallery-columns-5 .gallery-item,
    .single-post .gallery.gallery-columns-6 .gallery-item,
    .single-post .gallery.gallery-columns-7 .gallery-item,
    .single-post .gallery.gallery-columns-8 .gallery-item,
    .single-post .gallery.gallery-columns-9 .gallery-item, .blog .gallery.gallery-columns-4 .gallery-item,
    .blog .gallery.gallery-columns-5 .gallery-item,
    .blog .gallery.gallery-columns-6 .gallery-item,
    .blog .gallery.gallery-columns-7 .gallery-item,
    .blog .gallery.gallery-columns-8 .gallery-item,
    .blog .gallery.gallery-columns-9 .gallery-item {
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

        .single-post .gallery.gallery-columns-4 .gallery-item .gallery-icon,
        .single-post .gallery.gallery-columns-5 .gallery-item .gallery-icon,
        .single-post .gallery.gallery-columns-6 .gallery-item .gallery-icon,
        .single-post .gallery.gallery-columns-7 .gallery-item .gallery-icon,
        .single-post .gallery.gallery-columns-8 .gallery-item .gallery-icon,
        .single-post .gallery.gallery-columns-9 .gallery-item .gallery-icon, .blog .gallery.gallery-columns-4 .gallery-item .gallery-icon,
        .blog .gallery.gallery-columns-5 .gallery-item .gallery-icon,
        .blog .gallery.gallery-columns-6 .gallery-item .gallery-icon,
        .blog .gallery.gallery-columns-7 .gallery-item .gallery-icon,
        .blog .gallery.gallery-columns-8 .gallery-item .gallery-icon,
        .blog .gallery.gallery-columns-9 .gallery-item .gallery-icon {
            margin-bottom: 0px;
        }

#comments .comments-title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#comments .comment-list {
    list-style: none;
    padding-left: 0px;
}

    #comments .comment-list .pingback {
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
        padding: 2rem 0;
        margin: 0px;
        margin: 0rem;
    }

        #comments .comment-list .pingback p {
            margin: 0px;
        }

        #comments .comment-list .pingback:last-child {
            margin-bottom: 40px;
            margin-bottom: 4rem;
        }

#comments .comment {
    list-style: none;
    margin: 30px 0;
    margin: 3rem 0;
}

    #comments .comment .avatar {
        width: 60px;
        float: left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #comments .comment .comment-wrapper {
        margin-left: 90px;
        margin-left: 9rem;
        padding: 25px 30px 15px 30px;
        padding: 2.5rem 3rem 1.5rem 3rem;
        background: #f8f9f9;
        position: relative;
    }

        #comments .comment .comment-wrapper:before {
            border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 0 10px 10px 0;
            content: "";
            height: 0;
            left: -9px;
            position: absolute;
            top: 0;
            width: 0;
        }

        #comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
            color: #aaa;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            font-size: 11px;
            font-size: 1.1rem;
        }

            #comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
                color: #780b12;
            }

            #comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
                content: "/";
                padding: 0px 5px;
                padding: 0px 0.5rem;
            }

        #comments .comment .comment-wrapper .comment-meta a:last-child:after {
            content: "";
        }

        #comments .comment .comment-wrapper .comment-meta cite .fn {
            font-weight: bold;
            font-style: normal;
            margin-right: 5px;
            margin-right: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-size: 14px;
            font-size: 1.4rem;
        }

        #comments .comment .comment-wrapper .comment-meta cite span {
            padding: 3px 10px;
            padding: 0.3rem 1rem;
            background: #F0F0F0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            margin-right: 10px;
            margin-right: 1rem;
        }

        #comments .comment .comment-wrapper a {
            text-decoration: none;
        }

    #comments .comment .children {
        padding-left: 30px;
        padding-left: 3rem;
    }

        #comments .comment .children .children {
            padding-left: 30px;
            padding-left: 3rem;
        }

            #comments .comment .children .children .children {
                padding-left: 0px;
                padding-left: 0rem;
            }

@media screen and (min-width: 790px) {
    #comments .comment .children {
        padding-left: 90px;
        padding-left: 9rem;
    }

        #comments .comment .children .children {
            padding-left: 90px;
            padding-left: 9rem;
        }

            #comments .comment .children .children .children {
                padding-left: 90px;
                padding-left: 9rem;
            }
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
    width: 100%;
}

#respond {
    padding-top: 20px;
    padding-top: 2rem;
}

    #respond .comment-form label {
        display: block;
        margin-bottom: 4px;
        margin-bottom: 0.4rem;
    }

    #respond .form-allowed-tags {
        font-size: 12px;
        font-size: 1.2rem;
    }

        #respond .form-allowed-tags code {
            background: none;
        }

    #respond .comment-reply-title {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #respond .comment-notes {
        display: none;
    }

    #respond label {
        font-size: 13px;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

.full-screen .comments-area {
    max-width: 1030px;
    margin: 0 auto;
}

.page-header-wrap {
    position: relative;
    padding: 60px 0px;
    color: #CCC;
}

    .page-header-wrap h1 {
        font-weight: 300;
        margin-bottom: 2px;
        color: #FFF;
        margin-left: -2px;
        letter-spacing: 1.5px;
        font-size: 35px;
        font-size: 3.5rem;
    }

@media screen and (min-width: 790px) {
    .page-header-wrap h1 {
        font-size: 45px;
        font-size: 4.5rem;
    }
}

.page-header-wrap .page-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
}

.page-header-wrap .container {
    z-index: 10;
}

.page-entry-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    margin-top: 0px;
    letter-spacing: 2px;
    font-size: 30px;
    font-size: 3rem;
}

@media screen and (min-width: 790px) {
    .page-entry-title {
        font-size: 35px;
        font-size: 3.5rem;
    }
}

.single-event .page-entry-title {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 2px;
    font-weight: bold;
}

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

    .address-contact h5 {
        float: left;
        overflow: hidden;
        width: 130px;
        margin-right: 10px;
        margin-right: 1rem;
        margin-bottom: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .address-contact p {
        margin: 0px;
    }

    .address-contact li {
        margin: 13px 0px;
        margin: 1.3rem 0px;
    }

.error404 .site-header, .error404 .site-footer, .error404 .footer-connect, .error404 .site-topbar {
    display: none;
}

.error404, .error404 .site-content {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
}

.error-page-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: fixed;
    left: 0;
}

.error-box-wrap {
    height: auto;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 500px) {
    .error-box-wrap {
        width: 60%;
    }
}

@media screen and (min-width: 790px) {
    .error-box-wrap {
        width: 50%;
    }
}

@media screen and (min-width: 1100px) {
    .error-box-wrap {
        width: 40%;
    }
}

.heading-404 {
    font-size: 80px;
    font-size: 8rem;
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-weight: 900;
    color: #bf9553;
    letter-spacing: 2px;
}

    .heading-404 i {
        margin-right: 20px;
        margin-right: 2rem;
    }

@media screen and (min-width: 790px) {
    .heading-404 {
        letter-spacing: 20px;
        font-size: 120px;
        font-size: 12rem;
    }
}

.error-box {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    padding: 30px 35px 10px;
    padding: 3rem 3.5rem 1rem;
}

    .error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
        letter-spacing: 2px;
    }

@media screen and (min-width: 790px) {
    .error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
        letter-spacing: 10px;
    }
}

.error-box p {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.error-action .error-previous {
    float: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 1100px) {
    .error-action .error-previous {
        float: left;
    }
}

.error-action .error-home {
    float: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 1100px) {
    .error-action .error-home {
        float: right;
    }
}

.widget {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    border-bottom: 2px solid #f0f0f0;
}

    .widget:last-child {
        border-bottom: none;
    }

.search-form {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.widget-area .widget.widget_search .search-field {
    width: 88%;
}

.widget-area .widget.widget_search .search-submit {
    display: none;
}

#secondary .widget-title, .site-topbar .widget-title {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.widget_calendar .widget-title {
    display: none;
}

.widget_calendar #wp-calendar caption {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.widget-area .widget ul,
.widget-area .widget ol {
    padding-left: 0px;
    margin-bottom: 0px;
}

    .widget-area .widget ul li {
        list-style: none;
        margin: 0px;
        padding: 6.66667px 0;
        padding: 0.66667rem 0;
    }

        .widget-area .widget ul li ul {
            padding-top: 13.33333px;
            padding-top: 1.33333rem;
            padding-left: 20px;
            padding-left: 2rem;
        }

            .widget-area .widget ul li ul li {
                border-bottom: none;
            }

                .widget-area .widget ul li ul li:last-child {
                    padding-bottom: 0px;
                }

.widget a {
    text-decoration: none;
    color: #222;
}

    .widget a:hover {
        color: #bf9553;
    }

.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    float: left;
    margin-bottom: 0;
    width: 50%;
}

#calendar_wrap caption {
    text-align: left;
}

.widget #calendar_wrap a,
.widget_recent_comments a {
    color: #bf9553;
}

    .widget #calendar_wrap a:hover,
    .widget_recent_comments a:hover {
        text-decoration: underline;
    }

.widget-area .widget_wpc_posts img {
    float: left;
    height: auto;
    margin-right: 18px;
    overflow: hidden;
    max-width: 50px;
    margin-top: 3px;
    margin-top: 0.3rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.widget-area .widget_wpc_posts ul li {
    list-style: none;
    padding: 15px 18px 18px 18px;
    padding: 1.5rem 1.8rem 1.8rem 1.8rem;
    background: #f6f6f6;
}

    .widget-area .widget_wpc_posts ul li.light-bg {
        background: transparent;
    }

.tagcloud a {
    background: none repeat scroll 0 0 #222;
    color: #FFF;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    margin: 0 5px 5px 0;
    margin: 0 0.5rem 0.5rem 0;
    padding: 8px 10px;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-size: 1.3rem;
}

.site-topbar #wp-calendar caption, .site-footer #wp-calendar caption {
    color: #FFF;
}

.site-topbar table > thead > tr > th, .site-topbar table > tbody > tr > th, .site-topbar table > tfoot > tr > th, .site-topbar table > thead > tr > td, .site-topbar table > tbody > tr > td, .site-topbar table > tfoot > tr > td, .site-footer table > thead > tr > th, .site-footer table > tbody > tr > th, .site-footer table > tfoot > tr > th, .site-footer table > thead > tr > td, .site-footer table > tbody > tr > td, .site-footer table > tfoot > tr > td {
    border-color: #444;
}

.site-topbar input, .site-footer input {
    border-color: #444;
    color: #FFF;
}

.site-topbar .widget-title {
    color: #FFF;
}

.site-topbar .widget {
    border-bottom: none;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

    .site-topbar .widget a {
        color: #888;
    }

        .site-topbar .widget a:hover {
            color: #FFF;
        }

    .site-topbar .widget.widget_nav_menu, .site-topbar .widget.widget_text {
        margin-bottom: 0;
    }

.site-topbar .widget-area .widget_categories li, .site-topbar .widget-area .widget_archive li, .site-topbar .widget-area .widget_meta li {
    width: 100%;
}

.wpc_row_parallax {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wpc_parallax_bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

    .wpc_parallax_bg.not-mobile {
        background-attachment: fixed;
    }

.vc_row .wpc_parallax_bg.not-mobile {
    background-size: cover;
}

.wpc_parallax_bg.is-mobile {
    background-position: 50% 50% !important;
}

.wpc_video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}

.wpc_video_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0.65;
}

.wpb_heading {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

.wpc-builder-title {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
}

.wpb_wrapper {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 790px) {
    .wpb_wrapper {
        margin-bottom: 0px;
        margin-bottom: 0rem;
    }
}

.wpc_row_parallax textarea,
.wpc_row_parallax input[type="date"],
.wpc_row_parallax input[type="datetime"],
.wpc_row_parallax input[type="datetime-local"],
.wpc_row_parallax input[type="email"],
.wpc_row_parallax input[type="month"],
.wpc_row_parallax input[type="number"],
.wpc_row_parallax input[type="password"],
.wpc_row_parallax input[type="search"],
.wpc_row_parallax input[type="tel"],
.wpc_row_parallax input[type="text"],
.wpc_row_parallax input[type="time"],
.wpc_row_parallax input[type="url"],
.wpc_row_parallax input[type="week"] {
    background-color: transparent;
    color: #FFF;
    border-width: 2px;
}

.special-heading-1 {
    display: block;
    margin-bottom: -20px;
    color: #bf9553;
}

@media screen and (max-width: 790px) {
    .special-heading-1 {
        font-size: 45px !important;
    }
}

.special-heading-2 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media screen and (min-width: 790px) {
    .special-heading-2 {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.btn {
    background: #bf9553;
    display: inline-block;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 11px 16px 12px 16px;
    padding: 1.1rem 1.6rem 1.2rem 1.6rem;
    margin: 3px 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}

    .btn:hover {
        background: #bf9553 !important;
        color: #FFF !important;
        opacity: 0.9 !important;
    }

.btn-primary {
    background: #bf9553;
}

.btn-secondary {
    background: #780b12;
}

.btn.btn-dark {
    background: #000;
}

.btn.btn-light {
    background: #FFF;
    border: 1px solid #DDD;
    color: #666;
}

    .btn.btn-light:hover {
        background: transparent !important;
        color: #222 !important;
    }

.btn.btn-ghost {
    background: transparent;
    border: 2px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
}

    .btn.btn-ghost:hover {
        background: #FFF !important;
        color: #000 !important;
    }

.btn.btn-large {
    padding: 17px 23px 18px 23px;
    /* padding: 1.7rem 2.3rem 1.8rem 2.3rem; */
}

.btn.btn-small {
    padding: 7px 12px;
    padding: 0.7rem 1.2rem;
    font-size: 12px;
    font-size: 1.2rem;
}
.fdm-section{
	 margin-bottom: 25px;
    margin-bottom: 2.5rem;
}
.restaurant-menu-item {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

    .restaurant-menu-item .menu-title {
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        font-size: 16px;
        font-size: 1.6rem;
        color: #bf9553;
    }
	.restaurant-menu-item .menu-title span{
	    background: #FFF;
    padding-right: 5px;
    position: relative;
	}
	 .restaurant-menu-item .menu-title:before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 6px;
            border-bottom: 2px dotted #000;
        }

    .restaurant-menu-item .menu-desc-wrap {
        position: relative;
    }

    .restaurant-menu-item .menu-desc {
        /* padding-right: 70px;
        padding-right: 7rem; */
		font-style:italic;
		padding-top:10px;
    }

       /*  .restaurant-menu-item .menu-desc:before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 6px;
            border-bottom: 2px dotted #000;
        } */

        .restaurant-menu-item .menu-desc span {
            background: #FFF;/* 
            padding-right: 5px; */
            position: relative;
        }

    .restaurant-menu-item .menu-price {
        position: absolute;
        bottom: -2px;
        right: 0;
        font-size: 16px;
        font-size: 1.6rem;
        background: #FFF;
        padding-left: 3px;
    }

.menu-has-image .menu-image {
    display: block;
    float: left;
    height: auto;
    margin-top: 7px;
    margin-top: 0.7rem;
}

    .menu-has-image .menu-image img {
        width: 42px;
        height: auto;
        margin: 0 auto;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.menu-has-image .menu-text {
    display: block;
    margin-left: 55px;
}

.menu-large-image a img {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu-label {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 2px 5px;
    padding: 0.2rem 0.5rem;
    margin-left: 5px;
    margin-left: 0.5rem;
    background: #bf9553;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    bottom: 3px;
    font-weight: bold;
}

.menu-heading-wrap h2 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-weight: 300;
}

    .menu-heading-wrap h2 span {
        font-weight: 300;
    }

    .menu-heading-wrap h2.border_same_line {
        position: relative;
    }

        .menu-heading-wrap h2.border_same_line:before {
            /* content: "";
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 3px;
            border-bottom: 2px dotted #000; */
        }

        .menu-heading-wrap h2.border_same_line span {
            background: #FFF;
            position: relative;
        }

    .menu-heading-wrap h2.border_below_heading {
        border-bottom: 2px dotted #000;
        padding-bottom: 25px;
        padding-bottom: 2.5rem;
    }

.contact-info-item {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

    .contact-info-item .contact-text {
        display: block;
        float: left;
        width: 130px;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 2px;
        position: relative;
    }

    .contact-info-item .contact-value {
        display: block;
        margin-left: 135px;
    }

.opentable-wrap .wpc-builder-title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

.opentable-wrap .form_1_3 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
}

.opentable-wrap select {
    text-transform: uppercase;
}

.wpcf7-form p {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

.wpcf7-submit {
    border-width: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 3px;
    display: inline-block;
}

input.wpcf7-not-valid {
    border-color: #F00;
}

div.wpcf7-response-output {
    margin-left: 0px;
    padding: 15px 20px;
    padding: 1.5rem 2rem;
    background: #f8f9f9;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.form_1_2 {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 790px) {
    .form_1_2 {
        width: 47%;
        float: left;
        margin-right: 6%;
    }
}

.form_1_2 input, .form_1_2 select {
    width: 100%;
}

.form_1_2.last {
    float: left;
    clear: right;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

.form_1_3 {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 790px) {
    .form_1_3 {
        width: 30%;
        float: left;
        margin-right: 5%;
    }
}

.form_1_3 input, .form_1_3 select {
    width: 100%;
}

.form_1_3.last {
    float: left;
    clear: right;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

.ui-datepicker {
    background: #FFF;
}

    .ui-datepicker .ui-datepicker-header {
        padding: 0;
        position: relative;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 15px;
    }

        .ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
            background-image: url("/wp-content/themes/chicago/assets/images/ui-icons_ffffff_256x240.png");
            background-position: -80px -192px;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 15px;
    }

        .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
            background-image: url("/wp-content/themes/chicago/assets/images/ui-icons_ffffff_256x240.png");
            background-position: -48px -192px;
        }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 14px;
        height: 1.8em;
        width: 1.8em;
        cursor: pointer;
        position: absolute;
        background: #bf9553;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
            background: #bf9553;
        }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: block;
            left: 50%;
            margin-left: -8px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
        }

.ui-icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.8;
    border: none;
}

.ui-widget-content {
    color: #222;
}

.ui-widget {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.ui-widget-header {
    background: #FFF;
    border: none;
    margin: 0;
}

    .ui-widget-header .ui-datepicker-title {
        font-weight: 600;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1;
        padding: 20px 15px;
        padding: 2rem 1.5rem;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

.ui-timepicker-div .ui-widget-header {
    margin: 0;
}

.ui-timepicker-div dl {
    margin: 0;
    padding: 20px 20px 0px 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #bf9553;
    color: #FFF;
    cursor: pointer;
    border: none;
}

    .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
        border: none;
    }

.ui-datepicker {
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.3);
	display:none;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 15px 20px;
        margin: 1.5rem 2rem;
        border: none;
    }

        .ui-datepicker .ui-datepicker-buttonpane button:hover {
            border: none;
        }

.ui-timepicker-div dt {
    margin: 0px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ui-timepicker-div .ui_tpicker_time {
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 4px 10px 25px 40%;
}

.ui-timepicker-div .ui_tpicker_hour_label, .ui-timepicker-div .ui_tpicker_minute_label {
    margin-top: -3px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 25px 40%;
}

.ui-slider .ui-slider-handle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:hover {
        border: none;
    }

.wpcf7-date {
    background: url("/wp-content/themes/chicago/assets/images/date_icon.png") no-repeat right center;
}

.wpcf7-time {
    background: url("/wp-content/themes/chicago/assets/images/time_icon.png") no-repeat right center;
}

table.ui-datepicker-calendar {
    border: none;
    margin: 0;
    padding: 5px 15px 15px 15px;
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    border-collapse: separate;
}

    table.ui-datepicker-calendar thead th {
        font-weight: normal;
        font-size: 13px;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
    }

    table.ui-datepicker-calendar tbody .ui-state-default {
        font-weight: normal;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 3px;
        padding: 0.3rem;
        background: transparent;
        color: #999;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        table.ui-datepicker-calendar tbody .ui-state-default:hover {
            color: #000;
        }

    table.ui-datepicker-calendar tbody .ui-state-highlight {
        background: #CCC;
        color: #FFF;
    }

        table.ui-datepicker-calendar tbody .ui-state-highlight:hover {
            color: #FFF;
        }

    table.ui-datepicker-calendar tbody a.ui-state-default {
        text-decoration: none;
        display: block;
        padding: 2px 7px;
        padding: 0.2rem 0.7rem;
    }

    table.ui-datepicker-calendar tbody .ui-state-active {
        background: #bf9553;
        color: #FFF;
    }

        table.ui-datepicker-calendar tbody .ui-state-active:hover {
            color: #FFF;
        }

    table.ui-datepicker-calendar tbody td {
        padding: 0;
    }

    table.ui-datepicker-calendar thead > tr > th, table.ui-datepicker-calendar tbody > tr > th, table.ui-datepicker-calendar tfoot > tr > th, table.ui-datepicker-calendar thead > tr > td, table.ui-datepicker-calendar tbody > tr > td, table.ui-datepicker-calendar tfoot > tr > td {
        border: none;
    }

.social-likes, .social-likes__widget {
    display: inline-block;
    padding: 0;
    vertical-align: middle!important;
    word-spacing: 0!important;
    text-indent: 0!important;
    list-style: none!important;
}

.social-likes {
    opacity: 0;
}

.social-likes_visible {
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.social-likes > * {
    display: inline-block;
    visibility: hidden;
}

.social-likes_vertical > * {
    display: block;
}

.social-likes_visible > * {
    visibility: inherit;
}

.social-likes__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

    .social-likes__widget:before, .social-likes__widget:after {
        display: none!important;
    }

.social-likes_vertical .social-likes__widget {
    display: block;
    float: left;
    clear: left;
}

.social-likes__button, .social-likes__icon, .social-likes__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

.social-likes__button, .social-likes__counter {
    display: inline-block;
    margin: 0;
    outline: 0;
}

.social-likes__button {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .social-likes__button:before {
        content: "";
        display: inline-block;
    }

.social-likes__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.social-likes__counter {
    display: none;
    position: relative;
}

.social-likes_ready .social-likes__counter, .social-likes__counter_single {
    display: inline-block;
}

.social-likes_ready .social-likes__counter_empty {
    display: none;
}

.social-likes_vertical .social-likes__widget {
    display: block;
}

.social-likes_notext .social-likes__button {
    padding-left: 0;
}

.social-likes_single-w {
    position: relative;
    display: inline-block;
}

.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0 .11s,opacity .1s ease-in;
    transition: visibility 0s .11s,opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .social-likes_single.social-likes_opened {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
    }

.social-likes__button_single {
    position: relative;
}

.social-likes {
    min-height: 36px;
    margin: -6px;
}

.social-likes, .social-likes_single-w {
    line-height: 19px;
}

.social-likes__widget {
    margin: 6px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 19px;
}

    .social-likes__widget:hover, .social-likes__widget:active, .social-likes__widget:focus {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        cursor: pointer;
    }

.social-likes__button, .social-likes__counter {
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    cursor: inherit;
}

.social-likes__button {
    padding: 1px 6px 1px 20px;
    font-weight: 400;
    border-right: 0;
}

.social-likes__icon {
    width: 20px;
    height: 18px;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.social-likes__counter {
    min-width: 12px;
    padding: 1px 4px;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #ccc;
}

.social-likes__widget:hover > .social-likes__counter, .social-likes__widget:focus > .social-likes__counter, .social-likes__widget:active > .social-likes__counter, .social-likes__widget_active > .social-likes__counter {
    position: relative;
    border-left-color: transparent;
}

    .social-likes__widget:hover > .social-likes__counter:before, .social-likes__widget:focus > .social-likes__counter:before, .social-likes__widget:active > .social-likes__counter:before, .social-likes__widget_active > .social-likes__counter:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        border-left: 1px solid;
        opacity: .4;
    }

.social-likes_vertical {
    margin: -6px;
}

    .social-likes_vertical .social-likes__widget {
        margin: 6px;
    }

.social-likes_notext {
    margin: -3px;
}

    .social-likes_notext .social-likes__widget {
        margin: 3px;
    }

    .social-likes_notext .social-likes__button {
        width: 18px;
    }

    .social-likes_notext .social-likes__icon {
        width: 100%;
        background-position: center center;
    }

.social-likes__widget_single {
    margin: 0;
}

.social-likes_single {
    margin: -12px 0 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.social-likes__single-container {
    width: 100%;
    display: table;
}

.social-likes_single .social-likes__widget {
    float: none;
    display: table-row;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
}

.social-likes_single .social-likes__button {
    display: block;
    padding: 2px 6px 2px 24px;
}

.social-likes_single .social-likes__icon {
    margin-left: 4px;
    margin-top: 2px;
}

.social-likes_single .social-likes__counter {
    display: table-cell;
    padding: 2px 8px 2px 4px;
    border-left: 0;
    text-align: right;
}

.social-likes_single .social-likes__widget:hover > .social-likes__counter:before, .social-likes_single .social-likes__widget:focus > .social-likes__counter:before, .social-likes_single .social-likes__widget:active > .social-likes__counter:before {
    display: none;
}

.social-likes__icon_single {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII=");
}

.social-likes__widget_single:hover, .social-likes__widget_single:active, .social-likes__widget_single:focus, .social-likes__widget_active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #3673f4;
    border-color: #3673f4;
    color: #fff;
}

    .social-likes__widget_single:hover .social-likes__icon_single, .social-likes__widget_single:active .social-likes__icon_single, .social-likes__widget_single:focus .social-likes__icon_single, .social-likes__widget_active .social-likes__icon_single {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=");
    }

.social-likes__icon_facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==");
}

.social-likes__widget_facebook:hover, .social-likes__widget_facebook:active, .social-likes__widget_facebook:focus {
    background: #425497;
    border-color: #425497;
}

    .social-likes__widget_facebook:hover .social-likes__icon_facebook, .social-likes__widget_facebook:active .social-likes__icon_facebook, .social-likes__widget_facebook:focus .social-likes__icon_facebook {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC");
    }

.social-likes__icon_twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==");
}

.social-likes__widget_twitter:hover, .social-likes__widget_twitter:active, .social-likes__widget_twitter:focus {
    background: #00b7ec;
    border-color: #00b7ec;
}

    .social-likes__widget_twitter:hover .social-likes__icon_twitter, .social-likes__widget_twitter:active .social-likes__icon_twitter, .social-likes__widget_twitter:focus .social-likes__icon_twitter {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==");
    }

.social-likes__icon_plusone {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==");
}

.social-likes__widget_plusone:hover, .social-likes__widget_plusone:active, .social-likes__widget_plusone:focus {
    background: #dd4241;
    border-color: #dd4241;
}

    .social-likes__widget_plusone:hover .social-likes__icon_plusone, .social-likes__widget_plusone:active .social-likes__icon_plusone, .social-likes__widget_plusone:focus .social-likes__icon_plusone {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=");
    }

.social-likes__icon_mailru {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC");
}

.social-likes__widget_mailru:hover, .social-likes__widget_mailru:active, .social-likes__widget_mailru:focus {
    background: #255896;
    border-color: #255896;
    color: #ffcd00;
}

    .social-likes__widget_mailru:hover .social-likes__icon_mailru, .social-likes__widget_mailru:active .social-likes__icon_mailru, .social-likes__widget_mailru:focus .social-likes__icon_mailru {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC");
    }

.social-likes__icon_vkontakte {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=");
}

.social-likes__widget_vkontakte:hover, .social-likes__widget_vkontakte:active, .social-likes__widget_vkontakte:focus {
    background: #526e8f;
    border-color: #526e8f;
}

    .social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte, .social-likes__widget_vkontakte:active .social-likes__icon_vkontakte, .social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=");
    }

.social-likes__icon_odnoklassniki {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");
    background-position: 6px 3px;
}

.social-likes__widget_odnoklassniki:hover, .social-likes__widget_odnoklassniki:active, .social-likes__widget_odnoklassniki:focus {
    background: #f6903b;
    border-color: #f6903b;
}

    .social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=");
    }

.social-likes__icon_pinterest {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==");
}

.social-likes__widget_pinterest:hover, .social-likes__widget_pinterest:active, .social-likes__widget_pinterest:focus {
    background: #cc002b;
    border-color: #cc002b;
}

    .social-likes__widget_pinterest:hover .social-likes__icon_pinterest, .social-likes__widget_pinterest:active .social-likes__icon_pinterest, .social-likes__widget_pinterest:focus .social-likes__icon_pinterest {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==");
    }

.social-likes {
    margin: 0px;
    margin-top: 1px;
}

.social-likes__widget {
    margin: 0 10px 10px 0px;
}

.entry-share {
    margin-bottom: 20px;
    margin-top: 30px;
}

.social-likes_single.social-likes_opened {
    top: -111px !important;
}

.entry-share.entry-share-bottom {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .entry-share.entry-share-bottom .social-likes__widget {
        margin-bottom: 0;
    }

    .entry-share.entry-share-bottom .social-likes {
        min-height: 25px;
    }

#em-wrapper div.css-search div.em-search-text {
    background: transparent !important;
    padding-left: 0px;
}

#em-wrapper div.css-search div.em-search-main .em-search-submit {
    background: #bf9553;
    border: none;
}

#em-wrapper .events-table {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #em-wrapper .events-table a {
        text-decoration: none;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

        #em-wrapper .events-table a:hover {
            text-decoration: underline;
        }

    #em-wrapper .events-table i {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #em-wrapper .events-table tr th, #em-wrapper .events-table tr td {
        padding: 20px;
        padding: 2rem;
        text-align: left;
    }

.em-location-map-container {
    margin-top: 25px;
    margin-top: 2.5rem;
}

.em-booking .em-tickets {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.em-booking .em-booking-form-details {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 790px) {
    .em-booking .em-booking-form-details {
        width: 48%;
        margin-bottom: 0px;
        margin-bottom: 0rem;
    }
}

.em-booking .em-booking-form-details input[type="text"], .em-booking .em-booking-form-details input[type="password"], .em-booking .em-booking-form-details textarea {
    width: 90%;
}

.em-booking .em-booking-login {
    border: none;
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 790px) {
    .em-booking .em-booking-login {
        width: 48%;
    }
}

.em-booking .em-booking-login p {
    margin: 0px 0px 20px;
    margin: 0px 0px 2rem;
}

.em-booking .em-booking-login label {
    width: auto;
}

.em-booking .em-booking-login #em_wp-submit {
    margin: 15px 0;
    margin: 1.5rem 0;
}

.em-booking .em-booking-login input[type="text"], .em-booking .em-booking-login input[type="password"] {
    display: block;
    width: 90%;
}

.em-booking label {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.wpc-event-item {
    border-bottom: 1px solid #eee;
}

    .wpc-event-item a {
        display: block;
        padding: 20px 10px;
        padding: 2rem 1rem;
        text-decoration: none;
    }

        .wpc-event-item a:hover {
            background: #f8f9f9;
        }

            .wpc-event-item a:hover .wpc-event-title {
                color: #bf9553;
            }

@media screen and (min-width: 790px) {
    .wpc-event-item a {
        padding: 20px 20px;
        padding: 2rem 2rem;
    }
}

.wpc-event-item img {
    max-width: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
    margin-right: 2rem;
    display: none;
}

@media screen and (min-width: 790px) {
    .wpc-event-item img {
        display: block;
    }
}

.wpc-event-item .wpc-event-name {
    float: none;
    width: 100%;
}

@media screen and (min-width: 790px) {
    .wpc-event-item .wpc-event-name {
        float: left;
        width: 40%;
    }
}

.wpc-event-item .wpc-event-date {
    margin-right: 15px;
    margin-right: 1.5rem;
}

.wpc-event-item .wpc-event-time {
    margin-right: 15px;
    margin-right: 1.5rem;
}

.wpc-event-item .wpc-event-location {
    margin-right: 15px;
    margin-right: 1.5rem;
}

@media screen and (min-width: 790px) {
    .wpc-event-item .wpc-event-location {
        margin-right: 0px;
        margin-right: 0rem;
    }
}

.wpc-event-item i.fa {
    margin-right: 6px;
    margin-right: 0.6rem;
    color: #aaa;
}

.wpc-event-item .wpc-event-title {
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #222;
}

.wpc-event-date, .wpc-event-time, .wpc-event-location {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 13px;
    float: left;
}

@media screen and (min-width: 790px) {
    .wpc-event-date, .wpc-event-time, .wpc-event-location {
        float: right;
    }
}

.wpc-event-time i.fa, .wpc-event-location i.fa {
    font-size: 17px;
    font-size: 1.7rem;
}

.wpc-event-wrap .wpc-event-item:first-child {
    border-top: 1px solid #eee;
}

.em-pagination {
    margin-top: 30px;
    margin-top: 3rem;
    display: inline-block;
}

    .em-pagination strong span, .em-pagination a {
        padding: 2px 10px 4px;
        padding: 0.2rem 1rem 0.4rem;
        background: #aaa;
        color: #FFF !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
    }

        .em-pagination strong span:hover, .em-pagination a:hover {
            background: #bf9553;
        }

    .em-pagination strong span {
        background: #bf9553;
    }

.em-calendar a {
    text-decoration: none;
    color: #bf9553 !important;
}

    .em-calendar a:hover {
        text-decoration: underline;
    }

.em-calendar ul {
    list-style: none;
    padding-left: 0;
}

    .em-calendar ul li a {
        text-decoration: none;
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

        .em-calendar ul li a:hover {
            text-decoration: underline;
        }

table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a {
    text-decoration: none;
}

table.fullcalendar thead td {
    text-align: center;
    text-transform: uppercase;
}

table.fullcalendar td {
    border-color: #DDD;
}

.woocommerce .products a, .woocommerce .product a {
    text-decoration: none;
}

.woocommerce .content-area .page-title {
    margin-bottom: 0;
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.woocommerce .woocommerce-result-count {
    font-style: italic;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-size: 13px;
    font-size: 1.3rem;
}

.woocommerce .woocommerce-ordering {
    margin-top: -30px;
    margin-top: -3rem;
}

    .woocommerce .woocommerce-ordering select.orderby {
        padding: 5px;
        padding: 0.5rem;
        font-size: 14px;
        font-size: 1.4rem;
    }

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a:hover img {
    box-shadow: none;
}

.woocommerce ins {
    text-decoration: none;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product #calendar_wrap caption, #calendar_wrap .woocommerce ul.products li.product caption, .woocommerce-page ul.products li.product h3, .woocommerce-page ul.products li.product #calendar_wrap caption, #calendar_wrap .woocommerce-page ul.products li.product caption {
    font-weight: bold;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.woocommerce .products .star-rating {
    display: none;
}

@media screen and (min-width: 790px) {
    .woocommerce.shop-has-sidebar ul.products li.product {
        width: 30%;
        margin: 0px 5% 30px 0;
    }
}

@media screen and (min-width: 790px) {
    .woocommerce.shop-has-sidebar ul.products li.last {
        margin-right: 0;
    }
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #bf9553;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #bf9553;
    box-shadow: none;
    font-size: 11px;
    font-size: 1.1rem;
    border-radius: 0;
    text-shadow: none;
    margin: 0;
    line-height: 1;
    min-height: auto;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    margin: 0;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    left: 0;
    top: 0;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: none;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    margin-bottom: 13px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    background: transparent;
    box-shadow: none !important;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 12px 10px;
    padding: 1rem 1.2rem 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

    .woocommerce a.button.added {
        padding-right: 33px;
        padding-right: 3.3rem;
    }

        .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
            font-size: 11px;
            right: 6px;
            top: 9px;
            color: #666 !important;
            text-shadow: none;
        }

    .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
        background: transparent;
        color: #000;
    }

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 3px;
}

    .woocommerce a.added_to_cart:hover, .woocommerce-page a.added_to_cart:hover {
        text-decoration: underline;
    }

.wc-forward:after, .wc-forward a:after {
    content: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
    padding: 8px 14px;
    padding: 0.8rem 1.4rem;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    padding: 12px 15px 14px !important;
}

    .woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-info a.button, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-error a.button, .woocommerce-page .woocommerce-info a.button {
        border: none;
        padding: 6px 0px;
    }

    .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before,
    .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
        content: none;
    }

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
    margin-top: -8px;
}

.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
    color: #bf9553;
}

.woocommerce-review-link {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce .product .summary p {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.woocommerce div.product .summary span.price, .woocommerce div.product .summary p.price, .woocommerce #content div.product .summary span.price, .woocommerce #content div.product .summary p.price, .woocommerce-page div.product .summary span.price, .woocommerce-page div.product .summary p.price, .woocommerce-page #content div.product .summary span.price, .woocommerce-page #content div.product .summary p.price {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    color: #222;
    font-weight: normal;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
    background: #111;
    border: none;
    text-shadow: none;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 12px 11px;
    padding: 1rem 1.2rem 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
        background: #bf9553;
        text-shadow: none;
    }

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
    color: #bf9553;
    font-size: inherit;
}

.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    margin-right: 30px;
    margin-right: 3rem;
    height: 34px;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
    background: transparent;
    box-shadow: none;
    border-color: #DDD;
    height: 17px;
}

    .woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover {
        background: transparent;
    }

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    border-color: #DDD;
    font-weight: normal;
    height: 34px;
}

.woocommerce .product .product_meta {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
}

.woocommerce #content div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2 {
    text-transform: none;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

    .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
        border-color: #DDD;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        margin-left: -5px;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
            content: none;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
            content: none;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
            letter-spacing: 1.5px;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            font-size: 1.4rem;
        }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.woocommerce .related h2,
.upsells h2,
.cross-sells h2,
.cart_totals h2,
.shipping_calculator h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: none;
    border-collapse: collapse;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
        padding: 13px;
        padding: 1.3rem;
        border-top: none;
    }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    padding: 9px;
    padding: 0.9rem;
    width: 120px;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    text-align: left;
}

    .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
        margin-bottom: 20px;
        margin-bottom: 2rem;
        border-collapse: collapse;
    }

.woocommerce table.shop_table td.product-name a, .woocommerce-page table.shop_table td.product-name a {
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 60%;
    padding: 12px 12px;
    padding: 1.2rem 1.2rem;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
    background: #f6f6f6;
    padding: 18px 18px 18px;
    padding: 1.8rem 1.8rem 1.8rem;
}

    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img,
    .woocommerce-page ul.cart_list li img,
    .woocommerce-page ul.product_list_widget li img {
        float: left;
        width: 50px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-left: 0;
        margin-right: 20px;
        box-shadow: none;
    }

    .woocommerce ul.cart_list li:nth-child(2n),
    .woocommerce ul.product_list_widget li:nth-child(2n),
    .woocommerce-page ul.cart_list li:nth-child(2n),
    .woocommerce-page ul.product_list_widget li:nth-child(2n) {
        background: transparent;
    }

    .woocommerce ul.cart_list li a,
    .woocommerce ul.product_list_widget li a,
    .woocommerce-page ul.cart_list li a,
    .woocommerce-page ul.product_list_widget li a {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border-top: none;
    padding-top: 20px;
    padding-top: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.woocommerce .star-rating {
    color: #bf9553;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #444;
    border-color: #000;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/themes/chicago/assets/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('/wp-content/themes/chicago/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/wp-content/themes/chicago/assets/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/wp-content/themes/chicago/assets/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/wp-content/themes/chicago/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

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

    .fa-ul > li {
        position: relative;
    }

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

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}
/*!
 * Visual Composer v4.3.4 (http://vc.wpbakery.com)
 * Copyright 2011-2014 Michael M - WPBakery.com
 */
.thumbnail > img,
.thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

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

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .vc_row:before, .vc_row:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .vc_row:after {
    clear: both;
}

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

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

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

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

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-left: 100%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-left: 75%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-left: 50%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-left: 25%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-left: 0%;
}

.vc_non_responsive .vc_row .vc_hidden-sm {
    display: none !important;
}

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

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

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

.vc_col-xs-12 {
    width: 100%;
}

.vc_col-xs-11 {
    width: 91.66666667%;
}

.vc_col-xs-10 {
    width: 83.33333333%;
}

.vc_col-xs-9 {
    width: 75%;
}

.vc_col-xs-8 {
    width: 66.66666667%;
}

.vc_col-xs-7 {
    width: 58.33333333%;
}

.vc_col-xs-6 {
    width: 50%;
}

.vc_col-xs-5 {
    width: 41.66666667%;
}

.vc_col-xs-4 {
    width: 33.33333333%;
}

.vc_col-xs-3 {
    width: 25%;
}

.vc_col-xs-2 {
    width: 16.66666667%;
}

.vc_col-xs-1 {
    width: 8.33333333%;
}

.vc_col-xs-pull-12 {
    right: 100%;
}

.vc_col-xs-pull-11 {
    right: 91.66666667%;
}

.vc_col-xs-pull-10 {
    right: 83.33333333%;
}

.vc_col-xs-pull-9 {
    right: 75%;
}

.vc_col-xs-pull-8 {
    right: 66.66666667%;
}

.vc_col-xs-pull-7 {
    right: 58.33333333%;
}

.vc_col-xs-pull-6 {
    right: 50%;
}

.vc_col-xs-pull-5 {
    right: 41.66666667%;
}

.vc_col-xs-pull-4 {
    right: 33.33333333%;
}

.vc_col-xs-pull-3 {
    right: 25%;
}

.vc_col-xs-pull-2 {
    right: 16.66666667%;
}

.vc_col-xs-pull-1 {
    right: 8.33333333%;
}

.vc_col-xs-pull-0 {
    right: auto;
}

.vc_col-xs-push-12 {
    left: 100%;
}

.vc_col-xs-push-11 {
    left: 91.66666667%;
}

.vc_col-xs-push-10 {
    left: 83.33333333%;
}

.vc_col-xs-push-9 {
    left: 75%;
}

.vc_col-xs-push-8 {
    left: 66.66666667%;
}

.vc_col-xs-push-7 {
    left: 58.33333333%;
}

.vc_col-xs-push-6 {
    left: 50%;
}

.vc_col-xs-push-5 {
    left: 41.66666667%;
}

.vc_col-xs-push-4 {
    left: 33.33333333%;
}

.vc_col-xs-push-3 {
    left: 25%;
}

.vc_col-xs-push-2 {
    left: 16.66666667%;
}

.vc_col-xs-push-1 {
    left: 8.33333333%;
}

.vc_col-xs-push-0 {
    left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vc_col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
        float: left;
    }

    .vc_col-sm-12 {
        width: 100%;
    }

    .vc_col-sm-11 {
        width: 91.66666667%;
    }

    .vc_col-sm-10 {
        width: 83.33333333%;
    }

    .vc_col-sm-9 {
        width: 75%;
    }

    .vc_col-sm-8 {
        width: 66.66666667%;
    }

    .vc_col-sm-7 {
        width: 58.33333333%;
    }

    .vc_col-sm-6 {
        width: 50%;
    }

    .vc_col-sm-5 {
        width: 41.66666667%;
    }

    .vc_col-sm-4 {
        width: 33.33333333%;
    }

    .vc_col-sm-3 {
        width: 25%;
    }

    .vc_col-sm-2 {
        width: 16.66666667%;
    }

    .vc_col-sm-1 {
        width: 8.33333333%;
    }

    .vc_col-sm-pull-12 {
        right: 100%;
    }

    .vc_col-sm-pull-11 {
        right: 91.66666667%;
    }

    .vc_col-sm-pull-10 {
        right: 83.33333333%;
    }

    .vc_col-sm-pull-9 {
        right: 75%;
    }

    .vc_col-sm-pull-8 {
        right: 66.66666667%;
    }

    .vc_col-sm-pull-7 {
        right: 58.33333333%;
    }

    .vc_col-sm-pull-6 {
        right: 50%;
    }

    .vc_col-sm-pull-5 {
        right: 41.66666667%;
    }

    .vc_col-sm-pull-4 {
        right: 33.33333333%;
    }

    .vc_col-sm-pull-3 {
        right: 25%;
    }

    .vc_col-sm-pull-2 {
        right: 16.66666667%;
    }

    .vc_col-sm-pull-1 {
        right: 8.33333333%;
    }

    .vc_col-sm-pull-0 {
        right: auto;
    }

    .vc_col-sm-push-12 {
        left: 100%;
    }

    .vc_col-sm-push-11 {
        left: 91.66666667%;
    }

    .vc_col-sm-push-10 {
        left: 83.33333333%;
    }

    .vc_col-sm-push-9 {
        left: 75%;
    }

    .vc_col-sm-push-8 {
        left: 66.66666667%;
    }

    .vc_col-sm-push-7 {
        left: 58.33333333%;
    }

    .vc_col-sm-push-6 {
        left: 50%;
    }

    .vc_col-sm-push-5 {
        left: 41.66666667%;
    }

    .vc_col-sm-push-4 {
        left: 33.33333333%;
    }

    .vc_col-sm-push-3 {
        left: 25%;
    }

    .vc_col-sm-push-2 {
        left: 16.66666667%;
    }

    .vc_col-sm-push-1 {
        left: 8.33333333%;
    }

    .vc_col-sm-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
        float: left;
    }

    .vc_col-md-12 {
        width: 100%;
    }

    .vc_col-md-11 {
        width: 91.66666667%;
    }

    .vc_col-md-10 {
        width: 83.33333333%;
    }

    .vc_col-md-9 {
        width: 75%;
    }

    .vc_col-md-8 {
        width: 66.66666667%;
    }

    .vc_col-md-7 {
        width: 58.33333333%;
    }

    .vc_col-md-6 {
        width: 50%;
    }

    .vc_col-md-5 {
        width: 41.66666667%;
    }

    .vc_col-md-4 {
        width: 33.33333333%;
    }

    .vc_col-md-3 {
        width: 25%;
    }

    .vc_col-md-2 {
        width: 16.66666667%;
    }

    .vc_col-md-1 {
        width: 8.33333333%;
    }

    .vc_col-md-pull-12 {
        right: 100%;
    }

    .vc_col-md-pull-11 {
        right: 91.66666667%;
    }

    .vc_col-md-pull-10 {
        right: 83.33333333%;
    }

    .vc_col-md-pull-9 {
        right: 75%;
    }

    .vc_col-md-pull-8 {
        right: 66.66666667%;
    }

    .vc_col-md-pull-7 {
        right: 58.33333333%;
    }

    .vc_col-md-pull-6 {
        right: 50%;
    }

    .vc_col-md-pull-5 {
        right: 41.66666667%;
    }

    .vc_col-md-pull-4 {
        right: 33.33333333%;
    }

    .vc_col-md-pull-3 {
        right: 25%;
    }

    .vc_col-md-pull-2 {
        right: 16.66666667%;
    }

    .vc_col-md-pull-1 {
        right: 8.33333333%;
    }

    .vc_col-md-pull-0 {
        right: auto;
    }

    .vc_col-md-push-12 {
        left: 100%;
    }

    .vc_col-md-push-11 {
        left: 91.66666667%;
    }

    .vc_col-md-push-10 {
        left: 83.33333333%;
    }

    .vc_col-md-push-9 {
        left: 75%;
    }

    .vc_col-md-push-8 {
        left: 66.66666667%;
    }

    .vc_col-md-push-7 {
        left: 58.33333333%;
    }

    .vc_col-md-push-6 {
        left: 50%;
    }

    .vc_col-md-push-5 {
        left: 41.66666667%;
    }

    .vc_col-md-push-4 {
        left: 33.33333333%;
    }

    .vc_col-md-push-3 {
        left: 25%;
    }

    .vc_col-md-push-2 {
        left: 16.66666667%;
    }

    .vc_col-md-push-1 {
        left: 8.33333333%;
    }

    .vc_col-md-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
        float: left;
    }

    .vc_col-lg-12 {
        width: 100%;
    }

    .vc_col-lg-11 {
        width: 91.66666667%;
    }

    .vc_col-lg-10 {
        width: 83.33333333%;
    }

    .vc_col-lg-9 {
        width: 75%;
    }

    .vc_col-lg-8 {
        width: 66.66666667%;
    }

    .vc_col-lg-7 {
        width: 58.33333333%;
    }

    .vc_col-lg-6 {
        width: 50%;
    }

    .vc_col-lg-5 {
        width: 41.66666667%;
    }

    .vc_col-lg-4 {
        width: 33.33333333%;
    }

    .vc_col-lg-3 {
        width: 25%;
    }

    .vc_col-lg-2 {
        width: 16.66666667%;
    }

    .vc_col-lg-1 {
        width: 8.33333333%;
    }

    .vc_col-lg-pull-12 {
        right: 100%;
    }

    .vc_col-lg-pull-11 {
        right: 91.66666667%;
    }

    .vc_col-lg-pull-10 {
        right: 83.33333333%;
    }

    .vc_col-lg-pull-9 {
        right: 75%;
    }

    .vc_col-lg-pull-8 {
        right: 66.66666667%;
    }

    .vc_col-lg-pull-7 {
        right: 58.33333333%;
    }

    .vc_col-lg-pull-6 {
        right: 50%;
    }

    .vc_col-lg-pull-5 {
        right: 41.66666667%;
    }

    .vc_col-lg-pull-4 {
        right: 33.33333333%;
    }

    .vc_col-lg-pull-3 {
        right: 25%;
    }

    .vc_col-lg-pull-2 {
        right: 16.66666667%;
    }

    .vc_col-lg-pull-1 {
        right: 8.33333333%;
    }

    .vc_col-lg-pull-0 {
        right: auto;
    }

    .vc_col-lg-push-12 {
        left: 100%;
    }

    .vc_col-lg-push-11 {
        left: 91.66666667%;
    }

    .vc_col-lg-push-10 {
        left: 83.33333333%;
    }

    .vc_col-lg-push-9 {
        left: 75%;
    }

    .vc_col-lg-push-8 {
        left: 66.66666667%;
    }

    .vc_col-lg-push-7 {
        left: 58.33333333%;
    }

    .vc_col-lg-push-6 {
        left: 50%;
    }

    .vc_col-lg-push-5 {
        left: 41.66666667%;
    }

    .vc_col-lg-push-4 {
        left: 33.33333333%;
    }

    .vc_col-lg-push-3 {
        left: 25%;
    }

    .vc_col-lg-push-2 {
        left: 16.66666667%;
    }

    .vc_col-lg-push-1 {
        left: 8.33333333%;
    }

    .vc_col-lg-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-lg-offset-0 {
        margin-left: 0%;
    }
}

.vc_pull-right {
    float: right !important;
}

.vc_pull-left {
    float: left !important;
}

.vc_clearfix:before, .vc_clearfix:after {
    content: " ";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

.vc_clearfix:before, .vc_clearfix:after {
    content: " ";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

.vc_el-clearfix {
    clear: both;
}

@media (max-width: 767px) {
    .vc_el-clearfix-xs {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_el-clearfix-sm {
        clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_el-clearfix-md {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .vc_el-clearfix-lg {
        clear: both;
    }
}

.vc_visible {
    display: block;
}

.vc_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

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

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

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

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

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

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

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

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

.vc_txt_align_left {
    text-align: left;
}

.vc_txt_align_right {
    text-align: right;
}

.vc_txt_align_center {
    text-align: center;
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word;
}

.vc_el_width_50 {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_el_width_60 {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_el_width_70 {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_el_width_80 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_el_width_90 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_el_width_100 {
    width: 100%;
}

.vc_btn {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px;
}

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

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

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

.vc_btn_square {
    border-radius: 0;
}

.vc_btn_square_outlined {
    border-radius: 0;
    background: none !important;
    border: 2px solid;
}

.vc_btn_round {
    border-radius: 25px;
}

.vc_btn_outlined {
    background: none !important;
    border: 2px solid;
}

.vc_btn-blue {
    background-color: #5472d2;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-blue:hover {
        background-color: #3c5ecc;
        color: #f7f7f7 !important;
    }

    .vc_btn-blue.vc_btn_outlined, .vc_btn-blue.vc_btn_square_outlined {
        color: #5472d2 !important;
    }

    .vc_btn-blue.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #3253bc;
        box-shadow: 0 5px 0 #3253bc;
        margin-bottom: 5px;
    }

.vc_btn-turquoise {
    background-color: #00c1cf;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-turquoise:hover {
        background-color: #00a4b0;
        color: #f7f7f7 !important;
    }

    .vc_btn-turquoise.vc_btn_outlined, .vc_btn-turquoise.vc_btn_square_outlined {
        color: #00c1cf !important;
    }

    .vc_btn-turquoise.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #008d97;
        box-shadow: 0 5px 0 #008d97;
        margin-bottom: 5px;
    }

.vc_btn-pink {
    background-color: #fe6c61;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-pink:hover {
        background-color: #fe5043;
        color: #f7f7f7 !important;
    }

    .vc_btn-pink.vc_btn_outlined, .vc_btn-pink.vc_btn_square_outlined {
        color: #fe6c61 !important;
    }

    .vc_btn-pink.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #fe3829;
        box-shadow: 0 5px 0 #fe3829;
        margin-bottom: 5px;
    }

.vc_btn-violet {
    background-color: #8d6dc4;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-violet:hover {
        background-color: #7c57bb;
        color: #f7f7f7 !important;
    }

    .vc_btn-violet.vc_btn_outlined, .vc_btn-violet.vc_btn_square_outlined {
        color: #8d6dc4 !important;
    }

    .vc_btn-violet.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #6e48b1;
        box-shadow: 0 5px 0 #6e48b1;
        margin-bottom: 5px;
    }

.vc_btn-peacoc {
    background-color: #4cadc9;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-peacoc:hover {
        background-color: #39a0bd;
        color: #f7f7f7 !important;
    }

    .vc_btn-peacoc.vc_btn_outlined, .vc_btn-peacoc.vc_btn_square_outlined {
        color: #4cadc9 !important;
    }

    .vc_btn-peacoc.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #338faa;
        box-shadow: 0 5px 0 #338faa;
        margin-bottom: 5px;
    }

.vc_btn-chino {
    background-color: #cec2ab;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-chino:hover {
        background-color: #c3b498;
        color: #f7f7f7 !important;
    }

    .vc_btn-chino.vc_btn_outlined, .vc_btn-chino.vc_btn_square_outlined {
        color: #cec2ab !important;
    }

    .vc_btn-chino.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #b9a888;
        box-shadow: 0 5px 0 #b9a888;
        margin-bottom: 5px;
    }

.vc_btn-mulled_wine {
    background-color: #50485b;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-mulled_wine:hover {
        background-color: #413a4a;
        color: #f7f7f7 !important;
    }

    .vc_btn-mulled_wine.vc_btn_outlined, .vc_btn-mulled_wine.vc_btn_square_outlined {
        color: #50485b !important;
    }

    .vc_btn-mulled_wine.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #342f3c;
        box-shadow: 0 5px 0 #342f3c;
        margin-bottom: 5px;
    }

.vc_btn-vista_blue {
    background-color: #75d69c;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-vista_blue:hover {
        background-color: #5dcf8b;
        color: #f7f7f7 !important;
    }

    .vc_btn-vista_blue.vc_btn_outlined, .vc_btn-vista_blue.vc_btn_square_outlined {
        color: #75d69c !important;
    }

    .vc_btn-vista_blue.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #4ac97d;
        box-shadow: 0 5px 0 #4ac97d;
        margin-bottom: 5px;
    }

.vc_btn-black {
    background-color: #2a2a2a;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-black:hover {
        background-color: #1b1b1b;
        color: #f7f7f7 !important;
    }

    .vc_btn-black.vc_btn_outlined, .vc_btn-black.vc_btn_square_outlined {
        color: #2a2a2a !important;
    }

    .vc_btn-black.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #0e0e0e;
        box-shadow: 0 5px 0 #0e0e0e;
        margin-bottom: 5px;
    }

.vc_btn-grey {
    background-color: #ebebeb;
    color: #666 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-grey:hover {
        background-color: #dcdcdc;
        color: #5e5e5e !important;
    }

    .vc_btn-grey.vc_btn_outlined, .vc_btn-grey.vc_btn_square_outlined {
        color: #ebebeb !important;
    }

    .vc_btn-grey.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #cfcfcf;
        box-shadow: 0 5px 0 #cfcfcf;
        margin-bottom: 5px;
    }

.vc_btn-orange {
    background-color: #f7be68;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-orange:hover {
        background-color: #f5b14b;
        color: #f7f7f7 !important;
    }

    .vc_btn-orange.vc_btn_outlined, .vc_btn-orange.vc_btn_square_outlined {
        color: #f7be68 !important;
    }

    .vc_btn-orange.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #f4a733;
        box-shadow: 0 5px 0 #f4a733;
        margin-bottom: 5px;
    }

.vc_btn-sky {
    background-color: #5aa1e3;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-sky:hover {
        background-color: #4092df;
        color: #f7f7f7 !important;
    }

    .vc_btn-sky.vc_btn_outlined, .vc_btn-sky.vc_btn_square_outlined {
        color: #5aa1e3 !important;
    }

    .vc_btn-sky.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #2a86db;
        box-shadow: 0 5px 0 #2a86db;
        margin-bottom: 5px;
    }

.vc_btn-green {
    background-color: #6dab3c;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-green:hover {
        background-color: #5f9434;
        color: #f7f7f7 !important;
    }

    .vc_btn-green.vc_btn_outlined, .vc_btn-green.vc_btn_square_outlined {
        color: #6dab3c !important;
    }

    .vc_btn-green.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #53812d;
        box-shadow: 0 5px 0 #53812d;
        margin-bottom: 5px;
    }

.vc_btn-juicy_pink {
    background-color: #f4524d;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-juicy_pink:hover {
        background-color: #f23630;
        color: #f7f7f7 !important;
    }

    .vc_btn-juicy_pink.vc_btn_outlined, .vc_btn-juicy_pink.vc_btn_square_outlined {
        color: #f4524d !important;
    }

    .vc_btn-juicy_pink.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #f11f18;
        box-shadow: 0 5px 0 #f11f18;
        margin-bottom: 5px;
    }

.vc_btn-sandy_brown {
    background-color: #f79468;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-sandy_brown:hover {
        background-color: #f57f4b;
        color: #f7f7f7 !important;
    }

    .vc_btn-sandy_brown.vc_btn_outlined, .vc_btn-sandy_brown.vc_btn_square_outlined {
        color: #f79468 !important;
    }

    .vc_btn-sandy_brown.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #f46e33;
        box-shadow: 0 5px 0 #f46e33;
        margin-bottom: 5px;
    }

.vc_btn-purple {
    background-color: #b97ebb;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-purple:hover {
        background-color: #ae6ab0;
        color: #f7f7f7 !important;
    }

    .vc_btn-purple.vc_btn_outlined, .vc_btn-purple.vc_btn_square_outlined {
        color: #b97ebb !important;
    }

    .vc_btn-purple.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #a559a8;
        box-shadow: 0 5px 0 #a559a8;
        margin-bottom: 5px;
    }

.vc_btn-white {
    background-color: #fff;
    color: #666 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-white:hover {
        background-color: #f0f0f0;
        color: #5e5e5e !important;
    }

    .vc_btn-white.vc_btn_outlined, .vc_btn-white.vc_btn_square_outlined {
        color: #fff !important;
    }

    .vc_btn-white.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #e3e3e3;
        box-shadow: 0 5px 0 #e3e3e3;
        margin-bottom: 5px;
    }

.vc_btn-grace {
    background-color: #aed13b;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .vc_btn-grace:hover {
        background-color: #9ec02d;
        color: #f7f7f7 !important;
    }

    .vc_btn-grace.vc_btn_outlined, .vc_btn-grace.vc_btn_square_outlined {
        color: #aed13b !important;
    }

    .vc_btn-grace.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #8dac28;
        box-shadow: 0 5px 0 #8dac28;
        margin-bottom: 5px;
    }

.vc_btn-default {
    color: #7d7d7d;
    background-color: #fff;
    border-color: transparent;
}

    .vc_btn-default:hover, .vc_btn-default:focus, .vc_btn-default:active, .vc_btn-default.active, .open > .dropdown-toggle.vc_btn-default {
        color: #7d7d7d;
        background-color: #e6e6e6;
        border-color: rgba(0,0,0,0);
    }

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

    .vc_btn-default .badge {
        color: #fff;
        background-color: #7d7d7d;
    }

.vc_btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: transparent;
}

    .vc_btn-primary:hover, .vc_btn-primary:focus, .vc_btn-primary:active, .vc_btn-primary.active, .open > .dropdown-toggle.vc_btn-primary {
        color: #fff;
        background-color: #0089bd;
        border-color: rgba(0,0,0,0);
    }

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

    .vc_btn-primary .badge {
        color: #00aef0;
        background-color: #fff;
    }

.vc_btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent;
}

    .vc_btn-success:hover, .vc_btn-success:focus, .vc_btn-success:active, .vc_btn-success.active, .open > .dropdown-toggle.vc_btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: rgba(0,0,0,0);
    }

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

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

.vc_btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: transparent;
}

    .vc_btn-info:hover, .vc_btn-info:focus, .vc_btn-info:active, .vc_btn-info.active, .open > .dropdown-toggle.vc_btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: rgba(0,0,0,0);
    }

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

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

.vc_btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent;
}

    .vc_btn-warning:hover, .vc_btn-warning:focus, .vc_btn-warning:active, .vc_btn-warning.active, .open > .dropdown-toggle.vc_btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: rgba(0,0,0,0);
    }

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

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

.vc_btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent;
}

    .vc_btn-danger:hover, .vc_btn-danger:focus, .vc_btn-danger:active, .vc_btn-danger.active, .open > .dropdown-toggle.vc_btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: rgba(0,0,0,0);
    }

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

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

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}

.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px;
}

.wpb_btn-small i.icon {
    height: 15px;
}

.wpb_btn-mini i.icon {
    display: none;
}

.wpb_address_book i.icon, option.wpb_address_book {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/address-book.png) no-repeat right center;
}

.wpb_alarm_clock i.icon, option.wpb_alarm_clock {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center;
}

.wpb_anchor i.icon, option.wpb_anchor {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/anchor.png) no-repeat right center;
}

.wpb_application_image i.icon, option.wpb_application_image {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/application-image.png) no-repeat right center;
}

.wpb_arrow i.icon, option.wpb_arrow {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/arrow.png) no-repeat right center;
}

.wpb_asterisk i.icon, option.wpb_asterisk {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/asterisk.png) no-repeat right center;
}

.wpb_hammer i.icon, option.wpb_hammer {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center;
}

.wpb_balloon i.icon, option.wpb_balloon {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon.png) no-repeat right center;
}

.wpb_balloon_buzz i.icon, option.wpb_balloon_buzz {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center;
}

.wpb_balloon_facebook i.icon, option.wpb_balloon_facebook {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center;
}

.wpb_balloon_twitter i.icon, option.wpb_balloon_twitter {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center;
}

.wpb_battery i.icon, option.wpb_battery {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/battery-full.png) no-repeat right center;
}

.wpb_binocular i.icon, option.wpb_binocular {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/binocular.png) no-repeat right center;
}

.wpb_document_excel i.icon, option.wpb_document_excel {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center;
}

.wpb_document_image i.icon, option.wpb_document_image {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center;
}

.wpb_document_music i.icon, option.wpb_document_music {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center;
}

.wpb_document_office i.icon, option.wpb_document_office {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center;
}

.wpb_document_pdf i.icon, option.wpb_document_pdf {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center;
}

.wpb_document_powerpoint i.icon, option.wpb_document_powerpoint {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center;
}

.wpb_document_word i.icon, option.wpb_document_word {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center;
}

.wpb_bookmark i.icon, option.wpb_bookmark {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/bookmark.png) no-repeat right center;
}

.wpb_camcorder i.icon, option.wpb_camcorder {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/camcorder.png) no-repeat right center;
}

.wpb_camera i.icon, option.wpb_camera {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/camera.png) no-repeat right center;
}

.wpb_chart i.icon, option.wpb_chart {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/chart.png) no-repeat right center;
}

.wpb_chart_pie i.icon, option.wpb_chart_pie {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png) no-repeat right center;
}

.wpb_clock i.icon, option.wpb_clock {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/clock.png) no-repeat right center;
}

.wpb_play i.icon, option.wpb_play {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/control.png) no-repeat right center;
}

.wpb_fire i.icon, option.wpb_fire {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/fire.png) no-repeat right center;
}

.wpb_heart i.icon, option.wpb_heart {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/heart.png) no-repeat right center;
}

.wpb_mail i.icon, option.wpb_mail {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/mail.png) no-repeat right center;
}

.wpb_shield i.icon, option.wpb_shield {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png) no-repeat right center;
}

.wpb_video i.icon, option.wpb_video {
    background: url(/wp-content/plugins/js_composer/assets/images/icons/video.png) no-repeat right center;
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wpb_alert {
    padding: 1em 35px 1em 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 5px;
    color: #8a6d3b;
    clear: both;
}

    .wpb_alert .messagebox_text *:last-child {
        margin-bottom: 0;
    }

    .wpb_alert.vc_alert_square {
        border-radius: 0;
    }

    .wpb_alert.vc_alert_square_outlined {
        border-radius: 0;
        background: none !important;
        border-width: 2px;
    }

    .wpb_alert.vc_alert_round {
        border-radius: 50px;
    }

    .wpb_alert.vc_alert_outlined {
        background: none !important;
        border-width: 2px;
    }

    .wpb_alert.vc_alert_3d {
        border-width: 1px 1px 1px 1px;
    }

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

    .wpb_alert-success.vc_alert_outlined, .wpb_alert-success.vc_alert_square_outlined {
        color: #3c763d;
    }

    .wpb_alert-success.vc_alert_3d {
        -webkit-box-shadow: 0 5px 0 #c1e2b3;
        box-shadow: 0 5px 0 #c1e2b3;
    }

.wpb_alert-error, .wpb_alert-danger {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

    .wpb_alert-error.vc_alert_outlined, .wpb_alert-danger.vc_alert_outlined, .wpb_alert-error.vc_alert_square_outlined, .wpb_alert-danger.vc_alert_square_outlined {
        color: #a94442;
    }

    .wpb_alert-error.vc_alert_3d, .wpb_alert-danger.vc_alert_3d {
        -webkit-box-shadow: 0 5px 0 #e4b9b9;
        box-shadow: 0 5px 0 #e4b9b9;
    }

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

    .wpb_alert-info.vc_alert_outlined, .wpb_alert-info.vc_alert_square_outlined {
        color: #31708f;
    }

    .wpb_alert-info.vc_alert_3d {
        -webkit-box-shadow: 0 5px 0 #afd9ee;
        box-shadow: 0 5px 0 #afd9ee;
    }

.wpb_alert .messagebox_text,
.wpb_alert-warning .messagebox_text {
    padding-left: 40px;
    background: url(/wp-content/plugins/js_composer/assets/vc/alert.png) no-repeat left center;
}

.wpb_alert-info .messagebox_text {
    background: url(/wp-content/plugins/js_composer/assets/vc/info.png) no-repeat left center;
}

.wpb_alert-success .messagebox_text {
    background: url(/wp-content/plugins/js_composer/assets/vc/tick.png) no-repeat left center;
}

.wpb_alert-error .messagebox_text,
.wpb_alert-danger .messagebox_text {
    background: url(/wp-content/plugins/js_composer/assets/vc/exclamation.png) no-repeat left center;
}

img {
    height: auto;
}

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

.wpb_single_image.vc_align_center {
    text-align: center;
}

.wpb_single_image.vc_align_right {
    text-align: right;
}

.wpb_single_image.vc_align_left {
    text-align: left;
}

div .vc_box_rounded {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div .vc_box_outline,
div .vc_box_outline_circle {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px;
    border: 1px solid #ebebeb;
}

div .vc_box_border,
div .vc_box_border_circle {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px;
    border: none;
}

div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
    padding: 6px;
}

div .vc_box_shadow_3d {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
    border-radius: 5000px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}

.vc_box_shadow_3d_wrap {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
}

    .vc_box_shadow_3d_wrap:after, .vc_box_shadow_3d_wrap:before {
        content: "";
        position: absolute;
        box-shadow: 0 15px 10px rgba(0,0,0,0.5);
        left: 10px;
        bottom: 8%;
        width: 40%;
        height: 20%;
        max-height: 100px;
        max-width: 300px;
        z-index: -1;
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    .vc_box_shadow_3d_wrap:after {
        left: auto;
        right: 10px;
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }

.vc_box_outline.vc_box_border_blue, .vc_box_outline_circle.vc_box_border_blue {
    border-color: #5472d2;
}

.vc_box_border.vc_box_border_blue, .vc_box_border_circle.vc_box_border_blue {
    background-color: #5472d2;
}

.vc_box_outline.vc_box_border_turquoise, .vc_box_outline_circle.vc_box_border_turquoise {
    border-color: #00c1cf;
}

.vc_box_border.vc_box_border_turquoise, .vc_box_border_circle.vc_box_border_turquoise {
    background-color: #00c1cf;
}

.vc_box_outline.vc_box_border_pink, .vc_box_outline_circle.vc_box_border_pink {
    border-color: #fe6c61;
}

.vc_box_border.vc_box_border_pink, .vc_box_border_circle.vc_box_border_pink {
    background-color: #fe6c61;
}

.vc_box_outline.vc_box_border_violet, .vc_box_outline_circle.vc_box_border_violet {
    border-color: #8d6dc4;
}

.vc_box_border.vc_box_border_violet, .vc_box_border_circle.vc_box_border_violet {
    background-color: #8d6dc4;
}

.vc_box_outline.vc_box_border_peacoc, .vc_box_outline_circle.vc_box_border_peacoc {
    border-color: #4cadc9;
}

.vc_box_border.vc_box_border_peacoc, .vc_box_border_circle.vc_box_border_peacoc {
    background-color: #4cadc9;
}

.vc_box_outline.vc_box_border_chino, .vc_box_outline_circle.vc_box_border_chino {
    border-color: #cec2ab;
}

.vc_box_border.vc_box_border_chino, .vc_box_border_circle.vc_box_border_chino {
    background-color: #cec2ab;
}

.vc_box_outline.vc_box_border_mulled_wine, .vc_box_outline_circle.vc_box_border_mulled_wine {
    border-color: #50485b;
}

.vc_box_border.vc_box_border_mulled_wine, .vc_box_border_circle.vc_box_border_mulled_wine {
    background-color: #50485b;
}

.vc_box_outline.vc_box_border_vista_blue, .vc_box_outline_circle.vc_box_border_vista_blue {
    border-color: #75d69c;
}

.vc_box_border.vc_box_border_vista_blue, .vc_box_border_circle.vc_box_border_vista_blue {
    background-color: #75d69c;
}

.vc_box_outline.vc_box_border_black, .vc_box_outline_circle.vc_box_border_black {
    border-color: #2a2a2a;
}

.vc_box_border.vc_box_border_black, .vc_box_border_circle.vc_box_border_black {
    background-color: #2a2a2a;
}

.vc_box_outline.vc_box_border_grey, .vc_box_outline_circle.vc_box_border_grey {
    border-color: #ebebeb;
}

.vc_box_border.vc_box_border_grey, .vc_box_border_circle.vc_box_border_grey {
    background-color: #ebebeb;
}

.vc_box_outline.vc_box_border_orange, .vc_box_outline_circle.vc_box_border_orange {
    border-color: #f7be68;
}

.vc_box_border.vc_box_border_orange, .vc_box_border_circle.vc_box_border_orange {
    background-color: #f7be68;
}

.vc_box_outline.vc_box_border_sky, .vc_box_outline_circle.vc_box_border_sky {
    border-color: #5aa1e3;
}

.vc_box_border.vc_box_border_sky, .vc_box_border_circle.vc_box_border_sky {
    background-color: #5aa1e3;
}

.vc_box_outline.vc_box_border_green, .vc_box_outline_circle.vc_box_border_green {
    border-color: #6dab3c;
}

.vc_box_border.vc_box_border_green, .vc_box_border_circle.vc_box_border_green {
    background-color: #6dab3c;
}

.vc_box_outline.vc_box_border_juicy_pink, .vc_box_outline_circle.vc_box_border_juicy_pink {
    border-color: #f4524d;
}

.vc_box_border.vc_box_border_juicy_pink, .vc_box_border_circle.vc_box_border_juicy_pink {
    background-color: #f4524d;
}

.vc_box_outline.vc_box_border_sandy_brown, .vc_box_outline_circle.vc_box_border_sandy_brown {
    border-color: #f79468;
}

.vc_box_border.vc_box_border_sandy_brown, .vc_box_border_circle.vc_box_border_sandy_brown {
    background-color: #f79468;
}

.vc_box_outline.vc_box_border_purple, .vc_box_outline_circle.vc_box_border_purple {
    border-color: #b97ebb;
}

.vc_box_border.vc_box_border_purple, .vc_box_border_circle.vc_box_border_purple {
    background-color: #b97ebb;
}

.vc_box_outline.vc_box_border_white, .vc_box_outline_circle.vc_box_border_white {
    border-color: #fff;
}

.vc_box_border.vc_box_border_white, .vc_box_border_circle.vc_box_border_white {
    background-color: #fff;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 35px;
}

.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element, .wpb_toggle_content {
    margin-bottom: 21.73913043px;
}

.wpb_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0;
}

.fb_type_standard {
    height: 25px;
}

    .fb_type_standard iframe {
        height: 25px;
    }

.fb_type_button_count {
    height: 20px;
}

    .fb_type_button_count iframe {
        height: 20px;
    }

.fb_type_box_count {
    height: 62px;
}

    .fb_type_box_count iframe {
        height: 62px;
    }

.wpb_googleplus_type_standard {
    height: 25px;
}

.wpb_googleplus_type_small {
    height: 19px;
}

.wpb_googleplus_type_medium {
    height: 21px;
}

.wpb_googleplus_type_tall {
    height: 21px;
}

.wpb_pinterest_type_horizontal {
    height: 21px;
}

.wpb_pinterest_type_vertical {
    height: 60px;
}

.wpb_pinterest_type_none {
    height: 21px;
}

iframe.twitter-share-button {
    margin: 0;
}

.wpb_toggle,
#content h4.wpb_toggle {
    background: url(/wp-content/plugins/js_composer/assets/images/toggle_open.png) no-repeat left center;
    padding-left: 25px;
    clear: both;
    margin-top: 0;
}

.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
    background: url(/wp-content/plugins/js_composer/assets/images/toggle_close.png) no-repeat left center;
}

.wpb_toggle:hover {
    cursor: pointer;
}

.wpb_toggle_content {
    display: none;
    overflow: hidden;
    padding: 0px 0px 0px 25px;
    margin-top: 1em;
}

.wpb_toggle_open {
    display: block;
}

.wpb_widgetised_column .wpb_wrapper > ul {
    margin: 0;
}

    .wpb_widgetised_column .wpb_wrapper > ul > li {
        margin-left: 0;
        background-image: none;
        list-style: none !important;
    }

        .wpb_widgetised_column .wpb_wrapper > ul > li:after,
        .wpb_widgetised_column .wpb_wrapper > ul > li:before {
            display: none !important;
        }

.wpb_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em;
}

    .wpb_button:hover, .wpb_button:active, .wpb_button.active, .wpb_button.disabled, .wpb_button[disabled] {
        background-color: #eaeaea;
    }

    .wpb_button:active, .wpb_button.active {
        background-color: #d1d1d1 \9;
    }

    .wpb_button:first-child {
        *margin-left: 0;
    }

.vc_vc_button2 .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vc_vc_button .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wpb_button:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.wpb_button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.wpb_button.active, .wpb_button:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

button.wpb_btn-large, span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    button.wpb_btn-large [class^="icon-"],
    span.wpb_btn-large [class^="icon-"] {
        margin-top: 1px;
    }

button.wpb_btn-small, span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

    button.wpb_btn-small [class^="icon-"],
    span.wpb_btn-small [class^="icon-"] {
        margin-top: -1px;
    }

button.wpb_btn-mini, span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

.wpb_btn-primary, .wpb_btn-primary:hover, .wpb_btn-warning, .wpb_btn-warning:hover, .wpb_btn-danger, .wpb_btn-danger:hover, .wpb_btn-success, .wpb_btn-success:hover, .wpb_btn-info, .wpb_btn-info:hover, .wpb_btn-inverse, .wpb_btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .wpb_btn-primary.active, .wpb_btn-warning.active, .wpb_btn-danger.active, .wpb_btn-success.active, .wpb_btn-info.active, .wpb_btn-inverse.active {
        color: rgba(255,255,255,0.75);
    }

.wpb_button {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0,0,0,0.1);
}

.wpb_btn-primary {
    background-color: #08c;
}

    .wpb_btn-primary:hover, .wpb_btn-primary:active, .wpb_btn-primary.active, .wpb_btn-primary.disabled, .wpb_btn-primary[disabled] {
        background-color: #0077b3;
    }

    .wpb_btn-primary:active, .wpb_btn-primary.active {
        background-color: #005580 \9;
    }

.wpb_btn-warning {
    background-color: #f90;
}

    .wpb_btn-warning:hover, .wpb_btn-warning:active, .wpb_btn-warning.active, .wpb_btn-warning.disabled, .wpb_btn-warning[disabled] {
        background-color: #e68a00;
    }

    .wpb_btn-warning:active, .wpb_btn-warning.active {
        background-color: #b36b00 \9;
    }

.wpb_btn-danger {
    background-color: #ff675b;
}

    .wpb_btn-danger:hover, .wpb_btn-danger:active, .wpb_btn-danger.active, .wpb_btn-danger.disabled, .wpb_btn-danger[disabled] {
        background-color: #ff4f42;
    }

    .wpb_btn-danger:active, .wpb_btn-danger.active {
        background-color: #ff200f \9;
    }

.wpb_btn-success {
    background-color: #6ab165;
}

    .wpb_btn-success:hover, .wpb_btn-success:active, .wpb_btn-success.active, .wpb_btn-success.disabled, .wpb_btn-success[disabled] {
        background-color: #5aa855;
    }

    .wpb_btn-success:active, .wpb_btn-success.active {
        background-color: #488644 \9;
    }

.wpb_btn-info {
    background-color: #58b9da;
}

    .wpb_btn-info:hover, .wpb_btn-info:active, .wpb_btn-info.active, .wpb_btn-info.disabled, .wpb_btn-info[disabled] {
        background-color: #43b0d5;
    }

    .wpb_btn-info:active, .wpb_btn-info.active {
        background-color: #2a97bc \9;
    }

.wpb_btn-inverse {
    background-color: #555;
}

    .wpb_btn-inverse:hover, .wpb_btn-inverse:active, .wpb_btn-inverse.active, .wpb_btn-inverse.disabled, .wpb_btn-inverse[disabled] {
        background-color: #484848;
    }

    .wpb_btn-inverse:active, .wpb_btn-inverse.active {
        background-color: #2f2f2f \9;
    }

button.wpb_button, input[type="submit"].wpb_button {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

    button.wpb_button::-moz-focus-inner, input[type="submit"].wpb_button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.wpb_button.wpb_btn-large, input[type="submit"].wpb_button.wpb_btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.wpb_button.wpb_btn-small, input[type="submit"].wpb_button.wpb_btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.wpb_button.wpb_btn-mini, input[type="submit"].wpb_button.wpb_btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

a.wpb_button_a {
    text-decoration: none;
    border: none;
}

    a.wpb_button_a:hover {
        text-decoration: none;
    }

.wpb_button:hover {
    background-image: none;
}

.vc_call_to_action {
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 2em;
    border-radius: 5px;
}

    .vc_call_to_action *:last-child {
        margin-bottom: 0;
    }

    .vc_call_to_action.vc_cta_square {
        border-radius: 0;
    }

    .vc_call_to_action.vc_cta_square_outlined {
        border-radius: 0;
        background: none !important;
    }

    .vc_call_to_action.vc_cta_round {
        border-radius: 50px;
    }

    .vc_call_to_action.vc_cta_outlined {
        background: none !important;
    }

    .vc_call_to_action hgroup h2,
    .vc_call_to_action hgroup h4 {
        margin: 0;
        clear: none;
    }

    .vc_call_to_action hgroup + p {
        margin-top: 1em;
    }

    .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
        float: right;
        margin-left: 2em;
    }

    .vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
        float: left;
        margin-right: 2em;
    }

.wpb_call_to_action {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .wpb_call_to_action .wpb_button {
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.cta_align_left .wpb_button {
    float: left;
}

.cta_align_right .wpb_button {
    float: right;
}

.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
    max-width: 27.5%;
}

.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
    width: 70%;
    float: left;
    clear: none;
}

.cta_align_left .wpb_call_text {
    float: right;
}

.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0;
}

.cta_align_bottom {
    text-align: center;
}

    .cta_align_bottom .wpb_button {
        position: static;
        margin-top: 21.73913043px;
        display: inline-block;
    }

.cta_no_button .wpb_call_text {
    width: auto;
    float: none;
}

@media (max-width: 600px) {
    .vc_responsive .cta_align_left .wpb_button,
    .vc_responsive .cta_align_right .wpb_button {
        max-width: 70%;
        width: 70%;
        float: none;
        display: block;
        margin: 3% auto;
    }

    .vc_responsive .cta_align_left .wpb_call_text,
    .vc_responsive .cta_align_right .wpb_call_text {
        width: auto;
        max-width: none;
        text-align: center;
    }
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
    outline: none;
}

.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
    padding: 0;
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important;
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0;
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important;
}

    .wpb_content_element .wpb_tabs_nav li:after,
    .wpb_content_element .wpb_tabs_nav li:before {
        display: none !important;
    }

    .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
    .wpb_content_element .wpb_tabs_nav li:hover {
        background-color: #f7f7f7;
    }

        .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
            cursor: default;
        }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
    display: none;
}

.wpb_content_element {
}

    .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
    .wpb_content_element .wpb_accordion_header a {
        border-bottom: none;
        text-decoration: none;
        display: block;
        padding: 0.5em 1em;
    }

    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
    .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
        background-color: #f7f7f7;
    }

    .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
        padding: 1em;
    }

        .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
        .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
        .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
        .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
            margin-bottom: 0;
        }

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0;
}

.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.66666667%;
}

    .wpb_tour .wpb_tabs_nav li {
        margin: 0 0 1px 0;
        clear: left;
        width: 100%;
    }

    .wpb_tour .wpb_tabs_nav a {
        width: 100%;
    }

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.33333333%;
    padding: 0 0 0 21.73913043px;
}

.wpb_tour_next_prev_nav {
    margin-left: 31.66666667%;
    padding-left: 21.73913043px;
    font-size: 80%;
}

    .wpb_tour_next_prev_nav a {
        border-bottom: 1px dotted;
        text-decoration: none;
    }

        .wpb_tour_next_prev_nav a:hover {
            text-decoration: none;
            border-bottom: none;
        }

    .wpb_tour_next_prev_nav span {
        width: 48%;
        display: inline-block;
        padding-top: 1em;
        float: left;
    }

        .wpb_tour_next_prev_nav span.wpb_next_slide {
            text-align: right;
            float: right;
        }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px 0;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

    .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
        padding-left: 1em;
    }

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/plugins/js_composer/assets/images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 0.7em;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(/wp-content/plugins/js_composer/assets/images/toggle_close.png);
}

@media (max-width: 480px) {
    .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
    .vc_responsive .wpb_tour .wpb_tab,
    .vc_responsive .wpb_tour_next_prev_nav {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .vc_responsive .wpb_tour_next_prev_nav {
        width: auto;
        padding: 0 1em;
    }

    .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
        margin-bottom: 1em;
    }

    .vc_responsive .wpb_tour .wpb_tab {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none;
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important;
}

    body ul.wpb_thumbnails-fluid li:after,
    body ul.wpb_thumbnails-fluid li:before {
        display: none !important;
    }

    body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
        margin-bottom: 0;
    }

.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible !important;
}

.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.grid_layout-thumbnail .post-thumb {
    margin-bottom: 0;
}

    .grid_layout-thumbnail .post-thumb img {
        max-width: 100%;
    }

.wpb_carousel .wpb_wrapper {
    position: relative;
}

.wpb_carousel .prev,
.wpb_carousel .next {
    position: absolute;
    top: 3px;
    background-color: #f7f7f7;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .wpb_carousel .prev:hover,
    .wpb_carousel .next:hover {
        background-color: #f0f0f0;
    }

    .wpb_carousel .prev:focus,
    .wpb_carousel .next:focus {
        outline: none;
        text-decoration: none;
    }

.wpb_carousel .prev {
    right: 30px;
}

.wpb_carousel .next {
    right: 0px;
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%;
}

    .wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
        height: auto !important;
    }

.wpb_teaser_grid .categories_filter, .wpb_categories_filter {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}

    .wpb_teaser_grid .categories_filter li,
    .wpb_categories_filter li {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        background-image: none;
        list-style: none !important;
    }

        .wpb_teaser_grid .categories_filter li:after,
        .wpb_categories_filter li:after,
        .wpb_teaser_grid .categories_filter li:before,
        .wpb_categories_filter li:before {
            display: none !important;
        }

        .wpb_teaser_grid .categories_filter li a,
        .wpb_categories_filter li a {
            border: none;
            text-decoration: none;
        }

            .wpb_teaser_grid .categories_filter li a:hover,
            .wpb_categories_filter li a:hover {
                border-bottom: 1px dotted;
            }

        .wpb_teaser_grid .categories_filter li.active a,
        .wpb_categories_filter li.active a {
            border-bottom: 1px dotted;
        }

@media (max-width: 480px) {
    .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto;
    }

    .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0;
}

    .wpb_image_grid .wpb_image_grid_ul > li {
        background-image: none;
        list-style: none !important;
    }

        .wpb_image_grid .wpb_image_grid_ul > li:after,
        .wpb_image_grid .wpb_image_grid_ul > li:before {
            display: none !important;
        }

    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        list-style: none;
        margin: 0 1px 1px 0;
        max-width: 100%;
        float: left;
    }

    .wpb_image_grid .wpb_image_grid_ul a {
        display: block;
    }

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

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0;
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: -35px;
}

.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
    line-height: 1;
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10;
}

#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0;
}

.flickr_badge_image {
    margin: 0 10px 10px 0px;
    width: 72px;
    height: 72px;
    float: left;
    background: none;
    padding: 0;
}

    .flickr_badge_image a {
        border: none;
    }

    .flickr_badge_image img {
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%;
}

    .wpb_flickr_widget p.flickr_stream_wrap a {
        background-image: url(/wp-content/plugins/js_composer/assets/images/flickr.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        display: inline-block;
    }

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 56%;
    position: relative;
}

    .wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
        padding-top: 0 !important;
        position: static;
    }

.wpb_video_widget .wpb_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0 !important;
    position: static;
}

.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
    background-color: #f7f7f7;
    opacity: 1;
    color: inherit;
    padding: 10px 15px;
    position: static;
}

.wpb_posts_slider .wpb_gallery_slides > ul > li {
    background-image: none;
    list-style: none !important;
}

    .wpb_posts_slider .wpb_gallery_slides > ul > li:after,
    .wpb_posts_slider .wpb_gallery_slides > ul > li:before {
        display: none !important;
    }

.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.66666667px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .vc_progress_bar .vc_single_bar:last-child {
        margin-bottom: 0;
    }

    .vc_progress_bar .vc_single_bar .vc_label {
        display: block;
        padding: 0.5em 1em;
        position: relative;
        z-index: 1;
    }

    .vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
        background-color: #0074CC;
    }

    .vc_progress_bar .vc_single_bar.bar_blue .vc_label {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
        background-color: #49afcd;
    }

    .vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .vc_progress_bar .vc_single_bar.bar_green .vc_bar {
        background-color: #5bb75b;
    }

    .vc_progress_bar .vc_single_bar.bar_green .vc_label {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
        background-color: #faa732;
    }

    .vc_progress_bar .vc_single_bar.bar_orange .vc_label {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .vc_progress_bar .vc_single_bar.bar_red .vc_bar {
        background-color: #da4f49;
    }

    .vc_progress_bar .vc_single_bar.bar_red .vc_label {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .vc_progress_bar .vc_single_bar.bar_black .vc_bar {
        background-color: #414141;
    }

    .vc_progress_bar .vc_single_bar.bar_black .vc_label {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .vc_progress_bar .vc_single_bar .vc_bar {
        display: block;
        position: absolute;
        height: 100%;
        background-color: #e0e0e0;
        width: 0%;
        top: 0;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transition: width 1s linear;
        -moz-transition: width 1s linear;
        -webkit-transition: width 1s linear;
        -o-transition: width 1s linear;
    }

        .vc_progress_bar .vc_single_bar .vc_bar.striped {
            background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            -webkit-background-size: 40px 40px;
            -moz-background-size: 40px 40px;
            -o-background-size: 40px 40px;
            background-size: 40px 40px;
        }

        .vc_progress_bar .vc_single_bar .vc_bar.animated {
            -webkit-animation: progress-bar-stripes 2s linear infinite;
            -moz-animation: progress-bar-stripes 2s linear infinite;
            -ms-animation: progress-bar-stripes 2s linear infinite;
            -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
        }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from;

{
    background-position: 0 0;
}

to {
    background-position: 40px 0;
}

}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.vc_pie_chart {
    z-index: 0;
    text-align: center;
    opacity: 0;
}

    .vc_pie_chart.vc_ready {
        opacity: 1;
    }

    .vc_pie_chart .vc_pie_wrapper {
        position: relative;
        margin: 0 auto;
    }

    .vc_pie_chart canvas {
        position: relative;
        z-index: 1;
    }

    .vc_pie_chart .vc_pie_chart_value {
        font-size: 200%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
        border-color: #f7f7f7;
    }

    .vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
        border-color: #08c;
    }

    .vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
        border-color: #58b9da;
    }

    .vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
        border-color: #6ab165;
    }

    .vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
        border-color: #f90;
    }

    .vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
        border-color: #ff675b;
    }

    .vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
        border-color: #555;
    }

.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #f7f7f7;
    border-radius: 999px;
    border-radius: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vc_carousel .vc_carousel-control {
    text-shadow: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .vc_carousel .vc_carousel-control:active,
    .vc_carousel .vc_carousel-control:focus {
        outline: none;
    }

.vc_carousel .vc_carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0;
    border-color: #f7f7f7;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.vc_separator {
    display: table;
}

    .vc_separator h4 {
        line-height: 1em;
        font-size: 100%;
        display: table-cell;
        white-space: pre;
    }

        .vc_separator h4 .normal {
            font-size: 12px;
            font-weight: normal;
        }

    .vc_separator.vc_separator_align_center h4 {
        padding: 0 0.8em;
    }

    .vc_separator.vc_separator_align_left {
        margin-left: 0;
    }

        .vc_separator.vc_separator_align_left h4 {
            padding: 0 0.8em 0 0;
        }

        .vc_separator.vc_separator_align_left .vc_sep_holder {
            width: 100%;
        }

            .vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
                display: none;
            }

    .vc_separator.vc_separator_align_right {
        margin-right: 0;
    }

        .vc_separator.vc_separator_align_right h4 {
            padding: 0 0 0 0.8em;
            margin: 0 !important;
        }

        .vc_separator.vc_separator_align_right .vc_sep_holder {
            width: 100%;
        }

            .vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
                display: none;
            }

    .vc_separator .vc_sep_holder {
        display: table-cell;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

        .vc_separator .vc_sep_holder .vc_sep_line {
            height: 1px;
            border-top: 1px solid #ebebeb;
            display: block;
            position: relative;
            top: 1px;
            width: 100%;
        }

    .vc_separator.vc_sep_double {
        height: 3px;
    }

        .vc_separator.vc_sep_double .vc_sep_line {
            border-bottom: 1px solid #ebebeb;
            border-top: 1px solid #ebebeb;
            height: 3px;
        }

    .vc_separator.vc_sep_dashed .vc_sep_line {
        border-top-style: dashed;
    }

    .vc_separator.vc_sep_dotted .vc_sep_line {
        border-top-style: dotted;
    }

    .vc_separator.vc_sep_color_blue .vc_sep_line {
        border-color: #5472d2;
    }

    .vc_separator.vc_sep_color_turquoise .vc_sep_line {
        border-color: #00c1cf;
    }

    .vc_separator.vc_sep_color_pink .vc_sep_line {
        border-color: #fe6c61;
    }

    .vc_separator.vc_sep_color_violet .vc_sep_line {
        border-color: #8d6dc4;
    }

    .vc_separator.vc_sep_color_peacoc .vc_sep_line {
        border-color: #4cadc9;
    }

    .vc_separator.vc_sep_color_chino .vc_sep_line {
        border-color: #cec2ab;
    }

    .vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
        border-color: #50485b;
    }

    .vc_separator.vc_sep_color_vista_blue .vc_sep_line {
        border-color: #75d69c;
    }

    .vc_separator.vc_sep_color_black .vc_sep_line {
        border-color: #2a2a2a;
    }

    .vc_separator.vc_sep_color_grey .vc_sep_line {
        border-color: #ebebeb;
    }

    .vc_separator.vc_sep_color_orange .vc_sep_line {
        border-color: #f7be68;
    }

    .vc_separator.vc_sep_color_sky .vc_sep_line {
        border-color: #5aa1e3;
    }

    .vc_separator.vc_sep_color_green .vc_sep_line {
        border-color: #6dab3c;
    }

    .vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
        border-color: #f4524d;
    }

    .vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
        border-color: #f79468;
    }

    .vc_separator.vc_sep_color_purple .vc_sep_line {
        border-color: #b97ebb;
    }

    .vc_separator.vc_sep_color_white .vc_sep_line {
        border-color: #fff;
    }

    .vc_separator.vc_sep_color_grace .vc_sep_line {
        border-color: #aed13b;
    }

.wpb_separator, .vc_text_separator {
    border-bottom: 1px solid #ebebeb;
}

.wpb_separator {
    clear: both;
    height: 1px;
}

.vc_text_separator {
    clear: both;
    height: 1px;
}

    .vc_text_separator div {
        display: inline-block;
        background-color: #fff;
        padding: 1px 1em;
        position: relative;
        top: -9px;
    }

.separator_align_center {
    text-align: center;
}

.separator_align_left {
    text-align: left;
}

.separator_align_right {
    text-align: right;
}

.wpb_animate_when_almost_visible {
    opacity: 0;
}

.wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_ttb 0.7s 1 cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 1;
}

.wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_btt 0.7s 1 cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 1;
}

.wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_ltr 0.7s 1 cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 1;
}

.wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_rtl 0.7s 1 cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 1;
}

.wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

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

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

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

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

@-o-keyframes wpb_ttb {
    0%;

{
    -o-transform: translate(0,-10%);
    opacity: 0;
}

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

}

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

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

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

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

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

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

@-o-keyframes wpb_btt {
    0%;

{
    -o-transform: translate(0,10%);
    opacity: 0;
}

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

}

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

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

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

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

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

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

@-o-keyframes wpb_ltr {
    0%;

{
    -o-transform: translate(-10%,0);
    opacity: 0;
}

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

}

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

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

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

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

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

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

@-o-keyframes wpb_rtl {
    0%;

{
    -o-transform: translate(10%,0);
    opacity: 0;
}

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

}

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

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes wpb_appear {
    0%;

{
    -o-transform: scale(0.5);
    opacity: 0.1;
}

100% {
    -o-transform: scale(1);
    opacity: 1;
}

}

@keyframes wpb_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
}

.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

.wpb_row {
    margin-bottom: 0px;
}

.row_inner_wrapper {
    padding: 60px 0px;
    position: relative;
}

.row_inner {
    position: relative;
    z-index: 10;
}

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

.wpb_single_image .vc_single_image-wrapper {
    display: block;
}

.wpb_single_image img {
    width: 100%;
    height: auto;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -25px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/*custom*/
.home .site-header .site-branding img {
	max-width: 320px;
	border:solid 6px #fff;
	position:absolute;
	z-index:9;
	bottom:10px;
	
}

.home  .isStuck  .site-branding img {
	max-width:120px;
	border:none;
	transition: all 0.5s ease;
	position:relative;
	bottom:0px;
}
.isStuck  .site-branding img {
	max-width:120px;
	transition: all 0.5s ease;
}
.isStuck  #site-navigation {
	margin-top:2px;
	margin-left:50px;
}
.home .isStuck  #site-navigation {
	margin-top:2px;
	margin-left:50px;
}
.home #site-navigation .nav-menu li a, .home #site-navigation .menu li a{
}

.page-header-wrap .container{
	position:relative;
}
.maps {
  margin:20px 0 0 0;
}

/*home menu*/
.home_menu .restaurant-menu-item{
	width:48%;
	float:left;
	margin-right:2%;
}
.home_menu .restaurant-menu-item .menu-desc {
	   min-height:65px;
}
.chinesetea .restaurant-menu-item .menu-title:before{
	  
    border: 2px none #000;
}
.chinesetea .restaurant-menu-item .menu-desc-wrap .menu-title:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    border-bottom: 2px dotted #000;
}

.page-title{
/* display:none; */
}
.page-template-page-Portfolio3Cols-filterable .page-title{
	display:none;
}
table.tbmenu {
	margin-bottom: 3.5rem;
}
table.tbmenu td{
  vertical-align:top;
  text-align:left;
  padding:10px;
}
table.tbmenu ul{
 list-style:none;
 padding:0;
}
table.tbmenu ul li, table.tbmenu ul li span.title{
  text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #bf9553;
	margin-bottom: 2.5rem;
	position:relative;
}
table.tbmenu ul li  title:before{
     content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    border-bottom: 2px dotted #000;
}
table.tbmenu ul li div.title{
	    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #bf9553;
}

table.tbmenu ul li span.price{
   position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 16px;
    font-size: 1.6rem;
    background: #FFF;
    padding-left: 3px;
}
table.tbmenu ul li div.title span{ 
	background: #FFF;
    padding-right: 5px;
    position: relative;
}

#recent-posts-3 h3{
	display:none;
}

#recent-posts-3 ul{
	list-style:none;
	width:100%;
}
#recent-posts-3 ul li{
	border-bottom: 1px solid #eee;
	display:block;
	clear:both;
}
#recent-posts-3 ul li:after{
	clear:both;
}
#recent-posts-3 ul li a{
	padding: 2rem 2rem;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #222;
	float:left;
	display:inline-block;
	width:75%;
}
#recent-posts-3 ul li span.post-date{
	 margin-right: 1.5rem;
	 float:right;
	display:inline-block;
	color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 13px;
	width:20%;
}
#recent-posts-3 ul li span.post-date:after{
	clear:both;
}
.post .page-title {
	display:block !important;
	color:#333 !important;
	margin:40px 0 20px 0;
}
@media (max-width: 767px){
	.site-header {
		padding-bottom: 0 !important;
		width:100% !important;
	}
	
	.home .site-header .site-branding img {
		max-width: 120px;
		border:solid 2px #fff;
		position:absolute;
		z-index:9;
		bottom:10px;
		
	}
	.home_menu{		
		padding: 0 25px;
	}
	.home_menu .restaurant-menu-item {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	

	
	.row_center_content {
		margin-left: 0px; 
		 margin-right: 0px; 
	}

	.phone_wrapper{
		padding:0 25px;
	}
}

#site-navigation.in .menu{
    display: block;
    position: absolute;
    top: 62px;
    left: 0px;
    z-index: 100;
    width: 100%;
    background: #FFF;
    padding: 0px 50px 20px;
    padding: 0px 5rem 2rem;
    box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.2);
}
.restaurant-menu-item .menu-title span.menu-label {background: #6a8e2f;}
.attachment-medium-thumb{width:100% !important;} 