@media(min-width:1200px) {
    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block
}

.img-circle {
    border-radius: 50%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '— '
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: ' —'
        }

.pagination {
    margin: 20px 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav.nav-list {
    flex-direction: column !important
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li > a {
    display: block;
    position: relative;
    padding: 10px 15px
}

.progress {
    margin-bottom: 20px
}

div.row > .pricing-table, div.row > .counters, div.row > .form-group {
    width: 100%;
    display: flex
}

@media(max-width:768px) {
    .hidden-xs {
        display: none !important
    }
}

.fade.in {
    opacity: 1
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

html {
    direction: ltr
}

body {
    background-color: #fff;
    color: #777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

    body a {
        outline: none !important
    }

li {
    line-height: 24px
}

@media(max-width:479px) {
    body {
        font-size: 13px
    }
}

.header-container {
    min-height: 76px;
    position: relative
}

header {
    background: #f6f6f6;
    background: -webkit-linear-gradient(#f6f6f6,#fff);
    background: linear-gradient(#f6f6f6,#fff);
    clear: both;
    min-height: 100px;
    padding: 0
}

    header > .container {
        height: 100px;
        margin-bottom: -35px;
        position: relative;
        display: table;
        max-width: 1170px
    }

    header > .navbar-collapse > .container {
        position: relative
    }

    header .header-top {
        min-height: 50px
    }

        header .header-top form {
            margin: 0
        }

        header .header-top p {
            float: left;
            font-size: .9em;
            line-height: 50px;
            margin: 0
        }

        header .header-top i, header .header-top em {
            margin-right: 6px;
            margin-left: 6px;
            position: relative;
            top: 1px
        }

        header .header-top nav {
            float: left;
            width: auto
        }

        header .header-top ul.nav-top {
            margin: 7px 0 0 -15px;
            min-height: 5px
        }

            header .header-top ul.nav-top li.phone {
                margin-right: 10px
            }

            header .header-top ul.nav-top li a {
                padding-left: 4px
            }

        header .header-top.header-top-style-2 {
            min-height: 50px;
            background: transparent;
            margin-top: -8px;
            border-bottom: 1px solid #e3e1e0;
            margin-bottom: 10px
        }

            header .header-top.header-top-style-2 .social-icons {
                margin-top: 8px
            }

    header .social-icons {
        float: right;
        margin-top: -3px;
        margin-left: 5px;
        position: relative
    }

    header .search + .social-icons {
        clear: none;
        margin-left: 10px;
        margin-right: 0;
        margin-top: 13px
    }

    header .search input.search:first-child {
        -webkit-transition: width .2s ease-in .2s;
        -moz-transition: width .2s ease-in .2s;
        transition: width .2s ease-in .2s;
        border-radius: 20px;
        width: 170px;
        font-size: .9em;
        padding: 6px 12px;
        height: 34px;
        margin: 0
    }

    header .search input.search:focus {
        width: 220px;
        border-color: #ccc
    }

    header .search button.btn-default {
        border: 0;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        color: #ccc;
        z-index: 3
    }

    header nav ul.nav-top {
        margin: 10px 0 -10px;
        min-height: 62px
    }

        header nav ul.nav-top li span {
            display: block;
            line-height: 14px;
            margin-bottom: 2px;
            margin-right: 0;
            margin-top: 5px;
            padding: 8px 2px 8px 12px
        }

        header nav ul.nav-top li a, header nav ul.nav-top li span {
            color: #999;
            font-size: .9em;
            padding: 6px 10px
        }

        header nav ul.nav-top li i, header nav ul.nav-top li em {
            margin-right: 6px;
            position: relative;
            top: 1px
        }

    header .not-included {
        color: #b7b7b7;
        display: block;
        font-size: .8em;
        font-style: normal;
        margin: -8px 0 -4px;
        padding: 0
    }

    header .tip {
        display: inline-block;
        padding: 0 5px;
        background: #fff;
        color: #111;
        text-shadow: none;
        border-radius: 3px;
        margin-left: 8px;
        position: relative;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold
    }

        header .tip:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255,255,255,0);
            border-right-color: #fff;
            border-width: 5px;
            margin-top: -5px
        }

        header .tip.skin {
            color: #fff
        }

    header .header-extra-info {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: right
    }

    header ul.featured-extra-info {
        margin: 0;
        padding: 0;
        list-style: none
    }

        header ul.featured-extra-info li {
            display: inline-block;
            margin-left: 25px
        }

            header ul.featured-extra-info li .feature-box {
                margin-top: 10px;
                text-align: left
            }

                header ul.featured-extra-info li .feature-box small {
                    position: relative;
                    top: -4px
                }

    header.no-border-top {
        border-top: 0 !important
    }

    header .logo {
        -webkit-transition: all .2s ease-in .2s;
        -moz-transition: all .2s ease-in .2s;
        transition: all .2s ease-in .2s;
        margin: 0;
        padding: 5px 0;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        color: transparent
    }

        header .logo a {
            position: relative;
            z-index: 1
        }

        header .logo img {
            position: relative;
            color: transparent;
            max-width: 280px;
            max-height: 75px
        }

.btn-responsive-nav {
    display: none
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

body.sticky-menu-active header {
    position: fixed;
    top: -57px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    filter: none;
    min-height: 80px
}

body.sticky-menu-active.always-sticky header {
    top: 0
}

    body.sticky-menu-active.always-sticky header nav ul.nav-main {
        margin: -7px 10px 8px 0
    }

    body.sticky-menu-active.always-sticky header .social-icons {
        margin-top: -3px
    }

@media(min-width:992px) {
    header nav ul.nav-main {
        display: flex;
        justify-content: flex-end
    }

        header nav ul.nav-main li a {
            font-size: large;
            font-family: "Open Sans";
            font-style: normal;
            line-height: 20px;
            margin-left: 3px;
            margin-right: 3px;
            text-transform: uppercase;
            text-shadow: 0 0 5px black;
            font-weight: 700;
            padding: 10px 13px
        }

            header nav ul.nav-main li a:hover, header nav ul.nav-main li a:focus {
                background: transparent;
                z-index: 0
            }

            header nav ul.nav-main li a i.fa-caret-down, header nav ul.nav-main li a em.fa-caret-down {
                position: relative;
                top: -1px;
                margin-left: 8px
            }

        header nav ul.nav-main li ul a {
            text-transform: none;
            font-weight: normal;
            font-size: .9em
        }

        header nav ul.nav-main li.dropdown:hover > ul {
            display: block
        }

        header nav ul.nav-main ul.dropdown-menu {
            border: 0;
            box-shadow: 0 20px 45px rgba(0,0,0,.08);
            margin: 0 0 0 3px;
            padding: 5px;
            top: auto;
            text-align: left;
            min-width: 200px;
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

            header nav ul.nav-main ul.dropdown-menu li:hover > a, header nav ul.nav-main ul.dropdown-menu li > a:focus {
                filter: none;
                background: #f4f4f4
            }

            header nav ul.nav-main ul.dropdown-menu li:last-child > a {
                border-bottom: 0
            }

            header nav ul.nav-main ul.dropdown-menu > li > a {
                display: block;
                color: #777;
                font-weight: 400;
                padding-bottom: 4px;
                padding-top: 4px;
                text-transform: none;
                position: relative;
                padding: 8px 20px 8px 5px;
                font-size: .9em;
                border-bottom: 1px solid #f4f4f4;
                text-decoration: none
            }

            header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
                border-top: 0;
                margin-left: 0;
                margin-top: -5px
            }

        header nav ul.nav-main .dropdown-submenu {
            position: relative
        }

            header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -6px;
                margin-left: -1px
            }

            header nav ul.nav-main .dropdown-submenu .fa-caret-down {
                display: none
            }

            header nav ul.nav-main .dropdown-submenu > a:after {
                display: block;
                content: " ";
                float: right;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid;
                border-width: 5px 0 5px 5px;
                border-left-color: #fff;
                margin-top: 5px;
                margin-right: -10px;
                position: absolute;
                top: 8px;
                right: 15px
            }

            header nav ul.nav-main .dropdown-submenu.pull-left {
                float: none
            }

                header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
                    left: -100%;
                    margin-left: 10px;
                    border-radius: 6px 0 6px 6px
                }

            header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
                display: block
            }

            header nav ul.nav-main .dropdown-submenu:hover > a:after {
                border-left-color: #fff
            }

    header .nav-main-collapse {
        overflow-y: visible
    }

        header .nav-main-collapse.show {
            overflow-y: visible
        }

    header.font-color-light nav.nav-main ul.nav-main > li.active > a, header.font-color-light nav.nav-main ul.nav-main > li > a {
        color: #fff
    }

    body.sticky-menu-active header.font-color-light nav.nav-main ul.nav-main > li.active > a, body.sticky-menu-active header.font-color-light nav.nav-main ul.nav-main > li > a {
        color: #777
    }

    header.font-color-dark nav.nav-main ul.nav-main > li.active > a, header.font-color-dark nav.nav-main ul.nav-main > li > a {
        color: #444
    }
}

@media(min-width:992px) {
    header nav.mega-menu .nav, header nav.mega-menu .dropup, header nav.mega-menu .dropdown, header nav.mega-menu .collapse {
        position: static
    }

    header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none
    }

    header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title {
        color: #333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
        margin-top: 20px
    }

        header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title:first-child {
            margin-top: 0
        }

    header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #fff !important;
        color: #777;
        box-shadow: 0 20px 45px rgba(0,0,0,.08)
    }

    header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0
    }

        header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
            color: #777;
            text-shadow: none;
            margin: 0 0 0 -8px;
            padding: 3px 8px;
            text-transform: none;
            font-size: .9em;
            display: block;
            font-weight: normal;
            border-radius: 4px;
            border: 0
        }

    header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #f4f4f4 !important;
        text-decoration: none
    }

    header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    header nav.mega-menu .navbar-inner, header nav.mega-menu .container {
        position: relative
    }

    header nav.mega-menu .dropdown-menu {
        left: auto
    }

        header nav.mega-menu .dropdown-menu > li {
            display: block
        }

    header nav.mega-menu .mega-menu-content {
        padding: 20px 30px
    }

        header nav.mega-menu .mega-menu-content:before {
            display: table;
            content: "";
            line-height: 0
        }

        header nav.mega-menu .mega-menu-content:after {
            display: table;
            content: "";
            line-height: 0;
            clear: both
        }

    header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none
    }

    header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
        left: 15px;
        right: 15px
    }

    header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0
    }

    header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0
    }
}

@media(min-width:992px) {
    header nav ul.nav-main li.dropdown:hover .arrow-icon:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 9px solid #2baab1;
        content: " ";
        position: absolute;
        left: 42%;
        top: -9px
    }

    header nav ul.nav-main .arrow-icon {
        position: relative
    }
}

@media(min-width:992px) {
    header.flat-menu > .container {
        height: 91px;
        margin-bottom: -82px
    }

    header.flat-menu .header-top {
        margin-top: -8px
    }

    header.flat-menu .social-icons {
        margin: 11px 10px 9px 10px;
        margin: 10px 10px 0
    }

    header.flat-menu .search {
        margin-top: 8px
    }

        header.flat-menu .search form {
            margin: 0
        }

        header.flat-menu .search input.search-query {
            padding-bottom: 5px;
            padding-top: 5px
        }

    header.flat-menu nav ul.nav-main {
        float: right;
        margin: -9px 0 -8px
    }

        header.flat-menu nav ul.nav-main > li > a {
            background: transparent;
            margin-bottom: 0;
            border-top: 5px solid transparent
        }

        header.flat-menu nav ul.nav-main > li > a {
            border-radius: 0;
            margin-left: 1px;
            margin-right: 3px;
            padding-bottom: 20px;
            padding-top: 46px
        }

        header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
            border-radius: 0
        }

        header.flat-menu nav ul.nav-main li.dropdown:hover > a {
            padding-bottom: 21px
        }

        header.flat-menu nav ul.nav-main ul.dropdown-menu {
            margin: 0 0 0 1px;
            border-radius: 0
        }

            header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
                border-radius: 0
            }

        header.flat-menu nav ul.nav-main .mega-menu-signin ul.dropdown-menu li a, header.flat-menu nav ul.nav-main .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
            color: #333
        }

    body.sticky-menu-active header.flat-menu ul.nav-main {
        margin-bottom: -10px;
        margin-top: 34px
    }

        body.sticky-menu-active header.flat-menu ul.nav-main > li > a, body.sticky-menu-active header.flat-menu ul.nav-main > li:hover > a {
            border-top-color: transparent;
            padding-bottom: 26px;
            padding-top: 26px
        }

    body.sticky-menu-active header.flat-menu .header-top {
        display: none
    }

    html.boxed header.flat-menu {
        padding: 15px 0 7px
    }

        html.boxed header.flat-menu.clean-top {
            padding-bottom: 8px
        }

        html.boxed header.flat-menu.colored {
            padding: 0 0 7px
        }

        html.boxed header.flat-menu.single-menu nav ul.nav-main ul.dropdown-menu {
            margin-top: -1px
        }

        html.boxed header.flat-menu .header-top {
            border-radius: 5px 5px 0 0
        }

    html.boxed body.sticky-menu-active header.flat-menu.clean-top, html.boxed body.sticky-menu-active header.flat-menu.colored {
        padding: 15px 0 7px
    }
}

@media(min-width:992px) {
    header.single-menu {
        min-height: 86px
    }

        header.single-menu > .container {
            height: 91px;
            margin-bottom: -77px
        }

        header.single-menu .social-icons {
            margin-top: 32px
        }

        header.single-menu .search {
            display: none
        }

            header.single-menu .search + nav {
                display: none
            }

        header.single-menu nav ul.nav-main {
            margin: -28px 0 -9px;
            float: right
        }

            header.single-menu nav ul.nav-main li a, header.single-menu nav ul.nav-main li.dropdown:hover > a {
                padding-bottom: 20px;
                padding-top: 62px
            }

        header.single-menu nav.mega-menu .mega-menu-signin {
            margin-right: 0
        }

        header.single-menu.valign .social-icons {
            margin-top: 15px
        }

        header.single-menu.valign nav ul.nav-main > li > a, header.single-menu.valign nav ul.nav-main > li.dropdown:hover > a {
            padding-bottom: 42px;
            padding-top: 47px
        }

    body.sticky-menu-active header.single-menu .logo, body.sticky-menu-active header.single-menu.valign .logo {
        padding-top: 14px
    }

    body.sticky-menu-active header.single-menu .social-icons, body.sticky-menu-active header.single-menu.valign .social-icons {
        margin-top: 54px
    }

    body.sticky-menu-active header.single-menu nav ul.nav-main, body.sticky-menu-active header.single-menu.valign nav ul.nav-main {
        margin-top: 20px;
        margin-bottom: -9px
    }

        body.sticky-menu-active header.single-menu nav ul.nav-main > li > a, body.sticky-menu-active header.single-menu nav ul.nav-main > li:hover > a, body.sticky-menu-active header.single-menu.valign nav ul.nav-main > li > a, body.sticky-menu-active header.single-menu.valign nav ul.nav-main > li:hover > a {
            border-top-color: transparent;
            padding-bottom: 21px;
            padding-top: 36px
        }

    html.boxed header.single-menu {
        padding: 4px 0 7px
    }

    html.boxed body.sticky-menu-active header.single-menu {
        padding: 15px 0 7px
    }
}

@media(min-width:992px) {
    header.colored {
        border-top: 0
    }

        header.colored > .container {
            height: 107px;
            margin-bottom: -92px
        }

        header.colored .header-top p, header.colored .header-top a, header.colored .header-top span {
            color: #fff
        }

        header.colored .search input.search-query {
            border: 0;
            padding-bottom: 5px;
            padding-top: 5px;
            box-shadow: none
        }

        header.colored nav ul.nav-main {
            margin: -15px 0 -8px
        }

            header.colored nav ul.nav-main > li > a {
                padding-bottom: 24px;
                padding-top: 50px
            }

            header.colored nav ul.nav-main li.dropdown:hover > a {
                padding-bottom: 24px
            }

    body.sticky-menu-active header.colored .logo {
        padding-top: 6px
    }

    body.sticky-menu-active header.colored ul.nav-main > li > a, body.sticky-menu-active header.colored ul.nav-main > li:hover > a {
        padding-bottom: 24px;
        padding-top: 24px
    }
}

@media(min-width:992px) {
    header.darken-top-border > .container {
        height: 103px
    }

    header.darken-top-border ul.nav-main {
        margin: -11px 0 -8px
    }

    body.sticky-menu-active header.darken-top-border nav ul.nav-main {
        margin-top: 33px
    }

        body.sticky-menu-active header.darken-top-border nav ul.nav-main > li > a, body.sticky-menu-active header.darken-top-border nav ul.nav-main > li:hover > a {
            padding-bottom: 22px;
            padding-top: 30px
        }

    html.boxed header.darken-top-border {
        border-top: 0
    }
}

@media(min-width:992px) {
    header.center .logo {
        text-align: center;
        position: static;
        margin-top: 5px
    }

    header.center nav {
        width: 100%
    }

        header.center nav ul.nav-main > li {
            display: inline-block
        }

        header.center nav ul.nav-main > li {
            float: none;
            text-align: left
        }
}

@media(max-width:991px) {
    header.center {
        text-align: left
    }

        header.center nav {
            float: none
        }

    nav.pushdown ul.nav-main li a i.fa-caret-down {
        top: 0
    }
}

@media(min-width:992px) {
    body.sticky-menu-active header.center .logo {
        float: left
    }

    body.sticky-menu-active header.center nav {
        float: right;
        width: auto
    }
}

@media(min-width:992px) {
    header.narrow {
        height: auto;
        min-height: 85px;
        padding: 0;
        border-bottom: 1px solid #e9e9e9;
        box-shadow: 0 0 3px rgba(0,0,0,.1)
    }

        header.narrow > .container {
            margin-bottom: -48px;
            height: 75px
        }

    body.sticky-menu-active header.narrow {
        top: 0 !important
    }

        body.sticky-menu-active header.narrow .logo img {
            top: 0 !important
        }

        body.sticky-menu-active header.narrow .social-icons {
            margin-top: -3px
        }

        body.sticky-menu-active header.narrow nav ul.nav-main {
            margin: -7px 10px 8px 0
        }

    header.narrow.full-width .container, header.narrow.full-width > .container, header.narrow.full-width > .navbar-collapse > .container {
        max-width: 100%;
        width: 100%
    }

    header.narrow.full-width.flat-menu .social-icons {
        margin-top: -3px
    }

    header.narrow.full-width.flat-menu nav ul.nav-main {
        margin-top: -48px
    }

        header.narrow.full-width.flat-menu nav ul.nav-main > li > a {
            padding-bottom: 30px
        }

        header.narrow.full-width.flat-menu nav ul.nav-main li.dropdown:hover > a {
            padding-bottom: 31px
        }

    body.sticky-menu-active header.narrow.full-width.flat-menu .logo {
        padding-top: 5px
    }

    body.sticky-menu-active header.narrow.full-width.flat-menu nav ul.nav-main {
        margin: -28px 0 -1px 0
    }

    html.boxed body.sticky-menu-active header.narrow {
        width: 100%
    }
}

@media(max-width:991px) {
    header.narrow {
        height: auto;
        min-height: 0
    }

        header.narrow > .container {
            height: 63px
        }

        header.narrow .btn-responsive-nav {
            top: 17px
        }

    body.sticky-menu-active header.narrow .logo img {
        margin-top: 0
    }

    body.sticky-menu-active header.narrow .btn-responsive-nav {
        top: 15px
    }
}

@media(min-width:992px) {
    header.nav-bar .logo {
        position: relative;
        top: -4px
    }

    header.nav-bar .search {
        clear: right;
        margin-top: 8px;
        margin-bottom: 0
    }

    header.nav-bar nav ul.nav-top {
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0
    }

    header.nav-bar .nav-main-collapse {
        background: #f4f4f4;
        margin: 35px 0 -8px
    }

    header.nav-bar nav.nav-main {
        float: none
    }

        header.nav-bar nav.nav-main ul.nav-main {
            margin-top: 8px
        }

    header.nav-bar .social-icons {
        margin-top: 12px
    }

    body.sticky-menu-active header.nav-bar {
        padding-bottom: 0;
        top: -112px
    }

        body.sticky-menu-active header.nav-bar .social-icons {
            margin-top: 12px
        }
}

@media(max-width:991px) {
    header.nav-bar .btn-responsive-nav {
        top: 60px
    }
}

header.transparent {
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 0;
    background: transparent;
    z-index: 1000
}

    header.transparent.semi-transparent {
        background: rgba(0,0,0,.3)
    }

        header.transparent.semi-transparent.light {
            background: rgba(255,255,255,.3)
        }

body.sticky-menu-active header.transparent {
    background: #fff
}

    body.sticky-menu-active header.transparent.semi-transparent {
        background: rgba(0,0,0,.8);
        border-bottom: 0
    }

        body.sticky-menu-active header.transparent.semi-transparent.light {
            background: rgba(255,255,255,.8)
        }

        body.sticky-menu-active header.transparent.semi-transparent.font-color-light nav.nav-main ul.nav-main > li.active > a, body.sticky-menu-active header.transparent.semi-transparent.font-color-light nav.nav-main ul.nav-main > li > a {
            color: #fff
        }

@media(min-width:992px) {
    html.boxed header.transparent {
        left: auto;
        top: 35px;
        width: auto
    }

    body.sticky-menu-active header.transparent {
        top: -50px
    }
}

@media(min-width:992px) {
    header.full-width .container, header.full-width > .container, header.full-width > .navbar-collapse > .container {
        max-width: 100%;
        width: 100%
    }
}

header nav.mega-menu ul.nav-main .mega-menu-signin {
    padding-left: 0;
    margin-left: 0;
    margin-right: -20px
}

    header nav.mega-menu ul.nav-main .mega-menu-signin a {
        color: #444
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.open > a, header nav.mega-menu ul.nav-main .mega-menu-signin:hover > a {
        color: #fff
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
        width: 40%;
        right: 8px;
        border-radius: 6px 0 6px 6px
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin .fa-user {
        margin-right: 5px
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
        margin-bottom: 10px;
        display: block
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info, header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
        text-align: center;
        display: block
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
        margin-bottom: -1px;
        padding-bottom: 11px
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
        display: block
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form, header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form {
        display: none
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
        display: none
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
        display: block
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
        display: none
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form, header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form {
        display: none
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
        display: block
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
        float: left;
        margin-right: 15px
    }

        header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail img {
            max-width: 55px
        }

    header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
        color: #111;
        display: block;
        padding-top: 7px
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
        color: #666;
        display: block;
        font-size: 12px
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
        color: #999;
        margin: 0 0 0 25px;
        text-align: left
    }

    header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
        list-style: square;
        margin-top: 6px
    }

        header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
            text-decoration: none
        }

body header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a, body header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0
}

@media(max-width:991px) {
    header nav.mega-menu ul.nav-main .mega-menu-signin {
        margin-right: 0
    }

        header nav.mega-menu ul.nav-main .mega-menu-signin a {
            color: #fff
        }

            header nav.mega-menu ul.nav-main .mega-menu-signin a .fa-caret-down {
                display: none !important
            }

        header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
            display: block !important;
            margin: 25px 0 0 0 !important;
            padding: 0 0 0 8px;
            width: 100%;
            right: 0
        }

            header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu li a {
                color: #fff;
                padding: 6px 0 !important
            }

        header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong, header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
            color: #fff !important
        }

        header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
            margin: 25px 0 0 0 !important
        }

            header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a {
                color: #fff !important
            }

                header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
                    color: #fff !important
                }
}

@media(max-width:991px) {
    header {
        clear: both
    }

        header > .container {
            margin-bottom: 0
        }

        header .header-top, header .social-icons, header .search, header .header-extra-info {
            display: none
        }

        header .nav-collapse {
            background: #171717;
            width: 100%;
            clear: both;
            width: 100%
        }

            header .nav-collapse .container .nav-main {
                float: left;
                width: 100%
            }

        header .nav-main-collapse {
            top: 8px;
            position: relative;
            background: #171717;
            max-height: none;
            width: 100%;
            overflow: hidden;
            overflow-y: hidden;
            overflow-x: hidden
        }

            header .nav-main-collapse.collapse {
                display: none !important
            }

            header .nav-main-collapse.show {
                width: 100%;
                overflow: hidden;
                overflow-y: hidden;
                overflow-x: hidden;
                display: block !important
            }

        header .nav-main {
            padding: 10px 0;
            clear: both;
            display: block;
            float: none;
            width: 100%
        }

            header .nav-main ul {
                padding: 0;
                margin: 0
            }

                header .nav-main ul li {
                    padding: 0;
                    margin: 0;
                    clear: both;
                    float: none;
                    display: block;
                    border-bottom: 1px solid #2a2a2a;
                    position: relative
                }

                    header .nav-main ul li a {
                        color: #fff;
                        font-size: 13px
                    }

                    header .nav-main ul li .mega-menu-sub-title {
                        color: #959595;
                        font-size: 13px
                    }

                    header .nav-main ul li:last-child {
                        border-bottom: none
                    }

                header .nav-main ul ul {
                    margin-left: 20px !important
                }

                header .nav-main ul.nav-main {
                    float: none;
                    position: static;
                    margin: 8px 0;
                    margin-right: -10px
                }

                header .nav-main ul.dropdown-menu {
                    position: static;
                    clear: both;
                    float: none;
                    display: none !important;
                    border: 0
                }

            header .nav-main li a.dropdown-toggle.disabled .fa {
                display: none
            }

        header nav ul.nav-main > li + li {
            margin-left: 0
        }

        header nav ul.nav-main li a {
            clear: both;
            float: none;
            display: block;
            padding: 9px 8px !important;
            border: 0;
            border-top: 0;
            margin: 0
        }

            header nav ul.nav-main li a i.fa-caret-down, header nav ul.nav-main li a em.fa-caret-down {
                position: absolute;
                right: 0;
                top: 2px;
                min-width: 30px;
                min-height: 38px;
                text-align: center;
                line-height: 35px
            }

        header nav ul.nav-main li.dropdown:hover > a {
            margin: 0;
            padding: 9px 8px !important
        }

        header nav ul.nav-main ul.dropdown-menu {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-bottom: 15px
        }

            header nav ul.nav-main ul.dropdown-menu li > a {
                padding: 9px 8px;
                border: 0;
                border-top: 0;
                margin: 0;
                border-bottom: none
            }

        header nav ul.nav-main ul.sub-menu {
            padding: 0;
            margin: 0 0 15px 5px !important
        }

        header nav ul.nav-main .dropdown-submenu i.fa-caret-down, header nav ul.nav-main .dropdown-submenu em.fa-caret-down {
            border: 0 none;
            color: #fff;
            content: "";
            font-family: 'Font Awesome 5 Free';
            font-size: 13px;
            left: auto;
            margin-top: 0;
            position: absolute;
            right: -3px;
            top: 0;
            z-index: 2;
            width: 35px;
            text-align: center;
            line-height: 35px
        }

        header nav ul.nav-main .dropdown-submenu:hover > a:after {
            border-left-color: transparent
        }

        header .not-included {
            margin: 0 0 2px
        }

    body header nav ul.nav-main ul.dropdown-menu {
        background: none !important;
        background-color: transparent !important
    }

    body header nav ul.nav-main li.dropdown.open .dropdown-toggle, body header nav ul.nav-main li a, body header nav ul.nav-main li > a:hover, body header nav ul.nav-main li.active a, body header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important
    }

    body header nav ul.nav-main ul.dropdown-menu li:hover > a, body header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        background: none !important;
        background-color: transparent !important
    }

    body.sticky-menu-active header .nav-main-collapse, body.sticky-menu-active header .nav-main-collapse-in, header.fixed .nav-main-collapse {
        max-height: 330px
    }

        body.sticky-menu-active header .nav-main-collapse.show, header.fixed .nav-main-collapse.show {
            overflow: hidden !important;
            overflow-x: hidden !important;
            overflow-y: auto !important
        }

    body.sticky-menu-active header .logo img, header.fixed .logo img {
        top: 24px;
        position: relative
    }

    .btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
        color: #ccc;
        outline: none
    }

    header .logo img {
        max-width: 180px;
        max-height: none !important;
        height: auto
    }

    header .header-top ul.nav-top {
        float: left;
        margin: 7px 0 0 -15px;
        min-height: 5px
    }
}

@media(max-width:767px) {
    header {
        display: block
    }

        header > .container {
            width: 100%
        }

        header .social-icons {
            display: none
        }

        header nav ul.nav-top {
            float: right;
            margin-right: 0
        }

        header.center nav {
            width: auto
        }
}

@media(max-width:479px) {
    header nav ul.nav-top, header .header-top {
        display: none
    }
}

@media(max-width:600px) {
    header nav ul.nav-top li {
        display: none
    }

        header nav ul.nav-top li .phone {
            display: block
        }
}

@media(min-width:992px) {
    html header nav ul.nav-main .dropdown-full-color > ul.dropdown-menu li a, html header nav ul.nav-main .dropdown-full-color.mega-menu-item > ul.dropdown-menu li a {
        border-bottom: 1px solid rgba(255,255,255,.15)
    }

    html header nav ul.nav-main .dropdown-full-color > ul.dropdown-menu li:last-child > a, html header nav ul.nav-main .dropdown-full-color.mega-menu-item > ul.dropdown-menu li:last-child > a, html header nav ul.nav-main .dropdown-full-color.mega-menu-item > ul.dropdown-menu li:last-child a {
        border-bottom: 0
    }

    html header nav ul.nav-main .dropdown-full-color .dropdown-submenu > a:after, html header nav ul.nav-main .dropdown-full-color .dropdown-submenu:hover > a:after, html header nav ul.nav-main .dropdown-full-color.mega-menu-item .dropdown-submenu > a:after, html header nav ul.nav-main .dropdown-full-color.mega-menu-item .dropdown-submenu:hover > a:after {
        border-right-color: #fff;
        border-left-color: #fff
    }

    html header nav ul.nav-main .dropdown-full-color .mega-menu-sub-title, html header nav ul.nav-main .dropdown-full-color.mega-menu-item ul.sub-menu .mega-menu-sub-title {
        color: #fff;
        opacity: .65
    }

    html header nav ul.nav-main .dropdown-full-color .tip, html header nav ul.nav-main .dropdown-full-color.mega-menu-item .tip {
        background: #fff;
        color: #333
    }

        html header nav ul.nav-main .dropdown-full-color .tip:before, html header nav ul.nav-main .dropdown-full-color.mega-menu-item .tip:before {
            border-right-color: #fff
        }
}

body.sticky-menu-active.modal-open header {
    padding-right: 17px
}

.newHeader {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: min-height .3s ease;
    -moz-transition: min-height .3s ease;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 1000;
    position: fixed;
    border-top: 0;
    padding: 10px 0 0;
    min-height: 122px
}

    .newHeader .nav-bar-primary.navbar-collapse.nav-main-collapse.collapse {
        background: transparent !important
    }

html .newHeader .nav-bar-primary nav ul.nav-main > li:hover > a {
    color: #fff !important
}

.newHeader .nav-bar-primary nav ul.nav-main > li.active > a, .newHeader nav ul.nav-main li.dropdown-primary.active > a, .newHeader .nav-bar-primary nav ul.nav-main > li:hover > a, .newHeader nav ul.nav-main li a:hover {
    background-color: transparent !important
}

.newHeader nav ul.nav-main {
    margin: 0
}

body.sticky-menu-active .newHeader nav ul.nav-main {
    margin: 0;
    padding-bottom: 0
}

.sticky-menu-active .newHeader #login, .sticky-menu-active .newHeader .language, .sticky-menu-active .newHeader .search {
    display: none
}

.sticky-menu-active .newHeader {
    background: rgba(0,0,0,.8);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    border-bottom: 0;
    top: 0;
    padding: 0;
    min-height: 103px
}

.newHeader .nav-bar-primary nav ul.nav-main > li.open a.dropdown-toggle {
    background: transparent !important;
    color: #fff
}

.newHeader .nav-bar-primary nav ul.nav-main > li.open a {
    background: #08c !important;
    color: #fff !important
}

.newHeader .nav-bar-primary nav ul.nav-main > li.active > a.dropdown-toggle {
    color: #08c !important
}

.sticky-menu-active #ControlBar {
    display: none
}

.newHeader div.social-icons {
    margin: 0 20px
}

html .newHeader nav ul.nav-main .dropdown-full-color > ul.dropdown-menu {
    border-top-color: #fff !important
}

.newHeader .dropdown-menu {
    margin-top: 0 !important
}

.sticky-menu-active .newHeader .logo img {
    top: 0 !important
}

@media(max-width:991px) {
    .newHeader .dropdown-full-color > a {
        padding: 9px 8px !important;
        margin: 0
    }

    .newHeader {
        min-height: 111px
    }

        .newHeader .nav-bar-primary.navbar-collapse.nav-main-collapse.collapse, .newHeader .nav-bar-primary nav ul.nav-main > li.open a {
            background: #171717 !important
        }

        .newHeader li {
            line-height: 24px
        }

        .newHeader nav ul.nav-main .dropdown-full-color > ul.dropdown-menu {
            border-top: none !important
        }

        .newHeader .nav-main ul ul {
            margin-left: 20px !important
        }

        .newHeader .nav-main-collapse {
            top: 0
        }

    body.sticky-menu-active .newHeader {
        top: 0 !important;
        min-height: 80px
    }

        body.sticky-menu-active .newHeader > .container {
            height: 80px
        }
}

@media(min-width:992px) {
    .newHeader > .container {
        margin-bottom: -48px;
        min-height: 103px
    }

    .sticky-menu-active .newHeader > .container {
        margin-bottom: -74px
    }
}

.page-top {
    background-color: #171717;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #384045;
    margin: 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left
}

    .page-top .breadcrumb {
        background: none;
        margin: -3px 0 0;
        padding: 0
    }

        .page-top .breadcrumb > li {
            text-shadow: none
        }

        .page-top .breadcrumb.breadcrumb-valign-mid {
            position: absolute;
            top: 40%;
            right: 20px
        }

    .page-top h2, .page-top h1 {
        border-bottom: 5px solid #ccc;
        color: #fff;
        display: inline-block;
        font-weight: 200;
        margin: 0 0 -25px;
        min-height: 37px;
        font-size: 2.6em;
        line-height: 46px;
        padding: 0 0 17px;
        position: relative
    }

        .page-top h2 span, .page-top h1 span {
            color: #999da3;
            display: block;
            font-size: .6em;
            font-weight: 300;
            margin: -10px 0 0
        }

.page-top-no-title-border h2, .page-top-no-title-border h1 {
    border: 0
}

.page-top-more-padding {
    padding: 35px 0
}

.page-top-color {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f4f4f4;
    border-top: none
}

    .page-top-color h2 {
        border-bottom: none;
        color: #1d2127;
        font-size: 2.3em
    }

        .page-top-color h2 span {
            opacity: .65
        }

    .page-top-color .breadcrumb > .active {
        opacity: .65
    }

.page-top-light {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f4f4f4;
    border-top: none
}

    .page-top-light h2 {
        border-bottom: none;
        color: #1d2127;
        font-size: 2.3em
    }

.page-top-reverse {
    text-align: right
}

    .page-top-reverse .breadcrumb, .page-top-reverse .breadcrumb.breadcrumb-valign-mid {
        float: left;
        left: 20px;
        right: auto;
        margin-top: -10px
    }

.page-top.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px
}

.page-top-center {
    text-align: center
}

    .page-top-center .breadcrumb {
        margin: 15px 0 0
    }

.page-top-custom-background {
    padding: 45px 0;
    background-repeat: repeat;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0
}

    .page-top-custom-background h2 {
        color: #fff;
        border: 0
    }

        .page-top-custom-background h2 span {
            color: #fff;
            opacity: .7
        }

    .page-top-custom-background .breadcrumb.breadcrumb-valign-mid {
        top: 36%
    }

        .page-top-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
            color: #fff;
            opacity: .7
        }

        .page-top-custom-background .breadcrumb.breadcrumb-valign-mid a {
            color: #fff
        }

.page-top.custom-product {
    background-image: url(Resources/img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    overflow: hidden
}

    .page-top.custom-product .row {
        position: relative
    }

    .page-top.custom-product p.lead {
        color: #e8e8e8
    }

    .page-top.custom-product img {
        bottom: -47px;
        position: relative
    }

    .page-top.custom-product h1 {
        color: #fff;
        margin-bottom: 10px;
        margin-top: 30px;
        border: 0
    }

@media(max-width:991px) {
    .page-top .breadcrumb {
        margin: 20px 0 0;
        float: none !important;
        position: static !important
    }
}

@media(max-width:479px) {
    .page-top {
        padding: 16px 0
    }

        .page-top h2, .page-top h1 {
            line-height: 37px
        }
}

.text-muted {
    color: #999 !important
}

html.dark .text-muted, html.dark .sample-icon-list .sample-icon a {
    color: #505461 !important
}

.text-dark {
    color: #1d2127 !important
}

.text-light {
    color: #fff !important
}

.text-weight-light {
    font-weight: 300
}

.text-weight-normal {
    font-weight: 400
}

.text-weight-semibold {
    font-weight: 600
}

.text-weight-bold {
    font-weight: 700
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.rounded {
    border-radius: 5px
}

.b-thin {
    border-width: 3px
}

.b-normal {
    border-width: 5px
}

.b-thick {
    border-width: 7px
}

.m-none {
    margin: 0 !important
}

.m-auto {
    margin: 0 auto !important
}

.m-xs {
    margin: 5px !important
}

.m-sm {
    margin: 10px !important
}

.m-md {
    margin: 15px !important
}

.m-lg {
    margin: 20px !important
}

.m-xl {
    margin: 25px !important
}

.m-xlg {
    margin: 30px !important
}

.mt-none {
    margin-top: 0 !important
}

.mt-xs {
    margin-top: 5px !important
}

.mt-sm {
    margin-top: 10px !important
}

.mt-md {
    margin-top: 15px !important
}

.mt-lg {
    margin-top: 20px !important
}

.mt-xl {
    margin-top: 25px !important
}

.mt-xlg {
    margin-top: 30px !important
}

.mb-none {
    margin-bottom: 0 !important
}

.mb-xs {
    margin-bottom: 5px !important
}

.mb-sm {
    margin-bottom: 10px !important
}

.mb-md {
    margin-bottom: 15px !important
}

.mb-lg {
    margin-bottom: 20px !important
}

.mb-xl {
    margin-bottom: 25px !important
}

.mb-xlg {
    margin-bottom: 30px !important
}

.mb-minus50 {
    margin-bottom: -50px !important
}

.mt-minus60 {
    margin-top: -60px !important
}

.ml-none {
    margin-left: 0 !important
}

.ml-xs {
    margin-left: 5px !important
}

.ml-sm {
    margin-left: 10px !important
}

.ml-md {
    margin-left: 15px !important
}

.ml-lg {
    margin-left: 20px !important
}

.ml-xl {
    margin-left: 25px !important
}

.ml-xlg {
    margin-left: 30px !important
}

.mr-none {
    margin-right: 0 !important
}

.mr-xs {
    margin-right: 5px !important
}

.mr-sm {
    margin-right: 10px !important
}

.mr-md {
    margin-right: 15px !important
}

.mr-lg {
    margin-right: 20px !important
}

.mr-xl {
    margin-right: 25px !important
}

.mr-xlg {
    margin-right: 30px !important
}

.p-none {
    padding: 0 !important
}

.p-xs {
    padding: 5px !important
}

.p-sm {
    padding: 10px !important
}

.p-md {
    padding: 15px !important
}

.p-lg {
    padding: 20px !important
}

.p-xl {
    padding: 25px !important
}

.p-xlg {
    padding: 30px !important
}

.pt-none {
    padding-top: 0 !important
}

.pt-xs {
    padding-top: 5px !important
}

.pt-sm {
    padding-top: 10px !important
}

.pt-md {
    padding-top: 15px !important
}

.pt-lg {
    padding-top: 20px !important
}

.pt-xl {
    padding-top: 25px !important
}

.pt-xlg {
    padding-top: 30px !important
}

.pb-none {
    padding-bottom: 0 !important
}

.pb-xs {
    padding-bottom: 5px !important
}

.pb-sm {
    padding-bottom: 10px !important
}

.pb-md {
    padding-bottom: 15px !important
}

.pb-lg {
    padding-bottom: 20px !important
}

.pb-xl {
    padding-bottom: 25px !important
}

.pb-xlg {
    padding-bottom: 30px !important
}

.pr-none {
    padding-left: 0 !important
}

.pl-xs {
    padding-left: 5px !important
}

.pl-sm {
    padding-left: 10px !important
}

.pl-md {
    padding-left: 15px !important
}

.pl-lg {
    padding-left: 20px !important
}

.pl-xl {
    padding-left: 25px !important
}

.pl-xlg {
    padding-left: 30px !important
}

.pr-none {
    padding-right: 0 !important
}

.pr-xs {
    padding-right: 5px !important
}

.pr-sm {
    padding-right: 10px !important
}

.pr-md {
    padding-right: 15px !important
}

.pr-lg {
    padding-right: 20px !important
}

.pr-xl {
    padding-right: 25px !important
}

.pr-xlg {
    padding-right: 30px !important
}

.ib {
    display: inline-block;
    vertical-align: top
}

.va-middle {
    vertical-align: middle
}

.ws-nowrap {
    white-space: nowrap
}

.ws-normal {
    white-space: normal
}

.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both
}

    .parallax blockquote {
        border: 0;
        padding: 0 10%
    }

        .parallax blockquote i.fa-quote-left, .parallax blockquote em.fa-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px
        }

        .parallax blockquote p {
            font-size: 24px;
            line-height: 30px
        }

        .parallax blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            position: relative;
            left: -5px
        }

    .parallax.parallax-ready {
        background-attachment: fixed
    }

    .parallax.parallax-disabled {
        background-attachment: scroll !important;
        background-position: 50% 50% !important
    }

@media(max-width:991px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: 50% 50% !important
    }
}

section.section {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0
}

    section.section.section-no-background {
        background: transparent;
        border-top-color: transparent
    }

    section.section.section-center {
        text-align: center
    }

    section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
        color: #fff
    }

    section.section.section-text-light p {
        color: #e6e6e6
    }

    section.section.section-background {
        background-repeat: repeat;
        border: 0
    }

    section.section.section-overlay {
        position: relative
    }

        section.section.section-overlay:before {
            content: "";
            display: block;
            background: url("Resources/img/video-overlay.png") repeat scroll 0 0 transparent;
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%
        }

    section.section.section-video {
        background: none !important;
        border: 0
    }

    section.section.section-parallax {
        border: 0
    }

    section.section.section-with-divider {
        margin: 56px 0 35px
    }

        section.section.section-with-divider .divider {
            margin: -56px 0 44px
        }

    section.section.section-footer {
        margin-bottom: -50px
    }

@media(max-width:991px) {
    .container-fluid > .row > .p-none section.section {
        margin-bottom: 0;
        margin-top: 0
    }

    .container-fluid > .row > .p-none:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px
    }

    .container-fluid > .row > .p-none:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0
    }
}

aside ul.nav-list > li > a {
    color: #666;
    font-size: .9em
}

.slider-container {
    background: #171717;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

    .slider-container ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .slider-container .tp-bannershadow {
        filter: alpha(opacity=20);
        opacity: .2
    }

    .slider-container .top-label {
        color: #fff;
        font-size: 24px;
        font-weight: 300
    }

    .slider-container .main-label {
        color: #fff;
        font-size: 62px;
        line-height: 62px;
        font-weight: 800;
        text-shadow: 2px 2px 4px rgba(0,0,0,.15)
    }

    .slider-container .featured-label {
        color: #fff;
        font-size: 52px;
        line-height: 52px;
        font-weight: 800;
        text-shadow: 1px 1px 3px rgba(0,0,0,.15)
    }

    .slider-container .bottom-label {
        color: #fff;
        font-size: 20px;
        font-weight: 300
    }

    .slider-container .blackboard-text {
        color: #bab9be;
        font-size: 46px;
        line-height: 46px;
        font-family: "Shadows Into Light",cursive;
        text-transform: uppercase
    }

    .slider-container .tp-caption {
        opacity: 0
    }

        .slider-container .tp-caption a {
            color: #fff
        }

            .slider-container .tp-caption a:hover {
                color: #fff
            }

        .slider-container .tp-caption.fullscreenvideo {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            left: 0 !important
        }

            .slider-container .tp-caption.fullscreenvideo video {
                height: 100%;
                width: 100%;
                padding: 0;
                position: relative
            }

    .slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
        color: #333
    }

    .slider-container .tp-caption-dark a {
        color: #333
    }

        .slider-container .tp-caption-dark a:hover {
            color: #333
        }

    .slider-container.transparent {
        background-color: transparent
    }

    .slider-container.light {
        background-color: #eaeaea
    }

        .slider-container.light .tp-bannershadow {
            filter: alpha(opacity=5);
            opacity: .05;
            top: 0;
            bottom: auto;
            z-index: 1000
        }

        .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
            color: #333
        }

        .slider-container.light .tp-caption a {
            color: #333
        }

            .slider-container.light .tp-caption a:hover {
                color: #333
            }

@media(max-width:991px) {
    .slider-container {
        min-height: 0
    }
}

.slider {
    height: 495px;
    max-height: 495px;
    position: relative
}

    .slider > ul > li > img {
        visibility: hidden
    }

    .slider > ul > li > .center-caption {
        left: 0 !important;
        margin-left: 0 !important;
        text-align: center;
        width: 100%
    }

    .slider .tp-bannertimer {
        display: none
    }

    .slider .main-button {
        font-size: 22px;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px
    }

.slider-container-fullscreen {
    height: 2000px;
    max-height: none
}

    .slider-container-fullscreen .slider {
        max-height: none
    }

.nivo-slider {
    position: relative
}

    .nivo-slider .theme-default .nivoSlider {
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        margin-top: 10px
    }

        .nivo-slider .theme-default .nivoSlider img {
            border-radius: 10px 10px 0 0
        }

    .nivo-slider .theme-default .nivo-controlNav {
        margin-top: -72px;
        position: absolute;
        z-index: 100;
        right: 5px;
        bottom: -17px
    }

    .nivo-slider .theme-default .nivo-caption {
        padding-left: 20px
    }

.slider-with-overlay {
    position: relative
}

    .slider-with-overlay .slider-container {
        z-index: auto
    }

.slider-contact-form {
    margin: -45px 0 25px
}

    .slider-contact-form .featured-box {
        text-align: left
    }

    .slider-contact-form label.error {
        display: none !important
    }

    .slider-contact-form .alert {
        padding: 6px;
        text-align: center
    }

    .slider-contact-form textarea {
        resize: none
    }

@media(min-width:992px) {
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%
    }
}

section.section-custom-map {
    background: transparent url(Resources/img/map.png) center 0 no-repeat;
    padding: 129px 0 0;
    margin: 20px 0 0;
    border: 0
}

    section.section-custom-map section.section {
        border-top-color: rgba(241,241,241,.8);
        background: rgba(244,244,244,.8)
    }

.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left
}

    .home-intro p {
        color: #fff;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 300;
        max-width: 800px;
        padding-top: 5px
    }

        .home-intro p span {
            color: #999;
            display: block;
            font-size: .8em;
            padding-top: 5px
        }

        .home-intro p em {
            font-family: "Shadows Into Light",cursive;
            font-size: 1.6em
        }

    .home-intro .get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: right
    }

        .home-intro .get-started .btn {
            position: relative;
            z-index: 1
        }

            .home-intro .get-started .btn i, .home-intro .get-started .btn em {
                font-size: 1.1em;
                font-weight: normal;
                margin-left: 5px
            }

        .home-intro .get-started a {
            color: #fff
        }

            .home-intro .get-started a:not(.btn) {
                color: #777
            }

    .home-intro .learn-more {
        margin-left: 15px
    }

    .home-intro.light {
        background-color: #e2e2e2
    }

        .home-intro.light.secondary {
            background-color: #e0e1e4
        }

        .home-intro.light p {
            color: #777
        }

.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px
}

    .home-intro-compact p {
        padding-left: 20px
    }

    .home-intro-compact .get-started {
        padding-right: 20px
    }

@media(max-width:767px) {
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.home-concept {
    background: transparent url(Resources/img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden
}

    .home-concept strong {
        display: block;
        font-family: "Shadows Into Light",cursive;
        font-size: 2.1em;
        font-weight: normal;
        position: relative;
        margin-top: 30px
    }

    .home-concept .row {
        position: relative
    }

    .home-concept .process-image {
        background: transparent url(Resources/img/home-concept-item.png) no-repeat 0 0;
        width: 160px;
        height: 175px;
        margin: 135px auto 0 auto;
        padding-bottom: 50px;
        position: relative;
        z-index: 1
    }

        .home-concept .process-image img {
            border-radius: 150px;
            margin: 7px 8px;
            width: auto;
            height: auto;
            max-width: 145px;
            max-height: 145px
        }

    .home-concept .our-work {
        margin-top: 52px;
        font-size: 2.6em
    }

    .home-concept .project-image {
        background: transparent url(Resources/img/home-concept-item.png) no-repeat 100% 0;
        width: 350px;
        height: 420px;
        margin: 15px 0 0 -30px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1
    }

    .home-concept .sun {
        background: transparent url(Resources/img/home-concept-icons.png) no-repeat 0 0;
        width: 60px;
        height: 56px;
        display: block;
        position: absolute;
        left: 10%;
        top: 35px
    }

    .home-concept .cloud {
        background: transparent url(Resources/img/home-concept-icons.png) no-repeat 100% 0;
        width: 116px;
        height: 56px;
        display: block;
        position: absolute;
        left: 57%;
        top: 35px
    }

@media(max-width:991px) {
    .home-concept {
        background: none
    }

        .home-concept .project-image {
            margin: 60px auto 0 auto
        }

        .home-concept .process-image {
            margin-top: 60px
        }
}

@media(max-width:479px) {
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
        max-height: 220px
    }

    .home-concept .fc-slideshow {
        max-height: 145px;
        max-width: 145px
    }

        .home-concept .fc-slideshow img {
            max-height: 145px;
            max-width: 145px
        }
}

.page-not-found {
    margin: 50px 0
}

    .page-not-found h2 {
        font-size: 140px;
        font-weight: 600;
        letter-spacing: -10px;
        line-height: 140px
    }

    .page-not-found h4 {
        color: #777
    }

    .page-not-found p {
        font-size: 1.4em;
        line-height: 36px
    }

.classic .classic-newsletter .news .form {
    border: 2px solid;
    text-transform: uppercase
}

.classic .classic-newsletter .news input[type="email"] {
    border: none
}

.classic.coming-soon .classic-newsletter .news_letter {
    color: #000;
    padding: 15px 155px 15px 20px
}

@media(max-width:479px) {
    .page-not-found {
        margin: 0
    }

        .page-not-found h2 {
            font-size: 100px;
            letter-spacing: 0;
            line-height: 100px
        }
}

.body > #footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both
}

    .body > #footer .container .row > div {
        margin-bottom: 25px
    }

    .body > #footer .container input:focus {
        box-shadow: none
    }

    .body > #footer a:hover {
        color: #ccc
    }

    .body > #footer h1, .body > #footer h2, .body > #footer h3, .body > #footer h4, .body > #footer a {
        color: #fff !important
    }

    .body > #footer h4 {
        font-size: 1.8em;
        font-weight: 200
    }

    .body > #footer h5 {
        color: #ccc !important
    }

    .body > #footer ul.nav-list > li a {
        border-bottom: 1px solid rgba(255,255,255,.1);
        line-height: 20px;
        padding-bottom: 11px
    }

    .body > #footer ul.nav-list > li:last-child a {
        border-bottom: 0
    }

    .body > #footer ul.nav-list > li a:hover {
        background-color: rgba(255,255,255,.05)
    }

    .body > #footer ul.list.icons li {
        margin-bottom: 5px
    }

    .body > #footer form {
        filter: alpha(opacity=85);
        opacity: .85
    }

        .body > #footer form label.error {
            line-height: 16px;
            margin: 5px 0 -5px;
            display: block;
            clear: both
        }

        .body > #footer form .alert {
            padding: 6px;
            text-align: center
        }

    .body > #footer .footer-ribbon {
        background: #999;
        position: absolute;
        margin: -90px 0 0 14px;
        padding: 10px 20px 6px 20px
    }

        .body > #footer .footer-ribbon:before {
            border-right: 10px solid #646464;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: -10px;
            position: absolute;
            top: 0;
            width: 7px
        }

        .body > #footer .footer-ribbon span {
            color: #fff;
            font-size: 1.6em;
            font-family: "Shadows Into Light",cursive
        }

    .body > #footer .newsletter form {
        width: 100%;
        max-width: 262px
    }

        .body > #footer .newsletter form input.form-control {
            height: 34px;
            padding: 6px 12px
        }

    .body > #footer .alert a {
        color: #222 !important
    }

        .body > #footer .alert a:hover {
            color: #666 !important
        }

    .body > #footer .contact {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .body > #footer .contact i, .body > #footer .contact em {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 7px 8px 10px 0;
            position: relative;
            text-align: center;
            top: -2px;
            width: 16px
        }

            .body > #footer .contact i.fa-envelope, .body > #footer .contact em.fa-envelope {
                font-size: 1em;
                top: 0
            }

        .body > #footer .contact p {
            margin-bottom: 10px
        }

    .body > #footer .logo {
        display: block
    }

        .body > #footer .logo.mb-xl {
            margin-bottom: 12px
        }

footer .terms:before, footer .privacy:before {
    display: block;
    content: '';
    height: 12px;
    border-left: 1px solid #777;
    float: left;
    margin: 5px 10px 0 7px
}

.body > #footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px
}

    .body > #footer .footer-copyright nav {
        float: right
    }

        .body > #footer .footer-copyright nav ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .body > #footer .footer-copyright nav ul li {
                border-left: 1px solid #505050;
                display: inline-block;
                line-height: 12px;
                margin: 0;
                padding: 0 8px
            }

                .body > #footer .footer-copyright nav ul li:first-child {
                    border: medium none;
                    padding-left: 0
                }

    .body > #footer .footer-copyright p {
        color: #555;
        margin: 0;
        padding: 0
    }

.body > #footer .phone {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px
}

.body > #footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0 0
}

    .body > #footer .narrow-phone .phone {
        font-size: 16px;
        padding-bottom: 0;
        margin-top: -13px
    }

.body > #footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0
}

    .body > #footer .recent-work li {
        float: left;
        width: 29%;
        margin: 10px 3% 0 0
    }

    .body > #footer .recent-work img {
        border: 0;
        width: 100%;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%)
    }

    .body > #footer .recent-work .img-thumbnail-hover-icon {
        border: 0
    }

        .body > #footer .recent-work .img-thumbnail-hover-icon:after {
            font-size: 22px;
            margin-left: -2px
        }

.body > #footer .view-more-recent-work {
    padding: 12px
}

.body > #footer.short {
    padding-top: 50px
}

    .body > #footer.short .footer-copyright {
        background: transparent;
        border: 0;
        padding-top: 0;
        margin-top: 0
    }

.body > #footer.light {
    padding-top: 60px;
    background: #fff;
    border-top: 1px solid #ddd
}

    .body > #footer.light .footer-ribbon {
        margin-top: -76px;
        margin-left: 14px
    }

    .body > #footer.light .footer-copyright {
        margin-top: 15px;
        background: #fff;
        border-top: 1px solid #ddd
    }

.body > footer.light .footer-copyright p {
    color: #777
}

.body > #footer.light .phone, .body > #footer.light .twitter-account {
    color: #777 !important
}

.body > #footer.light ul.nav-pills > li.active > a {
    color: #fff !important
}

.body > #footer.narrow {
    padding-top: 30px
}

    .body > #footer.narrow .footer-copyright {
        margin-top: 0
    }

    .body > #footer.narrow .nav > li > a {
        padding: 5px 12px
    }

.body > #footer.color {
    color: #fff
}

    .body > #footer.color p {
        color: #fff
    }

    .body > #footer.color .footer-copyright nav ul li {
        border-left-color: #fff
    }

@media(max-width:991px) {
    .body > #footer .phone {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .body > #footer .phone {
        font-size: 20px
    }
}

html.dark body {
    background-color: #21262d !important
}

html.dark.boxed .body, html.dark .one-page .thumb-info {
    background-color: #21262d
}

html.dark header.transparent {
    background: transparent
}

html.dark header .dropdown ul.dropdown-menu {
    background-color: #282d36
}

    html.dark header .dropdown ul.dropdown-menu li a {
        border-bottom: 1px solid rgba(255,255,255,.05)
    }

html.dark header nav ul.nav-top li a:hover {
    background-color: #282d36
}

html.dark header nav.mega-menu ul.nav-main li.mega-menu-item:not(.dropdown-full-color) .form-control {
    background-color: #2e353e !important;
    border-color: #2e353e !important;
    color: #fff !important
}

html.dark header nav.mega-menu ul.nav-main .mega-menu-signin a, html.dark header nav.mega-menu ul.nav-main .mega-menu-signin a:hover, html.dark header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: #fff
}

html.dark header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    color: #d9d9d9
}

html.dark header .search input.search:focus {
    border-color: #282d36
}

html.dark header.clean-top .header-top {
    background: #21262d;
    border-bottom-color: #282d36
}

html.dark header.narrow {
    border-bottom-color: #21262d
}

html.dark header nav.mega-menu .mega-menu-shop .actions-continue {
    border-top-color: #21262d
}

html.dark header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
    color: #fff
}

html.dark header nav.mega-menu .mega-menu-shop a {
    color: #fff
}

html.dark body.sticky-menu-active header {
    border-bottom-color: #282d36
}

    html.dark body.sticky-menu-active header.transparent {
        background: #1d2127
    }

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: #fff
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
    color: #111
}

html.dark blockquote {
    border-color: #282d36
}

html.dark section.featured {
    background-color: #191c21;
    border-top-color: #2e353e
}

    html.dark section.featured.map {
        background-image: url(Resources/img/map-bottom-dark.png)
    }

html.dark section.section {
    background-color: #21262d;
    border-top-color: #282d36
}

html.dark .tabs .nav-tabs li a, html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36
}

    html.dark .tabs .nav-tabs li a:hover {
        border-top-color: #808697
    }

html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

    html.dark .tabs .nav-tabs.nav-justified li a, html.dark .tabs .nav-tabs.nav-justified li a:hover, html.dark .tabs .nav-tabs.nav-justified li a:focus {
        border-bottom-color: #282d36
    }

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36
}

html.dark .tabs .nav-tabs {
    border-color: #282d36
}

    html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus, html.dark .tabs .nav-tabs.nav-justified li.active a, html.dark .tabs .nav-tabs.nav-justified li.active a:hover, html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
        background: #2e353e;
        border-left-color: #2e353e;
        border-right-color: #2e353e
    }

    html.dark .tabs .nav-tabs.nav-justified li.active a {
        border-bottom-color: #2e353e
    }

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e
}

html.dark .tabs.tabs-bottom .nav-tabs li a, html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #282d36;
    border-top-color: #2e353e
}

    html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
        border-bottom-color: #808697;
        border-top-color: #2e353e
    }

html.dark .tabs.tabs-bottom .nav-tabs li.active a, html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover, html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #2e353e
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a, html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover, html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #2e353e !important
}

html.dark .nav-tabs li.active a, html.dark .nav-tabs li.active a:hover, html.dark .nav-tabs li.active a:focus, html.dark .nav-tabs li a {
    color: #808697
}

html.dark .tab-content {
    background: #2e353e;
    border-color: #1d2127
}

html.dark .call-to-action.call-to-action-default {
    background: #282d36
}

html.dark .call-to-action.call-to-action-dark {
    background: #2e353e
}

html.dark .call-to-action.with-borders {
    border-top-color: #2e353e;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .call-to-action.with-full-borders {
    border-color: #2e353e
}

html.dark .call-to-action.featured {
    background-color: transparent;
    background: -webkit-linear-gradient(top,#282d36 1%,#2e353e 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom,#282d36 1%,#2e353e 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #21262d
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #2e353e;
    border-bottom: 1px solid #2e353e;
    border-left: 1px solid #282d36;
    border-right: 1px solid #282d36
}

html.dark .counters.counters-text-dark .counter {
    color: #fff !important
}

    html.dark .counters.counters-text-dark .counter .fa, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
        color: #fff !important
    }

html.dark section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: linear,to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%
}

html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none
}

html.dark section.timeline .timeline-title {
    background: #282d36
}

html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36
}

    html.dark section.timeline .timeline-box.left:before {
        box-shadow: 0 0 0 3px #282d36,0 0 0 6px #282d36
    }

    html.dark section.timeline .timeline-box.left:after {
        background: #282d36;
        border-right-color: #282d36;
        border-top-color: #282d36
    }

    html.dark section.timeline .timeline-box.right:before {
        box-shadow: 0 0 0 3px #282d36,0 0 0 6px #282d36
    }

    html.dark section.timeline .timeline-box.right:after {
        background: #282d36;
        border-left-color: #282d36;
        border-bottom-color: #282d36
    }

html.dark .sidebar input.form-control, html.dark aside.sidebar button[name="search"] {
    border-color: #000 !important
}

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36
}

html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #fff
}

html.dark .btn.disabled, html.dark .btn[disabled] {
    border-color: #282d36 !important
}

html.dark .pagination > li > a, html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #242830
}

html.dark .theme-default .nivoSlider {
    background-color: #1d2127
}

html.dark section.section-custom-map {
    background: transparent url(Resources/img/map-dark.png) center 0 no-repeat
}

    html.dark section.section-custom-map section.section {
        border-top-color: rgba(40,45,54,.8);
        background: rgba(33,38,45,.8)
    }

html.dark .home-concept {
    background-image: url(Resources/img/home-concept-dark.png)
}

    html.dark .home-concept .process-image {
        background-image: url(Resources/img/home-concept-item-dark.png)
    }

    html.dark .home-concept .project-image {
        background-image: url(Resources/img/home-concept-item-dark.png)
    }

    html.dark .home-concept .sun {
        background-image: url(Resources/img/home-concept-icons-dark.png)
    }

    html.dark .home-concept .cloud {
        background-image: url(Resources/img/home-concept-icons-dark.png)
    }

html.dark .page-top {
    border-bottom-color: #191c21
}

html.dark .page-top-light {
    background-color: #2e353e
}

html.dark .panel-group .panel {
    background-color: #282d36
}

html.dark .panel-group .panel-default, html.dark .accordion-mode-slider.panel-group .panel-heading.panel-top, html.dark .accordion-mode-slider.panel-group .panel-default:last-child, html.dark .panel-group .panel-heading.panel-btm, html.dark .toggle-mode section.toggle {
    border-color: #282d36
}

html.dark .panel-group .panel-heading {
    background-color: #2e353e
}

html.dark .panel-group .form-control {
    background-color: #21262d;
    border-color: #21262d
}

html.dark .toggle > label {
    background-color: #2e353e
}

html.dark .toggle.toggle-simple .toggle > label {
    color: #fff
}

html.dark .featured-box {
    background: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}

    html.dark .featured-box.secondary h4 {
        color: #fff
    }

html.dark .featured-boxes-flat .featured-box .box-content {
    background: transparent
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #1d2127
}

html.dark .featured-boxes-style-4 .featured-box {
    background: transparent
}

html.dark .featured-boxes-style-5 .featured-box {
    background: transparent
}

    html.dark .featured-boxes-style-5 .featured-box .icon-featured {
        background: #282d36;
        border-color: #2e353e
    }

html.dark .featured-boxes-style-6 .featured-box {
    background: transparent
}

    html.dark .featured-boxes-style-6 .featured-box .icon-featured {
        background: #282d36;
        border-color: #2e353e
    }

        html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
            border-color: #2e353e
        }

html.dark .featured-boxes-style-7 .featured-box {
    background: transparent
}

    html.dark .featured-boxes-style-7 .featured-box .icon-featured {
        background: #282d36;
        border-color: #2e353e
    }

        html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
            box-shadow: 3px 3px #161a1e
        }

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #2e353e
}

html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e
}

html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #2e353e
}

    html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
        border-color: #2e353e
    }

html.dark .owl-dots .owl-dot span {
    background: #2e353e
}

html.dark .owl-carousel.top-border {
    border-top-color: #3f4247
}

html.dark .progress {
    background: #2e353e
}

html.dark .arrow {
    background-image: url(Resources/img/arrows-dark.png)
}

html.dark .thumbnail, html.dark .img-thumbnail, html.dark .thumb-info {
    background-color: #282d36;
    border-color: #282d36
}

    html.dark .thumb-info .thumb-info-wrapper:after {
        background-color: rgba(29,33,39,.9)
    }

html.dark .thumb-info-social-icons {
    border-top-color: #373f4a
}

html.dark ul.nav-list > li a {
    border-bottom-color: #282d36
}

    html.dark ul.nav-list > li a:hover {
        background-color: #282d36
    }

html.dark .content-grid .content-grid-item:before {
    border-left-color: #2e353e
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #2e353e
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #2e353e
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #2e353e
}

html.dark .testimonial .testimonial-author strong {
    color: #fff
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #2e353e !important
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #2e353e !important
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #2e353e !important
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #2e353e !important
}

html.dark .page-top {
    border-bottom-color: #282d36
}

html.dark .table > thead > tr > th, html.dark .table > tbody > tr > th, html.dark .table > tfoot > tr > th, html.dark .table > thead > tr > td, html.dark .table > tbody > tr > td, html.dark .table > tfoot > tr > td, html.dark .table-bordered {
    border-color: #282d36
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td, html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #2e353e
}

html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36
}

html.dark .google-map-borders, html.dark .embed-responsive-borders {
    border-color: #2e353e
}

html.dark .alert.alert-default {
    border-color: #2e353e;
    background-color: #282d36
}

html.dark hr {
    background-image: -webkit-linear-gradient(left,transparent,#3f4247,transparent);
    background-image: linear-gradient(to right,transparent,#3f4247,transparent)
}

    html.dark hr.light {
        background-image: -webkit-linear-gradient(left,transparent,#3f4247,transparent);
        background-image: linear-gradient(to right,transparent,#3f4247,transparent)
    }

html.dark .divider {
    background-image: -webkit-linear-gradient(left,transparent,#3f4247,transparent);
    background-image: linear-gradient(to right,transparent,#3f4247,transparent)
}

html.dark .divider-full {
    background: none
}

html.dark .divider .fa {
    background: #21262d
}

html.dark .divider.divider-solid, html.dark .divider.divider-small hr, html.dark .divider.divider-small.divider-light hr, html.dark hr.solid {
    background: #3f4247
}

html.dark .divider.divider-style-4 .fa:after {
    border-color: #21262d
}

html.dark .divider.divider-small {
    background: transparent
}

html.dark hr.dashed:after, html.dark .divider.dashed:after {
    border-color: #3f4247
}

html.dark .heading.heading-bottom-border h1, html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3, html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6, html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3, html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
    background: #1d2127
}

html.dark ul.history li .thumb {
    background-image: url(Resources/img/history-thumb-dark.png)
}

html.dark .recent-posts .date .day {
    background-color: #2e353e
}

html.dark .blog-posts article {
    border-color: #282d36
}

html.dark section.featured .recent-posts .date .day, html.dark article.post .post-date .day {
    background-color: #282d36
}

html.dark article .post-video, html.dark article .post-video iframe, html.dark article .post-audio, html.dark article .post-audio iframe {
    background-color: #282d36;
    border-color: #282d36
}

html.dark ul.simple-post-list li {
    border-bottom-color: #21262d
}

html.dark .post-block {
    border-top-color: #191c21
}

html.dark ul.comments .comment-arrow {
    border-right-color: #282d36
}

html.dark .pricing-table li {
    border-top-color: #21262d
}

html.dark .pricing-table h3 {
    background-color: #21262d;
    text-shadow: none
}

    html.dark .pricing-table h3 span {
        background: #282d36;
        border-color: #242830;
        box-shadow: 0 5px 20px #242830 inset,0 3px 0 #282d36 inset;
        color: #777
    }

html.dark .pricing-table .most-popular {
    border-color: #282d36
}

    html.dark .pricing-table .most-popular h3 {
        color: #fff;
        text-shadow: none
    }

html.dark .classic .bt-pricetable {
    border-color: #282d36
}

html.dark .pricing-table .plan-ribbon {
    background-color: #282d36
}

html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777;
    text-shadow: none
}

html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent
}

html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent
}

html.dark .shop .quantity .minus, html.dark .shop .quantity .plus {
    background-color: #21262d;
    border-color: transparent
}

html.dark .shop table.cart td, html.dark .shop .cart-totals th, html.dark .shop .cart-totals td, html.dark .shop .featured-box .box-content, html.dark .checkout tbody tr.cart_table_item, html.dark .checkout thead.cart {
    border-color: #282d36 !important
}

html.dark .dialog {
    background-color: #1d2127
}

html.dark .modal-content {
    background-color: #1d2127
}

html.dark .modal-header {
    border-bottom-color: #282d36
}

    html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
        color: #777
    }

    html.dark .modal-header .close {
        text-shadow: none;
        color: #fff
    }

html.dark .modal-footer {
    border-top-color: #282d36
}

html.dark .loading-overlay {
    background: #1d2127
}

    html.dark .loading-overlay .loader:after {
        -webkit-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
        -moz-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
        animation: animateLoaderAfterWhite 1s ease-in-out infinite
    }

html.dark .body > #footer .newsletter form .btn-default {
    background-color: #21262d;
    border-color: #21262d;
    color: #777
}

@media(max-width:991px) {
    html.dark header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: transparent !important
    }
}

html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

html.boxed .body {
    background-color: #fff;
    border-bottom: 5px solid #1d2127;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto
}

html.boxed header {
    max-width: 1200px;
    padding: 8px 0
}

    html.boxed header.fixed {
        left: auto;
        width: auto
    }

html.boxed body.sticky-menu-active header {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    left: auto
}

@media(max-width:1200px) {
    html.boxed body.sticky-menu-active header {
        width: 100%
    }
}

@media(max-width:991px) {
    html.boxed .body {
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

@media(max-width:767px) {
    html.boxed {
        background: none !important
    }
}

.search.inline.active .fa-times {
    color: #fff;
    top: 22px;
    position: relative
}

.login_popup {
    position: relative;
    top: 0;
    float: right;
    cursor: pointer;
    color: #fff;
    width: 30px;
    text-align: center
}

    .login_popup .fa-user {
        font-size: 15px;
        color: #fff;
        -webkit-transition: all ease-in 200ms;
        transition: all ease-in 200ms;
        padding: 5px
    }

.language_flag > .language {
    display: none
}

.language_flag:hover > .language {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 3;
    box-shadow: 0 0 0 5px #333
}

.language_flag .language .language-object {
    display: inline-flex
}

.language-object:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 4px;
    border-style: solid;
    border-width: 0 10.5px 11px 10.5px;
    border-color: transparent transparent #333 transparent
}

section.page-top .page-top-info.container, section.page-top .breadcrumb {
    justify-content: center;
    text-align: center
}

section.page-top {
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 60px 0;
    margin-bottom: 60px
}

    section.page-top h2, section.page-top h1 {
        border-bottom: 0;
        font-size: 50px;
        font-weight: 600;
        text-transform: uppercase
    }

ul.breadcrumb > li a, ul.breadcrumb > li > span {
    color: #fff;
    text-decoration: none;
    font-size: 15px
}

@media(max-width:991px) {
    section.page-top .breadcrumb {
        margin: 0
    }

    section.page-top h2, section.page-top h1 {
        font-size: 40px
    }
}

section.page-top.small {
    padding: 20px 0
}

    section.page-top.small .page-top-info.container, section.page-top.small .breadcrumb {
        text-align: left
    }

.contact-us .wrapper-get h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: none
}

.contact-us .contact-info .column-wrapper {
    padding: 56px 20px
}

.contact-us .wrapper-contact {
    margin-bottom: 40px
}

    .contact-us .wrapper-contact h3 {
        color: #fff;
        margin-bottom: 0;
        line-height: 35px;
        font-size: 36px;
        font-weight: 600
    }

.contact-us .icon-box, .contact-us .icon-box a {
    color: #fff;
    font-size: 12px
}

    .contact-us .icon-box em {
        font-size: 28px
    }

.contact-us .form-group textarea {
    padding-top: 10px;
    height: 130px
}

.contact-us .form-group:hover .form-icon:before {
    opacity: 1
}

.contact-us .icon-title {
    font-size: 20px;
    display: block;
    line-height: 30px
}

.dt-separator {
    border-style: dotted;
    width: 82px;
    border-bottom-width: 2px;
    margin: 15px 0 20px;
    display: inline-block
}

.content-image .read-more, .custom .btn {
    margin: 15px 0;
    letter-spacing: 0
}

.content-image img {
    width: 100%
}

.custom .call-to-action-content h3, .custom .call-to-action-content p {
    text-align: left
}

.section.facts {
    background: #222
}

.services-title {
    margin: 50px 0 70px
}

.service-items .headline {
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    display: block;
    color: #333
}

.service-items em {
    font-size: 44px;
    line-height: 54px
}

.service-items .row .row {
    margin-bottom: 90px
}

.services.section {
    padding: 120px 0
}

.services .item-content .headline {
    font-size: 52px;
    font-weight: 800;
    line-height: 64px;
    color: #fff
}

.services .item-content .sub-title span {
    padding: 20px 0;
    display: block;
    line-height: 40px
}

.services .item-text {
    background: #fff;
    border-radius: 10px;
    padding: 45px
}

    .services .item-text .top .sup-title p {
        color: #333;
        margin-bottom: 15px
    }

    .services .item-text .dash .headline {
        font-size: 34px;
        font-weight: 800;
        color: #000;
        letter-spacing: -1px
    }

    .services .item-text .top .sub-title {
        font-size: 19px;
        line-height: 28px;
        color: #333
    }

    .services .item-text .servicesItem {
        margin-bottom: 30px
    }

        .services .item-text .servicesItem .title {
            float: left;
            font-size: 20px
        }

        .services .item-text .servicesItem .small {
            margin-left: 30px;
            line-height: 26px;
            font-size: 14px
        }

            .services .item-text .servicesItem .small .sup-title {
                text-transform: uppercase;
                color: #000;
                letter-spacing: 2px;
                font-weight: 600
            }

.services a.btn-primary {
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    text-shadow: none
}

@media(max-width:767px) {
    .service-items .row .row {
        margin-bottom: 0
    }

    .column-inner {
        margin-bottom: 20px
    }
}

@media(max-width:479px) {
    .services .item-content .headline {
        font-size: 42px
    }

    .services .item-text {
        padding: 30px 20px
    }
}

.call-to-action.carrers .row {
    padding: 40px 0 20px
}

.call-to-action.carrers .call-info, .call-to-action.carrers .mail-info {
    border-right: solid 1px rgba(0,0,0,.1)
}

.call-to-action.carrers em {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width:991px) {
    .call-to-action.carrers .call-info, .call-to-action.carrers .mail-info {
        border: none
    }
}

ul.careers-listing {
    list-style: none
}

.faq {
    padding: 70px;
    background: #eee
}

    .faq h2 {
        font-weight: 700
    }

.page-top.custom-header {
    background-image: url(Resources/img/custom-header.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    overflow: hidden
}

    .page-top.custom-header h3, .page-top.custom-header p {
        color: #fff
    }

    .page-top.custom-header .divider.divider-small hr {
        background: #fff
    }

.contact-us .icon-box a, .service-items a, .services a, ul.careers-listing a, .sitemap a {
    text-decoration: none
}

.about-author-widget .sidebar-heading {
    margin: 15px 0
}

.about-author-widget .content-title p {
    margin-bottom: 10px
}

.latest-post-widget .blog-list-holder {
    padding: 0
}

.latest-post-widget .blog-list-item .item-image {
    float: left
}

.latest-post-widget .blog-list-item .item-text-holder {
    padding-left: 100px
}

.latest-post-widget a {
    text-decoration: none
}

.latest-post-widget .blog-list {
    width: 100%
}

.latest-post-widget .item-title {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    overflow: hidden;
    height: 50px
}

.latest-post-widget .item-date {
    color: #808285;
    font-size: 12px;
    font-weight: 300
}

.contact-us-widget .divider {
    margin: 30px auto
}

    .contact-us-widget .divider em {
        font-size: 23px
    }

.contact-us-widget .content-element {
    font-size: 13px;
    font-weight: 300
}

.categories-widget ul {
    padding: 0;
    list-style: none
}

    .categories-widget ul li {
        margin: 10px 0;
        font-size: 15px;
        font-weight: 300
    }

.categories-widget a {
    text-decoration: none;
    color: #808285
}

ul.team-list .thumb-info-caption .team-position {
    margin-left: 10px
}

ul.team-list span.thumb-info-caption .team-name {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: 1.8px
}

.dt-underline::after {
    content: '....................';
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    top: 25px;
    font-style: italic
}

.dt-underline {
    position: relative
}

ul.team-list .thumb-info.thumb-info-hide-wrapper-bg {
    border: none;
    border-radius: 0
}

.page-not-found-main > em {
    font-size: 100px
}

.about-me .about-us-img {
    clear: left;
    text-align: left
}

.subtitle {
    font-size: 15px;
    letter-spacing: .025em;
    font-style: italic;
    line-height: 25px;
    font-weight: 600
}

.about-me .tm-position {
    list-style-type: none;
    font-size: 10px
}

.about-me .img-list {
    border: 1px solid #ddd;
    padding: 4px;
    width: 100%
}

.eltd-pi-icon {
    position: absolute;
    top: 14px;
    border-radius: 50%;
    left: 23px;
    border: 1px solid #ddd;
    width: 49px;
    height: 49px;
    background-color: #fff;
    font-size: 26px;
    padding: 11px;
    color: #ffa500
}

@media(max-width:991px) {
    .eltd-pi-icon {
        display: none
    }
}

body.sticky-menu-active .logo.logo-sticky-active hr {
    display: none
}

ul.nav > li > a:hover::after, ul.nav > li > a:focus::after {
    color: #777;
    text-shadow: 10px 0 #777,-10px 0 #777
}

.search .et_top_search {
    float: right;
    position: relative;
    width: 30px;
    cursor: pointer;
    top: 0;
    text-align: center;
    color: #fff;
    z-index: 1
}

.search-close .et_top_search {
    z-index: inherit
}

.search.inline .input-group {
    display: none;
    margin: 0
}

.search.inline ul#mainMenu {
    margin: -7px 4px 8px 0
}

.search.inline .searchInputContainer {
    width: 100%
}

.search.inline .input-group .NormalTextBox {
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    background: transparent
}

.search.inline .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    background: url(../../../../images/search/clearText.png) center center no-repeat !important;
    top: 22px
}

span.fa.fa-times {
    font-size: 15px
}

span.fa.fa-search, span.fa.fa-times {
    padding: 5px
}

.fa-search:before {
    -webkit-transition: all ease-in 200ms;
    transition: all ease-in 200ms
}

.search .search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease
}

.search .search-popups:before {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    content: ''
}

.search .search-popup.search-popups:before {
    visibility: visible;
    opacity: 1
}

.search .input-group {
    display: none
}

.search .search-popup.popup-visible .input-group {
    position: relative;
    display: block;
    padding: 0 15px 50px;
    padding-top: 200px;
    max-width: 1024px;
    margin: 0 auto
}

.search .fa-times {
    display: none
}

.search.search-close .fa-times {
    position: absolute;
    display: block;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
    top: 0;
    right: 2px
}

header div.search .search-popup input.NormalTextBox:first-child {
    position: relative;
    height: 70px;
    width: 100%;
    border: none;
    padding: 20px 250px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 0
}

.search .search-popup .searchInputContainer {
    width: 100%;
    margin: 0 !important;
    display: block !important
}

.search .search-popup .icon-search:before {
    content: 'Search';
    position: relative;
    background: transparent;
    z-index: 1
}

.search .search-popup .icon-search {
    position: absolute;
    font-size: 20px;
    margin: 0;
    right: 15px;
    top: inherit;
    text-align: center;
    width: 220px;
    padding: 20px 10px 20px 10px;
    color: #fff;
    background: #2e4c66;
    height: 70px;
    font-family: 'Catamaran',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.search .search-popup .input-group .icon-search {
    border: 5px solid rgba(255,255,255,.8)
}

.search .search-popup .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    background: url(../../../../images/search/clearText.png) center center no-repeat !important;
    top: 22px;
    right: 230px !important
}

.search .search-popup ul.searchSkinObjectPreview {
    top: 70px
}

.searchInputContainer a.dnnSearchBoxClearText {
    top: 25px
}

.search_register_box {
    background-color: #505050;
    width: auto;
    position: absolute;
    display: none;
    z-index: 9;
    color: #444;
    top: 43px;
    right: 15px;
    height: auto;
    padding: 5px 20px;
    box-shadow: 0 0 0 5px #333
}

    .search_register_box.active {
        display: block
    }

span.search_register_box:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 5px;
    border-style: solid;
    border-width: 0 10.5px 11px 10.5px;
    border-color: transparent transparent #333 transparent
}

.search_register_box #login {
    color: #fff;
    position: static;
    right: 15px;
    margin: 2px 0 0 0 !important
}

#login {
    margin: 0 !important;
    right: 15px;
    position: relative
}

.language_flag .flag {
    padding-bottom: 14px;
    -webkit-transition: all ease-in 200ms;
    transition: all ease-in 200ms;
    font-weight: bold
}

select#dnn_dnnLANGUAGE_selectCulture > option[selected="selected"], select#dnn_dnnLANGUAGE_selectCulture > option:hover {
    background-color: #e9eef3
}

select#dnn_dnnLANGUAGE_selectCulture > option {
    background-color: #f6f8fa;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 12px;
    cursor: pointer
}

select#dnn_dnnLANGUAGE_selectCulture {
    border-radius: 0;
    overflow: hidden
}

span.Language {
    width: 70%;
    background: none !important;
    box-shadow: none !important
}

.language > .language-object > span.selected, .language > .language-object > span:hover {
    background-color: #585858 !important
}

.language > .language-object > span {
    background-color: #000 !important
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #171717
}

.scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #171717
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

.btn-close {
    display: none
}

header .container {
    position: relative
}

.social-icons.social em {
    padding: 10px 5px;
    margin: 0;
    color: #fff;
    font-size: 16px
}

.language_flag {
    float: right;
    padding: 0;
    background: transparent;
    color: #fff;
    top: 6px;
    position: relative;
    cursor: pointer;
    width: 30px;
    text-align: center
}

.search.inline {
    margin: 0
}

    .search.inline.active .input-group {
        display: block
    }

.sticky-menu-active header .social-icons.social, .sticky-menu-active header .login_popup, .sticky-menu-active header .language_flag, .sticky-menu-active header .search {
    display: none !important
}

.login-divider {
    float: left;
    position: relative;
    top: 7px;
    display: block;
    padding: 0 10px
}

header div.search input.NormalTextBox:first-child {
    border: none
}

body.sticky-menu-active .logo.logo-sticky-active hr {
    display: none
}

header .navbar-collapse li {
    list-style: none
}

header ul.nav-pills > li.active > a:hover, header ul.nav-pills > li.active > a:focus, header ul.nav-pills > li.active > a {
    background: transparent !important
}

@media(min-width:992px) {
    header nav ul.nav-main .dropdown-submenu > a:after {
        border-left-color: #08c
    }

    header nav ul.nav-main > li > a {
        color: #fff;
        background: transparent
    }
}

@media(max-width:991px) {
    header .social-icons.social {
        display: none
    }

    header .btn-close {
        display: none !important
    }

    header nav ul.nav-main li.opened ul.dropdown-menu > li > a {
        color: #fff
    }
}

@media(min-width:992px) {
    header .navbar-collapse {
        display: block !important;
        vertical-align: middle;
        height: auto !important;
        min-height: 40px
    }

    body.sticky-menu-active header .navbar-collapse {
        min-height: auto
    }
}

@media only screen and (max-width:767px) {
    .search .search-popup input#dnn_dnnSearch_txtSearch {
        font-size: 15px;
        padding: 10px 15px;
        border-radius: 0
    }

    .search .search-popup a.icon-search {
        position: relative !important;
        width: 100% !important;
        border-radius: 0
    }

    .search .search-popup .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
        right: 10px !important
    }
}

.search.inline input.NormalTextBox::-webkit-input-placeholder {
    color: #fff
}

.search.inline input.NormalTextBox:-moz-placeholder {
    color: #fff
}

.search.inline input.NormalTextBox:-ms-input-placeholder {
    color: #fff
}

.search ul.searchSkinObjectPreview {
    width: 100%;
    text-align: left
}

.newHeader .language_flag, .newHeader .login_popup, .newHeader .search .et_top_search {
    top: 6px
}

html.boxed [canvas=containers] {
    background: transparent
}

html.boxed header, html.boxed body.sticky-menu-active .newHeader {
    padding: 0
}

html.boxed .newHeader {
    padding: 10px 0 0
}

html.boxed body.sticky-menu-active header {
    width: 100%
}

html.boxed .full-header {
    padding: 10px 40px 0
}

html.boxed body.sticky-menu-active .full-header {
    padding: 0 40px
}

.pushdown-menu, body.sticky-disable header:not(.fixedheader), body.sticky-menu-active .search_register_box {
    display: none !important
}

header.fixedheader, .dnnEditState header {
    position: relative;
    background: rgba(0,0,0,.2)
}

.transparent-header {
    background: transparent;
    -webkit-transition: min-height .3s ease;
    -moz-transition: min-height .3s ease;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 1000;
    position: fixed;
    border-top: 0;
    padding: 0;
    min-height: 142px
}

    .transparent-header .header-top {
        padding: 8px 0;
        min-height: 52px
    }

    .transparent-header .social-icons {
        float: left;
        margin: 0
    }

    .transparent-header .bottom > .container {
        margin-bottom: -66px;
        height: 90px;
        position: relative;
        display: table
    }

    .transparent-header .login_popup, .transparent-header .language_flag, .transparent-header .search .et_top_search {
        top: 6px
    }

body.sticky-menu-active .transparent-header {
    min-height: 103px;
    background: rgba(0,0,0,.8);
    border: none
}

    body.sticky-menu-active .transparent-header .bottom > .container {
        margin-bottom: -75px
    }

    body.sticky-menu-active .transparent-header .logo.logo-sticky-active img {
        top: 0 !important;
        margin: 0
    }

    .transparent-header nav ul.nav-main body.sticky-menu-active .transparent-header nav, body.sticky-menu-active .transparent-header nav ul.nav-main {
        margin: 0
    }

.header-bottom {
    position: fixed;
    top: auto;
    z-index: 1000;
    width: 100%;
    background: rgba(0,0,0,.8);
    border: none;
    box-shadow: none;
    padding: 0;
    min-height: 103px
}

    .header-bottom .header-top {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 8px 0
    }

    .header-bottom ul.dropdown-menu {
        bottom: 100%;
        border: none !important
    }

    .header-bottom nav ul.nav-main .dropdown-submenu > .dropdown-menu {
        top: auto
    }

    .header-bottom nav ul.nav-main ul.dropdown-menu ul {
        margin-bottom: -30px
    }

    .header-bottom.left-push .header-top {
        top: 0
    }

    .header-bottom .header-top .login_popup {
        top: 6px
    }

    .header-bottom .search .et_top_search {
        top: 38px
    }

    .header-bottom .social-icons {
        float: left;
        margin: 0
    }

    .header-bottom .container > .navbar-collapse {
        margin-right: 15px
    }

body.sticky-menu-active .header-bottom ul.dropdown-menu {
    bottom: auto
}

body.sticky-menu-active .header-bottom nav ul.nav-main ul.dropdown-menu ul {
    top: 0;
    margin-top: 0
}

body.sticky-menu-active .header-bottom .header-top {
    display: none
}

.headerBottom {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(0,0,0,.8);
    border: none;
    box-shadow: none;
    min-height: 103px;
    padding: 0
}

    .headerBottom .header-top {
        position: fixed;
        top: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.2);
        min-height: 100px
    }

html.boxed .headerBottom .header-top {
    top: 30px
}

.showControlBar .headerBottom .header-top {
    top: 54px
}

html.boxed .showControlBar .headerBottom .header-top {
    top: 80px;
    max-width: 1200px
}

html.boxed .sticky-menu-active .showControlBar .headerBottom .header-top {
    top: -80px
}

.headerBottom .header-top .top-cont {
    display: table;
    height: 100px
}

.headerBottom.fix .header-top .top-cont:not(:last-child) {
    display: none
}

.headerBottom.fix .header-top .top-cont {
    width: 100%
}

.headerBottom div.social-icons {
    margin: 0;
    float: left;
    text-align: center;
    height: 100px
}

    .headerBottom div.social-icons:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.headerBottom ul.social-icons {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: left
}

.headerBottom.fix .header-top .top-cont {
    width: 100%
}

.headerBottom .language_flag, .headerBottom .search .et_top_search, .headerBottom .login_popup {
    top: 40px
}

.headerBottom nav ul.nav-main .dropdown-submenu > .dropdown-menu {
    top: auto
}

.headerBottom ul.dropdown-menu {
    bottom: 100%
}

.headerBottom nav ul.nav-main ul.dropdown-menu {
    border: none
}

    .headerBottom nav ul.nav-main ul.dropdown-menu ul {
        margin-bottom: -35px
    }

.headerBottom .nav-bottom {
    min-height: 103px;
    position: relative;
    z-index: -1
}

.headerBottom .search_register_box {
    top: 77px
}

body.sticky-menu-active .headerBottom .header-top .top-cont {
    width: 100%;
    height: auto
}

body.sticky-menu-active .headerBottom {
    top: 0;
    bottom: auto;
    min-height: 103px
}

    body.sticky-menu-active .headerBottom nav ul.nav-main .dropdown-submenu > .dropdown-menu {
        top: 0;
        margin-top: 0
    }

    body.sticky-menu-active .headerBottom ul.dropdown-menu {
        bottom: auto
    }

    body.sticky-menu-active .headerBottom nav, .headerBottom .header-top .logo {
        margin: 0 !important
    }

    body.sticky-menu-active .headerBottom .header-top, body.sticky-menu-active .headerBottom .header-top > .container {
        top: -80px;
        min-height: 0;
        height: 0;
        z-index: 9999
    }

    body.sticky-menu-active .headerBottom .logo-sticky-active img {
        top: 88px !important;
        margin: 0 !important
    }

.transy_header {
    background: rgba(0,0,0,.3);
    -webkit-transition: min-height .3s ease;
    -moz-transition: min-height .3s ease;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 1000;
    position: fixed;
    border-top: 0;
    padding: 0;
    min-height: 122px
}

    .transy_header .login_popup, .transy_header .language_flag, .transy_header .search .et_top_search {
        top: 20px
    }

    .transy_header .search_register_box {
        top: 60px;
        right: 45px
    }

    .transy_header .search.inline.active .fa-times {
        top: 0
    }

    .transy_header .searchInputContainer {
        margin-top: -25px !important
    }

    .transy_header .search.inline.active .et_top_search {
        top: 15px
    }

.center_header .search_register_box {
    top: 52px;
    right: 10px
}

.center_header .search .et_top_search {
    border-right: 1px solid rgba(255,255,255,.2);
    padding-right: 10px
}

.center_header .language_flag {
    float: left;
    top: 15px;
    padding-left: 15px;
    position: relative
}

.center_header.clean-top.center div.social-icons {
    border-right: 1px solid rgba(255,255,255,.2);
    line-height: 50px;
    padding-right: 10px
}

.center_header ul.nav > li > a:hover::after, .center_header ul.nav > li > a:focus::after {
    text-shadow: 10px 0 #777,-10px 0 #777
}

.center_header .search.search-close .et_top_search > span.fa {
    color: #fff
}

.center_header .language_flag:hover > .language {
    right: -10px
}

.center_header .search.inline.active .et_top_search {
    border-right: 0
}

.center_header .search.inline.active {
    float: none;
    line-height: 0
}

.center_header div.search.inline input.NormalTextBox:first-child {
    height: 36px
}

.center_header .search.inline .searchInputContainer a.dnnSearchBoxClearText {
    right: 0 !important;
    top: 12px !important
}

.center_header .search.search-close span.fa.fa-times {
    top: 12px
}

.center_header .search.inline.search-close .fa-times {
    right: 55px
}

html.dark .center_header.clean-top.center div.social-icons, html.dark .center_header .search .et_top_search {
    border-color: #777
}

.full-header div.social-icons {
    right: 2px;
    top: 5px
}

.full-header .logo.logo-sticky-active img {
    top: 85px !important
}

.full-header .logo {
    float: left
}

.full-header {
    background: rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: min-height .3s ease;
    -moz-transition: min-height .3s ease;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 1000;
    position: fixed;
    border-top: 0
}

    .full-header a.user-icon {
        border-left: 2px solid rgba(255,255,255,.2);
        padding-left: 20px
    }

    .full-header .search .et_top_search, .full-header .login_popup, .full-header .language_flag {
        top: 8px
    }

    .full-header .search_register_box {
        top: 55px;
        right: 0
    }

    .full-header .comp {
        display: block;
        min-height: 50px;
        position: relative
    }

    .full-header .searchInputContainer {
        margin-top: -40px !important
    }

    .full-header nav ul.nav-main > li.active > a, .full-header nav ul.nav-main > li:hover > a, .full-header nav ul.nav-main > li > a:focus {
        background: transparent !important;
        border-radius: 0
    }

body.sticky-menu-active header.full-header .search .et_top_search {
    display: none
}

body.sticky-menu-active .full-header nav ul.nav-main {
    margin: 0
}

.header-bottom .search.inline.active .fa-times, .headerBottom.center .search.inline.active .fa-times, .full-header .search.inline.active .fa-times, .full-header .search.inline.active .et_top_search {
    top: -8px
}

@media(min-width:992px) {
    body.sticky-menu-active .transparent-header .bottom > .container {
        min-height: 103px
    }

    body.sticky-menu-active .transparent-header .header-top {
        display: none
    }

    body.sticky-menu-active .transparent-header {
        top: 0
    }

    .header-bottom {
        bottom: 0
    }

        .header-bottom .nav-bottom .container:first-child {
            height: 103px;
            margin-bottom: -103px !important;
            display: table
        }

        .header-bottom nav ul.nav-main {
            margin: 0 15px 0 0
        }

    body.sticky-menu-active .header-bottom {
        top: 0 !important;
        bottom: auto !important;
        min-height: 103px
    }

        body.sticky-menu-active .header-bottom .logo.logo-sticky-active img {
            top: 0 !important
        }

    html.boxed .header-bottom .header-top {
        top: 30px;
        max-width: 1200px
    }

    html.boxed .showControlBar .header-bottom .header-top {
        top: 82px
    }

    .showControlBar .header-bottom .header-top {
        top: 54px
    }

    body.sticky-menu-active .headerBottom nav {
        float: right !important
    }

    body.sticky-menu-active .headerBottom .header-top .logo-sticky-active {
        float: left
    }

    .transy_header nav ul.nav-main {
        margin: 25px 0 0
    }

    .transy_header div.social-icons > ul.social-icons {
        padding-top: 11px
    }

    .transy_header div.social-icons {
        float: left;
        margin: 0
    }

    .transy_header .header-top {
        padding: 0 45px;
        background: rgba(0,0,0,.5) !important;
        min-height: 60px
    }

    .transy_header .bottom-header {
        padding: 0 45px;
        height: 90px;
        display: table;
        width: 100%;
        position: relative
    }

    body.sticky-menu-active .transy_header {
        border-bottom: 0;
        top: 0;
        min-height: 103px
    }

        body.sticky-menu-active .transy_header nav ul.nav-main {
            margin: 32px 0 0
        }

        body.sticky-menu-active .transy_header .bottom-header {
            min-height: 103px
        }

        body.sticky-menu-active .transy_header .logo img {
            top: 0 !important
        }

        body.sticky-menu-active .transy_header .header-top {
            display: none
        }

        body.sticky-menu-active .transy_header .navbar-collapse.collapse {
            padding: 0
        }

    .center_header.clean-top .header-top {
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,.1);
        margin-top: 0
    }

    .center_header > .container {
        margin-bottom: 0 !important
    }

    .center_header ul.nav-main {
        justify-content: center
    }

    .center_header a.search-icon, .center_header a.user-icon {
        color: #737373 !important;
        font-size: 19px
    }

    .center_header .search.user {
        border-left: 1px solid #ededed
    }

    .center_header .overlay ul.nav-main > li > a:before {
        border-left: 0;
        padding: 0
    }

    .center_header .login_popup {
        line-height: 50px;
        top: 0;
        padding-left: 10px
    }

    .center_header .search {
        line-height: 50px;
        float: right
    }

    .center_header {
        background: #0e0e0e;
        z-index: 1000
    }

    body.sticky-menu-active .center_header .logo img {
        margin-top: -6px
    }

    body.sticky-menu-active .center_header nav ul.nav-main {
        margin: -70px 0
    }

    body.sticky-menu-active .center_header {
        min-height: 90px
    }

        body.sticky-menu-active .center_header.clean-top .header-top {
            margin-top: 7px
        }

        body.sticky-menu-active .center_header > .container {
            height: 103px
        }

    .full-header {
        padding: 10px 40px 0
    }

        .full-header .navbar-collapse {
            z-index: 9;
            padding: 0;
            margin: -52px 0 0;
            float: left
        }

        .full-header span.fa.fa-search {
            padding: 0
        }

        .full-header .header-top {
            display: table;
            width: 100%;
            height: 75px
        }

    body.sticky-menu-active .full-header .header-top {
        height: 50px
    }

    body.sticky-menu-active header.full-header {
        padding: 0 40px;
        border-bottom: 1px solid rgba(255,255,255,.2);
        background: rgba(0,0,0,.8)
    }

        body.sticky-menu-active header.full-header .comp {
            min-height: 110px
        }

    body.sticky-menu-active .full-header .navbar-collapse.nav-main-collapse.collapse {
        margin: -71px 0;
        float: right
    }

    .header-bottom nav ul.nav-main ul.dropdown-menu, .headerBottom nav ul.nav-main ul.dropdown-menu {
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .headerBottom nav ul.nav-main {
        margin: 0;
        justify-content: center
    }

    header.header-bottom nav ul.nav-main li.dropdown:hover .arrow-icon:after, header.headerBottom nav ul.nav-main li.dropdown:hover .arrow-icon:after {
        border-top: 9px solid #2baab1;
        top: -94px;
        border-bottom: 0
    }

    body.sticky-menu-active .header-bottom nav ul.nav-main ul.dropdown-menu, body.sticky-menu-active .headerBottom nav ul.nav-main ul.dropdown-menu {
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    body.sticky-menu-active header.header-bottom nav ul.nav-main li.dropdown:hover .arrow-icon:after, body.sticky-menu-active header.headerBottom nav ul.nav-main li.dropdown:hover .arrow-icon:after {
        top: -9px;
        border-bottom: 9px solid #2baab1;
        border-top: 0
    }

    body.sticky-menu-active .headerBottom nav ul.nav-main, body.sticky-menu-active .header-bottom nav ul.nav-main {
        margin: 30px 0 0
    }
}

@media(max-width:991px) {
    .transparent-header .bottom > .container, body.sticky-menu-active .transparent-header .bottom > .container {
        margin-bottom: 0
    }

    body.sticky-menu-active .transparent-header .logo.logo-sticky-active img {
        top: 5px !important
    }

    .header-bottom {
        position: relative;
        top: 0;
        bottom: auto;
        padding-bottom: 8px
    }

        .header-bottom .header-top {
            position: relative;
            top: 0
        }

        .header-bottom nav ul.nav-main > li > a {
            padding: 9px 8px !important
        }

        .header-bottom nav ul.nav-main ul.dropdown-menu {
            border: none !important
        }

        .header-bottom .logo {
            position: relative;
            left: 20px
        }

        .header-bottom .nav-bottom .container:first-child {
            height: 80px
        }

        .header-bottom .login_popup {
            top: 30px
        }

        .header-bottom .header-top > .container {
            width: 100%
        }

        .header-bottom .nav-bottom > .container {
            width: 100%;
            margin: 0;
            padding: 0;
            display: table
        }

        .header-bottom .container > .navbar-collapse {
            overflow: hidden !important;
            margin: 0
        }

    body.sticky-menu-active .header-bottom nav {
        margin-top: 0 !important
    }

    body.sticky-menu-active .header-bottom {
        position: fixed;
        top: 0 !important;
        bottom: auto;
        background: transparent;
        padding: 0;
        min-height: 80px
    }

        body.sticky-menu-active .header-bottom .logo-sticky-active img {
            top: 0 !important
        }

        body.sticky-menu-active .header-bottom .container > .navbar-collapse {
            top: 0
        }

    .headerBottom {
        position: relative;
        padding: 8px 0
    }

        .headerBottom .header-top {
            position: relative;
            border: none !important;
            top: 0;
            min-height: 50px
        }

        .headerBottom .nav-main ul li {
            text-align: left
        }

        .headerBottom nav ul.nav-main > li > a {
            padding: 9px 8px !important
        }

        .headerBottom .logo img {
            top: 0 !important
        }

        .headerBottom ul.social-icons {
            display: none
        }

        .headerBottom .header-top i, .headerBottom .header-top em {
            margin-left: 0;
            margin-right: 0
        }

        .headerBottom nav ul.nav-main ul.dropdown-menu ul {
            margin-bottom: 15px
        }

        .headerBottom .language_flag, .headerBottom .search .et_top_search, .headerBottom .login_popup {
            top: 15px
        }

        .headerBottom .nav-bottom {
            min-height: 53px
        }

        .headerBottom .header-top > .container, .headerBottom .header-top .row {
            display: block
        }

        .headerBottom .header-top .container .top-cont:nth-child(even) {
            width: auto;
            float: left;
            top: 0
        }

        .headerBottom .header-top .top-cont {
            display: block;
            height: auto
        }

            .headerBottom .header-top .top-cont:first-child {
                display: none
            }

        .headerBottom .search_register_box {
            top: 56px
        }

    body.sticky-menu-active .headerBottom {
        position: fixed;
        bottom: auto;
        border: none;
        padding: 0;
        top: -30px !important
    }

        body.sticky-menu-active .headerBottom .header-top, body.sticky-menu-active .headerBottom .header-top > .container {
            top: -38px
        }

        body.sticky-menu-active .headerBottom .logo-sticky-active img {
            top: 120px !important;
            left: 20px
        }

        body.sticky-menu-active .headerBottom .nav-bottom > .container {
            height: 80px
        }

        body.sticky-menu-active .headerBottom .nav-bottom {
            position: fixed;
            top: 0;
            bottom: auto;
            width: 100%
        }

    html.boxed .showControlBar .headerBottom .header-top, .showControlBar .headerBottom .header-top {
        top: 0
    }

    .transy_header .navbar-collapse {
        margin-top: 25px
    }

    body.sticky-menu-active .transy_header .navbar-collapse {
        margin-top: 22px
    }

    .transy_header .logo img {
        padding: 0 10px
    }

    .transy_header .user {
        margin-right: 10px
    }

    .transy_header .search_register_box {
        top: 60px;
        right: 8px
    }

    .transy_header .bottom-header {
        position: relative;
        min-height: 72px
    }

    body.sticky-menu-active .transy_header {
        top: -50px
    }

        body.sticky-menu-active .transy_header .logo img {
            top: 12px !important
        }

    .center_header div.logo hr, .center_header div.search {
        display: none
    }

    .center_header a.search-icon, .center_header a.user-icon {
        font-size: 15px;
        color: #737373
    }

    .center_header nav ul.nav-main li.mega-menu-item.opened ul.dropdown-menu > li > a {
        color: #fff
    }

    .center_header nav li {
        text-align: left
    }

    .center_header .nav-main ul ul {
        margin-left: 0 !important
    }

    .center_header .login_popup {
        padding-right: 5px;
        top: 18px
    }

    .center_header .language_flag {
        top: 18px
    }

    .center_header div.logo hr {
        display: none
    }

    body.sticky-menu-active .center_header > .container {
        height: 80px
    }

    body.sticky-menu-active .center_header .logo img {
        top: 8px !important
    }

    .full-header {
        padding-top: 10px
    }

        .full-header .header-top, .full-header .comp {
            padding: 0 40px
        }

        .full-header .search_register_box {
            top: 0;
            right: 40px
        }

        .full-header .login_popup, .full-header .language_flag {
            top: -45px;
            right: 0
        }

        .full-header .logo.logo-sticky-active img {
            top: 78px !important
        }

        .full-header nav ul.nav-main > li > a {
            padding: 9px 8px !important
        }

        .full-header nav ul.nav-main li.dropdown:hover > a {
            margin-bottom: 0
        }

    body.sticky-menu-active header.full-header .comp {
        min-height: 103px
    }

    body.sticky-menu-active .full-header {
        top: -60px !important
    }

    body.sticky-menu-active header.full-header {
        background: rgba(0,0,0,.8)
    }

    html.boxed .header-bottom .container > .navbar-collapse, .transparent-header .nav-main-collapse, .full-header .nav-main-collapse, .center_header .nav-main-collapse, .transy_header .nav-main-collapse {
        top: 0
    }
}

header .nav-main li.opened > ul.dropdown-menu {
    display: block !important
}

@media(max-width:767px) {
    .transparent-header .bottom > .container {
        width: 100%
    }
}

.overlayHeader .overlay {
    position: fixed;
    width: auto;
    top: 250px;
    left: 50%;
    opacity: 0;
    margin: 0 0 0 -150px !important;
    text-align: center;
    z-index: 1050;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    float: none !important;
    visibility: hidden
}

body.sticky-menu-active .overlayHeader .overlay {
    margin: 0 0 0 -150px !important;
    float: none !important
}

.overlay-effect .overlayHeader .overlay {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.overlayHeader .btn.btn-responsive-nav:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: .9;
    -moz-transform: scale(.2) translate3d(0,0,0);
    -ms-transform: scale(.2) translate3d(0,0,0);
    -webkit-transform: scale(.2) translate3d(0,0,0);
    transform: scale(.2) translate3d(0,0,0);
    visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    width: 200px;
    height: 200px !important;
    position: absolute;
    left: -88px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: 9;
    transform-origin: center
}

.overlay-effect .overlayHeader .btn.btn-responsive-nav:before {
    visibility: visible;
    -moz-transform: scale(30);
    -ms-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30)
}

.overlayHeader .btn-responsive-nav {
    overflow: visible;
    z-index: 9
}

.overlayHeader .overlay .nav-pills > li {
    float: none;
    display: block
}

.overlayHeader .overlay .dl-subview li.dl-subview, .overlayHeader .overlay .dl-subview li.dl-subview .overlay-menu, .overlayHeader .overlay .dl-subview li.dl-subviewopen, .overlayHeader .overlay .dl-subview li.dl-subviewopen > .overlay-menu, .overlayHeader .overlay .dl-subview li.dl-subviewopen > .overlay-menu > li, .overlayHeader .overlay .dl-subview li.dl-subview .overlay-submenu, .overlayHeader .overlay .dl-subview li.dl-subviewopen > .overlay-submenu, .overlayHeader .overlay .dl-subview li.dl-subviewopen > .overlay-submenu > li, .overlayHeader .overlay .dl-menu li.dl-menu, .overlayHeader .overlay .dl-menu li.dl-menu .overlay-submenu, .overlayHeader .overlay .dl-menu li.dl-submenu, .overlayHeader .overlay .dl-menu li.dl-submenu > .overlay-submenu, .overlayHeader .overlay .dl-menu li.dl-submenu > .overlay-submenu > li, .overlayHeader .overlay nav ul li a {
    display: block
}

    .overlayHeader .overlay .dl-subview li.dl-subviewopen.dl-menuopen > .overlay-menu > li > a, .overlayHeader .overlay .dl-subview li.dl-subview.dl-menuopen > .overlay-menu > li > a, .overlayHeader .overlay .dl-subview li, .overlayHeader .overlay .dl-subview li.dl-subviewopen > a, .overlayHeader .overlay .dl-subview li.dl-subview > a, .overlayHeader .overlay li .overlay-submenu, .overlayHeader .overlay .overlay-menu, .overlayHeader .overlay .icon-back, .overlayHeader .overlay.one-menu {
        display: none
    }

.overlayHeader .overlay .dl-subview .icon-back {
    display: table;
    color: #fff;
    margin: 10px 24px
}

.overlayHeader .overlay .dl-subview .dl-subviewopen li a, .overlayHeader .overlay .dl-menu .dl-submenu li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.overlayHeader nav ul.nav-main .overlay-dropdown a, .overlayHeader nav ul.nav-main .overlay-child a {
    padding: 15px 20px !important;
    color: #fff
}

.overlayHeader nav ul.nav-main .overlay-dropdown a, .overlayHeader nav ul.nav-main li.overlay-dropdown:hover a, .overlayHeader nav ul.nav-main li.overlay-child:hover a, .overlayHeader nav ul.nav-main > li.active > a, .overlayHeader .overlay-menu .overlay-dropdown-submenu a:hover, .overlayHeader .overlay-menu .overlay-subchild a:hover {
    background-color: transparent !important
}

.overlayHeader .overlay nav ul.nav-main li a {
    font-size: 16px;
    color: #fff;
    padding: 15px 20px;
    font-weight: normal;
    text-transform: capitalize
}

.overlayHeader .overlay nav ul > li.active > a, .overlayHeader .overlay nav ul > li:hover > a, .overlayHeader .overlay nav ul > li > a:focus, .overlayHeader .overlay nav ul.nav-main > li.active > a, .overlayHeader .overlay nav ul.nav-main > li:hover > a, .overlayHeader .overlay nav ul.nav-main > li > a:focus, .overlayHeader .overlay nav a:hover {
    background-color: rgba(255,248,213,.1) !important
}

.overlayHeader .overlay nav {
    float: none;
    display: inline-block
}

header.overlayHeader .overlay ul.nav-main {
    width: 300px;
    max-height: 450px;
    margin: 0 !important;
    padding: 0;
    overflow-y: auto;
    background-color: #1f1f1f;
    display: block
}

.overlayHeader .overlay em.icon-right {
    float: right;
    font-size: 20px
}

.overlayHeader .overlay ul li a {
    text-align: left
}

.overlayHeader nav ul.nav-main > li + li {
    margin-left: 0 !important
}

header.overlayHeader .overlay ul.nav-main li ul {
    padding: 0;
    margin: 0
}

header.overlayHeader nav ul.nav-main > li.active > a {
    border-bottom: none
}

.animate-menu {
    animation-name: example;
    animation-duration: 500ms
}

@keyframes example {
    0% {
        left: 60%;
        opacity: .1
    }

    100% {
        left: 50%;
        opacity: 1
    }
}

.overlay-effect .overlayHeader .close-btn {
    position: absolute;
    z-index: 99;
    display: block;
    right: 22px;
    top: 38px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    width: 25px;
    padding: 0
}

body.sticky-menu-active.overlay-effect .overlayHeader .close-btn {
    top: 40px;
    right: 22px
}

.overlay-effect .header-bottom.overlayHeader .container:nth-child(2) .close-btn {
    display: none
}

.overlay-effect .header-bottom.overlayHeader .close-btn {
    top: 38px;
    right: 50px
}

body.sticky-menu-active.overlay-effect .header-bottom.overlayHeader .close-btn {
    right: 50px
}

.overlay-effect .headerBottom .header-top, .overlay-effect.sticky-menu-active .headerBottom.overlayHeader .header-top {
    z-index: -1
}

body.sticky-menu-active .headerBottom.overlayHeader .header-top, body.sticky-menu-active .headerBottom.overlayHeader .header-top > .container {
    z-index: 0
}

.overlay-effect .headerBottom.overlayHeader .close-btn {
    top: 38px
}

.overlay-effect .transy_header.overlayHeader .close-btn {
    right: 50px;
    top: 98px
}

body.sticky-menu-active.overlay-effect .transy_header.overlayHeader .close-btn {
    top: 40px;
    right: 50px
}

.full-header.overlayHeader .navbar-collapse {
    position: static
}

body.sticky-menu-active .overlayHeader.full-header nav ul.nav-main > li > a {
    padding: 15px 20px !important
}

.overlay-effect .full-header.overlayHeader .close-btn {
    left: 40px;
    top: 96px
}

body.sticky-menu-active.overlay-effect .full-header.overlayHeader .close-btn {
    right: 40px;
    top: 96px;
    left: inherit
}

.overlay-effect .newHeader.overlayHeader .close-btn {
    top: 60px
}

body.sticky-menu-active.overlay-effect .newHeader.overlayHeader .close-btn {
    top: 36px
}

@media(max-width:991px) {
    .overlayHeader .nav-main ul li {
        border-bottom: none
    }

    .overlayHeader .nav-main ul ul {
        margin-left: 0 !important
    }

    .overlayHeader .overlay .dl-subview .icon-back {
        padding: 10px 20px !important;
        margin: 0
    }

    .overlayHeader nav ul.nav-main li a {
        padding: 10px 20px !important
    }

    .overlayHeader .nav-main-collapse.collapse {
        display: block !important;
        background: none
    }

    .overlayHeader .navbar-collapse.nav-main-collapse.collapsing {
        overflow: visible;
        position: static;
        background: none
    }

    body.sticky-menu-active.overlay-effect .overlayHeader .close-btn {
        top: 34px
    }

    .overlay-effect .header-bottom.overlayHeader .close-btn {
        top: 35px;
        right: 22px
    }

    body.sticky-menu-active.overlay-effect .header-bottom.overlayHeader .close-btn {
        top: 28px
    }

    body.sticky-menu-active .headerBottom.overlayHeader .nav-bottom {
        z-index: -1
    }

    body.sticky-menu-active.overlay-effect .headerBottom.overlayHeader .nav-bottom {
        z-index: 1
    }

    .overlay-effect .headerBottom.overlayHeader .close-btn {
        top: 14px
    }

    body.sticky-menu-active.overlay-effect .headerBottom.overlayHeader .close-btn {
        top: 28px
    }

    .overlay-effect .transy_header.overlayHeader .close-btn {
        top: 66px;
        right: 12px
    }

    body.sticky-menu-active.overlay-effect .transy_header.overlayHeader .close-btn {
        top: 75px;
        right: 12px
    }

    .overlay-effect .full-header.overlayHeader .close-btn {
        top: 60px;
        right: 34px;
        left: inherit
    }

    body.sticky-menu-active.overlay-effect .full-header.overlayHeader .close-btn {
        top: 88px
    }

    body.sticky-menu-active.overlay-effect .newHeader.overlayHeader .close-btn {
        top: 26px;
        right: 22px
    }
}

@media(max-width:479px) {
    .overlayHeader .overlay {
        top: 180px
    }
}

.inlineHeader .push-menu nav.nav-main.mega-menu {
    width: 100%;
    float: left
}

.inlineHeader .push-menu {
    position: absolute;
    width: 270px;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: box-shadow .3s ease,visibility 0s .6s ease;
    -moz-transition: box-shadow .3s ease,visibility 0s .6s ease;
    transition: box-shadow .3s ease,visibility 0s .6s ease;
    visibility: hidden;
    border-radius: 4px
}

    .inlineHeader .push-menu:after {
        content: ' ';
        position: absolute;
        top: -835px;
        right: -640px;
        height: 1650px;
        width: 1300px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: transform .6s ease,opacity .3s .3s ease;
        -moz-transition: transform .6s ease,opacity .3s .3s ease;
        transition: transform .6s ease,opacity .3s .3s ease;
        border-radius: 50%;
        background: #fff;
        z-index: -1;
        opacity: 0
    }

.show-menu .inlineHeader .push-menu:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .6s ease,opacity .6s ease;
    -moz-transition: transform .6s ease,opacity .6s ease;
    transition: transform .6s ease,opacity .6s ease;
    opacity: 1
}

.show-menu .inlineHeader .push-menu {
    -webkit-transition: box-shadow .6s .3s ease;
    -moz-transition: box-shadow .6s .3s ease;
    transition: box-shadow .6s .3s ease;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    visibility: visible !important
}

.inlineHeader .push-menu li > a {
    display: block;
    font-size: 14px;
    padding: 12px 25px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
    outline: none !important
}

.show-menu .inlineHeader .push-menu li:nth-of-type(1) {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(2) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(3) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(4) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(5) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(6) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(7) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    transition-delay: .7s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(8) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(9) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    transition-delay: .9s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(10) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(11) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.show-menu .inlineHeader .push-menu li:nth-of-type(12) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.inlineHeader .push-menu a.backicon {
    display: none
}

.inlineHeader .push-menu li.menu-set.dl-subviewopen > ul.pushdown-menu, .inlineHeader .push-menu li.pushdown-sub-menu > ul {
    padding: 0;
    margin: 0 !important
}

.inlineHeader .push-menu li.subviewopen > ul.pushdown-submenu {
    margin-left: 0 !important;
    padding-left: 0
}

.inlineHeader .push-menu ul.dl-subview > li.menu-set.dl-subviewopen > a, .inlineHeader .push-menu ul.dl-subview > li.menu-child > a, .inlineHeader .push-menu ul.pushdown-menu > li.pushdown-sub > ul.pushdown-menu > li.push-down-menu, .inlineHeader .push-menu ul.pushdown-menu > li.pushdown-sub > ul.pushdown-submenu, .inlineHeader .push-menu ul.pushdown-menu.subview > li.pushdown-sub.subviewopen > a, .inlineHeader .push-menu ul.pushdown-menu.subview > li.pushdown-sub, .inlineHeader .push-menu li.a.subviewopen > a, .inlineHeader .push-menu ul.pushdown-menu.subview > li.push-down-menu, .inlineHeader .push-menu li.menu-set > ul.pushdown-menu, .inlineHeader .push-menu ul.dl-subview > li.menu-set, .inlineHeader ul.pushdown-submenu.sub-view > li, .inlineHeader li.pushdown-sub-menu.open > a, .inlineHeader li.pushdown-sub-menu > ul.pushdown-submenu > li {
    display: none
}

    .show-menu .inlineHeader .push-menu ul.pushdown-menu > li.subviewopen > ul.pushdown-submenu, .inlineHeader li.pushdown-sub-menu.open > ul > li, .inlineHeader ul.pushdown-submenu.sub-view > li.open, .inlineHeader .push-menu li.menu-set.dl-subviewopen > ul.pushdown-menu {
        display: block !important
    }

.show-menu .inlineHeader ul.dl-subview a.backicon {
    display: table
}

.inlineHeader .push-menu li.dl-subviewopen > ul.pushdown-menu > li.pushdown-sub.dl-subviewopen > ul.pushdown-menu > li.push-down-menu, .inlineHeader .push-menu ul.dl-subview > li.dl-subviewopen > ul.pushdown-submenu, .inlineHeader .push-menu ul.pushdown-menu.subview > li.pushdown-sub.subviewopen, .inlineHeader .push-menu li.a.subviewopen > ul.pushdown-submenu, .inlineHeader .push-menu li.menu-set.dl-subviewopen {
    display: block !important
}

body.show-menu .inlineHeader .push-menu li.menu-set a:hover {
    color: #202020 !important;
    background-color: rgba(0,0,0,.04) !important
}

.inlineHeader .push-menu em.fa.fa-long-arrow-left {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 0 24px
}

.inlineHeader .push-menu a.backicon {
    color: #808080;
    font-size: 15px;
    font-weight: 500;
    color: #808080 !important;
    text-decoration: none
}

.show-menu .inlineHeader .push-menu ul li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.inlineHeader .push-menu .nav-pills > li {
    float: none
}

.inlineHeader .push-menu ul li {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    list-style-type: none
}

.inlineHeader nav.push-menu ul.nav-main > li + li {
    margin-left: 0
}

.show-menu .inlineHeader .push-menu nav.nav-main.mega-menu.push-down {
    position: relative;
    right: 0
}

.inlineHeader .push-menu .icon-right {
    padding: 3px 0 0 15px;
    float: right;
    font-size: 20px
}

.inlineHeader .push-menu nav ul.nav-main > li + li {
    margin-left: 0
}

.inlineHeader .push-animate {
    animation-name: example1;
    animation-duration: 500ms
}

@keyframes example1 {
    0% {
        left: 60%;
        opacity: .1
    }

    100% {
        left: 0;
        opacity: 1
    }
}

.inlineHeader .navbar-collapse .push-menu ul.nav-main > li:hover > a, .inlineHeader .navbar-collapse .push-menu ul.nav-main > li > a:hover {
    background-color: rgba(0,0,0,.04) !important;
    color: #202020 !important
}

.inlineHeader .push-menu nav.push-down li a {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 16px 25px !important;
    text-transform: none
}

.inlineHeader .push-menu .nav-main ul.nav-main {
    display: block;
    margin: 0 !important
}

.inlineHeader .nav-main-collapse {
    position: unset;
    overflow: visible !important
}

.headerBottom.inlineHeader .push-menu .nav-pills > li, .center_header.inlineHeader .push-menu .nav-pills > li {
    display: block
}

.newHeader.inlineHeader .push-menu {
    top: 8px;
    right: 60px
}

body.sticky-menu-active .newHeader.inlineHeader .push-menu {
    top: 14px
}

@media(min-width:992px) {
    .full-header.inlineHeader .push-menu:after {
        right: -390px;
        top: -900px
    }

    .sticky-menu-active .full-header.inlineHeader .push-menu:after {
        top: -835px;
        right: -640px
    }

    .full-header.inlineHeader .push-menu {
        left: 78px;
        top: 104px
    }

    .sticky-menu-active .full-header.inlineHeader .push-menu {
        top: 100px;
        right: 80px;
        left: inherit
    }

    .center_header.inlineHeader .push-menu {
        top: -55px;
        right: 55px
    }

    .transy_header.inlineHeader .push-menu {
        top: 45px;
        right: 82px
    }

    .headerBottom.inlineHeader .push-menu {
        right: 56px;
        bottom: -62px
    }

    .sticky-menu-active .headerBottom.inlineHeader .push-menu {
        top: 45px;
        bottom: inherit
    }

    .header-bottom.inlineHeader .push-menu {
        bottom: -25px;
        right: 90px
    }

    .sticky-menu-active .header-bottom.inlineHeader .push-menu {
        top: 44px;
        right: 85px;
        bottom: inherit
    }

    .transparent-header.inlineHeader .push-menu {
        top: 20px;
        right: 55px
    }

    .sticky-menu-active .header-bottom.inlineHeader .push-menu:after, .sticky-menu-active .headerBottom.inlineHeader .push-menu:after {
        top: -795px;
        right: -515px;
        height: 1535px;
        width: 1000px
    }

    .header-bottom.inlineHeader .push-menu:after, .headerBottom.inlineHeader .push-menu:after {
        right: -900px;
        top: -200px;
        height: 1500px;
        width: 1500px
    }
}

@media(max-width:991px) {
    .inlineHeader .nav-main-collapse.show, body.sticky-menu-active .inlineHeader .nav-main-collapse.show {
        overflow: visible !important;
        box-shadow: none
    }

    .inlineHeader .push-menu .nav-main ul li {
        border-bottom: 0
    }

    header.inlineHeader .nav-main-collapse {
        position: static;
        display: block !important;
        height: 0 !important;
        background: none;
        box-shadow: none;
        border-top: none
    }

    .inlineHeader .collapsing {
        overflow: visible;
        display: block;
        background: none;
        box-shadow: none;
        border-top: 0 transparent
    }

    .full-header.inlineHeader .push-menu {
        top: 72px;
        right: 75px
    }

    body.sticky-menu-active .full-header.inlineHeader .push-menu {
        top: 105px
    }

    .newHeader.inlineHeader .push-menu {
        top: -36px;
        right: 55px
    }

    body.sticky-menu-active .center_header.inlineHeader .push-menu {
        top: -40px
    }

    .center_header.inlineHeader .push-menu {
        top: -56px;
        right: 55px
    }

    .transy_header.inlineHeader .push-menu {
        right: 45px;
        top: 22px
    }

    body.sticky-menu-active .transy_header.inlineHeader .push-menu {
        top: 30px
    }

    .headerBottom.inlineHeader .push-menu {
        right: 55px;
        top: 16px
    }

    body.sticky-menu-active .newHeader.inlineHeader .push-menu, body.sticky-menu-active .headerBottom.inlineHeader .push-menu {
        top: -45px
    }

    .header-bottom.inlineHeader .push-menu {
        right: 55px;
        top: -38px
    }

    body.sticky-menu-active .header-bottom.inlineHeader .push-menu {
        top: -48px
    }

    .transparent-header.inlineHeader .push-menu {
        top: -44px;
        right: 60px
    }

    body.sticky-menu-active .transparent-header.inlineHeader .push-menu {
        top: -50px
    }
}

header.slideHeader .navbar-collapse {
    position: unset
}

.slidebar .close-icon {
    display: inline-block;
    width: 100%;
    cursor: default
}

    .slidebar .close-icon .fa-times-circle {
        cursor: pointer
    }

    .slidebar .close-icon em {
        float: right;
        padding: 15px;
        font-size: 20px
    }

.navbar-collapse.slidebar {
    overflow-y: auto !important;
    top: 0;
    height: 100% !important
}

    .navbar-collapse.slidebar .nav {
        display: block
    }

.showControlBar .navbar-collapse.slidebar {
    top: 54px
}

body.sticky-menu-active .navbar-collapse.slidebar {
    top: 0
}

body .navbar-collapse.slidebar {
    top: 0;
    z-index: 0
}

body .navbar-collapse.in.slidebar {
    z-index: 0
}

    body .navbar-collapse.slidebar[off-canvas*=overlay], body .navbar-collapse.in.slidebar[off-canvas*=overlay] {
        z-index: 9999
    }

.slidebar .nav-pills > li {
    float: none;
    margin: 0
}

    .slidebar .nav-pills > li > a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 20px;
        color: #fff;
        border-radius: 0
    }

.slidebar ul.nav-pills > li.active > a, .slidebar ul.nav-pills > li.active > a:hover, .slidebar ul.nav-pills > li.active > a:focus, .slidebar .nav > li > a:hover, .slidebar .nav > li > a:focus {
    background-color: rgba(255,255,255,.1)
}

.slidebar .dropdown-menu > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 15px;
    color: #fff;
    background-color: transparent;
    transition: all .2s
}

.slidebar .dropdown-menu > li:hover > a {
    padding-left: 25px
}

.slidebar ul > li > a > em {
    float: right;
    top: 15px;
    font-size: 25px;
    position: absolute;
    right: 20px
}

.slidebar nav ul.nav-main li > ul {
    position: static;
    float: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    margin-left: 15px;
    display: none
}

.slidebar nav ul.nav-main li.sub-open > ul {
    display: block
}

.slidebar .dropdown-menu > .active > a, .slidebar .dropdown-menu > .active > a:hover, .slidebar .dropdown-menu > .active > a:focus {
    background-color: transparent
}

.pushdownHeader .pushdown.nav-main {
    width: 100%;
    float: none !important
}

    .pushdownHeader .pushdown.nav-main ul li {
        padding: 5px;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2a2a2a;
        background-color: #171717
    }

.pushdownHeader nav.pushdown ul.nav-main li a, .pushdownHeader nav.pushdown ul.nav-main li.active a, .pushdownHeader nav.pushdown ul.nav-main li:hover a {
    background: none !important;
    background-color: transparent !important
}

.pushdownHeader .pushdown .nav > li, .pushdown .nav > li > a {
    position: relative
}

.pushdownHeader .pushdown .nav-pills > li > a {
    border-radius: 4px
}

.pushdownHeader nav.pushdown ul.nav-main li a i.fa-caret-down {
    top: 4px;
    font-size: 25px;
    position: absolute;
    right: 5px
}

.pushdownHeader .pushdown .fa, .pushdownHeader .pushdown .fas, .pushdownHeader .pushdown .far, .pushdownHeader .pushdown .fab {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0)
}

.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu {
    border: 0;
    border-radius: 6px;
    margin: 0;
    padding: 5px;
    padding-right: 0 !important
}

.pushdownHeader .pushdown.nav-main ul.dropdown-menu {
    position: static;
    clear: both;
    float: none;
    display: none
}

.pushdownHeader .pushdown .dropdown-menu {
    left: 0;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none
}

.pushdownHeader .pushdown li {
    line-height: 24px
}

.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu {
    background: none !important;
    background-color: transparent !important
}

    .pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu li > a {
        padding: 5px;
        border: 0;
        font-size: .9em;
        color: #ececed;
        font-weight: 400;
        text-transform: none;
        position: relative
    }

.pushdownHeader .pushdown a {
    outline: none !important
}

.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 6px;
    margin-top: -5px;
    margin-bottom: 0
}

.pushdownHeader .pushdown.nav-main ul li:last-child {
    border-bottom: none
}

.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu li > a {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pushdownHeader nav.pushdown ul.nav-main ul.dropdown-menu li:hover > a {
    filter: none;
    background-color: #171717;
    padding-left: 16px;
    padding-right: 16px
}

.pushdownHeader nav.nav-main.nav-main-collapse-push.collapse {
    display: none !important
}

    .pushdownHeader nav.nav-main.nav-main-collapse-push.collapse.show {
        display: block !important
    }

.pushdownHeader nav.pushdown ul.nav-main .dropdown-submenu .fa-caret-down {
    display: block;
    right: 0
}

.pushdownHeader .nav-main-collapse {
    width: 100%;
    min-height: auto
}

.pushdownHeader .container {
    margin-bottom: 0 !important
}

.pushdownHeader .pushdown .scrollbar {
    max-height: 330px;
    background: #171717;
    overflow-y: auto
}

.pushdownHeader nav.pushdown ul.nav-main > li > a, .pushdownHeader nav.pushdown ul.nav-main li.dropdown:hover > a, .header-bottom.pushdownHeader nav.pushdown ul.nav-main > li > a, .header-bottom.pushdownHeader nav.pushdown ul.nav-main > li:hover > a, .headerBottom.center.pushdownHeader nav.pushdown ul.nav-main > li > a, .headerBottom.center.pushdownHeader nav.pushdown ul.nav-main > li:hover > a, .center_header.pushdownHeader .pushdown ul.nav-main > li > a, body.sticky-menu-active .full-header.pushdownshow nav ul.nav-main > li > a body.sticky-menu-active .headerBottom.center.pushdownHeader nav.pushdown ul.nav-main > li > a, body.sticky-menu-active .headerBottom.center.pushdownHeader nav.pushdown ul.nav-main > li:hover > a {
    padding: 5px !important
}

.headerBottom.pushdownHeader {
    padding: 0
}

    .headerBottom.pushdownHeader .nav-bottom .container {
        min-height: inherit
    }

body.sticky-menu-active .headerBottom.pushdownHeader nav {
    float: none !important
}

.transy_header.pushdownHeader .navbar-collapse {
    padding: 0
}

.transy_header.pushdownHeader .nav-main-collapse-push {
    width: 100%;
    overflow: hidden
}

body.sticky-menu-active .transy_header.pushdownHeader nav ul.nav-main, body.sticky-menu-active .center_header.pushdownHeader nav ul.nav-main {
    margin: 0
}

.transy_header.pushdownHeader .bottom-header, body.sticky-menu-active .transy_header.pushdownHeader .bottom-header {
    display: block
}

.center_header.pushdownHeader hr {
    display: none
}

.center_header.pushdownHeader .logo, .center_header.pushdownHeader .logo img, body.sticky-menu-active .center.pushdownHeader > .container {
    margin-top: 0
}

body.sticky-menu-active .center_header.center.pushdownshow nav {
    margin: 0
}

.full-header.pushdownHeader .comp {
    min-height: 60px
}

.full-header.pushdownHeader .navbar-collapse {
    margin: 0;
    float: none
}

.pushdownHeader .btn-push-nav {
    background: transparent;
    color: #fff;
    font-size: 25px;
    top: 0;
    position: absolute;
    padding: 0;
    line-height: 1;
    display: block;
    right: 0;
    border: none
}

.pushdownHeader .btn-responsive-nav, .btn-push-nav {
    display: none
}

@media(min-width:992px) {
    .pushdownHeader .pushdown.nav-main ul.nav-main {
        display: block;
        float: none;
        position: static;
        margin: 0;
        border: 5px solid #171717
    }

    .pushdownHeader .pushdown.nav-main ul {
        padding: 0
    }

    .pushdownHeader nav ul.nav-main .dropdown-submenu > a:after {
        display: none
    }

    .pushdownshow nav ul.nav-main ul.dropdown-menu {
        box-shadow: none
    }

    .pushdownHeader .pushdown .nav-main li.resp-active > ul.dropdown-menu, .center.pushdownHeader nav.pushdown ul.nav-main > li {
        display: block !important
    }

    .header-bottom.pushdownHeader .container:nth-child(2) {
        margin-top: 103px
    }

    .header-bottom.pushdownHeader.pushdownshow, .headerBottom.center.pushdownHeader.pushdownshow {
        position: fixed
    }

    .transy_header.pushdownHeader .bottom-header {
        height: auto;
        min-height: 103px
    }

    .transy_header.pushdownHeader .logo {
        padding: 0;
        display: block;
        height: 103px;
        float: left
    }

        .transy_header.pushdownHeader .logo img, body.sticky-menu-active .transy_header.pushdownHeader .logo img {
            top: 32px !important
        }

    .center_header.pushdownHeader .logo img {
        margin-top: 0
    }

    .full-header.pushdownHeader, body.sticky-menu-active .full-header.pushdownHeader {
        border-bottom: none
    }

    .newHeader.pushdownHeader > .container, body.sticky-menu-active .newHeader.pushdownHeader > .container {
        margin-bottom: 0
    }

    .newHeader.pushdownHeader > .container, body.sticky-menu-active header.full-header.pushdownHeader .comp {
        min-height: 110px
    }

    body.sticky-menu-active .newHeader.pushdownHeader > .container {
        min-height: 103px
    }

    body.sticky-menu-active header.pushdownHeader .btn-push-nav {
        right: 24px
    }

    .transparent-header.pushdownHeader .btn-push-nav {
        top: -58px;
        right: 24px
    }

    body.sticky-menu-active .transparent-header.pushdownHeader .btn-push-nav {
        top: -64px
    }

    .header-bottom.pushdownHeader .btn-push-nav {
        top: -63px;
        right: 50px
    }

    .headerBottom.pushdownHeader .btn-push-nav {
        top: -64px;
        right: 25px
    }

    .transy_header.pushdownHeader .btn-push-nav {
        top: 42px;
        right: 50px
    }

    body.sticky-menu-active .transy_header.pushdownHeader .btn-push-nav {
        right: 50px
    }

    .center_header.pushdownHeader .btn-push-nav {
        top: -62px;
        right: 20px
    }

    body.sticky-menu-active .center_header.pushdownHeader .btn-push-nav {
        top: -64px
    }

    .full-header.pushdownHeader .btn-push-nav {
        top: 98px;
        left: 42px
    }

    body.sticky-menu-active .full-header.pushdownHeader .btn-push-nav {
        right: 50px;
        left: auto
    }

    .newHeader.pushdownHeader .btn-push-nav {
        top: -40px;
        right: 22px
    }

    body.sticky-menu-active .newHeader.pushdownHeader .btn-push-nav {
        top: -64px
    }
}

@media(max-width:991px) {
    .pushdownHeader .nav-main-collapse-push.collapse.show, .pushdownHeader .nav-main-collapse-push.collapsing {
        background: #171717;
        padding-left: 15px;
        padding-right: 15px
    }

    .header-bottom.pushdownHeader {
        padding: 0
    }

    .full-header.pushdownHeader .logo.logo-sticky-active img {
        top: 72px !important
    }

    body.sticky-menu-active header.full-header.pushdownHeader .comp {
        min-height: 92px
    }

    .newHeader.pushdownHeader > .container {
        height: 110px
    }

    body.sticky-menu-active .newHeader > .container {
        height: 80px
    }

    header.pushdownHeader .nav-main-collapse, header.pushdownHeader .nav-main-collapse > .container {
        position: static
    }

    header.pushdownHeader .nav-main-collapse {
        border: none
    }

        header.pushdownHeader .nav-main-collapse nav {
            padding: 0
        }

    header.pushdownHeader .btn-push-nav {
        right: 24px
    }

    .transparent-header.pushdownHeader .btn-push-nav {
        top: 86px;
        right: 35px
    }

    .header-bottom.pushdownHeader .btn-push-nav {
        top: -50px
    }

    .headerBottom.pushdownHeader .btn-push-nav {
        top: 12px;
        right: 24px
    }

    body.sticky-menu-active .headerBottom.pushdownHeader .btn-push-nav {
        top: 28px
    }

    .transy_header.pushdownHeader .btn-push-nav {
        top: 18px;
        right: 14px
    }

    body.sticky-menu-active .transy_header.pushdownHeader .btn-push-nav {
        top: 25px
    }

    header.clean-top .header-top {
        background-color: transparent !important;
        border-bottom: 1px solid rgba(255,255,255,.1) !important
    }

    .center_header.pushdownHeader .btn-push-nav {
        top: 88px;
        right: 24px
    }

    body.sticky-menu-active .center_header.pushdownHeader .btn-push-nav {
        top: 78px
    }

    .full-header.pushdownHeader .btn-push-nav {
        top: 75px;
        right: 50px
    }

    body.sticky-menu-active .full-header.pushdownHeader .btn-push-nav {
        top: 95px;
        right: 50px
    }

    .newHeader.pushdownHeader .btn-push-nav {
        top: 75px;
        right: 24px
    }

    body.sticky-menu-active .newHeader.pushdownHeader .btn-push-nav {
        top: 30px
    }
}

header .btn-responsive-nav {
    background: transparent;
    color: #fff !important;
    font-size: 25px;
    padding: 0;
    box-shadow: none;
    position: absolute;
    line-height: 0;
    width: 25px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    top: 40px;
    right: 22px
}

.header-bottom .btn-responsive-nav, .transy_header .btn-responsive-nav {
    right: 50px
}

.full-header .btn-responsive-nav {
    top: 8px;
    left: 0
}

body.sticky-menu-active .full-header .btn-responsive-nav {
    top: 45px;
    right: 0;
    left: auto
}

.newHeader .btn-responsive-nav {
    top: 58px
}

body.sticky-menu-active .newHeader .btn-responsive-nav {
    top: 38px
}

button.btn-responsive-nav, button.btn-push-nav:focus, button.close-btn, button.close {
    outline: none
}

header .btn-responsive-nav:before, header .btn-responsive-nav:after {
    position: relative
}

header nav ul.nav-main {
    margin: 0
}

    header nav ul.nav-main .dropdown-toggle::after, .navbar-collapse.slidebar .dropdown-toggle::after {
        content: none
    }

@media(min-width:992px) {
    header nav.ddrmenu ul.nav-main > li > a {
        position: relative;
        display: inline-block;
        overflow: hidden;
        height: 30px;
        margin: 15px 8px;
        padding: 0 4px;
        border-radius: 0
    }

        header nav.ddrmenu ul.nav-main > li > a > span[data-hover] {
            position: relative;
            display: inline-block;
            -webkit-transition: -webkit-transform .3s;
            -moz-transition: -moz-transform .3s;
            transition: transform .3s
        }

            header nav.ddrmenu ul.nav-main > li > a > span[data-hover]:before {
                position: absolute;
                top: 100%;
                content: attr(data-hover);
                font-weight: 700;
                -webkit-transform: translate3d(0,0,0);
                -moz-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                opacity: 0
            }

    header nav.ddrmenu ul.nav-main > li:hover > a > span[data-hover]:before {
        opacity: 1
    }

    header nav.ddrmenu ul.nav-main li:hover > a > span[data-hover] {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .transparent-header nav.ddrmenu ul.nav-main > li > a, .transparent-header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 14px
    }

    body.sticky-menu-active .transparent-header nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .transparent-header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 23px
    }

    .header-bottom nav.ddrmenu ul.nav-main > li > a, .header-bottom nav.ddrmenu ul.nav-main li.dropdown:hover > a, .headerBottom nav.ddrmenu ul.nav-main > li > a, .headerBottom nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-top: 42px
    }

    body.sticky-menu-active .header-bottom nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .header-bottom nav.ddrmenu ul.nav-main li.dropdown:hover > a, body.sticky-menu-active .headerBottom nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .headerBottom nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 20px;
        margin-top: 16px
    }

    .transy_header nav.ddrmenu ul.nav-main > li > a, .transy_header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 13px
    }

    body.sticky-menu-active .transy_header nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .transy_header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 19px
    }

    .center_header nav.ddrmenu ul.nav-main > li > a, .center_header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 22px
    }

    body.sticky-menu-active .center_header nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .center_header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 18px
    }

    .full-header nav.ddrmenu ul.nav-main > li > a, .full-header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 11px
    }

    body.sticky-menu-active .full-header nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .full-header nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 20px
    }

    .newHeader nav.ddrmenu ul.nav-main > li > a, .newHeader nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 4px
    }

    body.sticky-menu-active .newHeader nav.ddrmenu ul.nav-main > li > a, body.sticky-menu-active .newHeader nav.ddrmenu ul.nav-main li.dropdown:hover > a {
        margin-bottom: 22px
    }

    header nav.ddrmenu ul.nav-main > li.active > a:after, header nav.ddrmenu ul.nav-main > li:hover > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border: 0;
        margin: 0;
        background-color: #fff;
        transition: all .2s ease
    }

    header .btn-responsive-nav {
        display: none !important
    }

    header.overlayHeader .btn-responsive-nav, header.inlineHeader .btn-responsive-nav, header.slideHeader .btn-responsive-nav {
        display: block !important
    }
}

@media(max-width:991px) {
    body.sticky-menu-active header .btn-responsive-nav {
        top: 35px
    }

    .header-bottom .btn-responsive-nav {
        top: 35px;
        right: 22px
    }

    .headerBottom .btn-responsive-nav {
        top: 15px
    }

    body.sticky-menu-active .header-bottom .btn-responsive-nav, body.sticky-menu-active .headerBottom .btn-responsive-nav, body.sticky-menu-active .newHeader .btn-responsive-nav {
        top: 28px
    }

    .transy_header .btn-responsive-nav {
        top: 18px;
        right: 12px
    }

    body.sticky-menu-active .transy_header .btn-responsive-nav {
        top: 25px
    }

    .full-header .btn-responsive-nav {
        right: 45px;
        left: auto
    }

    body.sticky-menu-active .full-header .btn-responsive-nav {
        top: 42px;
        right: 42px
    }
}

@media screen and (max-width:768px) {
    .classic .classic-our-skills .skills {
        display: block !important
    }

    .classic .skill-bar {
        margin: 60px auto
    }

    .classic .classic-our-skills {
        padding: 0 15px
    }
}

.classic .classic-our-skills {
    overflow: hidden;
    position: relative
}

    .classic .classic-our-skills .skills {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .classic .classic-our-skills .skills-title {
        text-align: center
    }

        .classic .classic-our-skills .skills-title h2 {
            color: #000;
            font-weight: 700;
            font-size: 30px;
            margin-bottom: 20px
        }

        .classic .classic-our-skills .skills-title p {
            margin-bottom: 30px
        }

    .classic .classic-our-skills p {
        margin-bottom: 10px
    }

    .classic .classic-our-skills .skills-thumb img {
        width: 100%
    }

.classic .skills-wrapper {
    max-width: 550px;
    margin: 0 auto;
    padding: 140px 0 0 0
}

@media(max-width:1550px) {
    .classic .skills-wrapper {
        padding: 20px 20px
    }
}

.classic .skills-heading span {
    font-size: 16px;
    font-weight: 700;
    color: #111
}

.classic .skills-heading p {
    color: #000;
    float: right;
    margin-bottom: 0
}

.classic .navig {
    margin-bottom: 35px
}

.classic .portfolio-work {
    padding-top: 60px;
    text-align: center;
    overflow: hidden
}

.classic .section-title {
    text-transform: uppercase;
    color: #111;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 30px
}

.classic .headborder {
    margin-top: 10px;
    margin-bottom: 100px;
    border: 0;
    border-top: 1px solid #eee
}

html.dark .classic .headborder, html.dark .classic .blog_post, html.dark .classic .blog_post .blog_content .blog_title, html.dark .classic .blog_post .blog_content .blog_title, html.dark .classic .blog-comments, html.dark .bp-onepage {
    border-color: #000 !important
}

.classic .classic-brand {
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

.classic .classic-contact {
    margin-bottom: 110px
}

    .classic .classic-contact .contact-inner {
        padding: 0 50px
    }

    .classic .classic-contact .contact-header {
        text-align: left;
        margin-bottom: 50px
    }

        .classic .classic-contact .contact-header h2 {
            font-weight: bold
        }

    .classic .classic-contact .contact-form-area .contact-info {
        text-align: center
    }

        .classic .classic-contact .contact-form-area .contact-info .info {
            background: #fff;
            padding: 10px 0;
            box-shadow: 0 -3px 29px -2px rgba(0,0,0,.2);
            margin-bottom: 20px
        }

    .classic .classic-contact .contact-form-area .contact-info {
        text-align: center
    }

        .classic .classic-contact .contact-form-area .contact-info .info h4 {
            color: #33ceff;
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase
        }

        .classic .classic-contact .contact-form-area .contact-info .info span em {
            color: #33ceff;
            font-size: 30px;
            margin-bottom: 5px
        }

        .classic .classic-contact .contact-form-area .contact-info .info p {
            color: #5a5a5a;
            margin-bottom: 0
        }

.classic .classic-newsletter {
    padding: 100px 0;
    text-align: center;
    background-size: cover
}

    .classic .classic-newsletter .news-wraper {
        max-width: 600px;
        margin: 0 auto
    }

        .classic .classic-newsletter .news-wraper h3 {
            font-size: 35px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 30px;
            color: #33ceff
        }

    .classic .classic-newsletter .news_letter {
        overflow: hidden;
        position: relative;
        background-color: transparent;
        padding: 15px 85px 15px 20px;
        outline: none;
        color: #fff;
        width: 100%;
        transition: all .3s ease-in-out
    }

    .classic .classic-newsletter button {
        background: #33ceff;
        padding: 15px 20px;
        color: #fff;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        outline: none;
        transition: all .3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600
    }

    .classic .classic-newsletter .form {
        border: 2px solid;
        transition: all .3s ease-in-out;
        text-transform: uppercase;
        position: relative;
        overflow: hidden
    }

    .classic .classic-newsletter button em {
        margin-right: 10px
    }

    .classic .classic-newsletter .news-wraper:hover button {
        background: #fff;
        color: #333
    }

    .classic .classic-newsletter .news-wraper input[type="email"] {
        border: none
    }

    .classic .classic-newsletter .news-wraper:hover .form {
        border-color: #fff
    }

.classic .classic-footer {
    padding-top: 50px;
    text-align: center
}

    .classic .classic-footer h2 {
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 30px
    }

.classic .copyright {
    padding: 20px 0;
    text-align: center;
    margin-bottom: -50px
}

    .classic .copyright p {
        color: #eee;
        margin-bottom: 0;
        padding-right: 10px
    }

        .classic .copyright p a {
            color: #fff;
            text-decoration: none;
            position: relative;
            padding-left: 20px
        }

.classic .gp-btn {
    width: 100%;
    padding: 12px 0;
    line-height: normal
}

.classic .copyright p a:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 2px;
    background: #ddd;
    left: 10px;
    top: 2px
}

.classic .classic-footer .footer {
    background: #03141f;
    text-align: left
}

    .classic .classic-footer .footer .copyright {
        border-color: #1d292d
    }

    .classic .classic-footer .footer h3 {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 30px
    }

    .classic .classic-footer .footer .info i {
        float: left;
        color: #33ceff;
        font-size: 25px;
        height: 40px;
        width: 40px
    }

    .classic .classic-footer .footer .info p {
        color: #a9a9a9;
        line-height: 22px;
        margin-bottom: 20px
    }

    .classic .classic-footer .footer .news-wrapper {
        margin-bottom: 10px;
        border-bottom: 1px solid #0a2231;
        padding-bottom: 5px
    }

        .classic .classic-footer .footer .news-wrapper:last-child {
            border-bottom: none
        }

        .classic .classic-footer .footer .news-wrapper > a {
            display: block;
            float: left;
            transition: all .3s ease-in-out;
            width: 70px;
            height: 70px
        }

            .classic .classic-footer .footer .news-wrapper > a img {
                width: 100%
            }

        .classic .classic-footer .footer .news-wrapper .news-content {
            margin-left: 85px
        }

            .classic .classic-footer .footer .news-wrapper .news-content a span {
                color: #ddd;
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 10px;
                display: block;
                transition: all .3s ease-in-out;
                line-height: 15px;
                line-height: 1.07143em
            }

            .classic .classic-footer .footer .news-wrapper .news-content a p {
                color: #a5a5a5;
                margin-bottom: 0;
                line-height: 22px;
                line-height: 1.57143em
            }

        .classic .classic-footer .footer .news-wrapper:hover a:hover {
            opacity: .7
        }

        .classic .classic-footer .footer .news-wrapper:hover .news-content a {
            text-decoration: none
        }

            .classic .classic-footer .footer .news-wrapper:hover .news-content a span {
                color: #33ceff
            }

.classic .separator.transparent {
    font-size: 13px;
    line-height: 22px;
    color: #777;
    font-weight: 400
}

.classic .widget ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 18px;
    padding: 9px 0;
    position: relative
}

.classic .widget ul {
    color: #8f8f8f
}

.medical .Normal {
    line-height: 1.7
}

.medical .line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.medical .lead, .medical .section-default h5 {
    font-size: 18px !important;
    text-transform: capitalize
}

.medical p, .medical pre, .medical ul, .medical ol, .medical dl, .medical dd, .medical blockquote, .medical address, .medical fieldset, .medical form {
    margin-bottom: 11px
}

.medical .bg-white-transparent {
    background-color: rgba(255,255,255,.65)
}

.medical .border-5px {
    border: 5px solid #eee
}

.medical .entry-date ul {
    list-style: none;
    margin: 0;
    padding: 0 !important
}

.medical .opening-hours ul li {
    border-bottom: 1px dashed #08c;
    margin-bottom: 0 !important;
    padding: 7px 0 10px !important
}

.medical .line-height-1 {
    line-height: 1 !important
}

.medical .post .entry-meta .entry-date li {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.medical .font-12 {
    font-size: 12px !important
}

.medical .opening-hours ul li span {
    float: left
}

.medical .border-bottom {
    border-bottom: 1px solid #eee !important
}

.medical .opening-hours ul li .value {
    float: right
}

.medical .border-1px {
    border: 1px solid #eee
}

.medical .bg-light-transparent {
    background-color: rgba(0,0,0,.5) !important
}

    .medical .bg-light-transparent h4, .medical .call-to-action .call-to-action-content {
        text-align: left
    }

.medical #services .icon {
    display: inline-block;
    height: 64px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 64px
}

    .medical #services .icon em {
        display: inline-block;
        font-size: 60px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 64px
    }

.medical .styled-icons.icon-dark a {
    background-color: #333;
    color: #eee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.medical .styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0
}

.medical .styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px
}

.medical .styled-icons.icon-circled a {
    border-radius: 50%
}

.medical .border-2px {
    border: 2px solid #eee
}

.medical section.parallax.section.section-text-light.section-parallax.section-center {
    padding: 0
}

    .medical section.parallax.section.section-text-light.section-parallax.section-center.mt-none:before {
        background-color: rgba(17,17,17,.7)
    }

.medical section.count .container {
    padding-top: 70px;
    padding-bottom: 70px
}

.medical .m-60 {
    margin-left: 60px !important
}

.medical .line-bottom:after, .medical .title-dots span {
    background: #08c
}

.medical section .action {
    padding-top: 25px;
    padding-bottom: 25px
}

.medical .post .entry-date {
    font-size: 13px
}

.medical h3.mt-none.line-bottom {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px
}

.medical .font-16 {
    font-size: 16px
}

.medical #appointment_form .form-control {
    height: 45px;
    border-radius: 0
}

.medical #appointment_form textarea.form-control {
    height: auto
}

.medical .text-center ul.nav.nav-pills.sort-source {
    display: inline-block
}

.medical section > .container {
    padding-top: 60px;
    padding-bottom: 60px
}

.medical .drteam {
    border: 2px solid #eee
}

.medical .bg-white-transparent a.btn.btn-primary.mt-md {
    padding: 8px 21px
}

.medical .thumb-info .thumb-info-wrapper, .medical .thumb-info, .medical .thumb-info img {
    border-radius: 0;
    border: 0
}

.medical .media-body h5 {
    font-size: 18px
}

.medical .widget.dark .list-border li, .medical .widget.dark .contact-details li {
    border-bottom: 1px dashed #404040
}

.medical .widget ul.list li, .medical .widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px
}

.medical .widget {
    margin-bottom: 30px;
    margin-top: 30px
}

.medical form label {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff
}

.medical .widget.dark .widget-title {
    color: #fff
}

.medical ul.mt-sm.font-16, #footer .medical ul.list-border {
    padding-left: 0;
    list-style: none
}

.medical .opening-hours ul li.clearfix {
    display: block
}

@media(max-width:991px) {
    .medical .call-to-action .call-to-action-content {
        text-align: center
    }

    .pb-sm-30 {
        padding-bottom: 30px !important
    }
}

@media(min-width:767px) {
    .pb-none-0 {
        padding-bottom: 0 !important
    }
}

.medical .widget .post-title a {
    font-size: 13px;
    letter-spacing: 0
}

.medical .input-lg {
    border-radius: 0
}

.medical #services {
    background-color: #f1f1f1
}

html.dark .medical #services, html.dark .medical .bg-white-transparent {
    background-color: inherit
}

@media(min-width:992px) and (max-width:1199px) {
    .medical .bg-white-transparent a.btn.btn-primary.mt-md {
        font-size: 11px
    }
}

@media(max-width:767px) {
    .counter-border .counters.counters-text-light {
        display: inline-grid
    }
}

html.dark .medical .border-1px, html.dark .medical .border-2px, html.dark .medical .border-5px {
    border-color: #282d36
}

.spa .bm-lg {
    margin-bottom: 80px !important
}

.spa .bm {
    margin-bottom: 50px !important
}

.spa .divcenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

    .spa .divcenter.border {
        border: none !important
    }

.spa .feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}

.spa .feature-box.fbox-plain .fbox-icon {
    border: none !important;
    height: auto !important
}

.spa .feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px
}

.spa .clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%
}

.spa .img-circle {
    border-radius: 50% !important
}

.spa .button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #1abc9c;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}

.spa a.button.button-rounded, .spa input.btn.btn-primary.btn-lg {
    margin: 20px 0 0;
    background-color: #78c9d1;
    border-radius: 3px;
    color: #fff !important;
    border: none;
    text-decoration: none
}

.spa .button.button-full {
    background-color: #78c9d1;
    font-style: italic;
    letter-spacing: 1px;
    display: block !important;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 40px 0;
    font-size: 29px;
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    color: #fff;
    text-decoration: none
}

.spa section {
    margin: 50px 0;
    border: none
}

.spa li.ui-state-default.ui-corner-top {
    list-style-type: none;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    padding: 6px
}

.spa ul > li.ui-state-default.ui-corner-top {
    display: inline-block
}

.spa section {
    background: #fff
}

.spa .media-box h3 span.subtitle {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: normal;
    text-transform: none;
    margin-top: 17px
}

.spa .media-box h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0
}

.spa .media-box p {
    margin-top: 17px
}

.spa color {
    color: #78c9d1
}

.spa .section {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border: none !important
}

.spa .feature-box p {
    margin: -17px 0 0;
    color: #999
}

.spa .feature-box {
    margin-bottom: 27px
}

.spa .counters.counters-sm strong {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700
}

.spa .heading-block.bm > h3, .spa .heading-block > h3 {
    font-weight: 700
}

.spa .counter > label {
    margin-top: 15px
}

.spa .tab-content {
    border: none !important
}

.spa .service-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px
}

.spa input[type=submit].btn:hover {
    background-color: #85ced5;
    opacity: .9
}

.spa .service-name a:hover {
    text-decoration: none
}

.spa section#section-contact {
    background: #fff
}

.spa .form-control {
    background-color: #f5f5f5;
    border: none;
    height: 45px;
    box-shadow: none
}

.spa .form-group label {
    font-size: 13px;
    letter-spacing: 1px;
    color: #555;
    font-weight: 700
}

.spa .fbox-media {
    padding: 21px 0
}

.spa h4.sp {
    max-width: 685px;
    color: #777;
    font-size: 17px;
    margin: 0 auto
}

.spa .fbox-media {
    padding: 0 40px;
    margin: 0 0 25px
}

.spa .border_image.mb-lg:after {
    width: auto;
    height: 26px;
    background-image: url(Resources/img/border.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top: none
}

.spa .fbox-icon > a > img, .spa .heading-block.center.mb-xlg img {
    width: 100%;
    height: 100%
}

.spa .border_image.mb-lg:after {
    content: '';
    display: block;
    margin: 39px 0
}

.spa img.topmargin {
    margin: 50px 0 0 0
}

.spa #section-contact input .form-control {
    box-shadow: none !important
}

.spa .counters em {
    font-size: 43px !important;
    text-align: center;
    margin: 15px 0;
    color: #d2d2d2
}

.spa .topmargin {
    margin-top: 50px
}

.spa .fbox-plain h3.mb-xlg {
    font-size: 17px;
    font-weight: 600
}

.spa .counters.counters-sm label {
    font-weight: 500
}

.spa a.button.button-rounded, .spa input.btn.btn-primary.btn-lg, .spa .form-group {
    margin: 0
}

.spa.body > #footer {
    background: #f5f5f5 !important;
    border-top: #f5f5f5 !important
}

    .spa.body > #footer h5.head {
        color: #444 !important
    }

    .spa.body > #footer abbr {
        line-height: 1.6
    }

@media(max-width:768px) {
    .spa .topmargin {
        margin-top: 0
    }

    .spa .counter > label {
        padding: 15px 0
    }
}

@media(max-width:768px) {
    .spa .contact-widget, .spa div.heading-block h3.capitalize {
        margin: 0 40px
    }
}

@media(max-width:768px) {
    .spa .section-beauty {
        padding: 0 15px;
        background: none !important
    }
}

@media(max-width:892px) {
    .spa .feature-box {
        margin-bottom: 50px
    }
}

html.dark section.tilt-bg-white:before, html.dark section.tilt-bg-w:before, html.dark .spa section, html.dark .spa .section, html.dark .spa section#section-contact {
    background: #21262d
}

html.dark .spa .section-beauty {
    background: url(Resources/img/flowers.png) left bottom no-repeat #1d2127 !important
}

html.dark .spa .service-name {
    color: #777
}

.travel-theme .travel-form, .travel-theme .travel-form .input-icon {
    position: relative
}

    .travel-theme .travel-form section {
        display: block
    }

.travel-theme section.section.stuning-beachs, .travel-theme .padd {
    padding: 120px 0
}

.travel-theme .padd-top {
    padding-top: 200px
}

.travel-theme .padd-btm {
    padding-bottom: 80px
}

.travel-theme .padd-left {
    padding-left: 60px
}

.travel-theme .travel-form .travel-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

    .travel-theme .travel-form .travel-wrap .travel-box {
        border-radius: 4px;
        margin-top: -60px;
        padding: 45px;
        box-shadow: 0 0 35px rgba(0,0,0,.27);
        background: #fff;
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    .travel-theme .travel-form .travel-wrap .form-group {
        margin-right: 15px;
        float: left
    }

        .travel-theme .travel-form .travel-wrap .form-group .input-icon input {
            padding-right: 32px
        }

    .travel-theme .travel-form .travel-wrap input, .travel-theme .travel-form .travel-wrap select, .travel-theme .travel-form .travel-wrap button {
        height: 50px;
        line-height: inherit;
        width: 190px;
        font-size: 15px
    }

.travel-theme .travel-form button[type="submit"] {
    outline: none !important
}

.travel-theme .travel-form input, .travel-theme .travel-form select, .travel-theme .travel-form textarea {
    padding: 0 0 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    width: 100%
}

    .travel-theme .travel-form input.form-travel {
        padding: 0 15px
    }

.travel-theme .travel-form .input-icon .input-addon {
    position: absolute;
    right: 15px;
    top: 14px
}

.travel-theme .travel-title h2 {
    color: #222;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.travel-theme .travel-title .tagline {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    display: block
}

.travel-theme .img-border:after {
    content: "";
    background: url(Resources/img/shape.png) no-repeat center center;
    height: 15px;
    width: 100px;
    display: block;
    margin: 0 auto
}

.travel-theme .choose-travel .box-icon em {
    font-size: 80px;
    padding: 0 0 50px
}

.travel-theme .choose-travel .travel-title {
    padding-bottom: 60px
}

.travel-theme .choose-travel .box-awesome-service {
    text-align: center
}

    .travel-theme .choose-travel .box-awesome-service .box-text h3 {
        font-weight: 700;
        font-size: 24px
    }

    .travel-theme .choose-travel .box-awesome-service .box-text p {
        padding: 0 5px;
        font-size: 15px
    }

.travel-theme .video-travel {
    font-size: 15px;
    line-height: 26px;
    background-color: #f8f8f8
}

html.dark .travel-theme .video-travel {
    background-color: #21262d
}

.travel-theme .video-travel .img-video-box {
    overflow: hidden;
    position: relative
}

    .travel-theme .video-travel .img-video-box .tour-middle {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        height: 100%
    }

        .travel-theme .video-travel .img-video-box .tour-middle .play-btn {
            height: 100% !important;
            width: auto !important
        }

    .travel-theme .video-travel .img-video-box a.tour-video {
        display: block;
        height: 100%
    }

    .travel-theme .video-travel .img-video-box .overlay-play {
        background: url(Resources/img/video-play.png) no-repeat center center;
        background-size: 60px 60px;
        height: 100%;
        width: 60px;
        display: block;
        margin: auto
    }

.travel-theme .video-travel .travel-title h2 {
    margin-bottom: 10px
}

.travel-theme .video-travel p {
    margin-bottom: 50px
}

.travel-theme .video-travel .travel-btn {
    border-radius: 3px;
    padding: 15px 35px;
    font-size: 14px;
    letter-spacing: 2px
}

.travel-theme section.popular-services, .travel-theme section.clients-says {
    padding-bottom: 50px
}

.travel-theme .popular-services .travel-list-box h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin: 20px 0 15px 0
}

.travel-theme .popular-services .travel-list-box .rating {
    line-height: initial;
    font-size: 12px;
    color: #eee
}

.travel-theme .popular-services .travel-list-box .travel-driver {
    margin: 20px auto;
    height: 1px;
    width: 56px;
    background-color: #e7e7e7
}

.travel-theme .popular-services .travel-list-box .travel-duration {
    display: block;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 40px
}

.travel-theme .famous-locations h4 {
    margin: 35px 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700
}

.travel-theme .clients-says .testimonial .testimonial-author strong {
    font-size: 15px;
    margin-bottom: 0
}

.travel-theme .stuning-beachs .travel-title .tagline {
    color: #fff;
    margin-bottom: 45px
}

.travel-theme .stuning-beachs .travel-btn {
    padding: 15px 35px;
    border-radius: 3px
}

.travel-theme section.gallery-member, .travel-theme section.latest-news {
    padding-top: 120px
}

.travel-theme .gallery-member ul.image-gallery .image-gallery-item {
    margin-bottom: 0
}

.travel-theme .gallery-member .image-gallery-item .thumb-info-title .thumb-info-inner {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    line-height: 28px
}

.travel-theme .newsletter-travel {
    padding: 80px 0
}

    .travel-theme .newsletter-travel h2, .travel-theme .newsletter-travel .travel-title .tagline {
        color: #fff
    }

    .travel-theme .newsletter-travel .form-email {
        display: block;
        width: 100%;
        height: 60px;
        padding: 5px 48px 5px 15px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px
    }

.newsletter-travel .input-addon .fa {
    font-size: 20px;
    color: #252525;
    text-decoration: none
}

.travel-theme .newsletter-travel .input-addon {
    position: absolute;
    right: 20px;
    top: 50px
}

.travel-theme .newsletter-travel .input-icon {
    margin-top: 30px
}

.travel-theme .newsletter-travel .travel-group {
    position: absolute;
    height: 100%;
    width: 95%;
    padding-left: 50px;
    min-height: 120px
}

.travel-theme .foot-about p {
    color: #ccc;
    text-align: justify
}

.travel-theme ul.foot-social, .travel-theme ul.foot-links, .travel-theme ul.foot-gallery {
    list-style: none;
    padding: 0
}

.travel-theme ul.foot-social {
    margin-bottom: 40px
}

.body.travel-theme #footer ul.foot-links li a {
    color: #ccc !important;
    font-size: 14px;
    text-decoration: none
}

.travel-theme ul.foot-links li a em {
    padding-right: 10px
}

.travel-theme ul.foot-links li {
    margin-bottom: 5px
}

.travel-theme ul.foot-social li {
    float: left;
    padding-right: 20px;
    font-size: 20px
}

.travel-theme .foot-gallery li {
    float: left;
    margin: 3px;
    width: 30%;
    position: relative;
    list-style: none
}

    .travel-theme .foot-gallery li img {
        width: 100%
    }

.body.travel-theme > #footer {
    margin-top: 0
}

@media(max-width:1023px) {
    .travel-theme .travel-form .travel-wrap {
        position: relative
    }

        .travel-theme .travel-form .travel-wrap .travel-box {
            width: 100%;
            padding: 40px 0;
            margin-top: 0
        }

            .travel-theme .travel-form .travel-wrap .travel-box .form-group {
                width: 21%;
                margin: 0 2% 15px 2%;
                display: inline-block
            }

            .travel-theme .travel-form .travel-wrap .travel-box input, .travel-theme .travel-form .travel-wrap .travel-box select {
                width: 100%;
                height: 60px;
                line-height: 60px
            }

            .travel-theme .travel-form .travel-wrap .travel-box .form-group .input-icon .input-addon {
                top: 16px
            }

            .travel-theme .travel-form .travel-wrap .travel-box button {
                width: 96%;
                margin: 0 2%;
                height: 60px;
                line-height: 60px
            }

    .travel-theme .video-travel .img-video-box {
        margin-bottom: 30px
    }

    .travel-theme .video-travel {
        text-align: center
    }

    .travel-theme .newsletter-travel .travel-group {
        position: relative;
        width: 100%
    }

    .travel-theme .newsletter-travel .input-addon {
        top: 20px
    }
}

@media(max-width:768px) {
    .travel-theme .travel-form .travel-wrap .travel-box .form-group {
        width: 46%;
        margin: 0 2% 15px 2%;
        display: inline-block
    }

    .filter-tour .filter-wrap .filter-box button {
        width: 96%
    }

    .travel-theme .padd {
        padding: 60px 0
    }

    .travel-theme .newsletter-travel {
        padding: 40px 0;
        text-align: center
    }

        .travel-theme .newsletter-travel .travel-group {
            padding-left: 0
        }

    .travel-theme .padd-btm {
        padding-bottom: 50px
    }

    .travel-theme section.gallery-member {
        padding-top: 60px
    }
}

@media(max-width:650px) {
    .travel-theme .travel-form .travel-wrap .travel-box .form-group {
        width: 96%;
        margin: 0 2% 15px 2%;
        display: inline-block
    }
}

@media(max-width:480px) {
    .travel-theme .popular-services .col-xs-6 {
        width: 100%
    }
}

.restaurant-theme .section-title, .restaurant-theme .pagination {
    margin: 15px 0 10px;
    line-height: 42px;
    padding-bottom: 35px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.restaurant-theme .restaurant-menu {
    padding-top: 100px;
    border-top: 1px solid #eaeaea
}

html.dark .restaurant-theme .restaurant-menu {
    border-top: 1px solid #000
}

.restaurant-theme .text-center {
    text-align: center
}

.restaurant-theme .section-suptitle {
    font-size: 30px;
    letter-spacing: 1px;
    display: block;
    line-height: 32px
}

.restaurant-theme .padd-100 {
    padding: 100px 0
}

.restaurant-theme .special-offers .offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .restaurant-theme .special-offers .offer-item img {
        width: 20%;
        height: auto;
        float: left;
        padding: 10px
    }

    .restaurant-theme .special-offers .offer-item div {
        width: 60%;
        float: left;
        padding-left: 20px;
        padding-right: 20px
    }

        .restaurant-theme .special-offers .offer-item div h3 {
            font-size: 20px;
            margin: 9px 0 12px;
            font-weight: 600;
            letter-spacing: .5px
        }

        .restaurant-theme .special-offers .offer-item div p {
            font-size: 14px
        }

.restaurant-theme .offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    border: 1px solid #ededed;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #000;
    font-size: 26px;
    text-align: center;
    letter-spacing: .5px
}

.restaurant-theme .offer-right a:hover {
    color: #fff !important;
    text-decoration: none
}

.restaurant-theme .offer-right a {
    display: block;
    width: 154px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-decoration: none;
    background: #fff;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    text-align: center;
    font-size: 24px;
    padding-top: 35px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .restaurant-theme .offer-right a span {
        display: block;
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        color: #000;
        padding: 5px 30px;
        line-height: 30px;
        letter-spacing: .5px;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

.restaurant-theme .reservation .form-reservation {
    background: #000;
    padding-left: 50px;
    padding-right: 50px
}

.restaurant-theme .reservation .section {
    margin: 0;
    padding: 0
}

.restaurant-theme .form-reservation .column {
    overflow: hidden;
    margin-bottom: 16px
}

    .restaurant-theme .form-reservation .column div {
        float: left;
        width: 50%;
        padding-right: 8px;
        position: relative
    }

    .restaurant-theme .form-reservation .column > div:last-child {
        float: right;
        padding-right: 0;
        padding-left: 8px
    }

    .restaurant-theme .form-reservation .column > div {
        float: left;
        width: 50%;
        padding-right: 8px;
        position: relative
    }

    .restaurant-theme .form-reservation .column > span input, .restaurant-theme input[type=text], .restaurant-theme input[type=url], .restaurant-theme input[type=email], .restaurant-theme input[type=tel], .restaurant-theme input[type=password] {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-color: #fff;
        border: 0;
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
        color: #000;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .restaurant-theme .form-reservation .column div em {
        color: #000;
        position: absolute;
        right: 30px;
        top: 16px;
        font-size: 16px
    }

    .restaurant-theme .form-reservation .column em.fa-clock-o {
        font-size: 20px;
        right: 21px;
        top: 16px
    }

    .restaurant-theme .form-reservation .column textarea {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-color: #fff;
        border: 0;
        width: 100%;
        height: 144px;
        padding: 20px 25px;
        font-size: 16px;
        color: #000;
        resize: none;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

.restaurant-theme .form-reservation .submit-btn {
    padding-top: 26px;
    text-align: center
}

    .restaurant-theme .form-reservation .submit-btn .submit {
        padding: 20px 80px;
        line-height: 16px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 16px;
        border: 0;
        letter-spacing: 1px
    }

.restaurant-theme .special-dish .owl-carousel .owl-item h4 {
    font-size: 20px;
    text-align: center;
    margin: 30px 0 10px;
    font-weight: 800;
    letter-spacing: .5px
}

.restaurant-theme .special-dish .owl-carousel .owl-item p {
    text-align: center;
    margin-bottom: 10px
}

.restaurant-theme .special-dish .owl-carousel .owl-item span {
    font-size: 22px;
    text-align: center;
    letter-spacing: .5px
}

.restaurant-theme .special-dish .owl-carousel .owl-item {
    float: left;
    width: 50%;
    text-align: center;
    position: relative
}

.restaurant-theme .restaurant-list a:hover:before {
    opacity: .8
}

.restaurant-theme .restaurant-list a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    background: rgba(207,155,103,1);
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.restaurant-theme .food-list div.grid-item {
    border: 1px solid #eaeaea;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.restaurant-theme ul.food-list li {
    list-style: none
}

.restaurant-theme .food-list a {
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden
}

.restaurant-theme .food-list div span {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 8px;
    letter-spacing: .5px
}

.restaurant-theme .food-list div h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    letter-spacing: .5px;
    margin: 0;
    padding-bottom: 30px
}

.restaurant-theme .food-list {
    padding: 0
}

.restaurant-theme .restaurant-filter {
    text-align: center;
    margin-bottom: 50px !important;
    padding: 0 15px
}

    .restaurant-theme .restaurant-filter li {
        display: inline-block !important;
        float: none !important;
        margin-right: 26px;
        cursor: pointer
    }

.restaurant-theme ul.restaurant-filter li.active > a {
    color: #fff
}

.restaurant-theme .restaurant-filter li a {
    min-width: 170px;
    padding: 0 20px !important;
    height: 46px;
    line-height: 44px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-radius: 0;
    letter-spacing: .5px;
    position: relative;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.restaurant-theme .feedback #testimonials:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.restaurant-theme .restaurant-counters section {
    min-height: 400px;
    background: transparent
}

.restaurant-theme .offer-food .item-right .price {
    display: block;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 40px;
    letter-spacing: .5px
}

.restaurant-theme .offer-food .item-right h4 {
    font-size: 22px;
    color: #000;
    margin: 0 0 25px;
    letter-spacing: .5px;
    font-weight: 800;
    line-height: 22px
}

.restaurant-theme .maps .google-map {
    margin-bottom: 0;
    height: 540px
}

.restaurant-theme .maps .ctc-item {
    background: #fff;
    border: 10px solid #e4e4e4;
    padding: 30px;
    margin-top: -485px;
    position: absolute
}

    .restaurant-theme .maps .ctc-item h2 {
        font-size: 36px;
        letter-spacing: 0
    }

    .restaurant-theme .maps .ctc-item .tel {
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: center
    }

    .restaurant-theme .maps .ctc-item .widget {
        margin-bottom: 20px;
        text-align: center
    }

        .restaurant-theme .maps .ctc-item .widget strong {
            display: block;
            font-size: 20px;
            color: #000;
            margin-bottom: 5px
        }

        .restaurant-theme .maps .ctc-item .widget p {
            font-size: 16px;
            color: #6b6b6b;
            line-height: 25px;
            text-align: center
        }

        .restaurant-theme .maps .ctc-item .widget a {
            font-size: 16px;
            color: #6b6b6b
        }

.restaurant-theme .sub-newsletter {
    padding: 100px 0
}

    .restaurant-theme .sub-newsletter h3 {
        font-size: 34px;
        color: #fff;
        letter-spacing: .5px;
        margin: 0;
        font-weight: 400;
        text-transform: none;
        padding: 15px 0
    }

    .restaurant-theme .sub-newsletter ::-webkit-input-placeholder {
        color: #fff
    }

    .restaurant-theme .sub-newsletter :-ms-input-placeholder {
        color: #fff
    }

    .restaurant-theme .sub-newsletter :-moz-input-placeholder {
        color: #fff
    }

    .restaurant-theme .sub-newsletter input[type=email] {
        border: 1px solid rgba(255,255,255,.3) !important;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        width: 66%;
        padding: 0 20px;
        color: #fff;
        font-size: 16px;
        height: 58px;
        line-height: 58px;
        background: none;
        float: left
    }

    .restaurant-theme .sub-newsletter input[type=submit] {
        text-transform: uppercase;
        height: 58px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-color: #fff;
        line-height: 58px;
        display: block;
        width: 30%;
        text-align: center;
        letter-spacing: 1px;
        font-size: 14px;
        border: 0;
        position: relative;
        float: right
    }

.restaurant-theme .feedback .testimonial blockquote {
    padding: 40px;
    background: #fff
}

    .restaurant-theme .feedback .testimonial blockquote:before, .restaurant-theme .feedback .testimonial blockquote:after {
        color: #000 !important
    }

.restaurant-theme .feedback .testimonial .testimonial-arrow-down {
    border-top-color: #fff;
    margin: -1px 0 0 125px
}

.restaurant-theme .feedback section.section.section-text-light .testimonial p {
    font-size: 14px;
    color: #000;
    margin: 0
}

.restaurant-theme .feedback .testimonial .testimonial-author img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 15px 0 0 115px
}

.restaurant-theme .feedback .testimonial .testimonial-author p {
    text-align: center
}

.restaurant-theme .offer-food .item-right {
    padding: 60px 20px 0
}

.restaurant-theme .offer-right a:hover span {
    color: #fff
}

.restaurant-theme .reservation .section-suptitle, .reservation .section-title {
    text-align: left
}

.restaurant-theme .form-reservation input:focus, .restaurant-theme .sub-newsletter input[type=email]:focus, .restaurant-theme .form-reservation textarea:focus {
    padding-left: 30px;
    outline: none
}

.restaurant-theme .padd {
    padding-bottom: 100px
}

.restaurant-theme .foot-about p {
    color: #999;
    padding-right: 20px;
    text-align: justify
}

.restaurant-theme .opening-hours p {
    color: #999;
    margin-bottom: 15px
}

    .restaurant-theme .opening-hours p span {
        text-transform: uppercase
    }

.restaurant-theme .foot-insta {
    padding-left: 0
}

    .restaurant-theme .foot-insta li {
        float: left;
        margin: 1px;
        width: 30%;
        position: relative;
        list-style: none
    }

        .restaurant-theme .foot-insta li img {
            width: 100%;
            opacity: .5
        }

        .restaurant-theme .foot-insta li a:hover img {
            opacity: 1
        }

.body.restaurant-theme > #footer {
    margin-top: 0
}

@media(max-width:1200px) {
    .restaurant-theme .reservation .form-reservation {
        padding-left: 30px;
        padding-right: 30px
    }

    .restaurant-theme .padd-100 {
        padding: 50px 0
    }

    .restaurant-theme .section-suptitle, .restaurant-theme .maps .ctc-item .tel {
        font-size: 20px
    }

    .restaurant-theme .maps .ctc-item h2 {
        font-size: 30px
    }

    .restaurant-theme .restaurant-menu {
        padding-top: 50px
    }

    .restaurant-theme .padd {
        padding-bottom: 50px
    }

    .restaurant-theme .sub-newsletter h3 {
        font-size: 26px
    }
}

@media(max-width:991px) {
    .restaurant-theme .section-suptitle {
        font-size: 22px
    }

    .restaurant-theme .restaurant-filter li {
        margin: 0 15px 15px 0
    }
}

@media(max-width:767px) {
    .restaurant-theme .section-title {
        font-size: 30px;
        letter-spacing: 2px;
        margin: 2px 0 20px;
        padding-bottom: 17px
    }

    .restaurant-theme .form-reservation .column {
        margin-bottom: 20px !important
    }

        .restaurant-theme .form-reservation .column > div {
            width: 100% !important;
            padding: 0 !important;
            margin-bottom: 20px !important
        }

            .restaurant-theme .form-reservation .column > div:last-child {
                margin-bottom: 0 !important
            }

    .restaurant-theme .form-reservation .submit-btn {
        padding-top: 0
    }

    .restaurant-theme .feedback .testimonial {
        padding: 15px
    }
}

@media(max-width:480px) {
    .restaurant-theme .special-offers .offer-item img {
        display: none
    }

    .restaurant-theme .offer-item .offer-price {
        right: 0
    }

    .restaurant-theme .special-offers .offer-item div {
        padding-left: 0;
        width: 80%
    }
}

ul.horizontalLinks {
    list-style-type: none;
    display: flex;
    padding-left: 0
}

.one-page .tt-none {
    text-transform: none;
    line-height: 1.5em
}

.one-page .dt-underline::after {
    top: 35px
}

section.tilt-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7647a7;
    position: absolute;
    top: -30px;
    left: 0;
    transform: skew(0deg,-4deg);
    z-index: 1
}

section.tilt-bg-yellow:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #feb027;
    position: absolute;
    top: -30px;
    left: 0;
    -webkit-transform: skew(0deg,-4deg);
    -moz-transform: skew(0deg,-4deg);
    transform: skew(0deg,-4deg);
    z-index: 1
}

section.tilt-bg-white:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    -webkit-transform: skew(0deg,-4deg);
    -moz-transform: skew(0deg,-4deg);
    transform: skew(0deg,-4deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

section.tilt-bg-w:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-transform: skew(0deg,-4deg);
    -moz-transform: skew(0deg,-4deg);
    transform: skew(0deg,-4deg);
    z-index: 1
}

.tp-min {
    top: -66px
}

.tilt-bg-yellow a.goLower > em {
    font-size: 30px;
    vertical-align: middle
}

.px-tilt {
    padding-top: 250px !important;
    height: 650px;
    margin: -135px 0 0 !important;
    position: relative;
    clear: none
}

.article_type {
    padding: 20px;
    font-size: 38px;
    color: #fff
}

.one-page .meta {
    float: left
}

.bp-onepage {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc
}

.one-page .bg-tab {
    background: #f3f3f3;
    padding-right: 0
}

.one-page .tab-content > .active {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.one-page .tab-content > .tab-pane {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.one-page .star-rating:before {
    color: #fb00d1;
    content: "SSSSS";
    left: 54px;
    position: absolute;
    top: 10px
}

.one-page .star-rating {
    font-family: 'star';
    position: relative;
    font-size: 20px
}

section.tilt-bg-white img {
    border-left: 1px solid #ccc
}

    section.tilt-bg-white img:first-child {
        border-left: 0
    }

section.section.one-page {
    background: #fff;
    border-top: 0;
    position: relative
}

.one-page .zi-two {
    z-index: 2
}

.one-page .sectionIcon {
    display: inline-block;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 75px;
    height: 75px;
    line-height: 90px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    vertical-align: middle
}

    .one-page .sectionIcon.top {
        top: -65px
    }

    .one-page .sectionIcon.btm {
        bottom: -8px
    }

    .one-page .sectionIcon btm {
        display: inline-block;
        text-align: center;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        width: 75px;
        height: 75px;
        line-height: 85px;
        background: #fff;
        z-index: 1;
        border-radius: 50%;
        vertical-align: middle
    }

    .one-page .sectionIcon > em {
        font-size: 35px;
        color: #e5e5e5
    }

.one-page .portfolio-list.full-width .pop-image {
    overflow: hidden;
    display: block
}

.classic .classic-newsletter input.news_letter::-webkit-input-placeholder {
    color: #fff
}

.classic .classic-newsletter input.news_letter::-moz-placeholder {
    color: #fff
}

.classic .classic-newsletter input.news_letter:-ms-input-placeholder {
    color: #fff
}

.boxed .classic .skills-wrapper {
    padding: 0 20px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
    color: #333
}

h1 {
    font-size: 46px;
    line-height: 64px;
    margin: 0 0 32px 0
}

h2 {
    font-size: 38px;
    font-weight: 300;
    line-height: 54px;
    margin: 0 0 32px 0
}

h3 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 42px;
    margin-bottom: 33px
}

h4 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    margin: 0 0 14px 0
}

h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 28px;
    margin: 0 0 14px 0
}

h6 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 14px 0
}

h1.big {
    font-size: 4.2em;
    line-height: 54px
}

h1.small {
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 600
}

h1.short {
    margin-bottom: 15px
}

h2.short {
    margin-bottom: 15px
}

h3.short, h4.short, h5.short, h6.short {
    margin-bottom: 9px
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
    margin-bottom: 33px
}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
    margin-bottom: 44px
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px
}

h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced {
    margin-top: 44px
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
    color: #1d2127
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
    color: #fff
}

h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2)
}

.heading.heading-border {
    margin-bottom: 25px
}

    .heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
        margin: 0;
        padding: 0
    }

.heading.heading-bottom-border h1 {
    border-bottom: 5px solid #dbdbdb;
    padding-bottom: 10px
}

.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 10px
}

.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px
}

.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
    border-bottom: 3px double #dbdbdb;
    padding-bottom: 10px
}

.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 {
    border-bottom: 3px double #dbdbdb;
    padding-bottom: 5px
}

.heading.heading-middle-border {
    position: relative
}

    .heading.heading-middle-border:before {
        border-top: 1px solid #dbdbdb;
        content: "";
        height: 0;
        left: auto;
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%
    }

    .heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
        position: relative;
        background: #fff;
        display: inline-block
    }

    .heading.heading-middle-border h1 {
        padding-right: 15px
    }

    .heading.heading-middle-border h2, .heading.heading-middle-border h3 {
        padding-right: 10px
    }

    .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
        padding-right: 5px
    }

.heading.heading-middle-border-reverse {
    text-align: right
}

    .heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
        padding-right: 0
    }

    .heading.heading-middle-border-reverse h1 {
        padding-left: 15px
    }

    .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
        padding-left: 10px
    }

    .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
        padding-left: 5px
    }

.heading.heading-middle-border-center {
    text-align: center
}

    .heading.heading-middle-border-center h1 {
        padding-left: 15px;
        padding-right: 15px
    }

    .heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
        padding-left: 10px;
        padding-right: 10px
    }

    .heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6 {
        padding-left: 5px;
        padding-right: 5px
    }

.heading.heading-border-xs:before {
    border-top-width: 1px
}

.heading.heading-border-sm:before {
    border-top-width: 2px
}

.heading.heading-border-lg:before {
    border-top-width: 3px
}

.heading.heading-border-xl:before {
    border-top-width: 5px
}

.modal-header h3 {
    color: #333;
    text-transform: none
}

@media(max-width:479px) {
    h2 {
        line-height: 40px
    }
}

@media(max-width:767px) {
    h1.big {
        font-size: 3.2em;
        line-height: 42px
    }
}

blockquote {
    font-size: 1em
}

    blockquote.with-borders {
        border-radius: 6px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
        padding: 15px 20px
    }

    blockquote.alert-primary p {
        color: #fff
    }

    blockquote.alert-primary footer {
        color: #fff
    }

    blockquote.alert-secondary p {
        color: #fff
    }

    blockquote.alert-secondary footer {
        color: #fff
    }

    blockquote.alert-tertiary p {
        color: #fff
    }

    blockquote.alert-tertiary footer {
        color: #fff
    }

    blockquote.alert-quaternary p {
        color: #fff
    }

    blockquote.alert-quaternary footer {
        color: #fff
    }

p {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px
}

    p.featured {
        font-size: 1.6em;
        line-height: 1.5em
    }

    p.short {
        margin-bottom: 0
    }

    p.tall {
        margin-bottom: 20px
    }

    p.taller {
        margin-bottom: 40px
    }

    p .alternative-font {
        display: inline-block;
        margin-top: -15px;
        position: relative;
        top: 3px;
        margin-bottom: -6px
    }

a, a:hover, a:focus {
    color: #ccc
}

p.drop-caps:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #ccc;
    color: #fff;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px
}

.alternative-font {
    color: #ccc;
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em
}

ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

    ul.nav-list li a {
        -webkit-transition: background .1s;
        -moz-transition: background .1s;
        transition: background .1s;
        border-bottom: 1px solid #ededde;
        padding: 8px 0;
        display: block;
        color: #666;
        font-size: .9em;
        text-decoration: none
    }

        ul.nav-list li a:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #333;
            margin-left: 10px;
            margin-right: 5px;
            position: relative
        }

        ul.nav-list li a:hover {
            background-color: #eee;
            text-decoration: none
        }

    ul.nav-list li.active > a {
        font-weight: bold
    }

    ul.nav-list li ul {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 0
    }

    ul.nav-list li:last-child a {
        border-bottom: none
    }

ul.nav-list.hide-not-active li ul {
    display: none
}

ul.nav-list.hide-not-active li.active ul {
    display: block
}

ul.nav-list.show-bg-active .active > a {
    background-color: #f5f5f5
}

    ul.nav-list.show-bg-active .active > a:hover {
        background-color: #eee
    }

ul.narrow li a {
    padding: 4px 0
}

ul.nav-pills > li.active > a {
    background-color: #ccc
}

    ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
        background-color: #ccc
    }

.btn, .pager li > a {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    position: relative;
    padding: 0 28px;
    line-height: 2.8;
    border: 0 solid transparent;
    overflow: hidden
}

.btn-default {
    box-shadow: inset 0 0 0 2px #ccc
}

.btn-default {
    color: #666;
    background-color: #e6e6e6;
    border-color: #ccc
}

    .btn-borders.btn-default, .btn-default.style_outlined, html.dark .btn-borders.btn-default, html.dark .btn-default.style_outlined {
        background-color: transparent;
        color: #ccc
    }

        .btn.btn-borders.btn-default:hover:before, .btn-default.style_outlined:hover:before {
            background-color: #ccc;
            z-index: -1
        }

        .btn-borders.btn-default:hover, html.dark .btn-borders.btn-default:hover {
            color: #333
        }

.btn-icon i, .btn-icon em {
    margin-right: 10px
}

.btn-icon-right i, .btn-icon-right em {
    margin-right: 0;
    margin-left: 10px
}

.btn-primary {
    border-color: #ccc;
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 2px #ccc
}

    .btn-primary:hover {
        border-color: #d9d9d9 #d9d9d9 #bfbfbf;
        background-color: #d9d9d9;
        color: #fff
    }

    .btn-primary:active, .btn-primary:focus {
        border-color: #bfbfbf;
        background-color: #bfbfbf;
        color: #fff
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #bfbfbf
    }

    .btn-primary[disabled] {
        border-color: #fff;
        background-color: #fff;
        color: #ccc
    }

.btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 2px #47a447
}

    .btn-success:hover {
        border-color: #51b451 #51b451 #3f923f;
        background-color: #51b451;
        color: #fff
    }

    .btn-success:active, .btn-success:focus {
        border-color: #3f923f;
        background-color: #3f923f;
        color: #fff
    }

    .btn-success.dropdown-toggle {
        border-left-color: #3f923f
    }

    .btn-success[disabled] {
        border-color: #86cb86;
        background-color: #86cb86;
        color: #ccc
    }

.btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 2px #ed9c28
}

    .btn-warning:hover {
        border-color: #efa740 #efa740 #e89113;
        background-color: #efa740;
        color: #fff
    }

    .btn-warning:active, .btn-warning:focus {
        border-color: #e89113;
        background-color: #e89113;
        color: #fff
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #e89113
    }

    .btn-warning[disabled] {
        border-color: #f5c786;
        background-color: #f5c786;
        color: #ccc
    }

.btn-danger {
    border-color: #d2322d;
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 2px #d2322d
}

    .btn-danger:hover {
        border-color: #d64742 #d64742 #bd2d29;
        background-color: #d64742;
        color: #fff
    }

    .btn-danger:active, .btn-danger:focus {
        border-color: #bd2d29;
        background-color: #bd2d29;
        color: #fff
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #bd2d29
    }

    .btn-danger[disabled] {
        border-color: #e48481;
        background-color: #e48481;
        color: #ccc
    }

.btn-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 2px #5bc0de
}

    .btn-info:hover {
        border-color: #70c8e2 #70c8e2 #46b8da;
        background-color: #70c8e2;
        color: #fff
    }

    .btn-info:active, .btn-info:focus {
        border-color: #46b8da;
        background-color: #46b8da;
        color: #fff
    }

    .btn-info.dropdown-toggle {
        border-left-color: #46b8da
    }

    .btn-info[disabled] {
        border-color: #b0e1ef;
        background-color: #b0e1ef;
        color: #ccc
    }

.btn-dark {
    border-color: #1d2127;
    background-color: #1d2127;
    border-color: #1d2127 #1d2127 #07080a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 2px #1d2127
}

    .btn-dark:hover {
        border-color: #282d36 #282d36 #121518;
        background-color: #282d36;
        color: #fff
    }

    .btn-dark:active, .btn-dark:focus {
        border-color: #121518;
        background-color: #121518;
        color: #fff
    }

    .btn-dark.dropdown-toggle {
        border-left-color: #121518
    }

    .btn-dark[disabled] {
        border-color: #495362;
        background-color: #495362;
        color: #ccc
    }

.btn-borders {
    border-width: 0
}

    .btn-borders.btn-primary {
        background: transparent;
        border-color: #ccc;
        color: #ccc;
        text-shadow: none
    }

        .btn-borders.btn-primary:hover, .btn-borders.btn-primary:focus {
            background-color: #d9d9d9;
            border-color: #ccc !important
        }

        .btn-borders.btn-primary:hover {
            color: #fff
        }

    .btn-borders.btn-success {
        background: transparent;
        border-color: #47a447;
        color: #47a447;
        text-shadow: none
    }

        .btn-borders.btn-success:hover, .btn-borders.btn-success:focus {
            background-color: #51b451;
            border-color: #47a447 !important;
            color: #fff
        }

    .btn-borders.btn-warning {
        background: transparent;
        border-color: #ed9c28;
        color: #ed9c28;
        text-shadow: none
    }

        .btn-borders.btn-warning:hover, .btn-borders.btn-warning:focus {
            background-color: #efa740;
            border-color: #ed9c28 !important;
            color: #fff
        }

    .btn-borders.btn-danger {
        background: transparent;
        border-color: #d2322d;
        color: #d2322d;
        text-shadow: none
    }

        .btn-borders.btn-danger:hover, .btn-borders.btn-danger:focus {
            background-color: #d64742;
            border-color: #d2322d !important;
            color: #fff
        }

    .btn-borders.btn-info {
        background: transparent;
        border-color: #5bc0de;
        color: #5bc0de;
        text-shadow: none;
        z-index: 0
    }

        .btn-borders.btn-info:hover, .btn-borders.btn-info:focus {
            border-color: #5bc0de !important;
            color: #fff
        }

            .btn-borders.btn-info:hover:after, .btn-borders.btn-info:hover:before, .btn-borders.btn-info:focus {
                background-color: #70c8e2;
                color: #fff;
                z-index: -1
            }

    .btn-borders.btn-dark {
        background: transparent;
        border-color: #1d2127;
        color: #1d2127;
        text-shadow: none
    }

        .btn-borders.btn-dark:hover, .btn-borders.btn-dark:focus {
            background-color: #282d36;
            border-color: #1d2127 !important;
            color: #fff
        }

    .btn-borders.btn-lg, .btn-group-lg > .btn-borders.btn {
        padding: 8px 16px
    }

    .btn-borders.btn-sm, .btn-group-sm > .btn-borders.btn {
        border-width: 2px;
        padding: 4px 10px
    }

    .btn-borders.btn-xs, .btn-group-xs > .btn-borders.btn {
        padding: 1px 5px;
        border-width: 1px
    }

.btn-3d {
    border-bottom-width: 3px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 0 #ccc
}

    .btn-3d.btn-lg, .btn-group-lg > .btn-3d.btn {
        padding: 9px 16px
    }

    .btn-3d.btn-sm, .btn-group-sm > .btn-3d.btn {
        border-width: 2px;
        padding: 4px 10px
    }

    .btn-3d.btn-xs, .btn-group-xs > .btn-3d.btn {
        padding: 1px 5px;
        border-width: 1px
    }

html .btn-primary-scale-2 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #069;
    border-color: #069 #069 #046;
    box-shadow: inset 0 0 0 2px #069
}

    html .btn-primary-scale-2:hover {
        border-color: #0077b3 #0077b3 #005580;
        background-color: #0077b3
    }

    html .btn-primary-scale-2:active, html .btn-primary-scale-2:focus, html .btn-primary-scale-2:active:hover, html .btn-primary-scale-2:active:focus {
        border-color: #005580 #005580 #005580;
        background-color: #005580
    }

    html .btn-primary-scale-2.dropdown-toggle {
        border-left-color: #005580
    }

    html .btn-primary-scale-2[disabled], html .btn-primary-scale-2[disabled]:hover, html .btn-primary-scale-2[disabled]:active, html .btn-primary-scale-2[disabled]:focus {
        border-color: #0af;
        background-color: #0af
    }

.btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.09);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .btn:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

.search-popup a.icon-search:after, .search-popup a.icon-search:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.09);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: inherit
}

.search-popup a.icon-search:hover:after, .search-popup a.icon-search:hover:before {
    height: 100%
}

.btn-pink {
    background-color: #ff6b6b
}

.color_pink, .color_pink:hover, .color_pink:focus, .color_pink.style_outlined:hover {
    color: #fff
}

    .color_pink.style_outlined {
        border-color: #ff6b6b;
        color: #ff6b6b;
        outline: none;
        box-shadow: inset 0 0 0 2px #ff6b6b
    }

.btn.color_pink.style_outlined:before {
    background-color: #ff6b6b;
    z-index: -1
}

.btn-blue {
    background-color: #5ac8ed
}

.color_blue, .color_blue:hover, .color_blue:focus, .color_blue.style_outlined:hover {
    color: #fff
}

    .color_blue.style_outlined {
        border-color: #5ac8ed;
        color: #5ac8ed;
        outline: none;
        box-shadow: inset 0 0 0 2px #5ac8ed
    }

.btn.color_blue.style_outlined:before {
    background-color: #5ac8ed;
    z-index: -1
}

.btn-green {
    background-color: #59ba41
}

.color_green, .color_green:hover, .color_green:focus, .color_green.style_outlined:hover {
    color: #fff
}

    .color_green.style_outlined {
        border-color: #59ba41;
        color: #59ba41;
        outline: none;
        box-shadow: inset 0 0 0 2px #59ba41
    }

.btn.color_green.style_outlined:before {
    background-color: #59ba41;
    z-index: -1
}

.btn-yellow {
    background-color: #fac000
}

.color_yellow, .color_yellow:hover, .color_yellow:focus, .color_yellow.style_outlined:hover {
    color: #fff
}

    .color_yellow.style_outlined {
        border-color: #fac000;
        color: #fac000;
        outline: none;
        box-shadow: inset 0 0 0 2px #fac000
    }

.btn.color_yellow.style_outlined:before {
    background-color: #fac000;
    z-index: -1
}

.btn-purple {
    background-color: #8560a8
}

.color_purple, .color_purple:hover, .color_purple:focus, .color_purple.style_outlined:hover {
    color: #fff
}

    .color_purple.style_outlined {
        border-color: #8560a8;
        color: #8560a8;
        outline: none;
        box-shadow: inset 0 0 0 2px #8560a8
    }

.btn.color_purple.style_outlined:before {
    background-color: #8560a8;
    z-index: -1
}

.btn-red {
    background-color: #f40
}

.color_red, .color_red:hover, .color_red:focus, .color_red.style_outlined:hover {
    color: #fff
}

    .color_red.style_outlined {
        border-color: #f40;
        color: #f40;
        outline: none;
        box-shadow: inset 0 0 0 2px #f40
    }

.btn.color_red.style_outlined:before {
    background-color: #f40;
    z-index: -1
}

.btn-lime {
    background-color: #baeb59
}

.color_lime, .color_lime:hover, .color_lime:focus, .color_lime.style_outlined:hover {
    color: #fff
}

    .color_lime.style_outlined {
        border-color: #baeb59;
        color: #baeb59;
        outline: none;
        box-shadow: inset 0 0 0 2px #baeb59
    }

.btn.color_lime.style_outlined:before {
    background-color: #baeb59;
    z-index: -1
}

.btn-navy {
    background-color: #1265a8
}

.color_navy, .color_navy:hover, .color_navy:focus, .color_navy.style_outlined:hover {
    color: #fff
}

    .color_navy.style_outlined {
        border-color: #1265a8;
        color: #1265a8;
        outline: none;
        box-shadow: inset 0 0 0 2px #1265a8
    }

.btn.color_navy.style_outlined:before {
    background-color: #1265a8;
    z-index: -1
}

.btn-cream {
    background-color: #ffe2bf
}

.color_cream, .color_cream:hover, .color_cream:focus, .color_cream.style_outlined:hover {
    color: #6b5e50
}

    .color_cream.style_outlined {
        border-color: #ffe2bf;
        color: #ffe2bf;
        outline: none;
        box-shadow: inset 0 0 0 2px #ffe2bf
    }

.btn.color_cream.style_outlined:before {
    background-color: #ffe2bf;
    z-index: -1
}

.btn-midnight {
    background-color: #2c3e50
}

.color_midnight, .color_midnight:hover, .color_midnight:focus, .color_midnight.style_outlined:hover {
    color: #fff
}

    .color_midnight.style_outlined {
        border-color: #2c3e50;
        color: #2c3e50;
        outline: none;
        box-shadow: inset 0 0 0 2px #2c3e50
    }

.btn.color_midnight.style_outlined:before {
    background-color: #2c3e50;
    z-index: -1
}

.btn-brown {
    background-color: #6a4530
}

.color_brown, .color_brown:hover, .color_brown:focus, .color_brown.style_outlined:hover {
    color: #fff
}

    .color_brown.style_outlined {
        border-color: #6a4530;
        color: #6a4530;
        outline: none;
        box-shadow: inset 0 0 0 2px #6a4530
    }

.btn.color_brown.style_outlined:before {
    background-color: #6a4530;
    z-index: -1
}

.btn-teal {
    background-color: #008b83
}

.color_teal, .color_teal:hover, .color_teal:focus, .color_teal.style_outlined:hover {
    color: #fff
}

    .color_teal.style_outlined {
        border-color: #008b83;
        color: #008b83;
        outline: none;
        box-shadow: inset 0 0 0 2px #008b83
    }

.btn.color_teal.style_outlined:before {
    background-color: #008b83;
    z-index: -1
}

.btn-pelorous {
    background-color: #78c9d1
}

.color_pelorous, .color_pelorous:hover, .color_pelorous:focus, .color_pelorous.style_outlined:hover {
    color: #fff
}

    .color_pelorous.style_outlined {
        border-color: #78c9d1;
        color: #78c9d1;
        outline: none;
        box-shadow: inset 0 0 0 2px #78c9d1
    }

.btn.color_pelorous.style_outlined:before {
    background-color: #78c9d1;
    z-index: -1
}

.btn-skyblue {
    background-color: #33ceff
}

.color_skyblue, .color_skyblue:hover, .color_skyblue:focus, .color_skyblue.style_outlined:hover {
    color: #fff
}

    .color_skyblue.style_outlined {
        border-color: #33ceff;
        color: #33ceff;
        outline: none;
        box-shadow: inset 0 0 0 2px #33ceff
    }

.btn.color_skyblue.style_outlined:before {
    background-color: #33ceff;
    z-index: -1
}

.color_white.style_outlined {
    border-color: #fff;
    color: #fff;
    outline: none;
    box-shadow: inset 0 0 0 2px #fff
}

.btn.color_white.style_outlined:before {
    background-color: #fff;
    z-index: -1
}

.color_white, .color_white:hover, .color_white.style_outlined:hover {
    color: #333
}

.style_outlined {
    background-color: transparent !important;
    z-index: 0;
    box-shadow: inset 0 0 0 2px #ccc
}

.color_transparent {
    overflow: visible;
    background: none !important
}

    .color_transparent:hover {
        color: #333
    }

.w-brd {
    border: none !important;
    outline: none;
    box-shadow: none
}

.btn-sm {
    font-size: 13px
}

.btn-md {
    font-size: 16px
}

.btn-xl {
    font-size: 20px
}

.btn-xlg {
    font-size: 22px
}

.btn-xxl {
    font-size: 24px
}

.btn:focus, .btn:active:focus {
    outline: none
}

.btn.btn-borders.btn-lg, .btn.btn-borders.btn-xs, .btn.btn-borders.btn-sm {
    padding: 0 28px;
    border-width: 0
}

.label-primary, .label-secondary, .label-tertiary, .label-quaternary {
    background-color: #ccc;
    color: #fff
}

.label-success {
    background-color: #47a447;
    color: #fff
}

.label-warning {
    background-color: #ed9c28;
    color: #fff
}

.label-danger {
    background-color: #d2322d;
    color: #fff
}

.label-info {
    background-color: #5bc0de;
    color: #fff
}

.label-dark {
    background-color: #1d2127;
    color: #fff
}

.label.label-sm {
    font-size: .7em
}

.label.label-lg {
    font-size: 1em
}

.contactForm .form-group {
    position: relative;
    margin-bottom: 20px
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.contactForm .form-group .form-icon:before {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    opacity: .33;
    pointer-events: none;
    transition: opacity .3s,color .3s
}

.contactForm .form-group.name .form-name:before {
    content: ''
}

.contactForm .form-group.email .form-email:before {
    content: ''
}

.contactForm .form-group.message .form-message:before {
    content: ''
}

.contactForm .form-group input[type="text"], .contactForm .form-group input[type="email"], .contactForm .form-group textarea {
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent,0 1px 0 rgba(0,0,0,.08) inset;
    transition: all .3s;
    border: none;
    font-size: 16px;
    padding-left: 45px
}

.contactForm .form-group textarea {
    padding-top: 10px;
    height: 130px
}

.contactForm .form-group input[type="text"], .form-group input[type="email"] {
    height: 45px
}

.contactForm .form-group input.form-control, .contactForm .form-group textarea.form-control {
    background: transparent
}

.captcha {
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
    height: 78px;
    position: relative
}

    .captcha input {
        border: 0
    }

.captcha-input {
    position: relative;
    top: 15px;
    font-size: 14px
}

.captcha-image {
    float: left;
    position: relative;
    top: -5px;
    left: -13px
}

.captcha-refresh {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 2px;
    border-radius: 3px;
    padding: 2px 5px
}

    .captcha-refresh a, .captcha-refresh a:hover, .captcha-refresh a:focus, .captcha-refresh a:active {
        color: #333
    }

.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #ccc;
    color: #fff
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #47a447;
    color: #fff
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ed9c28;
    color: #fff
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #d2322d;
    color: #fff
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #5bc0de;
    color: #fff
}

.table > thead > tr > td.dark, .table > tbody > tr > td.dark, .table > tfoot > tr > td.dark, .table > thead > tr > th.dark, .table > tbody > tr > th.dark, .table > tfoot > tr > th.dark, .table > thead > tr.dark > td, .table > tbody > tr.dark > td, .table > tfoot > tr.dark > td, .table > thead > tr.dark > th, .table > tbody > tr.dark > th, .table > tfoot > tr.dark > th {
    background-color: #1d2127;
    color: #fff
}

.featured-icon {
    background: #ccc;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px
}

    .featured-icon i, .featured-icon em {
        color: #fff;
        font-size: .9em;
        font-weight: normal
    }

.sample-icon-list .sample-icon a {
    display: block;
    color: #222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
    font-size: 11px
}

    .sample-icon-list .sample-icon a:hover {
        color: #fff;
        text-decoration: none
    }

    .sample-icon-list .sample-icon a:hover {
        background-color: #08c
    }

        .sample-icon-list .sample-icon a:hover .fa, .sample-icon-list .sample-icon a:hover .fas, .sample-icon-list .sample-icon a:hover .far, .sample-icon-list .sample-icon a:hover .fab, .sample-icon-list .sample-icon a:hover .icons {
            font-size: 28px;
            vertical-align: -6px
        }

    .sample-icon-list .sample-icon a .fa, .sample-icon-list .sample-icon a .fas, .sample-icon-list .sample-icon a .far, .sample-icon-list .sample-icon a .fab, .sample-icon-list .sample-icon a .icons {
        width: 32px;
        font-size: 14px;
        display: inline-block;
        text-align: right;
        margin-right: 10px
    }

.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px
}

.fontawesome-icon-list > section {
    margin-top: 25px
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    border-radius: 4px;
    position: relative
}

    .img-thumbnail img {
        border-radius: 4px
    }

    .img-thumbnail .zoom {
        background: #ccc;
        border-radius: 100%;
        bottom: 8px;
        color: #fff;
        display: block;
        height: 30px;
        padding: 6px;
        position: absolute;
        right: 8px;
        text-align: center;
        width: 30px
    }

        .img-thumbnail .zoom i, .img-thumbnail .zoom em {
            font-size: 14px;
            left: -1px;
            position: relative;
            top: -3px
        }

    .img-thumbnail.img-thumbnail-hover-icon {
        position: relative
    }

        .img-thumbnail.img-thumbnail-hover-icon img {
            position: relative;
            z-index: 1
        }

        .img-thumbnail.img-thumbnail-hover-icon:before {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s;
            background: rgba(255,255,255,.7);
            border-radius: 4px;
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            z-index: 2
        }

        .img-thumbnail.img-thumbnail-hover-icon:after {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s;
            font-family: 'Font Awesome 5 Free';
            color: #777;
            content: "";
            font-size: 30px;
            height: 30px;
            position: absolute;
            top: 30%;
            margin-top: -15px;
            display: block;
            text-align: center;
            width: 100%;
            opacity: 0;
            z-index: 3;
            font-weight: 900
        }

        .img-thumbnail.img-thumbnail-hover-icon:hover:before {
            opacity: 1
        }

        .img-thumbnail.img-thumbnail-hover-icon:hover:after {
            top: 50%;
            opacity: 1
        }

ul.image-gallery {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.image-gallery .image-gallery-item {
        margin-bottom: 35px
    }

.travel-theme .gallery-member .image-gallery-item .thumb-info-title .thumb-info-type, .image-overlay .image-gallery-item .thumb-info-title .thumb-info-type {
    background: transparent !important;
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #777
}

@media(max-width:768px) {
    .travel-theme .gallery-member .image-gallery-item .thumb-info-title .thumb-info-inner, .image-overlay .image-gallery-item .thumb-info-title .thumb-info-inner {
        font-size: 12px
    }

    .travel-theme .gallery-member .image-gallery-item .thumb-info-title .thumb-info-type, .image-overlay .image-gallery-item .thumb-info-title .thumb-info-type {
        display: none
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 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: .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: .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: .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,.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,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: .01;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

ul.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0
}

    ul.thumbnail-gallery li {
        display: inline-block;
        margin: 10px 10px 0 0;
        padding: 0
    }

@media(max-width:991px) {
    .thumbnail {
        border: 0;
        text-align: center
    }
}

.v-menu .nav-main {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    background-color: #171717;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    border: 5px solid #171717
}

    .v-menu .nav-main ul li {
        padding: 5px;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2a2a2a;
        background-color: #171717
    }

.v-menu nav ul.nav-main li a, .v-menu nav ul.nav-main li.active a {
    background: none !important;
    background-color: transparent !important
}

.v-menu nav ul.nav-main li a {
    color: #fff;
    clear: both;
    float: none;
    display: block;
    padding: 5px;
    border: 0;
    border-top: 0;
    margin: 0;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.v-menu .nav-main ul.nav-main {
    float: none;
    position: static;
    margin: 0;
    margin-right: -10px
}

.v-menu .nav-main ul {
    padding: 0
}

.v-menu .nav > li {
    position: relative
}

.v-menu .nav-pills > li > a {
    border-radius: 4px
}

.v-menu .nav > li > a {
    position: relative
}

.v-menu nav ul.nav-main li a i.fa-caret-down {
    top: 6px;
    font-size: 25px;
    position: absolute;
    right: 5px
}

.v-menu .fa {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0)
}

.v-menu nav ul.nav-main ul.dropdown-menu {
    border: 0;
    border-radius: 6px;
    margin: 0;
    padding: 5px;
    top: auto;
    margin-bottom: -5px;
    padding-right: 0 !important
}

.v-menu .nav-main ul.dropdown-menu {
    position: static !important;
    transform: none !important;
    clear: both;
    float: none
}

.v-menu .dropdown-menu {
    left: 0;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none
}

.v-menu li {
    line-height: 24px
}

.v-menu nav ul.nav-main ul.dropdown-menu {
    background: none !important;
    background-color: transparent !important
}

    .v-menu nav ul.nav-main ul.dropdown-menu li > a {
        padding: 5px;
        border: 0;
        border-top: 0;
        margin: 0;
        border-bottom: none;
        font-size: .9em;
        color: #ececed;
        font-weight: 400;
        text-transform: none;
        position: relative
    }

.v-menu a {
    outline: none !important
}

.v-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 6px;
    margin-top: -5px
}

.v-menu .nav-main ul.dropdown-menu {
    position: static;
    clear: both;
    float: none
}

.v-menu .nav-main ul li:last-child {
    border-bottom: none
}

.v-menu nav ul.nav-main ul.dropdown-menu li > a {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.v-menu nav ul.nav-main ul.dropdown-menu li:hover > a {
    filter: none;
    background-color: #171717;
    padding-left: 16px;
    padding-right: 16px
}

.v-menu .active > a {
    color: #48cfad !important
}

.v-menu .nav-main li.resp-active > ul.dropdown-menu {
    display: block !important
}

.v-menu .nav-main ul.dropdown-menu {
    position: static;
    clear: both;
    float: none;
    display: none !important
}

.v-menu .nav-main li.resp-active > ul.dropdown-menu {
    display: block !important
}

.v-menu li.dropdown-submenu {
    padding-right: 0 !important
}

.v-menu nav ul.nav-main .dropdown-toggle::after {
    content: none
}

.masonry .masonry-item {
    width: 25%
}

    .masonry .masonry-item.w2 {
        width: 50%
    }

    .masonry .masonry-item img {
        border-radius: 0 !important
    }

.list li {
    margin-bottom: 13px
}

.list.pull-left li {
    text-align: left
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

    .list.list-icons li {
        position: relative;
        padding-left: 25px
    }

        .list.list-icons li .fa, .list.list-icons li .fas, .list.list-icons li .far, .list.list-icons li .fab {
            position: absolute;
            left: 0;
            top: 5px
        }

    .list.list-icons.list-icons-style-2 li {
        padding-top: 5px;
        padding-left: 36px
    }

        .list.list-icons.list-icons-style-2 li .fa, .list.list-icons.list-icons-style-2 li .fas, .list.list-icons.list-icons-style-2 li .far, .list.list-icons.list-icons-style-2 li .fab {
            border-width: 1px;
            border-style: solid;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 4px
        }

    .list.list-icons.list-icons-style-3 li {
        padding-top: 5px;
        padding-left: 36px
    }

        .list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .fas, .list.list-icons.list-icons-style-3 li .far, .list.list-icons.list-icons-style-3 li .fab {
            color: #fff;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 5px
        }

    .list.list-icons.list-icons-sm li {
        padding-left: 13px;
        margin-bottom: 5px
    }

        .list.list-icons.list-icons-sm li .fa, .list.list-icons.list-icons-sm li .fas, .list.list-icons.list-icons-sm li .far, .list.list-icons.list-icons-sm li .fab {
            font-size: .8em;
            top: 7px
        }

    .list.list-icons.list-icons-sm.list-icons-style-2 li {
        padding-left: 32px
    }

        .list.list-icons.list-icons-sm.list-icons-style-2 li .fa, .list.list-icons.list-icons-sm.list-icons-style-2 li .fas, .list.list-icons.list-icons-sm.list-icons-style-2 li .far, .list.list-icons.list-icons-sm.list-icons-style-2 li .fab {
            width: 20px;
            height: 20px;
            padding: 3px
        }

    .list.list-icons.list-icons-sm.list-icons-style-3 li {
        padding-left: 32px
    }

        .list.list-icons.list-icons-sm.list-icons-style-3 li .fa, .list.list-icons.list-icons-sm.list-icons-style-3 li .fas, .list.list-icons.list-icons-sm.list-icons-style-3 li .far, .list.list-icons.list-icons-sm.list-icons-style-3 li .fab {
            width: 20px;
            height: 20px;
            padding: 3px
        }

    .list.list-icons.list-icons-lg li {
        padding-top: 5px;
        padding-left: 32px
    }

        .list.list-icons.list-icons-lg li .fa, .list.list-icons.list-icons-lg li .fas, .list.list-icons.list-icons-lg li .far, .list.list-icons.list-icons-lg li .fab {
            font-size: 1.5em
        }

    .list.list-icons.list-icons-lg.list-icons-style-2 li {
        padding-top: 8px;
        padding-left: 42px
    }

        .list.list-icons.list-icons-lg.list-icons-style-2 li .fa, .list.list-icons.list-icons-lg.list-icons-style-2 li .fas, .list.list-icons.list-icons-lg.list-icons-style-2 li .far, .list.list-icons.list-icons-lg.list-icons-style-2 li .fab {
            width: 30px;
            height: 30px;
            padding: 4px
        }

    .list.list-icons.list-icons-lg.list-icons-style-3 li {
        padding-top: 8px;
        padding-left: 42px
    }

        .list.list-icons.list-icons-lg.list-icons-style-3 li .fa, .list.list-icons.list-icons-lg.list-icons-style-3 li .fas, .list.list-icons.list-icons-lg.list-icons-style-3 li .far, .list.list-icons.list-icons-lg.list-icons-style-3 li .fab {
            width: 30px;
            height: 30px;
            padding: 4px
        }

    .list.list-icons.list-icons-reverse li {
        text-align: right;
        padding-right: 25px;
        padding-left: 0
    }

        .list.list-icons.list-icons-reverse li .fa, .list.list-icons.list-icons-reverse li .fas, .list.list-icons.list-icons-reverse li .far, .list.list-icons.list-icons-reverse li .fab {
            position: absolute;
            left: auto;
            right: 0;
            top: 5px
        }

    .list.list-icons.list-icons-reverse.list-icons-style-2 li {
        padding-right: 36px
    }

    .list.list-icons.list-icons-reverse.list-icons-style-3 li {
        padding-right: 36px
    }

    .list.list-icons.list-icons-reverse.list-icons-sm li {
        padding-left: 0;
        padding-right: 13px
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
        padding-right: 32px
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
        padding-right: 32px
    }

    .list.list-icons.list-icons-reverse.list-icons-lg li {
        padding-left: 0;
        padding-right: 32px
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
        padding-right: 42px
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
        padding-right: 42px
    }

.list.list-borders li {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px
}

    .list.list-borders li:last-child {
        border-bottom: 0
    }

.list.list-side-borders {
    border-left: 1px solid #dbdbdb;
    padding-left: 10px
}

.list.list-ordened {
    counter-reset: custom-counter;
    list-style: none
}

    .list.list-ordened li {
        position: relative;
        padding-left: 22px
    }

        .list.list-ordened li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: counter(custom-counter);
            counter-increment: custom-counter;
            font-weight: bold
        }

    .list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
        padding-left: 32px
    }

        .list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
            border-radius: 100%;
            border-style: solid;
            border-width: 1px;
            min-width: 26px;
            padding: 0;
            text-align: center
        }

        .list.list-ordened.list-ordened-style-3 li:before {
            color: #fff;
            border: 0
        }

.list.list-unstyled {
    padding-left: 0;
    padding-right: 0
}

dl dd {
    margin-bottom: 15px
}

.card-group {
    display: block;
    margin-bottom: 20px
}

.card-title {
    font-size: 20px;
    margin: 0
}

.card-group .card-heading {
    padding: 0;
    border-radius: 0;
    transition: background-color .3s,color .3s
}

    .card-group .card-heading a {
        display: block;
        padding: 16px 24px
    }

        .card-group .card-heading a:hover, .card-group .card-heading a:focus {
            text-decoration: none;
            transition: background-color .3s,color .3s
        }

        .card-group .card-heading a [class^="icon-"] {
            margin-right: 4px;
            position: relative;
            top: 1px
        }

.card-group.card-group-sm .card-heading a {
    padding: 5px 24px;
    font-size: .9em
}

.card-group.card-group-sm .card-body {
    font-size: .9em
}

.card-group.card-group-sm .card-heading a .fa {
    font-size: .9em;
    right: -8px
}

.card-group.card-group-lg .card-heading a {
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 600
}

.card-group.without-bg .card-default {
    background: transparent !important
}

    .card-group.without-bg .card-default > .card-heading {
        background: transparent !important
    }

.card-group.without-bg .card-body {
    padding-top: 0;
    padding-bottom: 0
}

.card-group.without-borders .card {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.card-group.without-borders .card-heading a {
    padding-left: 0;
    padding-right: 0
}

.card-group.without-borders .card-body {
    padding: 0
}

.card-group .card-heading.card-btm {
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.card-group .card-heading a .fa, .card-group .card-heading a .fas, .card-group .card-heading a .far, .card-group .card-heading a .fab {
    font-size: 1.5em;
    transition: transform .3s;
    transform: rotate(0deg);
    position: relative
}

.card-group .card-heading a span:first-child .fa, .card-group .card-heading a span:first-child .fas, .card-group .card-heading a span:first-child .far, .card-group .card-heading a span:first-child .fab {
    margin-right: 10px
}

.card-group .card-heading a.accordion-toggle.collapsed .pull-right .fa, .card-group .card-heading a.accordion-toggle.collapsed .pull-right .fas, .card-group .card-heading a.accordion-toggle.collapsed .pull-right .far, .card-group .card-heading a.accordion-toggle.collapsed .pull-right .fab {
    transform: rotate(-180deg)
}

.accordion-mode .card.card-default {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
    border-radius: 0
}

.accordion-mode.card-group .card + .card {
    margin-top: 0
}

.accordion-mode .card.card-default:last-child {
    border-bottom-width: 1px
}

.accordion-mode.card-group .card-heading {
    border-radius: 0
}

.accordion-mode .card-default > .card-heading {
    background-color: transparent
}

.accordion-mode.card-group .card-heading a:hover {
    background-color: rgba(0,0,0,.04)
}

.accordion-mode-slider .img-thumbnail {
    padding: 0;
    border-width: 0
}

    .accordion-mode-slider .img-thumbnail img {
        border-radius: 0
    }

.accordion-mode-slider.card-group .card-heading.card-top {
    border-top: 1px solid #ddd;
    border-radius: 0
}

.accordion-mode-slider.card-group .card-default:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.accordion-mode-bg .card {
    border: 0;
    border-radius: 0
}

.accordion-mode-bg.card-group .card + .card {
    margin-top: 0
}

.card-group .card-body {
    padding: 24px 24px 32px
}

.card-group .card span.pull-right {
    width: 20px;
    height: 20px
}

.card-default > .card-heading {
    background-color: #f5f5f5
}

@media(max-width:1199px) {
    .card-group .card-heading a {
        font-size: 18px
    }
}

.panel-title {
    font-size: 20px
}

.panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
    transition: background-color .3s,color .3s
}

    .panel-group .panel-heading a {
        display: block;
        padding: 16px 24px
    }

        .panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
            text-decoration: none;
            transition: background-color .3s,color .3s
        }

        .panel-group .panel-heading a [class^="icon-"] {
            margin-right: 4px;
            position: relative;
            top: 1px
        }

.panel-group.panel-group-sm .panel-heading a {
    padding: 5px 24px;
    font-size: .9em
}

.panel-group.panel-group-sm .panel-body {
    font-size: .9em
}

.panel-group.panel-group-sm .panel-heading a .fa {
    font-size: .9em;
    right: -8px
}

.panel-group.panel-group-lg .panel-heading a {
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 600
}

.panel-group.without-bg .panel-default {
    background: transparent !important
}

    .panel-group.without-bg .panel-default > .panel-heading {
        background: transparent !important
    }

.panel-group.without-bg .panel-body {
    padding-top: 0;
    padding-bottom: 0
}

.panel-group.without-borders .panel {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.panel-group.without-borders .panel-heading a {
    padding-left: 0;
    padding-right: 0
}

.panel-group.without-borders .panel-body {
    padding: 0
}

.panel-group .panel-heading.panel-btm {
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.panel-group .panel-heading a .fa {
    font-size: 1.5em;
    transition: transform .3s;
    transform: rotate(0deg);
    position: relative
}

.panel-group .panel-heading a span:first-child em.fa {
    margin-right: 10px
}

.panel-group .panel-heading a.accordion-toggle.collapsed .pull-right .fa {
    transform: rotate(-180deg)
}

.accordion-mode .panel.panel-default {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
    border-radius: 0
}

.accordion-mode.panel-group .panel + .panel {
    margin-top: 0
}

.accordion-mode .panel.panel-default:last-child {
    border-bottom-width: 1px
}

.accordion-mode.panel-group .panel-heading {
    border-radius: 0
}

.accordion-mode .panel-default > .panel-heading {
    background-color: transparent
}

.accordion-mode.panel-group .panel-heading a:hover {
    background-color: rgba(0,0,0,.04)
}

.accordion-mode-slider .img-thumbnail {
    padding: 0;
    border-width: 0
}

    .accordion-mode-slider .img-thumbnail img {
        border-radius: 0
    }

.accordion-mode-slider.panel-group .panel-heading.panel-top {
    border-top: 1px solid #ddd;
    border-radius: 0
}

.accordion-mode-slider.panel-group .panel-default:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

.accordion-mode-bg .panel {
    border: 0;
    border-radius: 0
}

.accordion-mode-bg.panel-group .panel + .panel {
    margin-top: 0
}

.panel-group .panel-body {
    padding: 24px 24px 32px
}

.panel-group .panel span.pull-right {
    width: 20px;
    height: 20px
}

@media(max-width:1199px) {
    .panel-group .panel-heading a {
        font-size: 18px
    }
}

.tabs {
    border-radius: 4px;
    margin-bottom: 20px
}

.nav-tabs {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    border-bottom-color: #eee
}

    .nav-tabs li {
        display: inline-block;
        float: none
    }

        .nav-tabs li:last-child a {
            margin-right: 0
        }

        .nav-tabs li a {
            border-radius: 5px 5px 0 0;
            font-size: 16px;
            margin-right: 1px
        }

            .nav-tabs li a, .nav-tabs li a:hover {
                background: #f4f4f4;
                border-bottom: none;
                border-left: 1px solid #eee;
                border-right: 1px solid #eee;
                border-top: 3px solid #eee;
                color: #ccc;
                border-bottom-color: transparent;
                box-shadow: none
            }

        .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
            background: #fff;
            border-left-color: #eee;
            border-right-color: #eee;
            border-top: 3px solid #ccc;
            color: #ccc;
            border-bottom: 0
        }

.tab-content {
    border-radius: 0;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    background-color: #fff;
    border: 0 solid #eee;
    border-top: 0;
    padding: 48px 15px 15px
}

.nav-tabs.nav-right {
    text-align: right
}

.tabs.tabs-bottom {
    margin: 0 0 20px 0;
    padding: 0
}

    .tabs.tabs-bottom .tab-content {
        border-radius: 0;
        border-bottom: 0;
        border-top: 1px solid #eee
    }

    .tabs.tabs-bottom .nav-tabs {
        border-bottom: none;
        border-top: 1px solid #eee
    }

        .tabs.tabs-bottom .nav-tabs li {
            margin-bottom: 0
        }

            .tabs.tabs-bottom .nav-tabs li:last-child a {
                margin-right: 0
            }

            .tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
                border-radius: 0 0 5px 5px;
                margin-right: 0;
                border-bottom: 3px solid #eee;
                border-top: 1px solid #eee
            }

            .tabs.tabs-bottom .nav-tabs li.active a, .tabs.tabs-bottom .nav-tabs li.active a:hover, .tabs.tabs-bottom .nav-tabs li.active a:focus {
                border-bottom: 3px solid #ccc;
                border-top-color: transparent
            }

.tabs-vertical {
    display: table;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee
}

    .tabs-vertical .tab-content {
        display: table-cell;
        vertical-align: top
    }

    .tabs-vertical .nav-tabs {
        border-bottom: none;
        display: table-cell;
        height: 100%;
        float: none;
        padding: 0;
        vertical-align: top
    }

        .tabs-vertical .nav-tabs > li {
            display: block
        }

            .tabs-vertical .nav-tabs > li a {
                border-radius: 0;
                display: block;
                padding-top: 10px
            }

                .tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
                    border-bottom: none;
                    border-top: none
                }

            .tabs-vertical .nav-tabs > li.active a, .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
                border-top: none
            }

.tabs-left {
    padding: 0
}

    .tabs-left .tab-content {
        border-radius: 0;
        border-left: none
    }

    .tabs-left .nav-tabs > li {
        margin-right: -1px
    }

        .tabs-left .nav-tabs > li:first-child a {
            border-radius: 0
        }

        .tabs-left .nav-tabs > li:last-child a {
            border-radius: 0;
            border-bottom: 1px solid #eee
        }

        .tabs-left .nav-tabs > li a {
            border-right: 1px solid #eee;
            border-left: 3px solid #eee;
            margin-right: 1px
        }

    .tabs-left.tabs-navigation .nav-tabs > li a:hover {
        border-left-color: #ccc
    }

    .tabs-left .nav-tabs > li.active a, .tabs-left .nav-tabs > li.active a:hover, .tabs-left .nav-tabs > li.active a:focus {
        border-left: 3px solid #ccc;
        border-right-color: #fff
    }

.tabs-right {
    padding: 0
}

    .tabs-right .tab-content {
        border-radius: 0;
        border-right: none
    }

    .tabs-right .nav-tabs > li {
        margin-left: -1px
    }

        .tabs-right .nav-tabs > li:first-child a {
            border-radius: 0
        }

        .tabs-right .nav-tabs > li:last-child a {
            border-radius: 0;
            border-bottom: 1px solid #eee
        }

        .tabs-right .nav-tabs > li a {
            border-right: 3px solid #eee;
            border-left: 1px solid #eee;
            margin-right: 1px;
            margin-left: 1px
        }

        .tabs-right .nav-tabs > li.active a, .tabs-right .nav-tabs > li.active a:hover, .tabs-right .nav-tabs > li.active a:focus {
            border-right: 3px solid #ccc;
            border-left: 1px solid #fff
        }

.nav-tabs.nav-justified {
    padding: 0;
    margin-bottom: -1px
}

    .nav-tabs.nav-justified li {
        margin-bottom: 0
    }

        .nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover {
            border-radius: 5px 0 0 0
        }

        .nav-tabs.nav-justified li:last-child a, .nav-tabs.nav-justified li:last-child a:hover {
            border-radius: 0 5px 0 0
        }

        .nav-tabs.nav-justified li a {
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            margin-right: 0
        }

            .nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {
                border-bottom: 1px solid #ddd
            }

        .nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
            background: #fff;
            border-left-color: #eee;
            border-right-color: #eee;
            border-top-width: 3px
        }

        .nav-tabs.nav-justified li.active a {
            border-bottom: 1px solid #fff
        }

            .nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
                border-top-width: 3px
            }

                .nav-tabs.nav-justified li.active a:hover {
                    border-bottom: 1px solid #fff
                }

.tabs.tabs-bottom {
    padding: 0
}

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified {
        border-top: none
    }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
            margin-right: 0;
            border-top-color: transparent
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
            border-radius: 0 0 0 5px
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
            margin-right: 0;
            border-radius: 0 0 5px 0
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
            border-top-color: transparent
        }

.tabs-center .nav-tabs {
    text-align: center;
    display: flex
}

.tabs-navigation {
    border-radius: 0
}

    .tabs-navigation .nav-tabs > li {
        margin-bottom: 1px
    }

        .tabs-navigation .nav-tabs > li a {
            color: #777;
            padding: 14px;
            line-height: 120%
        }

            .tabs-navigation .nav-tabs > li a:before {
                font-family: 'Font Awesome 5 Free';
                content: "";
                position: absolute;
                right: 15px;
                top: 15px
            }

            .tabs-navigation .nav-tabs > li a .fa {
                margin-right: 4px
            }

        .tabs-navigation .nav-tabs > li:first-child a {
            border-radius: 0
        }

        .tabs-navigation .nav-tabs > li.active a, .tabs-navigation .nav-tabs > li.active a:hover, .tabs-navigation .nav-tabs > li.active a:focus {
            border-right-color: #eee
        }

        .tabs-navigation .nav-tabs > li:last-child a {
            border-radius: 0
        }

.tab-pane-navigation {
    display: none
}

    .tab-pane-navigation.active {
        display: block
    }

.tabs.tabs-simple .nav-tabs {
    border: 0
}

    .tabs.tabs-simple .nav-tabs > li {
        margin-left: 0;
        margin-bottom: 20px
    }

.tabs.tabs-simple .tab-content {
    border: 0;
    margin: 0;
    box-shadow: none
}

@media(max-width:479px) {
    .tabs .nav.nav-tabs.nav-justified li {
        display: block;
        margin-bottom: -5px
    }

        .tabs .nav.nav-tabs.nav-justified li a {
            border-top-width: 3px !important;
            border-bottom-width: 0 !important
        }

        .tabs .nav.nav-tabs.nav-justified li:first-child a, .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
            border-radius: 5px 5px 0 0
        }

        .tabs .nav.nav-tabs.nav-justified li:last-child a, .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
            border-radius: 0
        }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
        margin-bottom: 0;
        margin-top: -5px
    }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
            border-bottom-width: 3px !important;
            border-top-width: 0 !important
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
            border-radius: 0
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
            border-radius: 0 0 5px 5px
        }
}

.tab-mode .nav > li > a, .tabs .nav > li > a {
    padding: 16px 24px
}

.tab-mode.tabs .nav-tabs li.active a, .tab-mode.tabs .nav-tabs li a {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-right: 0
}

.tab-mode.tabs .nav-tabs a:hover, .tab-mode .nav-tabs li.active a:hover, .tabs.tabs-left li a:hover, .tabs.tabs-right li a:hover {
    border-radius: 0;
    background-color: rgba(0,0,0,.06);
    transition: background-color .3s,border-color .3s,color .3s;
    border-top-color: transparent
}

.tab-mode .nav-tabs li.active a, .tab-mode .nav-tabs li.active a:hover, .tab-mode .nav-tabs li.active a:focus {
    border-top-style: solid;
    background-color: transparent !important;
    border-bottom-color: transparent
}

    .tab-mode .nav-tabs li.active a:hover {
        border-bottom-color: transparent
    }

.tab-mode .nav-tabs li a, .tab-mode .nav-tabs li a:hover {
    border-color: transparent
}

.tab-mode-bg.tabs.tabs-simple .nav-tabs li {
    background-color: #f5f5f5
}

    .tab-mode-bg.tabs.tabs-simple .nav-tabs > li, .tab-mode-bg.tabs.tabs-simple .nav-tabs li a {
        margin-bottom: 0
    }

        .tab-mode-bg.tabs.tabs-simple .nav-tabs > li a, .tab-mode-bg.tabs.tabs-bottom .nav-tabs li.active a {
            border-bottom: 0;
            color: #fff
        }

        .tab-mode-bg.tabs.tabs-simple .nav-tabs > li, .tab-mode-bg.tabs.tabs-simple .nav-tabs > li:hover, .tab-mode-bg.tabs.tabs-simple .nav-tabs > li:focus {
            opacity: .9;
            transition: opacity .3s
        }

.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {
    padding: 16px 30px;
    background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 20px
}

.tab-mode-bg.tabs.tabs-bottom .nav-tabs li.active, .tab-mode-bg.tabs.tabs-bottom .nav-tabs li.active:hover, .tab-mode-bg.tabs.tabs-bottom .nav-tabs li.active:focus, .tab-mode-bg.tabs.tabs-simple .nav-tabs > li:hover {
    opacity: 1
}

.tab-mode-bg.tabs.tabs-simple .nav-tabs > li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.7rem;
    border: .7rem solid transparent;
    transition: transform .3s;
    transform: translateY(.7rem)
}

.tab-mode-bg.tabs.tabs-bottom .nav-tabs li.active:after {
    transform: translateY(0);
    border-bottom-color: #fff
}

.tab-mode-btm .nav-tabs li, .tab-mode-bg .nav-tabs li, .tab-mode .nav-tabs li, .tab-mode .nav-tabs li, .tab-mode-fullwidth .nav-tabs li {
    flex: 1%;
    max-width: 50%;
    overflow: hidden
}

.tab-mode-btm.tabs .nav-tabs li.active a, .tab-mode-btm.tabs .nav-tabs li a, .tab-mode-btm.tabs .nav-tabs li a:hover {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    margin-right: 0;
    border-bottom: 2px solid transparent
}

.tab-mode-btm .nav-tabs li.active a, .tab-mode-btm .nav-tabs li.active a:hover, .tab-mode-btm .nav-tabs li.active a:focus {
    border-bottom-color: #08c
}

.tab-mode-btm .nav-tabs li a, .tab-mode-btm .nav-tabs li a:hover {
    background-color: transparent
}

.tab-icon .featured-boxes-style-6 .featured-box .icon-featured:after {
    content: none
}

.tab-icon.tabs.tabs-simple .nav-tabs > li {
    margin-bottom: 0
}

.tab-icon .icon-featured {
    margin: 0
}

.tab-mode-fullwidth.tabs .nav-tabs li.active a, .tab-mode-fullwidth.tabs .nav-tabs li a {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-right: 0
}

.tab-mode-fullwidth.tabs .nav-tabs a:hover, .tab-mode-fullwidth .nav-tabs li.active a:hover {
    border-radius: 0;
    transition: background-color .3s,border-color .3s,color .3s;
    border-top-color: transparent
}

.tab-mode-fullwidth .nav-tabs li.active a, .tab-mode-fullwidth .nav-tabs li.active a:hover, .tab-mode-fullwidth .nav-tabs li.active a:focus {
    border-top-width: 3px;
    border-top-style: solid;
    background-color: inherit;
    border-bottom-color: transparent !important
}

    .tab-mode-fullwidth .nav-tabs li.active a:hover {
        border-bottom-color: inherit
    }

.tab-mode-fullwidth .nav-tabs li a, .tab-mode-fullwidth .nav-tabs li a:hover {
    border-color: transparent;
    font-size: 22px
}

.tab-icon .featured-boxes-style-3 {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    display: -webkit-box
}

    .tab-icon .featured-boxes-style-3:before {
        display: block;
        content: '';
        position: absolute;
        top: 40%;
        left: 1px;
        right: 1px;
        height: 1px;
        margin-top: -1px;
        border-top-width: 2px;
        border-top-style: solid;
        border-color: inherit
    }

    .tab-icon .featured-boxes-style-3 .featured-box .icon-featured {
        margin-top: 0
    }

.tab-mode .nav-tabs, .tab-mode-fullwidth .nav-tabs {
    border-bottom-width: 0
}

.spa .tabs-center .nav-tabs, .center-button.tabs-center .nav-tabs {
    display: block
}

.spa ul.nav.nav-tabs > li a, .center-button ul.nav.nav-tabs > li a {
    border-top: none;
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    padding: 9px 15px;
    border-radius: 3px
}

.spa ul.nav.nav-tabs > li.active a, .center-button ul.nav.nav-tabs > li.active a {
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none
}

.spa .service-dots, .center-button .service-dots {
    display: table-cell
}

.spa .separator-dots, .center-button .separator-dots {
    display: block;
    width: 100%;
    border-bottom: 1px dashed
}

.spa .service-name, .center-button .service-name {
    font-size: 20px;
    color: #333;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    display: table-cell;
    width: 1%;
    white-space: nowrap
}

.spa .service-price, .center-button .service-price {
    font-size: 20px;
    font-weight: 700;
    display: table-cell;
    width: 1%;
    padding-left: 10px
}

.spa .service-wrap p.service-desc, .center-button .service-wrap p.service-desc {
    text-align: left;
    line-height: 1.8;
    margin-top: 14px
}

.tab .nav li a, .tabs .nav li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(max-width:627px) {
    .spa ul.nav.nav-tabs > li, .center-button ul.nav.nav-tabs > li {
        width: 100%;
        margin: 0;
        display: block;
        margin-bottom: 5px
    }

        .spa ul.nav.nav-tabs > li.active a, .center-button ul.nav.nav-tabs > li.active a {
            margin: 0
        }
}

@media(max-width:768px) {
    .featured-boxes .featured-box {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .featured-boxes-style-3 .featured-box .icon-featured {
        height: 50px;
        width: 50px;
        line-height: 45px;
        font-size: 22px
    }

    .nav-tabs li {
        display: block
    }

    .tab-mode-btm .nav-tabs li, .tab-mode-bg .nav-tabs li, .tab-mode .nav-tabs li, tab-mode .nav-tabs li, .tab-mode-fullwidth .nav-tabs li {
        max-width: 100%
    }

    .tab-icon .featured-boxes-style-3 {
        display: block
    }

        .tab-icon .featured-boxes-style-3:before {
            top: 0;
            left: 50%;
            height: 100%;
            border-left-width: 2px;
            border-left-style: solid;
            right: inherit
        }

    .tab-icon .featured-boxes .featured-box:last-child {
        margin-bottom: -25px
    }

    .center-button .nav-pills li.active > a, .spa .tabs-center .nav-pills li.active > a {
        border: 0 !important
    }

    .center-button .nav-pills > li + li, .spa .tabs-center .nav-pills > li + li {
        margin-left: 0
    }

    .center-button .nav-tabs li a, .spa .tabs-center .nav-tabs li a {
        margin-right: 0;
        border: 0
    }
}

@media(max-width:1199px) {
    .tabs-center .nav-tabs {
        display: block
    }

    .tabs-vertical.tabs-left, .tabs-vertical.tabs-left .tab-content, .tabs-vertical.tabs-right, .tabs-vertical.tabs-right .tab-content {
        display: block
    }

        .tabs-vertical.tabs-left .nav-tabs li, .tabs-vertical.tabs-right .nav-tabs li {
            width: 100%;
            float: left
        }
}

.tab-icon .featured-boxes .featured-box {
    margin: 0
}

.tabs.tabs-bottom.tab-mode .nav-tabs {
    border-top: 0 solid transparent
}

    .tabs.tabs-bottom.tab-mode .nav-tabs li a, .tabs.tabs-bottom.tab-mode .nav-tabs li a:hover {
        border-top: 0;
        border-radius: 0;
        border-color: transparent
    }

.tabs.tab-mode.tabs-bottom .tab-content {
    padding: 48px 15px
}

.tab-mode.tabs-left .nav-tabs li {
    max-width: 100%
}

.tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover, .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover {
    background: transparent
}

html.dark .tabs.tabs-left .nav-tabs > li a:hover, html.dark .tabs.tabs-right .nav-tabs > li a:hover {
    background: #21262d
}

.tab-icon ul.featured-boxes-style-3 {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.tab-content > .tab-pane {
    overflow: hidden
}

html.dark body .tab-mode-bg.tabs.tabs-simple .nav-tabs li, html.dark body .tab-mode-bg.tabs.tabs-simple .nav-tabs li.active:hover {
    background: #2e353e
}

html.dark body .tab-mode-bg.tabs.tabs-bottom .nav-tabs li.active:after {
    border-bottom-color: #272c35
}

.toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both
}

    .toggle .toggle {
        margin: 10px 0 0
    }

    .toggle > input {
        cursor: pointer;
        filter: alpha(opacity=0);
        height: 45px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2
    }

    .toggle.border-left {
        border: 0 !important
    }

        .toggle.border-left > label {
            border-left: 3px solid #ccc
        }

    .toggle > label {
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        transition: all .15s ease-out;
        background: transparent;
        border-left: 0 solid #ccc;
        border-radius: 0;
        color: #ccc;
        display: block;
        font-size: 20px;
        min-height: 20px;
        padding: 16px 30px 16px 16px;
        position: relative;
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0
    }

.toggle-mode-bg .toggle > label {
    padding: 1em 2.5em
}

.toggle > label em.fa-minus {
    display: none
}

.toggle > label em.fa-plus {
    display: inline
}

.toggle > label:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    border: 0;
    margin-top: 0;
    transition: transform .3s;
    transform: rotate(0deg)
}

.toggle.active > label:before {
    border-top-color: #fff
}

.toggle > label:hover {
    background: #f5f5f5;
    transition: background-color .3s,color .3s
}

.toggle > label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px
}

.toggle > label i, .toggle > label em {
    margin-left: 10px;
    position: relative;
    font-size: 22px;
    color: inherit;
    line-height: inherit
}

.toggle > .toggle-content {
    display: none
}

    .toggle > .toggle-content > p {
        margin-bottom: 0;
        padding: 24px 24px 32px;
        color: inherit
    }

.toggle.active i.fa-minus, .toggle.active em.fa-minus {
    display: inline
}

.toggle.active i.fa-plus, .toggle.active em.fa-plus {
    display: none
}

.toggle.active > label {
    background: #f4f4f4;
    border-color: #ccc
}

.toggle.active > p {
    white-space: normal
}

.toggle > p.preview-active {
    height: auto;
    white-space: normal
}

.toggle.toggle-sm .toggle > label, .toggle.toggle-sm .toggle > .toggle-content > p {
    font-size: .9em
}

.toggle.toggle-lg .toggle > label {
    font-size: 20px
}

.toggle.toggle-lg .toggle > .toggle-content > p {
    font-size: 16px
}

.toggle.toggle-simple .toggle > label {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #777;
    padding-left: 32px;
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: 600;
    color: #1d2127
}

    .toggle.toggle-simple .toggle > label:after {
        content: '';
        position: absolute;
        left: 0;
        display: block;
        width: 24px;
        height: 24px;
        background: #ccc;
        top: 50%;
        margin-top: -12px;
        border-radius: 3px;
        z-index: 1
    }

    .toggle.toggle-simple .toggle > label:before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 13px;
        color: #fff;
        border: 0;
        top: 16px;
        right: auto;
        left: 7px;
        margin-top: 0;
        z-index: 2
    }

.toggle.toggle-simple .toggle.active > label {
    background: transparent;
    color: #1d2127
}

    .toggle.toggle-simple .toggle.active > label:before {
        content: ""
    }

.toggle-mode-bg.toggle .toggle, .toggle-mode-fullwidth.toggle .toggle {
    margin: 0
}

.toggle.active > label:before, .toggle.active > label:after, .toggle-mode-bg .toggle.active > label:before, .toggle-mode-fullwidth .toggle.active > label:after {
    transform: rotate(180deg);
    border: 0
}

.toggle-mode-bg .toggle > label:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    margin-top: 0;
    right: auto;
    left: 25px;
    transition: transform .3s;
    transform: rotate(0deg)
}

.toggle > label:after, .toggle-mode-fullwidth .toggle > label:before {
    content: none
}

.toggle-mode-fullwidth .toggle > label:after {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
    display: inline-block;
    border: 0;
    margin-top: 0;
    margin-left: 10px;
    transition: transform .3s;
    transform: rotate(0deg)
}

.toggle-mode-fullwidth .border-invisible {
    border-color: rgba(255,255,255,.33);
    color: rgba(255,255,255,.33);
    margin: 2em 0;
    height: 1px;
    line-height: 1.2em
}

.purple-bg {
    background-color: #3f51b5 !important;
    color: #fff
}

.yellow-bg {
    background-color: #ffd54f !important;
    color: #222
}

.cyan-bg {
    background-color: #00bcd4 !important;
    color: #fff
}

.toggle-mode-fullwidth .toggle > label {
    margin-bottom: 0;
    border-radius: 0;
    padding: 30px;
    border: 0;
    background-color: inherit;
    color: inherit;
    font-size: 22px;
    line-height: 30px;
    justify-content: center
}

    .toggle-mode-fullwidth .toggle > label em {
        margin-right: 10px
    }

section.toggle.active > label {
    background-color: inherit;
    border-color: transparent;
    color: inherit
}

.toggle-mode-fullwidth .purple-bg p, .toggle-mode-fullwidth .cyan-bg p, .toggle-mode-fullwidth .purple-bg h4 {
    color: inherit
}

.toggle-mode-fullwidth .border-invisible {
    border-color: rgba(255,255,255,.33);
    color: rgba(255,255,255,.33);
    margin: 32px 0;
    height: 1px;
    line-height: 20px
}

.toggle-mode-fullwidth .img-rounded {
    border-radius: 0
}

.toggle-mode-bg section.toggle label {
    color: inherit
}

.toggle-mode section.toggle {
    border-top: 1px solid #e8e8e8
}

    .toggle-mode section.toggle:last-child {
        border-bottom: 1px solid #e8e8e8
    }

@media(max-width:1199px) {
    .toggle > label {
        font-size: 18px
    }
}

.popup-inline-content {
    background: none repeat scroll 0 0 #fff;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none
}

.mfp-wrap .popup-inline-content {
    display: block
}

.dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px
}

    .dialog.dialog-xs {
        max-width: 200px
    }

    .dialog.dialog-sm {
        max-width: 400px
    }

    .dialog.dialog-md {
        max-width: 600px
    }

    .dialog.dialog-lg {
        max-width: 900px
    }

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

    .white-popup-block.white-popup-block-xs {
        max-width: 200px
    }

    .white-popup-block.white-popup-block-sm {
        max-width: 400px
    }

    .white-popup-block.white-popup-block-md {
        max-width: 600px
    }

    .white-popup-block.white-popup-block-lg {
        max-width: 900px
    }

body.lightbox-opened.sticky-menu-active header {
    padding-right: 17px
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.push-bottom {
    margin-bottom: 35px
}

.push-top {
    margin-top: 35px
}

.align-center, .center {
    text-align: center !important
}

.align-left {
    text-align: left !important
}

.align-right {
    text-align: right !important
}

.bold {
    font-weight: bold
}

.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px
}

.cur-pointer {
    cursor: pointer
}

.clearfix {
    display: inline-block
}

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ccc
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ccc;
    border-color: #ccc
}

ul.pagination li a:after, .pager li > a:after, ul.pagination li a:before, .pager li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.04);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: inherit
}

.pagination > li > a:hover:after, .pager li > a:hover:after, .pagination > li > a:hover:before, .pager li > a:hover:before {
    height: 100%
}

.pager li > a, .pager li > span {
    z-index: 1;
    overflow: hidden
}

.read-more, .learn-more {
    display: inline-block;
    white-space: nowrap
}

.offset-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px
}

@media(max-width:991px) {
    .offset-anchor {
        top: 0
    }
}

.show-grid [class*="col-md-"] .show-grid-block {
    background-color: #eee;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block
}

.alert-admin {
    margin: 25px 0
}

    .alert-admin img {
        margin: -50px 0 0
    }

    .alert-admin .btn {
        margin: 0 0 -15px
    }

    .alert-admin p {
        color: #444
    }

    .alert-admin h4 {
        color: #111;
        font-size: 1.2em;
        font-weight: 600;
        text-transform: uppercase
    }

    .alert-admin .warning {
        color: #b20000
    }

.alert .fa, .alert .fas, .alert .far, .alert .fab {
    margin-right: 8px;
    font-size: 1.1em
}

.alert ul {
    padding: 0;
    margin: 7px 0 0 40px
}

    .alert ul li {
        font-size: .9em
    }

.alert.alert-sm {
    padding: 5px 10px;
    font-size: .9em
}

.alert.alert-lg {
    padding: 20px;
    font-size: 1.2em
}

.alert.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #727272
}

    .alert.alert-default .alert-link {
        color: #4c4c4c
    }

.alert.alert-dark {
    background-color: #333a44;
    border-color: #07080a;
    color: #ced3db
}

    .alert.alert-dark .alert-link {
        color: #fafbfb
    }

.embed-responsive.embed-soundcloud {
    padding-bottom: 19.25%
}

.embed-responsive.embed-responsive-borders {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px
}

.content-grid {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .content-grid .content-grid-item {
        position: relative;
        padding: 30px;
        margin: 0
    }

        .content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
            content: '';
            position: absolute
        }

        .content-grid .content-grid-item:before {
            height: 100%;
            top: 0;
            left: -1px;
            border-left: 1px solid #dadada
        }

        .content-grid .content-grid-item:after {
            width: 100%;
            height: 0;
            top: auto;
            left: 0;
            bottom: -1px;
            border-bottom: 1px solid #dadada
        }

        .content-grid .content-grid-item .img-responsive {
            display: inline-block
        }

    .content-grid.content-grid-dashed .content-grid-item:before {
        border-left: 1px dashed #dadada
    }

    .content-grid.content-grid-dashed .content-grid-item:after {
        border-bottom: 1px dashed #dadada
    }

hr {
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
    margin: 22px 0
}

    hr.short {
        margin: 11px 0
    }

    hr.tall {
        margin: 44px 0
    }

    hr.taller {
        margin: 66px 0
    }

    hr.solid {
        background: #dbdbdb
    }

    hr.light {
        background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.15),transparent);
        background-image: linear-gradient(to right,transparent,rgba(255,255,255,.15),transparent)
    }

    hr.invisible {
        background: none
    }

.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    text-align: center;
    position: relative;
    clear: both
}

    .divider.taller {
        margin: 66px auto
    }

    .divider .fa, .divider .fas, .divider .far, .divider .fab {
        text-align: center;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        background: #fff;
        border-radius: 50px;
        color: #a9a9a9;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        position: absolute;
        text-align: center;
        width: 50px;
        font-size: 20px;
        margin: 0 auto 0 -25px;
        top: -25px;
        left: 50%;
        z-index: 1
    }

    .divider.divider-solid {
        background: #dbdbdb
    }

    .divider.divider-icon-sm .fa, .divider.divider-icon-sm .fas, .divider.divider-icon-sm .far, .divider.divider-icon-sm .fab {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -15px;
        font-size: 15px;
        margin-left: -16px
    }

    .divider.divider-icon-lg {
        margin: 86px 0
    }

        .divider.divider-icon-lg .fa, .divider.divider-icon-lg .fas, .divider.divider-icon-lg .far, .divider.divider-icon-lg .fab {
            width: 60px;
            height: 60px;
            line-height: 60px;
            top: -30px;
            font-size: 30px;
            margin-left: -30px
        }

        .divider.divider-icon-lg.taller {
            margin: 100px auto
        }

    .divider.divider-xs {
        width: 35%
    }

    .divider.divider-sm {
        width: 67%
    }

    .divider.divider-left .fa, .divider.divider-left .fas, .divider.divider-left .far, .divider.divider-left .fab {
        left: 0;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .divider.divider-right .fa, .divider.divider-right .fas, .divider.divider-right .far, .divider.divider-right .fab {
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: 0
    }

    .divider.divider-style-2 .fa, .divider.divider-style-2 .fas, .divider.divider-style-2 .far, .divider.divider-style-2 .fab {
        background: #f4f4f4;
        color: #a9a9a9
    }

    .divider.divider-style-3 .fa {
        border: 1px solid #cecece
    }

    .divider.divider-style-4 .fa, .divider.divider-style-4 .fas, .divider.divider-style-4 .far, .divider.divider-style-4 .fab {
        border: 1px solid #cecece
    }

        .divider.divider-style-4 .fa:after, .divider.divider-style-4 .fas:after, .divider.divider-style-4 .far:after, .divider.divider-style-4 .fab:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            padding: 1px;
            position: absolute;
            top: -4px;
            left: -4px;
            border: 3px solid #f4f4f4;
            border-radius: 50%;
            box-sizing: initial
        }

    .divider.divider-small {
        margin: 22px auto;
        background: transparent
    }

        .divider.divider-small hr {
            width: 50px;
            height: 3px;
            background: #555
        }

        .divider.divider-small.divider-small-center {
            text-align: center
        }

            .divider.divider-small.divider-small-center hr {
                margin-left: auto;
                margin-right: auto
            }

        .divider.divider-small.divider-small-right {
            text-align: right
        }

            .divider.divider-small.divider-small-right hr {
                margin-left: auto
            }

        .divider.divider-small.divider-light hr {
            background: #ddd
        }

        .divider.divider-small.divider-small-sm hr {
            height: 1px
        }

        .divider.divider-small.divider-small-lg hr {
            height: 6px
        }

        .divider.divider-small.tall {
            margin: 34px 0
        }

        .divider.divider-small.taller {
            margin: 46px 0
        }

    hr.dashed, .divider.dashed {
        background: none;
        position: relative
    }

    hr.pattern, .divider.pattern {
        background: none;
        position: relative
    }

        hr.pattern:after, .divider.pattern:after {
            background: transparent url(Resources/img/patterns/worn_dots.png) repeat 0 0;
            content: "";
            display: block;
            height: 15px;
            position: absolute;
            top: 50%;
            margin-top: -7px;
            width: 100%
        }

        hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
            background-image: url(Resources/img/patterns/az_subtle.png)
        }

.divider-full {
    overflow: hidden;
    height: auto;
    background-image: none
}

.divider .th_divid {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: inherit;
    border-color: inherit;
    color: inherit
}

    .divider .th_divid:before {
        right: 100%;
        margin-right: 1rem
    }

    .divider .th_divid:after {
        left: 100%;
        margin-left: 1rem
    }

    .divider .th_divid:before, .divider .th_divid:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 50%;
        height: 0;
        width: 200rem
    }

    .divider .th_divid h6 {
        margin: 0
    }

.divider.double .th_divid:before, .divider.double .th_divid:after {
    border: 1px double #dbdbdb
}

.divider.solid .th_divid:before, .divider.solid .th_divid:after {
    border: 1px solid #dbdbdb
}

.divider.dashed .th_divid:before, .divider.dashed .th_divid:after {
    border: 1px dashed #dbdbdb
}

.divider.dotted .th_divid:before, .divider.dotted .th_divid:after {
    border: 1px dotted #dbdbdb
}

html.dark .divider.double .th_divid:before, html.dark .divider.double .th_divid:after, html.dark .divider.solid .th_divid:before, html.dark .divider.solid .th_divid:after, html.dark .divider.dashed .th_divid:before, html.dark .divider.dashed .th_divid:after, html.dark .divider.dotted .th_divid:before, html.dark .divider.dotted .th_divid:after {
    border-color: #3f4247
}

.sort-source-wrapper {
    padding: 8px 0;
    position: relative
}

    .sort-source-wrapper .nav {
        margin: -115px 0 5px
    }

        .sort-source-wrapper .nav > li > a {
            color: #fff !important
        }

.sort-source {
    clear: both
}

.sort-destination {
    overflow: hidden
}

    .sort-destination.full-width {
        position: relative
    }

        .sort-destination.full-width .isotope-item {
            width: 20%;
            float: left
        }

            .sort-destination.full-width .isotope-item.w2 {
                width: 40%
            }

            .sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
                border-radius: 0
            }

.sort-source-wrapper + .sort-destination.full-width {
    margin: 0 0 -81px;
    top: -76px
}

@media(max-width:991px) {
    .sort-destination.isotope {
        overflow: visible !important;
        height: auto !important
    }

        .sort-destination.isotope.full-width {
            overflow: hidden !important
        }

    .isotope-hidden {
        display: none !important
    }
}

@media(max-width:767px) {
    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

        .isotope-item.product {
            position: relative !important
        }

    .sort-source-wrapper {
        background: #171717;
        clear: both;
        margin-top: -35px
    }

        .sort-source-wrapper .nav {
            margin: 0
        }

    .sort-destination {
        height: auto !important
    }

    .sort-destination, .isotope-item {
        margin-left: auto !important;
        margin-right: auto !important
    }

        .sort-destination.full-width, .sort-source-wrapper + .sort-destination.full-width {
            max-width: none;
            margin: 0 0 -30px;
            top: 0
        }

            .sort-destination.full-width .isotope-item, .sort-source-wrapper + .sort-destination.full-width .isotope-item {
                max-width: none
            }
}

@media(max-width:479px) {
    .sort-destination, .isotope-item {
        margin-left: auto !important;
        margin-right: auto !important
    }

        .sort-destination.full-width .isotope-item, .sort-source-wrapper + .sort-destination.full-width .isotope-item {
            position: static !important;
            clear: both;
            float: none;
            width: auto
        }
}

.pricing-table {
    margin: 10px 0;
    padding: 0 15px;
    text-align: center
}

    .pricing-table ul {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0
    }

    .pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
        color: #777
    }

    .pricing-table h3 {
        background-color: #eee;
        border-radius: 2px 2px 0 0;
        font-size: 1.3em;
        font-weight: normal;
        margin: -20px -20px 50px -20px;
        padding: 20px
    }

        .pricing-table h3 .desc {
            font-size: .7em;
            margin-bottom: 0;
            padding-bottom: 0;
            color: #777;
            font-style: normal;
            text-transform: none;
            display: block
        }

        .pricing-table h3 span {
            background: #fff;
            border: 5px solid #fff;
            border-radius: 100px;
            box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
            color: #777;
            display: block;
            font: bold 25px/100px Georgia,Serif;
            height: 100px;
            margin: 20px auto -65px;
            width: 100px
        }

    .pricing-table .most-popular {
        border: 3px solid #ccc;
        box-shadow: 11px 0 10px -10px rgba(0,0,0,.1),-11px 0 10px -10px rgba(0,0,0,.1);
        padding: 30px 20px;
        top: -10px;
        z-index: 2
    }

        .pricing-table .most-popular h3 {
            background-color: #666;
            color: #fff;
            padding-top: 30px;
            text-shadow: 0 1px #555
        }

            .pricing-table .most-popular h3 .desc {
                color: #fff
            }

    .pricing-table .plan-ribbon-wrapper {
        height: 88px;
        overflow: hidden;
        position: absolute;
        right: -3px;
        top: -5px;
        width: 85px
    }

    .pricing-table .plan-ribbon {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-image: -webkit-linear-gradient(top,#bfdc7a,#8ebf45);
        background-image: linear-gradient(to bottom,#bfdc7a,#8ebf45);
        background-color: #bfdc7a;
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        color: #333;
        font-size: 14px;
        left: -5px;
        padding: 7px 0;
        position: relative;
        text-align: center;
        text-shadow: rgba(255,255,255,.5) 0 1px 0;
        top: 15px;
        width: 120px
    }

        .pricing-table .plan-ribbon:before {
            left: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            content: "";
            position: absolute
        }

        .pricing-table .plan-ribbon:after {
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            content: "";
            position: absolute;
            right: 0
        }

    .pricing-table [class*="col-md-"] {
        padding-left: 0;
        padding-right: 0
    }

    .pricing-table .plan {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #333;
        margin-bottom: 35px;
        margin-right: 0;
        padding: 20px;
        position: relative;
        text-shadow: 0 1px rgba(255,255,255,.8)
    }

    .pricing-table .btn {
        margin-top: 5px
    }

    .pricing-table.pricing-table-sm h3 .desc {
        font-size: .7em
    }

    .pricing-table.pricing-table-sm h3 span {
        border: 3px solid #fff;
        box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
        font: bold 19px/65px Georgia,serif;
        height: 70px;
        margin: 10px auto -65px;
        width: 70px
    }

    .pricing-table.pricing-table-sm .most-popular {
        padding-bottom: 30px
    }

    .pricing-table.princig-table-flat .plan {
        padding-left: 0;
        padding-right: 0;
        margin: -1px
    }

        .pricing-table.princig-table-flat .plan h3 {
            padding-left: 0;
            padding-right: 0;
            margin: -20px 0 0;
            background-color: #666;
            color: #fff;
            padding-top: 30px;
            text-shadow: 0 1px #555
        }

            .pricing-table.princig-table-flat .plan h3 .desc {
                color: #fff
            }

            .pricing-table.princig-table-flat .plan h3 span {
                border-radius: 0;
                border: 0;
                background: #666;
                color: #fff !important;
                font-family: "Open Sans",Arial,sans-serif;
                font-size: 600px;
                box-shadow: none;
                width: 100%;
                font-size: 1.5em;
                height: auto;
                line-height: 38px;
                margin: 0
            }

        .pricing-table.princig-table-flat .plan ul {
            margin-bottom: -15px
        }

            .pricing-table.princig-table-flat .plan ul li {
                padding: 8px 0
            }

        .pricing-table.princig-table-flat .plan.most-popular ul li {
            padding: 10px 0
        }

    .pricing-table.spaced [class*="col-md-"] {
        padding-left: 2px;
        padding-right: 2px
    }

    .pricing-table.no-borders .plan {
        border: 0 !important
    }

html.boxed .pricing-table .plan, html.boxed .pricing-table h3 {
    border-radius: 0
}

@media(max-width:767px) {
    .pricing-table {
        margin-left: 0
    }

        .pricing-table .plan {
            margin-right: 0
        }

    html.boxed .pricing-table {
        margin-left: 0
    }
}

.pricing-table.th_pricingtable.spaced [class*="col-md-"] {
    padding-left: 15px;
    padding-right: 15px
}

.pricing-table.th_pricingtable .plan h3 {
    background-color: #08c;
    color: #333;
    letter-spacing: 4px
}

    .pricing-table.th_pricingtable .plan h3 span {
        font-size: 35px;
        margin-top: 20px;
        color: #666
    }

    .pricing-table.th_pricingtable .plan h3:hover {
        background-color: #e95095;
        color: #fff;
        letter-spacing: 4px
    }

    .pricing-table.th_pricingtable .plan h3:before {
        content: '';
        position: absolute;
        top: 36%;
        left: 0;
        right: 0;
        height: 0;
        border-top: solid 49px #08c;
        border-left: solid 175px #fff;
        border-right: solid 175px #fff
    }

    .pricing-table.th_pricingtable .plan h3:hover:before {
        border-top-color: #e95095
    }

.pricing-table.th_pricingtable li {
    border-top: #ffdead
}

.pricing-table.th_pricingtable .plan:hover h3 p {
    color: #fff
}

.pricing-table.th_pricingtable .plan h3 strong {
    text-transform: lowercase;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 100
}

.pricing-table.th_pricingtable .plan h3:hover span {
    background: #e95095
}

.pricing-table.th_pricingtable .plan:hover h3 strong {
    color: #fff
}

.pricing-style-2 .hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .pricing-style-2 .hvr-float-shadow:active, .pricing-style-2 .hvr-float-shadow:focus, .pricing-style-2 .hvr-float-shadow:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .pricing-style-2 .hvr-float-shadow .plan {
        margin: 0 !important
    }

.pricing-style-2 .pricing-table .price-amount-edit {
    width: 80px;
    height: 80px;
    margin-top: -54px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 80px;
    font-size: 1.8rem
}

.pricing-style-2 .rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s
}

.pricing-style-2 .no-rotate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s
}

.pricing-style-2 .pricing-table .table-list {
    padding: 10px 0 10px 20px
}

@media(max-width:991px) {
    .medical .pricing-table .most-popular {
        top: 0
    }
}

.pricing-style-2 .pricing-table .plan h5 {
    padding: 60px;
    color: #fff;
    border-radius: 4px
}

@media(min-width:992px) and (max-width:1199px) {
    .pricing-table.th_pricingtable .plan h3:before {
        border-left: solid 142px #fff !important;
        border-right: solid 142px #fff !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pricing-table.th_pricingtable .plan h3:before {
        border-left: solid 164px #fff !important;
        border-right: solid 164px #fff !important
    }
}

@media(max-width:767px) {
    .pricing-table.th_pricingtable .plan h3:before {
        border-top: 0 !important
    }
}

.classic .bt-pricingtables {
    float: left;
    width: 100%
}

.classic .bt-pricetable {
    float: left;
    width: 100%;
    padding: 35px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #ededed
}

.classic .bt-pkgname {
    float: left;
    width: 100%;
    padding: 0 0 25px
}

    .classic .bt-pkgname h3 {
        margin: 0;
        font-size: 20px;
        line-height: 20px
    }

.classic .bt-pkgprice {
    float: left;
    width: 100%;
    margin: 0 0 30px
}

    .classic .bt-pkgprice h4 {
        margin: 0;
        font-size: 55px;
        font-weight: bold
    }

        .classic .bt-pkgprice h4 sup {
            top: -32px;
            font-size: 24px;
            font-weight: 400
        }

.classic .bt-visits {
    width: 100%;
    float: left;
    color: #b1b1b1;
    font-size: 20px;
    line-height: 23px;
    text-align: center
}

.classic .bt-pricetable ul {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    padding: 40px 0 50px
}

    .classic .bt-pricetable ul li {
        float: left;
        width: 100%;
        color: #4f4f4f;
        line-height: inherit;
        list-style-type: none
    }

        .classic .bt-pricetable ul li + li {
            padding: 20px 0 0
        }

.classic .bt-pricetable .bt-btnbox {
    clear: both;
    width: auto;
    float: none;
    padding: 25px 0;
    overflow: hidden;
    margin: 0 -35px -35px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 400ms ease-in-out
}

.classic .bt-popular {
    color: #fff;
    top: -11px;
    right: -34px;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    position: absolute;
    padding: 30px 30px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bt-btnbox:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 400ms ease-in-out
}

.icon-featured {
    display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    line-height: 110px
}

    .icon-featured:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

@media screen and (max-width:768px) {
    .classic .classic-about .about-box, .square-design .square-about .about-box {
        margin-bottom: 50px
    }
}

.classic .sections-bg, .square-design .sections-bg {
    background: #f4f4f4
}

.classic .classic-about, .square-design .square-about {
    text-align: center;
    padding: 70px 0
}

    .classic .classic-about .section-title, .square-design .square-about .section-title {
        margin-bottom: 30px
    }

    .classic .classic-about .caption, .square-design .square-about .caption {
        margin-bottom: 70px
    }

    .classic .classic-about .about-box, .square-design .square-about .about-box {
        border-right: 10px;
        background: #fff;
        padding: 60px 20px 20px;
        cursor: pointer;
        transition: all .3s;
        text-align: left;
        position: relative
    }

        .classic .classic-about .about-box:hover, .square-design .square-about .about-box:hover {
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
        }

        .classic .classic-about .about-box .about-title, .square-design .square-about .about-box .about-title {
            font-size: 1.42857em;
            color: #111;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 20px;
            transition: all .3s ease-in-out
        }

        .classic .classic-about .about-box .icon-box em, .square-design .square-about .about-box .icon-box em {
            font-size: 30px;
            line-height: 71px;
            color: #000;
            transition: all .3s ease-in-out
        }

        .classic .classic-about .about-box:hover .icon-box em, .square-design .square-about .about-box:hover .icon-box em {
            color: #fff
        }

        .classic .classic-about .about-box .icon-box, .square-design .square-about .about-box .icon-box {
            height: 70px;
            width: 70px;
            background: #fff;
            transition: all .3s ease-in-out;
            margin: 0 auto;
            border-radius: 4px;
            text-align: center;
            position: absolute;
            top: -35px;
            left: 20px;
            border: 1px solid #ddd
        }

        .classic .classic-about .about-box:hover .icon-box, .square-design .square-about .about-box:hover .icon-box {
            box-shadow: 0 2px 10px 1px rgba(0,0,0,.2)
        }

@media screen and (max-width:768px) {
    .classic .service, .round-design .service {
        padding: 50px 0
    }
}

.classic .service, .service-item, .round-design .service, .round-item {
    text-align: center
}

.classic .service_content h3, .round-design .service_content h3 {
    color: #111;
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-weight: 600;
    margin-bottom: 13px
}

.classic .service-item .service:hover .icon-box .icon-overlay, .round-design .round-item .service:hover .icon-box .icon-overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.classic .service-item .service:hover .service_content .title, .round-design .round-item .service:hover .service_content .title {
    color: #33ceff
}

.classic .service-item .service:hover .icon-box em, .round-design .round-item .service:hover .icon-box em {
    color: #fff
}

.classic .service, .round-design .service {
    padding: 70px 0 60px 0
}

.classic .section-title, .round-design .section-title {
    text-transform: uppercase;
    color: #111;
    margin-top: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 30px
}

.classic .caption, .round-design .caption {
    margin-bottom: 40px;
    line-height: 1.7em
}

.classic .service-item, .round-design .round-item {
    text-align: center
}

.classic .section-title:after, .round-design .section-title:after {
    position: absolute;
    content: ' ';
    width: 70px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.classic .service-item .service, .round-design .round-item .service {
    padding: 20px 0 10px 0;
    transition: all .5s ease;
    cursor: pointer;
    text-align: center
}

    .classic .service-item .service .icon-box, .round-design .round-item .service .icon-box {
        margin: 0 auto;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        margin-bottom: 30px;
        transition: all .3s ease-in-out;
        background: #fff;
        position: relative
    }

.classic .service-item .service, .round-design .round-item .service {
    cursor: pointer;
    text-align: center
}

    .classic .service-item .service .icon-box .icon-overlay, .round-design .round-item .service .icon-box .icon-overlay {
        position: absolute;
        height: 30%;
        width: 30%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        z-index: -1;
        transition: all .3s ease-in-out;
        margin: auto
    }

    .classic .service-item .service .icon-box em, .round-design .round-item .service .icon-box em {
        font-size: 2.5em;
        position: relative;
        z-index: 10;
        line-height: 90px
    }

.featured-box {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    border-right: 0 solid #ececec;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
}

    .featured-box h4 {
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: -.7px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .featured-box .box-content {
        border-radius: 0;
        border-top: 1px solid #ccc;
        border-top-width: 4px;
        padding: 30px 30px 10px 30px;
        position: relative;
        top: -1px
    }

    .featured-box .learn-more {
        display: block;
        margin-top: 10px
    }

.featured-box-text-left {
    text-align: left
}

.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin: 10px 0
}

    .featured-boxes-flat .featured-box .box-content {
        background: transparent;
        margin-top: 65px
    }

    .featured-boxes-flat .featured-box .icon-featured {
        display: inline-block;
        font-size: 38px;
        height: 90px;
        line-height: 90px;
        padding: 0;
        width: 90px;
        margin: -100px 0 -15px;
        position: relative;
        top: -37px
    }

.featured-boxes-style-2 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

    .featured-boxes-style-2 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .featured-boxes-style-2 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0
    }

.featured-boxes-style-3 .featured-box {
    margin: 10px 0
}

    .featured-boxes-style-3 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        background: #fff;
        color: #ccc;
        box-shadow: 0 0 0 3px #ccc inset
    }

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none
}

    .featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0
    }

.featured-boxes-style-4 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

    .featured-boxes-style-4 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .featured-boxes-style-4 .featured-box .icon-featured {
        display: inline-block;
        font-size: 40px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        width: 60px;
        margin-top: 0;
        margin-bottom: 10px;
        background: transparent;
        color: #ccc;
        border-radius: 0
    }

.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 10px 0
}

    .featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0
    }

        .featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
            color: #2e353e
        }

    .featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid #dfdfdf;
        color: #777;
        line-height: 73px
    }

    .featured-boxes-style-6 .featured-box .icon-featured {
        border: 1px solid #cecece;
        color: #777
    }

        .featured-boxes-style-6 .featured-box .icon-featured:after {
            border: 5px solid #f4f4f4;
            border-radius: 50%;
            box-sizing: initial;
            content: "";
            display: block;
            height: 100%;
            left: -6px;
            padding: 1px;
            position: absolute;
            top: -6px;
            width: 100%
        }

    .featured-boxes-style-7 .featured-box .icon-featured {
        border: 1px solid #dfdfdf;
        color: #777
    }

.featured-boxes-style-8 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -15px -15px 0 0;
    line-height: 73px;
    border: 0;
    background: transparent;
    color: #777;
    border-width: 3px;
    border-style: solid
}

    .featured-boxes-style-8 .featured-box .icon-featured:after {
        display: none
    }

.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px
}

.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(1);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: transform .2s,opacity .2s;
    transform: scale(1);
    opacity: 0
}

.featured-box-effect-1:hover .icon-featured:after {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 1
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    opacity: 1
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.9);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transition: transform .2s,opacity .2s;
    transform: scale(.9);
    opacity: 0
}

.featured-box-effect-3:hover .icon-featured {
    color: #fff !important
}

    .featured-box-effect-3:hover .icon-featured:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

.featured-box-effect-4 .icon-featured {
    -webkit-transition: -webkit-transform .2s,transform .2s;
    -moz-transition: -moz-transform .2s,transform .2s;
    transition: transform .2s,transform .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.featured-box-effect-4:hover .icon-featured {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.featured-box-effect-5 .icon-featured {
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.featured-box-effect-5:hover .icon-featured {
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.featured-box-effect-6 .icon-featured:after {
    -webkit-transition: all .2s,-webkit-transform .2s;
    -moz-transition: all .2s,-moz-transform .2s;
    transition: all .2s,transform .2s
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    box-shadow: 3px 3px #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    -moz-transition: opacity .2s,-moz-transform .2s;
    transition: opacity .2s,transform .2s;
    left: 0;
    top: -1px
}

.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.featured-box-effect-7 .icon-featured:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -moz-transition: -moz-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s
}

.featured-box-effect-7:hover .icon-featured:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.featured-boxes-full {
    width: 100%
}

    .featured-boxes-full > [class*="col-"] {
        padding: 0
    }

    .featured-boxes-full .featured-box-full {
        text-align: center;
        padding: 55px
    }

        .featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .fas, .featured-boxes-full .featured-box-full .far, .featured-boxes-full .featured-box-full .fab, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
            color: #fff;
            padding: 0;
            margin: 0
        }

        .featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .fas, .featured-boxes-full .featured-box-full .far, .featured-boxes-full .featured-box-full .fab {
            font-size: 55px;
            margin-bottom: 15px;
            text-shadow: 1px 1px 1px rgba(0,0,0,.2)
        }

        .featured-boxes-full .featured-box-full p {
            padding-top: 12px;
            opacity: .8
        }

.th-iconbox-icon {
    font-size: 36px;
    text-align: center
}

.featured-mode .style-circle .icon-featured:after, .featured-mode .style-outline .icon-featured:after {
    content: none
}

.featured-mode .featured-box.style-circle {
    border: 0;
    box-shadow: none
}

.featured-mode .style-outline .icon-featured, .featured-mode .style-circle .icon-featured {
    overflow: hidden
}

.featured-mode .featured-box.style-outline .icon-featured:before, .featured-mode .featured-box.style-circle .icon-featured:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transform: translateZ(0);
    transition: height .3s;
    background: rgba(0,0,0,.4)
}

.featured-mode .featured-box.style-outline:hover .icon-featured:before, .featured-mode .featured-box.style-circle:hover .icon-featured:before, .tab-icon .featured-box.style-outline.active .icon-featured:before {
    height: 100%
}

.featured-mode-custom .green-clr.icon-featured, .featured-mode-custom .green-clr, .featured-mode-custom .green-clr.feature-box-icon, .green-clr {
    color: #8bc34a !important;
    border-color: #8bc34a !important
}

.featured-mode-custom .purple-clr.icon-featured, .featured-mode-custom .purple-clr, .purple-clr {
    color: #9c27b0 !important;
    border-color: #9c27b0 !important
}

.featured-mode-custom .yellow-clr.icon-featured, .featured-mode-custom .yellow-clr, .yellow-clr {
    color: #ffd54f !important;
    border-color: #ffd54f !important
}

.featured-mode-custom .style-circle .icon-featured:after, .featured-mode-custom .style-outline .icon-featured:after {
    content: none
}

.featured-mode-custom .featured-box-effect-4:hover .icon-featured {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.featured-mode-custom .featured-box-effect-4.featured-box {
    border: 0;
    border-radius: 0
}

.featured-mode-position .feature-box.feature-box-style-2 .feature-box-icon em.fa {
    font-size: 36px
}

.featured-mode-custom.feature-box.feature-box-style-3 .feature-box-icon {
    font-size: 30px;
    height: 75px;
    width: 75px;
    border: 3px solid #ccc;
    color: #ccc;
    line-height: 70px;
    border-radius: 50%
}

.ic-size-xs {
    font-size: 20px
}

.ic-size-sm {
    font-size: 30px
}

.ic-size-md {
    font-size: 40px
}

.ic-size-lg {
    font-size: 50px
}

.ic-size-xlg {
    font-size: 60px
}

.ic-size-xxl {
    font-size: 70px
}

.featured-mode-size .ic-iconbox {
    background-color: #eee;
    line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
    overflow: hidden;
    border-radius: 50%
}

.feature-box.feature-box-style-2 .feature-box-icon em {
    top: 0;
    position: absolute;
    right: 18px
}

.feature-box {
    clear: both
}

    .feature-box .feature-box-icon {
        background: #ccc;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        float: left;
        height: 100px;
        line-height: 100px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 100px;
        font-size: 36px
    }

    .feature-box .feature-box-info {
        padding-left: 115px
    }

    .feature-box.feature-box-style-2 h4 {
        color: #1d2127
    }

    .feature-box.feature-box-style-2 .feature-box-icon {
        background: transparent;
        width: 50px;
        height: 50px
    }

        .feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon em.fa, .feature-box.feature-box-style-2 .feature-box-icon i.icons, .feature-box.feature-box-style-2 .feature-box-icon em.icons {
            font-size: 36px
        }

    .feature-box.feature-box-style-2 .feature-box-info {
        padding-left: 60px
    }

    .feature-box.feature-box-style-3 h4 {
        color: #1d2127
    }

    .feature-box.feature-box-style-3 .feature-box-icon {
        border: 1px solid #ccc;
        background: transparent;
        line-height: 32px
    }

        .feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon em.fa {
            color: #ccc
        }

    .feature-box.feature-box-style-4 h4 {
        color: #1d2127
    }

    .feature-box.feature-box-style-4 .feature-box-icon {
        background: transparent;
        padding-bottom: 10px;
        height: auto;
        width: auto;
        float: none
    }

        .feature-box.feature-box-style-4 .feature-box-icon i.fa, .feature-box.feature-box-style-4 .feature-box-icon em.fa {
            font-size: 38px
        }

    .feature-box.feature-box-style-4 .feature-box-info {
        clear: both;
        padding-left: 0
    }

    .feature-box.feature-box-style-5 h4 {
        color: #1d2127
    }

    .feature-box.feature-box-style-5 .feature-box-icon {
        background: transparent;
        width: 74px;
        height: 74px
    }

        .feature-box.feature-box-style-5 .feature-box-icon i.fa, .feature-box.feature-box-style-5 .feature-box-icon em.fa {
            font-size: 44px
        }

    .feature-box.feature-box-style-5 .feature-box-info {
        padding-left: 84px
    }

    .feature-box.feature-box-style-6 h4 {
        color: #1d2127
    }

    .feature-box.feature-box-style-6 .feature-box-icon {
        border: 1px solid #cecece;
        background: transparent;
        line-height: 32px
    }

        .feature-box.feature-box-style-6 .feature-box-icon:after {
            border: 3px solid #f4f4f4;
            border-radius: 50%;
            box-sizing: initial;
            content: "";
            display: block;
            height: 100%;
            left: -4px;
            padding: 1px;
            position: absolute;
            top: -4px;
            width: 100%
        }

        .feature-box.feature-box-style-6 .feature-box-icon i.fa, .feature-box.feature-box-style-6 .feature-box-icon em.fa {
            color: #a9a9a9
        }

@media(min-width:991px) {
    .feature-box.reverse {
        text-align: right
    }

        .feature-box.reverse .feature-box-info {
            padding-right: 115px;
            padding-left: 0
        }

        .feature-box.reverse .feature-box-icon {
            float: right;
            margin-right: 0;
            margin-left: 10px
        }

        .feature-box.reverse.feature-box-style-2 .feature-box-info {
            padding-right: 60px
        }

        .feature-box.reverse.feature-box-style-4 .feature-box-info {
            padding-right: 0
        }

        .feature-box.reverse.feature-box-style-5 .feature-box-info {
            padding-right: 84px
        }
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 4px;
        overflow: hidden;
        display: block;
        position: relative
    }

        .thumb-info .thumb-info-wrapper:after {
            content: "";
            background: rgba(255,255,255,.9);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            border-radius: 4px;
            bottom: 20px;
            color: #fff;
            left: 20px;
            position: absolute;
            right: 20px;
            top: 20px;
            display: block;
            filter: alpha(opacity=0);
            opacity: 0;
            z-index: 1
        }

    .thumb-info .thumb-info-action-icon {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: #ccc;
        border-radius: 0 0 0 25px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px;
        z-index: 2
    }

        .thumb-info .thumb-info-action-icon i, .thumb-info .thumb-info-action-icon em {
            font-size: 24px;
            left: 3px;
            position: relative;
            top: -4px;
            color: #fff
        }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display: block
    }

        .thumb-info .thumb-info-inner em {
            display: block;
            font-size: .8em;
            font-style: normal;
            font-weight: normal
        }

    .thumb-info .thumb-info-title {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: rgba(36,27,28,.9);
        bottom: 10%;
        color: #777;
        font-size: 18px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 9px 11px 9px;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        z-index: 2;
        max-width: 90%
    }

    .thumb-info .thumb-info-type {
        background-color: #ccc;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 8px -2px -15px -2px;
        padding: 2px 9px;
        text-transform: none;
        z-index: 2;
        color: #fff
    }

    .thumb-info img {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 3px;
        position: relative;
        width: 100%
    }

    .thumb-info:hover .thumb-info-wrapper:after {
        filter: alpha(opacity=100);
        opacity: .8
    }

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0
    }

    .thumb-info:hover .thumb-info-title {
        background: #000
    }

    .thumb-info:hover img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }

    .thumb-info.thumb-info-no-zoom:hover img {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }

    .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
        background: rgba(36,27,28,.65)
    }

    .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
        display: none
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action {
        -webkit-transition: top .1s ease;
        -moz-transition: top .1s ease;
        transition: top .1s ease;
        top: 40%;
        left: 3px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 40px;
        margin-top: -20px;
        text-align: center;
        position: absolute;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        transition: all .1s ease;
        position: relative;
        z-index: 2;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 40px;
        height: 40px;
        line-height: 33px;
        border-radius: 50%;
        margin-right: 3px
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i, .thumb-info.thumb-info-centered-icons .thumb-info-action-icon em {
            position: static;
            font-size: 18px
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
            -webkit-transform: scale(1.15,1.15);
            -moz-transform: scale(1.15,1.15);
            -ms-transform: scale(1.15,1.15);
            -o-transform: scale(1.15,1.15);
            transform: scale(1.15,1.15)
        }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
        top: 50%;
        filter: alpha(opacity=100);
        opacity: 1
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
        position: relative
    }

    .thumb-info.thumb-info-centered-info .thumb-info-title {
        background: transparent;
        left: 5%;
        width: 90%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: 30%;
        filter: alpha(opacity=0);
        opacity: 0;
        text-align: center;
        padding: 0
    }

    .thumb-info.thumb-info-centered-info .thumb-info-type {
        float: none
    }

    .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 45%
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-title {
        background: #fff;
        left: 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: auto;
        bottom: -100px;
        filter: alpha(opacity=0);
        opacity: 0;
        padding: 15px;
        text-shadow: none;
        color: #777;
        right: 20px
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-type {
        float: none;
        background: none;
        padding: 0;
        margin: 0
    }

    .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: 20px
    }

    .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
        background-color: transparent;
        background: -webkit-linear-gradient(bottom,rgba(36,27,28,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(to top,rgba(36,27,28,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
        color: #fff
    }

    .thumb-info.thumb-info-push-hor img {
        -webkit-transform: translatex(-18px);
        -moz-transform: translatex(-18px);
        -ms-transform: translatex(-18px);
        -o-transform: translatex(-18px);
        transform: translatex(-18px);
        width: calc(100% + 19px);
        max-width: none
    }

    .thumb-info.thumb-info-push-hor:hover img {
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0)
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
        filter: alpha(opacity=65);
        opacity: .65
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 40%
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
        float: none
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
        filter: alpha(opacity=10);
        opacity: 0
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0
    }

        .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0
        }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
                border-radius: 0;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0
            }

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px 4px
}

html.webkit .full-width .thumb-info .thumb-info-wrapper, html.webkit .masonry-item .thumb-info .thumb-info-wrapper, html.webkit .thumb-info-no-borders .thumb-info-wrapper {
    margin: 0
}

.full-width .thumb-info img {
    border-radius: 0 !important
}

.thumb-info-caption {
    padding: 10px 0
}

    .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
        font-size: .9em;
        line-height: 20px;
        margin: 0 0 8px;
        padding: 10px;
        display: block
    }

.thumb-info-social-icons {
    border-top: 1px dotted #ddd;
    margin: 0;
    padding: 15px 10px;
    display: block
}

    .thumb-info-social-icons a {
        background: #ccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none
        }

        .thumb-info-social-icons a span {
            display: none
        }

        .thumb-info-social-icons a i, .thumb-info-social-icons a em {
            color: #fff;
            font-size: .9em;
            font-weight: normal
        }

@media(max-width:991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px
    }

    .thumb-info .thumb-info-more {
        font-size: 11px
    }
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(255,255,255,.5)
}

.thumb-info.thumb-info-bottom-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: linear-gradient(to top,rgba(255,255,255,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
    color: #fff
}

.portfolio-list .thumb-info-lighten.thumb-info:hover .thumb-info-content {
    opacity: .5
}

.travel-theme .popular-services .travel-list-box, .portfolio-list .top-overlay .travel-list-box {
    margin-bottom: 35px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    width: 100%
}

.travel-theme .popular-services .position, .portfolio-list .top-overlay .position {
    position: relative !important
}

.portfolio-list .top-overlay .travel-list-box .img-box img {
    width: 100%
}

.travel-theme .popular-services .travel-list-box .travel-middle, .portfolio-list .top-overlay .travel-list-box .travel-middle {
    opacity: 0
}

.travel-theme .popular-services .travel-middle, .portfolio-list .top-overlay .travel-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,.5);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity,transform,filter
}

    .travel-theme .popular-services .travel-middle a, .portfolio-list .top-overlay .travel-middle a {
        font-size: 18px;
        top: 50%;
        margin-top: -5px
    }

.travel-theme .popular-services .travel-list-box:hover, .portfolio-list .top-overlay .travel-list-box:hover {
    box-shadow: 0 0 40px rgba(0,0,0,.2)
}

    .travel-theme .popular-services .travel-list-box:hover .travel-middle, .portfolio-list .top-overlay .travel-list-box:hover .travel-middle {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

.restaurant-theme .food-list .thumb-info a:before, .overlay-zoom .thumb-info a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.restaurant-theme .food-list .thumb-info:hover a:before, .overlay-zoom .thumb-info:hover a:before {
    opacity: .8
}

.restaurant-theme .food-list .thumb-info a:after, .overlay-zoom .thumb-info a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(Resources/img/btn_plus.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.restaurant-theme .food-list .thumb-info:hover a:after, .overlay-zoom .thumb-info:hover a:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.restaurant-theme .food-list .thumb-info:hover img, .overlay-zoom .thumb-info:hover img {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.restaurant-theme .food-list .thumb-info img, .overlay-zoom .thumb-info img {
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

.chefs-team .team img {
    width: 100%
}

.restaurant-theme .team .owl-carousel .owl-item > div, .chefs-team .team {
    border: 1px solid #eaeaea;
    text-align: center
}

    .restaurant-theme .team .owl-carousel .owl-item > div > div, .chefs-team .team > div {
        background: #fafafa;
        padding: 35px 15px;
        border-top: 1px solid #eaeaea;
        min-height: 202px
    }

        .restaurant-theme .team .owl-carousel .owl-item > div > div span, .chefs-team .team > div span {
            font-style: italic;
            display: block;
            text-align: center;
            margin-bottom: 10px
        }

        .restaurant-theme .team .owl-carousel .owl-item > div > div h3, .chefs-team .team > div h3 {
            text-align: center;
            font-size: 22px;
            color: #000;
            font-weight: 400;
            text-transform: capitalize;
            letter-spacing: .5px;
            margin: 0 0 25px;
            padding-bottom: 25px
        }

        .restaurant-theme .team .owl-carousel .owl-item > div > div em, .chefs-team .team > div em {
            padding: 0 10px;
            font-size: 16px
        }

        .restaurant-theme .team .owl-carousel .owl-item h3:after, .chefs-team .team > div h3:after {
            content: "";
            position: absolute;
            width: 78px;
            height: 2px;
            left: 50%;
            margin-left: -39px;
            z-index: 0;
            bottom: 90px
        }

.classic .classic-express-team, .overlay-team .classic-express-team {
    padding: 70px 0;
    text-align: center
}

    .classic .classic-express-team .caption, .overlay-team .classic-express-team .caption {
        margin-bottom: 20px
    }

@media screen and (max-width:500px) {
    .classic .full-width, .overlay-team .full-width {
        width: 100%
    }
}

.classic .team_member, .overlay-team .team_member {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    padding: 5px;
    border: 3px solid #33ceff
}

    .classic .team_member .team_thumb img, .overlay-team .team_member .team_thumb img {
        width: 100%
    }

    .classic .team_member .team_intro, .overlay-team .team_member .team_intro {
        position: absolute;
        bottom: -75%;
        left: 0;
        background-color: #08c;
        height: 100%;
        width: 100%;
        padding: 20px;
        text-align: left;
        border-radius: 10px;
        transition: all .6s cubic-bezier(.42,-.4,.57,1.53);
        opacity: .9
    }

        .classic .team_member .team_intro h4, .overlay-team .team_member .team_intro h4 {
            text-transform: uppercase;
            color: #111;
            margin-top: 0;
            font-size: 22px;
            transition: all .3s ease-in-out;
            font-weight: 700;
            line-height: 18px
        }

        .classic .team_member .team_intro h5, .overlay-team .team_member .team_intro h5 {
            font-size: 18px;
            color: #111;
            font-weight: 700;
            line-height: 10px
        }

        .classic .team_member .team_intro span, .overlay-team .team_member .team_intro span {
            color: #fff;
            display: block;
            margin-bottom: 50px
        }

        .classic .team_member .team_intro p, .overlay-team .team_member .team_intro p {
            color: #fff
        }

        .classic .team_member .team_intro .team_link li a i, .overlay-team .team_member .team_intro .team_link li a i {
            font-size: 15px;
            line-height: 28px;
            color: #fff
        }

    .classic .team_member:hover .team_intro, .overlay-team .team_member:hover .team_intro {
        bottom: 0;
        border-radius: 0
    }

        .classic .team_member:hover .team_intro h4, .overlay-team .team_member:hover .team_intro h4 {
            margin-top: 40px
        }

        .classic .team_member:hover .team_intro .team_link li:hover, .overlay-team .team_member:hover .team_intro .team_link li:hover {
            background: #111;
            border-color: transparent
        }

            .classic .team_member:hover .team_intro .team_link li:hover a i, .overlay-team .team_member:hover .team_intro .team_link li:hover a i {
                color: #33ceff
            }

.classic .team-two .owl-carousel, .overlay-team .team-two .owl-carousel {
    position: relative
}

    .classic .team-two .owl-carousel .owl-nav .owl-next, .classic .team-two .owl-carousel .owl-nav .owl-prev, .overlay-team .team-two .owl-carousel .owl-nav .owl-next, .overlay-team .team-two .owl-carousel .owl-nav .owl-prev {
        font-family: dt-icons !important;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        margin: 0;
        padding: 0
    }

        .classic .team-two .owl-carousel .owl-nav .owl-next:after, .classic .team-two .owl-carousel .owl-nav .owl-next:before, .classic .team-two .owl-carousel .owl-nav .owl-prev:after, .classic .team-two .owl-carousel .owl-nav .owl-prev:before, .overlay-team .team-two .owl-carousel .owl-nav .owl-next:after, .overlay-team .team-two .owl-carousel .owl-nav .owl-next:before, .overlay-team .team-two .owl-carousel .owl-nav .owl-prev:after, .overlay-team .team-two .owl-carousel .owl-nav .owl-prev:before {
            font-size: 70px;
            font-size: 5em;
            color: #111
        }

        .classic .team-two .owl-carousel .owl-nav .owl-next:hover, .classic .team-two .owl-carousel .owl-nav .owl-prev:hover, .overlay-team .team-two .owl-carousel .owl-nav .owl-next:hover, .overlay-team .team-two .owl-carousel .owl-nav .owl-prev:hover {
            background-color: transparent
        }

    .classic .team-two .owl-carousel .owl-nav .owl-prev, .overlay-team .team-two .owl-carousel .owl-nav .owl-prev {
        left: -100px
    }

        .classic .team-two .owl-carousel .owl-nav .owl-prev:before, .overlay-team .team-two .owl-carousel .owl-nav .owl-prev:before {
            content: ""
        }

    .classic .team-two .owl-carousel .owl-nav .owl-next, .overlay-team .team-two .owl-carousel .owl-nav .owl-next {
        right: -100px
    }

        .classic .team-two .owl-carousel .owl-nav .owl-next:after, .overlay-team .team-two .owl-carousel .owl-nav .owl-next:after {
            content: ""
        }

.classic .team_member, .overlay-team .team_member {
    padding: 0;
    border: 2px solid #33ceff
}

    .classic .team_member .team_intro p, .overlay-team .team_member .team_intro p {
        margin-bottom: 20px
    }

    .classic .team_member:hover .team_intro, .overlay-team .team_member:hover .team_intro {
        opacity: .9
    }

.thumb-info-centered-icons span.thumb-info-type {
    color: #666
}

@media(min-width:992px) and (max-width:1199px) {
    .classic .team_member:hover .team_intro h4, .overlay-team .team_member:hover .team_intro h4 {
        margin-top: 5px
    }

    .classic .team_member .team_intro span, .overlay-team .team_member .team_intro span {
        margin-bottom: 25px
    }
}

section.timeline {
    width: 75%;
    margin: 50px 12.5% 0;
    position: relative;
    float: left;
    padding-bottom: 120px
}

    section.timeline:after {
        background: #505050;
        background: -moz-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
        background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
        background: -o-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
        background: -ms-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
        background: linear,to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -60px;
        width: 3px;
        z-index: 0;
        filter: alpha(opacity=35);
        opacity: .35
    }

    section.timeline .timeline-date {
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
        position: relative;
        display: block;
        clear: both;
        width: 200px;
        height: 45px;
        padding: 5px;
        border: 1px solid #e5e5e5;
        margin: 0 auto 10px;
        text-shadow: 0 1px 1px #fff;
        border-radius: 4px;
        background: #fff;
        z-index: 1
    }

        section.timeline .timeline-date h3 {
            display: block;
            text-align: center;
            color: #757575;
            font-size: .9em;
            line-height: 32px
        }

    section.timeline .timeline-title {
        background: #f4f4f4;
        padding: 12px
    }

        section.timeline .timeline-title h4 {
            padding: 0;
            margin: 0;
            color: #171717;
            font-size: 1.4em
        }

        section.timeline .timeline-title a {
            color: #171717
        }

        section.timeline .timeline-title .timeline-title-tags {
            color: #b1b1b1;
            font-size: .9em
        }

            section.timeline .timeline-title .timeline-title-tags a {
                color: #b1b1b1;
                font-size: .9em
            }

    section.timeline .timeline-box {
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        margin: 20px 10px 10px 10px;
        padding: 10px;
        position: relative;
        width: 45.7%;
        float: left;
        z-index: 1;
        margin-bottom: 30px;
        background: #fff
    }

        section.timeline .timeline-box.left {
            clear: both
        }

            section.timeline .timeline-box.left:before {
                background: none repeat scroll 0 0 #e5e5e5;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #fff,0 0 0 6px #e5e5e5;
                content: "";
                display: block;
                height: 7px;
                margin-right: -5px;
                position: absolute;
                right: -6.8%;
                top: 22px;
                width: 8px
            }

            section.timeline .timeline-box.left:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #fff;
                border-right: 1px solid #e5e5e5;
                border-top: 1px solid #e5e5e5;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                right: -8px;
                top: 20px;
                width: 14px;
                z-index: 0
            }

        section.timeline .timeline-box.right {
            clear: right;
            float: right;
            right: -1px;
            margin-top: 40px
        }

            section.timeline .timeline-box.right:before {
                background: none repeat scroll 0 0 #e5e5e5;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #fff,0 0 0 6px #e5e5e5;
                content: "";
                display: block;
                height: 7px;
                margin-left: -5px;
                position: absolute;
                left: -7.2%;
                top: 32px;
                width: 8px
            }

            section.timeline .timeline-box.right:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #fff;
                border-left: 1px solid #e5e5e5;
                border-bottom: 1px solid #e5e5e5;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                left: -8px;
                top: 30px;
                width: 14px;
                z-index: 0
            }

        section.timeline .timeline-box .owl-carousel {
            border-radius: 0;
            padding: 0;
            border: 0;
            box-shadow: none
        }

@media(max-width:991px) {
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto
    }

        section.timeline .timeline-box.right {
            float: none;
            clear: both;
            right: auto;
            left: auto;
            margin: 25px auto;
            max-width: 70%;
            width: auto
        }

            section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
                display: none
            }
}

@media(max-width:479px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

        section.timeline .timeline-box {
            margin: 15px auto;
            max-width: 90%
        }

            section.timeline .timeline-box.right {
                margin: 15px auto;
                max-width: 90%
            }

    article.post-large {
        margin-left: 0
    }

        article.post-large .post-image, article.post-large .post-date {
            margin-left: 0
        }
}

@media(min-width:992px) and (max-width:1199px) {
    section.timeline .timeline-box.left:before {
        right: -6.4% !important
    }

    section.timeline .timeline-box.right:before {
        left: -6.6% !important
    }
}

.testimonial {
    margin-bottom: 20px
}

    .testimonial blockquote {
        background: #ccc;
        border-radius: 10px;
        border: 0;
        color: #666;
        font-family: Georgia,serif;
        font-style: italic;
        margin: 0;
        padding: 10px 50px;
        position: relative
    }

        .testimonial blockquote:before {
            left: 10px;
            top: 0;
            color: #fff;
            content: "“";
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            position: absolute
        }

        .testimonial blockquote:after {
            color: #fff;
            content: "”";
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            position: absolute;
            bottom: -.5em;
            right: 10px
        }

        .testimonial blockquote p {
            color: #fff;
            font-family: Georgia,serif;
            font-style: italic;
            font-size: 1.2em;
            line-height: 1.3
        }

    .testimonial .testimonial-arrow-down {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #ccc;
        height: 0;
        margin: -1px 0 0 17px;
        width: 0
    }

    .testimonial .testimonial-author {
        margin: 8px 0 0 0
    }

        .testimonial .testimonial-author:before, .testimonial .testimonial-author:after {
            content: " ";
            display: table
        }

        .testimonial .testimonial-author:after {
            clear: both
        }

        .testimonial .testimonial-author .testimonial-author-thumbnail {
            float: left;
            margin-right: 20px;
            width: auto
        }

        .testimonial .testimonial-author img {
            max-width: 55px
        }

        .testimonial .testimonial-author strong {
            color: #111;
            display: block;
            padding-top: 10px;
            margin-bottom: -5px
        }

        .testimonial .testimonial-author span {
            color: #666;
            display: block;
            font-size: 12px
        }

        .testimonial .testimonial-author p {
            color: #999;
            margin: 0 0 0 25px;
            text-align: left
        }

    .testimonial.testimonial-style-2 {
        text-align: center
    }

        .testimonial.testimonial-style-2 blockquote {
            background: transparent !important;
            border-radius: 4px;
            padding: 6px 20px
        }

            .testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
                display: none
            }

            .testimonial.testimonial-style-2 blockquote p {
                color: #777
            }

        .testimonial.testimonial-style-2 .testimonial-arrow-down {
            display: none
        }

        .testimonial.testimonial-style-2 .testimonial-author {
            padding: 0;
            margin: 6px 0 0
        }

            .testimonial.testimonial-style-2 .testimonial-author img {
                margin: 0 auto 10px
            }

            .testimonial.testimonial-style-2 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0
            }

    .testimonial.testimonial-style-3 blockquote {
        background: #f2f2f2 !important;
        border-radius: 4px;
        padding: 12px 30px
    }

        .testimonial.testimonial-style-3 blockquote:before {
            top: 5px;
            color: #777;
            font-size: 35px
        }

        .testimonial.testimonial-style-3 blockquote:after {
            color: #777;
            font-size: 35px;
            bottom: -5px
        }

        .testimonial.testimonial-style-3 blockquote p {
            color: #777;
            font-family: "Open Sans",Arial,sans-serif;
            font-size: 1em;
            font-style: normal
        }

    .testimonial.testimonial-style-3 .testimonial-author {
        margin-left: 8px
    }

    .testimonial.testimonial-style-3 .testimonial-arrow-down {
        margin-left: 20px;
        border-top: 10px solid #f2f2f2 !important;
        transition: .3s
    }

    .testimonial.testimonial-style-4 {
        border-radius: 6px;
        padding: 30px 0;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
    }

        .testimonial.testimonial-style-4 blockquote {
            background: transparent !important;
            border-radius: 4px;
            padding: 12px 30px
        }

            .testimonial.testimonial-style-4 blockquote:before {
                top: 15px;
                color: #777;
                font-size: 35px
            }

            .testimonial.testimonial-style-4 blockquote:after {
                color: #777;
                font-size: 35px;
                bottom: -5px
            }

            .testimonial.testimonial-style-4 blockquote p {
                color: #777;
                font-family: "Open Sans",Arial,sans-serif;
                font-size: 1em;
                font-style: normal
            }

        .testimonial.testimonial-style-4 .testimonial-arrow-down {
            display: none
        }

        .testimonial.testimonial-style-4 .testimonial-author {
            margin-left: 30px;
            margin-bottom: 15px
        }

    .testimonial.testimonial-style-5 {
        text-align: center
    }

        .testimonial.testimonial-style-5 blockquote {
            background: transparent !important;
            border-radius: 4px;
            padding: 6px 20px
        }

            .testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
                display: none
            }

            .testimonial.testimonial-style-5 blockquote p {
                color: #777;
                font-family: "Open Sans",Arial,sans-serif;
                font-size: 1.2em;
                font-style: normal
            }

        .testimonial.testimonial-style-5 .testimonial-arrow-down {
            display: none
        }

        .testimonial.testimonial-style-5 .testimonial-author {
            padding: 6px 0 0;
            margin: 12px 0 0;
            border-top: 1px solid #f2f2f2
        }

            .testimonial.testimonial-style-5 .testimonial-author img {
                margin: 0 auto 10px
            }

            .testimonial.testimonial-style-5 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0
            }

    .testimonial.testimonial-style-6 {
        text-align: center
    }

        .testimonial.testimonial-style-6 blockquote {
            background: transparent !important;
            border-radius: 4px;
            border: 0;
            padding: 0 10%
        }

            .testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
                display: none
            }

            .testimonial.testimonial-style-6 blockquote i.fa-quote-left, .testimonial.testimonial-style-6 blockquote em.fa-quote-left {
                font-size: 34px;
                position: relative;
                left: -5px
            }

            .testimonial.testimonial-style-6 blockquote p {
                color: #777;
                font-size: 24px;
                line-height: 30px
            }

            .testimonial.testimonial-style-6 blockquote span {
                font-size: 16px;
                line-height: 20px;
                color: #999;
                position: relative;
                left: -5px
            }

        .testimonial.testimonial-style-6 .testimonial-arrow-down {
            display: none
        }

        .testimonial.testimonial-style-6 .testimonial-author {
            padding: 0;
            margin: 6px 0 0
        }

            .testimonial.testimonial-style-6 .testimonial-author img {
                margin: 0 auto 10px
            }

            .testimonial.testimonial-style-6 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0
            }

    .testimonial.testimonial-style-4 blockquote.b-left:before {
        margin-top: -60px;
        margin-left: -15px
    }

    .testimonial.testimonial-with-quotes blockquote:before {
        color: #777;
        display: block !important;
        left: 10px;
        top: 0;
        content: "“";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute
    }

    .testimonial.testimonial-with-quotes blockquote:after {
        color: #777;
        display: block !important;
        right: 10px;
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
        bottom: -.5em;
        content: "”"
    }

    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0 40px
    }

.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p {
    opacity: .9;
    color: #fff
}

.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong {
    opacity: .6;
    color: #fff
}

.testimonial.th_testimonialbr {
    padding: 32px;
    border: 2px solid #dfdfdf;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    transition: .3s linear,color .3s
}

    .testimonial.th_testimonialbr:hover {
        border: 2px solid #e95095
    }

    .testimonial.th_testimonialbr .testimonial-author {
        border-top: none
    }

.testimonial.testimonial-style-4 blockquote:before {
    font-size: 150px
}

.testimonial.testimonial-style-4 blockquote:after {
    content: no-close-quote
}

.testimonial.testimonial-style-4.th_testimonial_withoutbrstyle3 {
    border: none;
    padding: 20px 0
}

    .testimonial.testimonial-style-4.th_testimonial_withoutbrstyle3 blockquote:before {
        color: #e8e8e8;
        font-size: 70px
    }

    .testimonial.testimonial-style-4.th_testimonial_withoutbrstyle3 blockquote:after {
        content: no-close-quote
    }

.testimonial.testimonial-style-4.th_testimonial_withoutbrstyle4 blockquote p {
    padding-left: 50px
}

.testimonial.testimonial-style-4.th_testimonial_withoutbrstyle4 blockquote:before {
    color: #777;
    font-size: 80px;
    top: 15px;
    height: 70px;
    width: 70px;
    background-color: #e8e8e8;
    line-height: 100px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    left: 0
}

.testimonial.testimonial-style-4.th_testimonial_withoutbrstyle4 blockquote:after {
    content: none
}

.testimonial-author-thumbnail img {
    max-width: 70px;
    position: relative;
    float: left
}

.testimonial.testimonial-style-4.th_testimonial_withoutbrstyle5 {
    border: none;
    padding: 20px 0
}

    .testimonial.testimonial-style-4.th_testimonial_withoutbrstyle5 blockquote:before {
        color: #e8e8e8;
        font-size: 90px
    }

    .testimonial.testimonial-style-4.th_testimonial_withoutbrstyle5 blockquote:after {
        content: no-close-quote
    }

.testimonial.testimonial-style-3 {
    border: none;
    padding: 20px 0
}

    .testimonial.testimonial-style-3 blockquote:before {
        content: no-close-quote
    }

    .testimonial.testimonial-style-3 blockquote:after {
        content: no-close-quote
    }

    .testimonial.testimonial-style-3:hover blockquote {
        background: #e95095 !important;
        color: #fff !important
    }

        .testimonial.testimonial-style-3:hover blockquote p {
            color: #fff
        }

    .testimonial.testimonial-style-3 blockquote {
        transition: background-color .3s,color .3s
    }

    .testimonial.testimonial-style-3:hover .testimonial-arrow-down {
        border-top: 10px solid #e95095 !important
    }

.travel-theme section.famous-locations:before, .parallax-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5)
}

.travel-theme .famous-locations .locations, .parallax-button .locations {
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    margin-bottom: 35px;
    color: #fff
}

.travel-theme .famous-locations p, .parallax-button .famous-locations p {
    font-style: italic;
    font-size: 15px;
    line-height: 26px;
    color: #fff !important;
    margin: 0 0 40px
}

ul.social-icons, ul.social {
    margin: 0;
    padding: 0;
    width: auto
}

header ul.social li {
    display: none
}

ul.social-icons li, ul.social li {
    list-style: none;
    display: inline-block
}

    ul.social-icons li.active, ul.social li.active {
        display: inline-block
    }

    ul.social-icons li a:hover, ul.social li a:hover {
        text-decoration: none
    }

    ul.social-icons li a i[class^="icon-"], ul.social li a i[class^="icon-"] {
        color: #444;
        font-size: 16px;
        position: relative;
        top: 3px
    }

    ul.social-icons li:active, ul.social-icons li a:active {
        border-radius: 100%
    }

.social-icons-list {
    margin: 0 0 20px;
    padding: 0;
    display: block
}

    .social-icons-list a {
        background: #ccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px
    }

        .social-icons-list a:hover {
            text-decoration: none
        }

        .social-icons-list a span {
            display: none
        }

        .social-icons-list a i, .social-icons-list a em {
            color: #fff;
            font-size: .9em;
            font-weight: normal
        }

.social em {
    font-size: 20px;
    padding: 10px
}

.arrow {
    background: transparent url(Resources/img/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative
}

    .arrow.vtl {
        background-position: 0 0;
        width: 47px;
        height: 96px
    }

    .arrow.vtr {
        background-position: -101px 0;
        width: 47px;
        height: 96px
    }

    .arrow.vbl {
        background-position: 0 -144px;
        width: 47px;
        height: 96px
    }

    .arrow.vbr {
        background-position: -101px -144px;
        width: 47px;
        height: 96px
    }

    .arrow.hlt {
        background-position: -209px 0;
        width: 120px;
        height: 47px
    }

    .arrow.hlb {
        background-position: -209px -101px;
        width: 120px;
        height: 47px
    }

    .arrow.hrt {
        background-position: -353px 0;
        width: 120px;
        height: 47px
    }

    .arrow.hrb {
        background-position: -353px -101px;
        width: 120px;
        height: 47px
    }

@media(max-width:479px) {
    .arrow {
        display: none
    }
}

.call-to-action:before, .call-to-action:after {
    content: " ";
    display: table
}

.call-to-action:after {
    clear: both
}

.call-to-action.call-to-action-dark {
    background: #2e353e
}

    .call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
        color: #fff
    }

.call-to-action.with-borders {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

.call-to-action.with-full-borders {
    border: 2px solid #ccc;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

.call-to-action.featured {
    background-color: transparent;
    background: -webkit-linear-gradient(top,#fff 1%,#fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom,#fff 1%,#fcfcfc 98%) repeat scroll 0 0 transparent;
    padding: 0;
    margin: 0;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04)
}

    .call-to-action.featured.featured-primary {
        border-top-color: #ccc
    }

    .call-to-action.featured.featured-secondary {
        border-top-color: #e36159
    }

    .call-to-action.featured.featured-tertiary {
        border-top-color: #2baab1
    }

    .call-to-action.featured.featured-quaternary {
        border-top-color: #2e353e
    }

.call-to-action.with-button-arrow .call-to-action-btn {
    top: 30%
}

.call-to-action.button-centered .call-to-action-content {
    text-align: center;
    width: 100%;
    margin: 0
}

.call-to-action.button-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 20px auto 0;
    width: auto
}

.call-to-action.call-to-action-in-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: -50px !important
}

    .call-to-action.call-to-action-in-footer:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
        height: 20px;
        width: 20px;
        top: 0;
        left: 50%;
        margin-left: -20px
    }

.call-to-action.no-top-arrow:before {
    display: none
}

.call-to-action.call-to-action-in-footer-margin-top {
    margin-top: 60px
}

.container .call-to-action {
    border-radius: 8px
}

.call-to-action.call-to-action-default {
    background-color: #f5f5f5
}

.call-to-action {
    padding: 40px 18px
}

    .call-to-action p {
        margin: 10px 0
    }

    .call-to-action h3 {
        margin-bottom: 0
    }

    .call-to-action.th_calltoaction_primary {
        background: #e95095 !important
    }

    .call-to-action.th_calltoaction_secondary {
        background: #7049ba !important
    }

    .call-to-action.th_calltoaction_custom {
        background: #ffd323
    }

.th_calltoaction_primary .call-to-action-content p {
    padding: 10px 0 0 0
}

.th_calltoaction_secondary .call-to-action-content p {
    padding: 10px 0 0 0
}

.th_calltoaction_custom .call-to-action-content p {
    padding: 10px 0 0 0
}

.call-to-action.with-borders.button-centered.th_calltoaction_secondary.mb-xl {
    padding: 15px 0
}

.call-to-action.with-borders.button-centered.th_calltoaction_custom {
    padding: 15px 0;
    background: #ffd323
}

.call-to-action h3 {
    text-transform: none;
    color: #1d2127;
    padding: 0;
    margin: 0 0 9px
}

.call-to-action .call-to-action-content {
    width: 70%
}

.call-to-action .call-to-action-btn {
    width: 22%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -25px 0 0;
    left: auto;
    right: 25px
}

@media(max-width:767px) {
    .call-to-action .call-to-action-content, .call-to-action .call-to-action-btn {
        margin: 0;
        padding: 0;
        position: static;
        width: auto
    }
}

.circular-bar {
    text-align: center;
    margin-bottom: 25px
}

    .circular-bar .circular-bar-chart {
        position: relative
    }

    .circular-bar strong {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        position: absolute;
        top: 35%;
        width: 80%;
        left: 10%;
        text-align: center
    }

    .circular-bar label {
        display: block;
        font-weight: 100;
        font-size: 17px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        width: 80%;
        left: 10%;
        text-align: center
    }

    .circular-bar.only-icon .fa, .circular-bar.only-icon .fas, .circular-bar.only-icon .far, .circular-bar.only-icon .fab {
        display: block;
        font-weight: 600;
        font-size: 38px;
        line-height: 30px;
        position: absolute;
        top: 40%;
        width: 80%;
        left: 10%;
        text-align: center
    }

    .circular-bar.single-line strong {
        top: 40%
    }

    .circular-bar.circular-bar-sm label {
        font-size: 14px;
        top: 36%
    }

    .circular-bar.circular-bar-lg strong {
        font-size: 20px;
        top: 40%
    }

.progress {
    border-radius: 25px;
    height: 20px;
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    overflow: visible;
    position: relative
}

    .progress.progress-border-radius {
        border-radius: 3px
    }

        .progress.progress-border-radius .progress-bar {
            border-radius: 3px
        }

    .progress.progress-no-border-radius {
        border-radius: 0
    }

        .progress.progress-no-border-radius .progress-bar {
            border-radius: 0
        }

    .progress.progress-sm {
        height: 10px
    }

        .progress.progress-sm .progress-bar {
            line-height: 10px
        }

    .progress.progress-lg {
        height: 35px
    }

        .progress.progress-lg .progress-bar {
            font-size: 13px;
            line-height: 35px
        }

.progress-bar {
    background-color: #ccc;
    box-shadow: none;
    position: relative;
    border-radius: 25px;
    overflow: visible
}

.progress-bar-tooltip {
    position: absolute;
    padding: 4px 8px;
    background-color: #333;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 4px;
    filter: alpha(opacity=0);
    opacity: 0
}

    .progress-bar-tooltip:after {
        border-color: #333 transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        bottom: -5px;
        content: "";
        display: block;
        left: 13px;
        position: absolute;
        width: 0
    }

.progress-bar-primary {
    background-color: #ccc;
    color: #fff
}

.progress-bar-success {
    background-color: #47a447;
    color: #fff
}

.progress-bar-warning {
    background-color: #ed9c28;
    color: #fff
}

.progress-bar-danger {
    background-color: #d2322d;
    color: #fff
}

.progress-bar-info {
    background-color: #5bc0de;
    color: #fff
}

.progress-bar-dark {
    background-color: #1d2127;
    color: #fff
}

.progress.progress-xs {
    height: 5px
}

.progress.progress-xsm {
    height: 7px
}

.th-progress .progress-bar-tooltip {
    background-color: transparent;
    color: #333
}

    .th-progress .progress-bar-tooltip:after {
        content: initial
    }

html.dark body .th-progress .progress-bar-tooltip {
    color: #fff
}

.progress-bar-tooltip:after {
    border-color: rgba(0,0,0,.8) transparent
}

.progress-bar-tooltip {
    color: #fff;
    font-size: 14px;
    background-color: rgba(0,0,0,.8);
    top: -35px;
    line-height: 22px
}

.progbar-title-text {
    line-height: 2.5px
}

.progbar-bar-count {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    color: #fff;
    background-color: inherit;
    font-size: 16px
}

.progress-style-1 .progress-bar-tooltip {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    opacity: .33 !important;
    top: -60px;
    font-family: "Open Sans",sans-serif
}

.progress-bar-default {
    background-color: #666
}

.progress-bar-pink {
    background-color: #ff6b6b
}

.progress-bar-blue {
    background-color: #5ac8ed
}

.progress-bar-green {
    background-color: #59ba41
}

.progress-bar-yellow {
    background-color: #fac000
}

.progress-bar-red {
    background-color: #f40
}

.progress-bar-lime {
    background-color: #baeb59
}

.progress-bar-navy {
    background-color: #1265a8
}

.progress-style-1 .progress {
    position: relative
}

.progress-style-1 .progress-bar {
    position: static
}

.th-progress .progress-bar-tooltip::after {
    content: none
}

.progress-bars.circle-tip span.progress-bar-tooltip {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    line-height: 45px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    color: #fff;
    background-color: inherit;
    font-size: 16px;
    opacity: 0
}

    .progress-bars.circle-tip span.progress-bar-tooltip:after {
        content: none
    }

.counters .counter {
    text-align: center
}

.counters .fa, .counters .fas, .counters .far, .counters .fab {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px
}

.counters strong {
    display: block;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .fas, .counters .counter-side-icon .far, .counters .counter-side-icon .fab, .counters .counter-side-icon strong {
    display: inline-block
}

.counters .counter-with-unit strong {
    display: inline-block
}

.counters.counters-sm .fa, .counters.counters-sm .fas, .counters.counters-sm .far, .counters.counters-sm .fab {
    font-size: 25px;
    line-height: 25px
}

.counters.counters-sm label {
    font-size: 15px;
    line-height: 15px
}

.counters.counters-lg .fa, .counters.counters-lg .fas, .counters.counters-lg .far, .counters.counters-lg .fab {
    font-size: 45px;
    line-height: 45px
}

.counters.counters-lg strong {
    font-size: 60px;
    line-height: 60px
}

.counters.counters-lg label {
    font-size: 25px;
    line-height: 25px
}

.counters.counters-text-light .counter {
    color: #fff !important
}

.counters.counters-text-dark .counter {
    color: #2e353e !important
}

.counters.counters-sm strong {
    font-size: 35px;
    line-height: 35px;
    font-weight: 300
}

.counters .counter-primary strong {
    color: #08c;
    font-size: 64px;
    font-weight: 300;
    line-height: 75px
}

.counters .counter-secondary strong {
    color: #08c;
    font-size: 64px;
    font-weight: 300;
    line-height: 75px
}

.counters .counter-tertiary strong {
    color: #08c;
    font-size: 64px;
    font-weight: 300;
    line-height: 75px
}

.counters .counter-quaternary strong {
    color: #08c;
    font-size: 64px;
    font-weight: 300;
    line-height: 75px
}

.counters.counters-text-dark .counter strong {
    color: #2e353e;
    font-size: 64px;
    font-weight: 300;
    line-height: 75px
}

.counters.counters-text-light .counter strong {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    line-height: 75px
}

.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .fas, .counters.counters-text-light .counter .far, .counters.counters-text-light .counter .fab {
    color: #fff;
    font-size: 35px
}

.counters .counter-primary .fa, .counters .counter-primary .fas, .counters .counter-primary .far, .counters .counter-primary .fab {
    color: #08c;
    font-size: 35px
}

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    padding: 25px
}

.counter-border section.parallax.section.section-text-light.section-parallax.section-center {
    padding: 0
}

.counter-border section.count .container {
    padding-top: 70px;
    padding-bottom: 70px
}

.counter-border .font-48 {
    font-size: 48px !important
}

.counter-border .m-60 {
    margin-left: 60px !important
}

.counter-border .count .pb-sm:after {
    content: "";
    height: 2px;
    left: 75px;
    position: absolute;
    width: 50px;
    top: 75px
}

.counter-border .count .pb-sm:after {
    background: #08c
}

.counter-border .m-60 label {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff
}

.restaurant-theme .restaurant-counters section:before, .circle-counter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7)
}

.restaurant-theme .restaurant-counters .counters .icon-featured, .circle-counter .counters .icon-featured {
    background: transparent;
    width: 130px;
    height: 130px
}

    .restaurant-theme .restaurant-counters .counters .icon-featured em, .circle-counter .counters.counters-text-light .counter .fa, .circle-counter .counters.counters-text-light .counter .fas, .circle-counter .counters.counters-text-light .counter .far, .circle-counter .counters.counters-text-light .counter .fab {
        margin-top: 22px;
        font-size: 25px
    }

    .restaurant-theme .restaurant-counters .counters .icon-featured strong, .circle-counter .counters .icon-featured strong {
        margin-top: 10px;
        font-size: 42px;
        line-height: 1
    }

.restaurant-theme .restaurant-counters .icon-featured:after, .circle-counter .icon-featured:after {
    width: 60px;
    height: 1px;
    border-bottom: 1px dashed #55544f;
    position: absolute;
    right: -70px;
    top: 64px
}

.restaurant-theme .restaurant-counters .counter label, .circle-counter .counter label {
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px
}

.classic .classic-counter, .parallax-withcounter .parallax-counter {
    border: 3px solid #33ceff;
    padding: 25px 0;
    background: rgba(0,0,0,.5);
    margin: 40px 0
}

    .classic .classic-counter em, .parallax-withcounter .parallax-counter em {
        font-size: 50px;
        color: #33ceff;
        margin-bottom: 20px
    }

.word-rotate {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-height: 22px;
    line-height: 22px
}

    .word-rotate .word-rotate-items {
        position: relative;
        top: 0;
        width: 0;
        display: inline-block
    }

        .word-rotate .word-rotate-items span {
            display: inline-block;
            white-space: nowrap
        }

            .word-rotate .word-rotate-items span:not(:first-child) {
                display: none
            }

    .word-rotate.active .word-rotate-items {
        position: relative
    }

        .word-rotate.active .word-rotate-items span {
            display: inline-block
        }

h1.word-rotator-title .inverted {
    min-height: 56px
}

h1.word-rotator-title .word-rotate {
    margin-bottom: -10px;
    max-height: 56px;
    line-height: 54px
}

h2.word-rotator-title .inverted {
    min-height: 46px
}

h2.word-rotator-title .word-rotate {
    max-height: 47px;
    line-height: 46px;
    margin-bottom: -9px
}

h3.word-rotator-title .inverted {
    min-height: 25px
}

h3.word-rotator-title .word-rotate {
    max-height: 41px;
    line-height: 42px;
    margin-bottom: -4px
}

h4.word-rotator-title .inverted {
    min-height: 32px
}

h4.word-rotator-title .word-rotate {
    max-height: 29px;
    line-height: 28px;
    margin-bottom: -6px
}

h5.word-rotator-title .inverted {
    min-height: 18px
}

h5.word-rotator-title .word-rotate {
    max-height: 25px;
    line-height: 25px;
    margin-bottom: -4px
}

h6.word-rotator-title .inverted {
    min-height: 20px
}

h6.word-rotator-title .word-rotate {
    max-height: 21px;
    line-height: 20px;
    margin-bottom: -4px
}

p .inverted {
    min-height: 24px
}

p .word-rotate {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -6px
}

html .scroll-to-top {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040
}

    html .scroll-to-top:hover {
        filter: alpha(opacity=100);
        opacity: 1
    }

    html .scroll-to-top.visible {
        filter: alpha(opacity=75);
        opacity: .75
    }

    html .scroll-to-top span {
        display: inline-block;
        padding: 0 5px
    }

html.ie11 .scroll-to-top {
    right: 25px
}

@media(max-width:991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important
    }
}

@-webkit-keyframes animateLoader {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(220deg)
    }
}

@-moz-keyframes animateLoader {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(220deg)
    }
}

@-o-keyframes animateLoader {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(220deg);
    }
}

@keyframes animateLoader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(220deg)
    }
}

@-webkit-keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        -webkit-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        -webkit-transform: rotate(140deg)
    }
}

@-moz-keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        -moz-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        -moz-transform: rotate(140deg)
    }
}

@-o-keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #FFF inset;
        -o-transform: rotate(-140deg);
    }

    50% {
        box-shadow: 0 0 0 2px #FFF inset;
    }

    100% {
        box-shadow: 0 0 0 6px #FFF inset;
        -o-transform: rotate(140deg);
    }
}

@keyframes animateLoaderAfterWhite {
    0% {
        box-shadow: 0 0 0 6px #fff inset;
        transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #fff inset
    }

    100% {
        box-shadow: 0 0 0 6px #fff inset;
        transform: rotate(140deg)
    }
}

@-webkit-keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        -webkit-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        -webkit-transform: rotate(140deg)
    }
}

@-moz-keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        -moz-transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        -moz-transform: rotate(140deg)
    }
}

@-o-keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        -o-transform: rotate(-140deg);
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset;
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        -o-transform: rotate(140deg);
    }
}

@keyframes animateLoaderAfterBlack {
    0% {
        box-shadow: 0 0 0 6px #999 inset;
        transform: rotate(-140deg)
    }

    50% {
        box-shadow: 0 0 0 2px #999 inset
    }

    100% {
        box-shadow: 0 0 0 6px #999 inset;
        transform: rotate(140deg)
    }
}

.loading-overlay-showing {
    overflow: hidden
}

    .loading-overlay-showing > .loading-overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0
    }

.loading-overlay {
    -webkit-transition: visibility 0s ease-in-out .5s,opacity .5s ease-in-out;
    -moz-transition: visibility 0s ease-in-out .5s,opacity .5s ease-in-out;
    transition: visibility 0s ease-in-out .5s,opacity .5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #fff
}

    .loading-overlay .loader {
        -webkit-animation: animateLoader 1s linear infinite;
        -moz-animation: animateLoader 1s linear infinite;
        animation: animateLoader 1s linear infinite;
        clip: rect(0,30px,30px,15px);
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        position: absolute;
        text-align: left;
        top: 50%;
        width: 30px
    }

        .loading-overlay .loader:after {
            border-radius: 50%;
            clip: rect(0,30px,30px,15px);
            content: '';
            height: 30px;
            position: absolute;
            width: 30px
        }

html:not(.dark) .loading-overlay .loader:after {
    -webkit-animation: animateLoaderAfterBlack 1s ease-in-out infinite;
    -moz-animation: animateLoaderAfterBlack 1s ease-in-out infinite;
    animation: animateLoaderAfterBlack 1s ease-in-out infinite
}

body > .loading-overlay {
    position: fixed;
    z-index: 999999
}

.portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .portfolio-info ul li {
        display: inline-block;
        border-right: 1px solid #e6e6e6;
        color: #b1b1b1;
        padding-right: 8px;
        margin-right: 8px;
        font-size: .9em
    }

        .portfolio-info ul li:last-child {
            border-right: 0;
            padding-right: 0;
            margin-right: 0
        }

        .portfolio-info ul li a {
            text-decoration: none;
            color: #b1b1b1
        }

            .portfolio-info ul li a:hover .fa-heart {
                color: #e53f51
            }

        .portfolio-info ul li .fa {
            margin-right: 4px
        }

ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width:991px) {
    .portfolio-nav, .portfolio-nav-all {
        display: none
    }
}

.portfolio .nav.nav-pills {
    justify-content: center
}

    .portfolio .nav.nav-pills li {
        display: inline-block;
        float: none
    }

        .portfolio .nav.nav-pills li a {
            background: transparent;
            font-size: 16px;
            color: #666;
            opacity: .66
        }

.portfolio ul.nav-pills > li > a:hover, .portfolio ul.nav-pills > li > a:focus {
    opacity: 1
}

.portfolio ul.nav-pills > li.active > a:hover, .portfolio ul.nav-pills > li.active > a:focus {
    background-color: transparent
}

ul.portfolio-list {
    margin: 0 10px
}

.portfolio-list .portfolio-item .thumb-info, .portfolio-list .portfolio-item .thumb-info img {
    border-radius: 0;
    border: none
}

.portfolio-list .thumb-info .thumb-info-content {
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0;
    padding: 5px;
    transform: scale(0);
    -webkit-transition: transform .3s,opacity .3s;
    -moz-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s
}

.portfolio-list .thumb-info:hover .thumb-info-content {
    opacity: .9;
    transform: scale(1)
}

.portfolio-list .thumb-info .thumb-info-content .thumb-description {
    width: 100%;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    left: 0
}

.portfolio-list .lightbox-portfolio .thumb-info .thumb-info-content .thumb-description {
    position: relative;
    z-index: 1
}

.portfolio-list .thumb-info .thumb-info-content .thumb-description .thumb-info-name {
    color: #666;
    margin-bottom: 5px;
    overflow: hidden;
    height: 35px
}

.portfolio-list .thumb-info .thumb-info-content .thumb-description .thumb-info-text {
    font-size: 16px;
    color: #666;
    opacity: .66
}

.portfolio .nav.nav-pills li.active {
    border-bottom: 3px solid #08c
}

    .portfolio .nav.nav-pills li.active a {
        color: #08c
    }

.portfolio-list.lightbox .thumb-info .thumb-info-content {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    transition: color .4s;
    opacity: 1;
    transform: none
}

    .portfolio-list.lightbox .thumb-info .thumb-info-content:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent,rgba(30,30,30,.8)) repeat-x;
        transition: opacity .4s
    }

    .portfolio-list.lightbox .thumb-info .thumb-info-content .thumb-info-name, .portfolio-list.lightbox .thumb-info .thumb-info-content .thumb-info-text {
        color: #fff
    }

    .portfolio-list.lightbox .thumb-info .thumb-info-content .thumb-description .thumb-info-text {
        font-size: 15px
    }

.portfolio-list.lightbox .thumb-info .thumb-info-box:after {
    content: "";
    background: rgba(36,27,28,.9);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1
}

.portfolio-list.lightbox .thumb-info:hover .thumb-info-box:after {
    opacity: 1
}

.portfolio-list.lightbox .thumb-info:hover .thumb-info-content {
    top: 0
}

.portfolio-list.full-width .portfolio-item {
    margin-bottom: 0
}

ul.portfolio-list .portfolio-item {
    margin-bottom: 10px
}

@media(min-width:768px) {
    .portfolio-list li {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media(max-width:992px) {
    .portfolio-list.full-width .thumb-info .thumb-info-content .thumb-description .thumb-info-text {
        font-size: 10px
    }

    .portfolio-list.full-width .thumb-info .thumb-info-content .thumb-description .thumb-info-name {
        font-size: 12px;
        line-height: normal;
        margin: 2px 0
    }

    .portfolio-list.masonry .thumb-info .thumb-info-content .thumb-description .thumb-info-text {
        display: none
    }

    .portfolio-list.masonry .thumb-info .thumb-info-content .thumb-description .thumb-info-name {
        font-size: 10px;
        line-height: normal;
        margin: 2px 0;
        height: 15px
    }
}

@media(max-width:480px) {
    .portfolio-list.full-width .thumb-info .thumb-info-content .thumb-description .thumb-info-text {
        font-size: 16px
    }

    .portfolio-list.full-width .thumb-info .thumb-info-content .thumb-description .thumb-info-name {
        font-size: 24px;
        line-height: 14px
    }

    .portfolio-list.masonry .thumb-info .thumb-info-content .thumb-description .thumb-info-name {
        font-size: 6px;
        line-height: normal;
        height: 8px
    }
}

.portfolio ul.portfolio-details {
    padding: 0;
    margin: 25px 0 0 5px;
    list-style: none;
    font-size: .9em
}

.portfolio .list.list-icons li.taller {
    display: block
}

.thumb-description a:hover, .thumb-description a:focus {
    text-decoration: none
}

ul.team-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.team-list .team-item {
        margin-bottom: 35px
    }

        ul.team-list .team-item .thumb-info-social-icons {
            margin: 0 10px
        }

@media(max-width:991px) {
    ul.team-list .team-item {
        margin: 0 auto 35px;
        max-width: 270px
    }
}

ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

    ul.history li {
        margin: 25px 0;
        padding: 0;
        clear: both
    }

        ul.history li h4 {
            margin: 0 0 -27px 0;
            padding: 0
        }

        ul.history li p {
            margin-left: 53px
        }

        ul.history li .thumb {
            background: transparent url(Resources/img/history-thumb.png) no-repeat 0 0;
            width: 227px;
            height: 160px;
            margin: 0 0 30px;
            padding: 0;
            float: left
        }

            ul.history li .thumb img {
                border-radius: 150px;
                margin: 7px 8px;
                width: 145px;
                height: 145px
            }

        ul.history li .featured-box {
            text-align: left;
            margin-left: 225px;
            margin-bottom: 50px;
            min-height: 115px
        }

            ul.history li .featured-box .box-content {
                border-top-color: #ccc
            }

@media(max-width:479px) {
    ul.history li .thumb {
        display: none
    }

    ul.history li .featured-box {
        margin-left: 0
    }
}

.search-results {
    min-height: 300px
}

.google-map {
    background: #e5e3df;
    height: 400px;
    margin: -60px 0 30px 0;
    width: 100%
}

    .google-map.small {
        height: 250px;
        border-radius: 6px;
        margin: 0;
        clear: both
    }

    .google-map img {
        max-width: 9999px
    }

.google-map-borders {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px
}

.post-date-content {
    position: absolute;
    top: 25px;
    left: 0;
    display: inline-block;
    background-color: #363636;
    color: #9d9fa2;
    padding: 10px 20px;
    text-align: center;
    z-index: 9
}

    .post-date-content .post-date-day {
        line-height: 1em;
        font-weight: 300;
        color: #fff;
        margin: 0;
        display: block
    }

    .post-date-content .post-date-month {
        font-style: italic;
        margin: 8px 0 0;
        display: block
    }

.post-content h3 {
    margin-bottom: 0;
    line-height: 45px
}

.post-large a, .post-medium a {
    text-decoration: none;
    color: #383838;
    letter-spacing: .2em
}

.post-content .post-meta {
    display: inline-block;
    width: 100%;
    margin: 10px 0 40px;
    position: relative;
    font-style: italic
}

    .post-content .post-meta span:not(.last):after, .post-quote-author-text .post-quote-position:before, .single-post .author-description .author-description-text-holder .post-author-position:before {
        content: '/';
        margin-left: 4px;
        margin-right: 7px
    }

    .post-content .post-meta:after {
        content: '....................';
        position: absolute;
        bottom: -35px;
        left: 0;
        font-weight: 700;
        font-style: italic
    }

.post-content p {
    margin-top: 20px;
    margin-bottom: 0
}

.post-text {
    background-color: #f9f9f9;
    padding: 40px 90px 45px;
    text-align: center;
    margin-bottom: 80px;
    clear: both
}

.post-quote-text p {
    font-style: italic;
    text-transform: none;
    letter-spacing: normal;
    line-height: 24px
}

    .post-quote-text p a {
        color: #808285
    }

.post-quote-author-text .post-quote-author-name, .post-quote-author-text .post-quote-position {
    color: #28262b;
    font-weight: 400;
    letter-spacing: .1em
}

.post-quote-author-text .post-quote-position {
    text-transform: capitalize;
    color: #808285;
    font-style: italic;
    font-weight: 600
}

@media(max-width:480px) {
    .post-text {
        padding: 40px 20px
    }
}

@media(max-width:650px) {
    .post-date-content .post-date-month {
        margin-top: 0
    }
}

.post-medium .content p, .post-medium .post-date-content .post-date-month {
    margin-top: 0
}

.single-post .tags-share-holder {
    display: flex;
    position: relative;
    margin: 30px 0
}

.single-post .single-tags-holder {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px
}

    .single-post .single-tags-holder .tags a {
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .05em;
        color: #363636;
        padding: 9px 31px;
        margin-right: 3px;
        margin-bottom: 5px;
        line-height: 1;
        border: 1px solid #e1e1e1;
        -webkit-transition: background-color .15s ease-out,border .15s ease-out,color .15s ease-out;
        -moz-transition: background-color .15s ease-out,border .15s ease-out,color .15s ease-out;
        transition: background-color .15s ease-out,border .15s ease-out,color .15s ease-out
    }

html.dark .single-post .single-tags-holder .tags a {
    color: #fff
}

.single-post .single-tags-holder .tags a:hover {
    background-color: #363636;
    border: 1px solid #363636;
    color: #fff
}

.single-post .share-icons-single {
    text-align: right;
    padding-left: 20px;
    width: 40%;
    float: left;
    box-sizing: border-box;
    line-height: 34px
}

.single-post .share-label {
    font-size: 14px;
    margin-right: 8px;
    font-style: italic
}

.single-post .social-icons {
    float: right
}

    .single-post .social-icons .social a em {
        font-size: 16px;
        padding: 5px
    }

.single-post .author-description {
    background-color: #363636;
    padding: 40px 80px;
    margin-bottom: 40px
}

    .single-post .author-description .author-description-image {
        width: 78px;
        margin: 0 auto;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .single-post .author-description .author-description-text-holder {
        position: relative;
        text-align: center;
        margin-top: 25px
    }

        .single-post .author-description .author-description-text-holder .author-text p {
            color: #808285;
            text-transform: none;
            font-weight: 300
        }

        .single-post .author-description .author-description-text-holder .post-author-name-position {
            margin-bottom: 0;
            margin-top: 20px;
            font-size: 15px;
            font-weight: 300
        }

        .single-post .author-description .author-description-text-holder .post-author-name {
            font-style: normal;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #fff
        }

.single-post .post-author-position {
    color: #808285;
    text-transform: none
}

.single-post .blog-single-navigation .blog-single-prev {
    float: left;
    text-align: left;
    border-right: 2px solid #dfdfdf
}

.single-post .blog-single-navigation .blog-single-next {
    float: right;
    text-align: right
}

.single-post .blog-single-navigation .blog-single-next, .single-post .blog-single-navigation .blog-single-prev {
    font-size: 13px;
    width: 50%
}

.single-post .blog-single-navigation .single-nav-content-holder {
    padding: 30px 0
}

.single-post .blog-single-navigation .blog-single-prev .single-nav-text {
    float: left;
    padding-left: 65px;
    padding-right: 65px
}

.single-post .blog-single-navigation .blog-single-next .single-nav-text {
    float: right;
    padding-right: 65px;
    padding-left: 65px
}

.single-post .blog-single-navigation .blog-single-next .single-nav-text, .single-post .blog-single-navigation .blog-single-prev .single-nav-text {
    position: relative
}

.single-post .blog-single-navigation .blog-single-next .single-nav-post-title, .single-post .blog-single-navigation .blog-single-prev .single-nav-post-title {
    color: #414042;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em
}

.single-post .blog-single-navigation .blog-single-prev .single-nav-arrow {
    left: 0
}

.single-post .blog-single-navigation .blog-single-next .single-nav-arrow {
    right: 0
}

.single-post .blog-single-navigation .blog-single-next .single-nav-arrow, .single-post .blog-single-navigation .blog-single-prev .single-nav-arrow {
    position: absolute;
    margin-top: -10px;
    top: 0
}

    .single-post .blog-single-navigation .blog-single-next .single-nav-arrow em, .single-post .blog-single-navigation .blog-single-prev .single-nav-arrow em {
        font-size: 40px
    }

.blog-posts.single-post .post-block.post-comments {
    padding: 30px 0 0
}

    .blog-posts.single-post .post-block.post-comments p.heading-primary {
        letter-spacing: 1px;
        color: #545454;
        font-weight: 300
    }

    .blog-posts.single-post .post-block.post-comments .comments {
        list-style: none;
        position: relative;
        padding: 0
    }

        .blog-posts.single-post .post-block.post-comments .comments li .comment {
            position: relative;
            padding: 40px 30px 40px 0;
            background-color: #f9f9f9;
            margin-bottom: 30px
        }

.dark .blog-posts.single-post .post-block.post-comments .comments li .comment {
    background-color: #000
}

.blog-posts.single-post .post-block.post-comments .comments li .comment .img-responsive, .blog-posts.single-post .post-block.post-comments .comments li .comment .img-fluid {
    display: block;
    width: 82px;
    float: left
}

    .blog-posts.single-post .post-block.post-comments .comments li .comment .img-responsive img, .blog-posts.single-post .post-block.post-comments .comments li .comment .img-fluid img {
        display: block;
        margin-left: -22px
    }

.blog-posts.single-post .post-block.post-comments .comments li .comment .comment-block {
    padding: 0 0 0 88px;
    font-weight: 300
}

    .blog-posts.single-post.post-block.post-comments .comments li .comment .comment-block p {
        margin: 10px 0
    }

    .blog-posts.single-post .post-block.post-comments .comments li .comment .comment-block .comment-by span.date {
        margin-left: 10px;
        font-size: 13px;
        font-style: italic
    }

.blog-posts.single-post .post-block.post-comments ul.comments.reply {
    padding: 0 0 0 90px
}

.blog-posts.single-post .post-block.post-comments .comments li .comment .comment-block .reply {
    display: inline-block;
    margin-right: 15px
}

    .blog-posts.single-post .post-block.post-comments .comments li .comment .comment-block .reply a {
        text-transform: lowercase;
        font-size: 12px;
        font-style: italic;
        color: inherit
    }

.blog-posts.single-post .post-block.post-leave-comment {
    margin-bottom: 20px
}

    .blog-posts.single-post .post-block.post-leave-comment p {
        letter-spacing: 1.8px;
        text-transform: uppercase;
        margin-bottom: 27px;
        color: #545454;
        margin-top: 0
    }

    .blog-posts.single-post .post-block.post-leave-comment .form-control {
        border-radius: 0
    }

    .blog-posts.single-post .post-block.post-leave-comment input.form-control {
        height: 55px
    }

    .blog-posts.single-post .post-block.post-leave-comment .btn {
        padding: 12px 45px;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 0
    }

.blog-posts.single-post .comment-by {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px
}

@media(max-width:600px) {
    .blog-posts.single-post .blog-single-navigation .blog-single-next .single-nav-text h6, .blog-posts.single-post .blog-single-navigation .blog-single-prev .single-nav-text h6 {
        display: none
    }

    .blog-posts.single-post .blog-single-navigation .blog-single-prev .single-nav-text {
        padding-left: 40px;
        text-align: right;
        padding-right: 43px
    }

    .blog-posts.single-post .blog-single-navigation .blog-single-next .single-nav-text {
        padding-right: 40px;
        padding-left: 44px;
        text-align: left
    }
}

@media(max-width:480px) {
    .blog-posts.single-post .post-block.post-comments .comments li .comment .img-responsive img, .blog-posts.single-post .post-block.post-comments .comments li .comment .img-fluid img {
        margin-left: 0
    }

    .blog-posts.single-post .post-block.post-comments ul.comments.reply {
        padding: 0
    }

    .blog-posts.single-post .comment-by strong {
        margin-right: 10px
    }

    .blog-posts.single-post .comments.reply .comment-by strong {
        float: left
    }

    .blog-posts.single-post .comments.reply .comment-by .date {
        float: left !important;
        margin-left: 0 !important
    }
}

.blog-posts .timeline .timeline-body h2.post-title {
    margin-bottom: 10px
}

.blog-posts .timeline .timeline-body .post-content p {
    margin-top: 15px
}

.blog-posts .read-more {
    margin-top: 15px;
    letter-spacing: 0
}

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    background: #fff
}

section.timeline .timeline-box {
    border-radius: 0
}

.travel-theme .img-box img, .latest-news .img-box img {
    width: 100%
}

.travel-theme .latest-news .single-latest-news .text-box, .latest-news .single-latest-news .text-box {
    padding: 20px;
    background-color: #f8f8f8
}

.travel-theme .latest-news .single-latest-news .text-box, .latest-news .single-latest-news .text-box {
    padding: 20px;
    background-color: #f8f8f8
}

    .travel-theme .latest-news .single-latest-news .text-box .angle-up:after, .latest-news .single-latest-news .text-box .angle-up:after {
        top: -15px;
        content: '';
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #f8f8f8;
        position: absolute;
        left: 40px
    }

    .travel-theme .latest-news .single-latest-news .text-box h3, .latest-news .single-latest-news .text-box h3 {
        font-weight: 600;
        font-size: 21px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
        color: #333
    }

    .travel-theme .latest-news .single-latest-news .text-box .meta-blog, .latest-news .single-latest-news .text-box .meta-blog {
        font-size: 12px;
        font-style: italic;
        line-height: 26px;
        display: block;
        color: #ababab;
        margin-bottom: 15px
    }

    .travel-theme .latest-news .single-latest-news .text-box p, .latest-news .single-latest-news .text-box p {
        font-weight: normal;
        font-size: 15px;
        line-height: 26px
    }

    .travel-theme .latest-news .single-latest-news .text-box .latest:hover, .latest-news .single-latest-news .text-box .latest:hover {
        text-decoration: none
    }

    .travel-theme .latest-news .single-latest-news .text-box .latest, .latest-news .single-latest-news .text-box .latest {
        font-size: 15px;
        margin-top: 20px;
        color: #222
    }

.travel-theme .latest-news .text-box, .latest-news .text-box {
    position: relative
}

.restaurant-theme .upcoming-event .description, .upcoming-event .description {
    border: 1px solid #eaeaea;
    border-width: 0 1px 1px;
    background: #fff;
    padding: 30px;
    min-height: 270px
}

    .restaurant-theme .upcoming-event .description h3, .upcoming-event .description h3 {
        font-size: 17px;
        color: #000;
        letter-spacing: .5px;
        margin: 0 0 12px;
        font-weight: 800
    }

    .restaurant-theme .upcoming-event .description span, .upcoming-event .description span {
        display: block;
        position: relative;
        color: #6b6b6b;
        font-size: 14px;
        font-style: italic;
        padding-bottom: 20px;
        line-height: 21px;
        text-align: left
    }

    .restaurant-theme .upcoming-event .description p, .upcoming-event .description p {
        font-size: 12px;
        color: #6b6b6b;
        margin-bottom: 20px;
        text-align: left
    }

.post-style-2 .post .post-thumb img {
    width: 100%
}

.post-style-2 section > .container {
    padding-top: 60px;
    padding-bottom: 60px
}

.post-style-2 .media-body h5 {
    font-size: 18px
}

.post-style-2 .post.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0
}

.post-style-2 .thumb-info .thumb-info-wrapper, .medical .thumb-info, .medical .thumb-info img {
    border-radius: 0;
    border: 0
}

.post-style-2 p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 11px
}

.post-style-2 .post .entry-date {
    font-size: 13px
}

.post-style-2 .entry-date ul {
    list-style: none;
    margin: 0;
    padding: 0 !important
}

.post-style-2 .post .entry-meta .entry-date li {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.post-style-2 .border-bottom {
    border-bottom: 1px solid #eee !important
}

.post-style-2 .font-12 {
    font-size: 12px !important
}

.post-style-2 .border-bottom {
    border-bottom: 1px solid #eee !important
}

.post-style-2 h5 {
    font-weight: 500
}

html.dark .post-style-2 .entry-content {
    background: #2e353e
}

.classic .classic-blog, .post-style-1 .classic-blog {
    padding: 50px 0;
    text-align: center;
    overflow: hidden
}

.classic .blog_post, .post-style-1 .blog_post {
    text-align: left;
    border: 1px solid #ecf0f1;
    padding: 15px
}

    .classic .blog_post ul, .post-style-1 .blog_post ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .classic .blog_post ul li, .post-style-1 .blog_post ul li {
            display: inline-block
        }

    .classic .blog_post .blog-thumb, .post-style-1 .blog_post .blog-thumb {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden
    }

        .classic .blog_post .blog-thumb img, .post-style-1 .blog_post .blog-thumb img {
            width: 100%;
            transition: all .8s ease-in-out;
            overflow: hidden
        }

        .classic .blog_post .blog-thumb .blog-overlay, .post-style-1 .blog_post .blog-thumb .blog-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(53,152,219,.8);
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .3s ease-in-out
        }

        .classic .blog_post .blog-thumb:hover img, .post-style-1 .blog_post .blog-thumb:hover img {
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .classic .blog_post .blog-thumb:hover .blog-overlay, .post-style-1 .blog_post .blog-thumb:hover .blog-overlay {
            opacity: 1
        }

    .classic .blog_post .blog_content .post_meta, .post-style-1 .blog_post .blog_content .post_meta {
        margin-bottom: 10px
    }

        .classic .blog_post .blog_content .post_meta li, .post-style-1 .blog_post .blog_content .post_meta li {
            padding-right: 10px;
            position: relative
        }

            .classic .blog_post .blog_content .post_meta li:first-child:after, .post-style-1 .blog_post .blog_content .post_meta li:first-child:after {
                content: '';
                position: absolute;
                height: 12px;
                width: 2px;
                color: #ddd;
                background: #989898;
                right: 0;
                top: 4px
            }

            .classic .blog_post .blog_content .post_meta li:last-child, .post-style-1 .blog_post .blog_content .post_meta li:last-child {
                margin-left: 10px
            }

            .classic .blog_post .blog_content .post_meta li a, .post-style-1 .blog_post .blog_content .post_meta li a {
                text-decoration: none;
                color: #989898
            }

                .classic .blog_post .blog_content .post_meta li a i, .post-style-1 .blog_post .blog_content .post_meta li a i {
                    padding-right: 5px
                }

    .classic .blog_post .blog_content .blog_title, .post-style-1 .blog_post .blog_content .blog_title {
        padding-bottom: 5px;
        border-bottom: 1px solid #f5f5f5;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        font-weight: 700;
        margin-bottom: 10px
    }

        .classic .blog_post .blog_content .blog_title a, .post-style-1 .blog_post .blog_content .blog_title a {
            text-decoration: none;
            color: #2c3e50;
            transition: all .3s ease-in-out
        }

    .classic .blog_post .blog_content p, .post-style-1 .blog_post .blog_content p {
        color: #6d6c6c;
        margin-bottom: 15px
    }

    .classic .blog_post .blog_content .gp-btn, .post-style-1 .blog_post .blog_content .gp-btn {
        font-size: 12px;
        border-radius: 0;
        padding: 6px 8px;
        margin-bottom: 20px;
        text-transform: capitalize;
        color: #000;
        background: rgba(0,0,0,.2);
        border-color: transparent;
        text-decoration: none;
        display: inline-block;
        transition: all .3s ease-in-out;
        font-weight: 600
    }

        .classic .blog_post .blog_content .gp-btn:hover, .classic .blog_content .btn:hover, .post-style-1 .blog_post .blog_content .gp-btn:hover, .post-style-1 .blog_content .btn:hover {
            color: #fff
        }

.classic .blog-comments, .post-style-1 .blog-comments {
    padding-top: 10px;
    border-top: 1px solid #ecf0f1
}

    .classic .blog-comments > a, .post-style-1 .blog-comments > a {
        display: inline-block;
        text-decoration: none;
        color: #111
    }

        .classic .blog-comments > a i, .post-style-1 .blog-comments > a i {
            padding-right: 10px
        }

    .classic .blog-comments .blog-social, .post-style-1 .blog-comments .blog-social {
        float: right
    }

        .classic .blog-comments .blog-social li, .post-style-1 .blog-comments .blog-social li {
            padding: 0 5px
        }

            .classic .blog-comments .blog-social li a, .post-style-1 .blog-comments .blog-social li a {
                color: #111;
                text-decoration: none;
                transition: all .3s ease-in-out
            }

                .classic .blog-comments .blog-social li a:hover, .post-style-1 .blog-comments .blog-social li a:hover {
                    color: #33ceff
                }

.classic .blog-two p, .post-style-1 .blog-two p {
    margin-bottom: 50px
}

.classic .blog-two .blog_post, .post-style-1 .blog-two .blog_post {
    margin-bottom: 20px;
    padding: 0
}

    .classic .blog-two .blog_post .blog-thumb-left, .post-style-1 .blog-two .blog_post .blog-thumb-left {
        float: left;
        width: 50%;
        position: relative
    }

        .classic .blog-two .blog_post .blog-thumb-left img, .post-style-1 .blog-two .blog_post .blog-thumb-left img {
            width: 100%
        }

        .classic .blog-two .blog_post .blog-thumb-left .blog-comments, .post-style-1 .blog-two .blog_post .blog-thumb-left .blog-comments {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(53,152,219,.8);
            border-top: none;
            padding: 10px
        }

            .classic .blog-two .blog_post .blog-thumb-left .blog-comments a, .post-style-1 .blog-two .blog_post .blog-thumb-left .blog-comments a {
                color: #fff;
                transition: all .3s ease-in-out
            }

                .classic .blog-two .blog_post .blog-thumb-left .blog-comments a:hover, .post-style-1 .blog-two .blog_post .blog-thumb-left .blog-comments a:hover {
                    color: #111
                }

    .classic .blog-two .blog_post .blog_content, .post-style-1 .blog-two .blog_post .blog_content {
        margin-left: 290px;
        padding: 10px 0
    }

        .classic .blog-two .blog_post .blog_content .blog_title, .post-style-1 .blog-two .blog_post .blog_content .blog_title {
            border-bottom: none;
            padding-bottom: 0
        }

        .classic .blog-two .blog_post .blog_content .gp-btn, .post-style-1 .blog-two .blog_post .blog_content .gp-btn {
            margin-bottom: 0
        }

    .classic .blog-two .blog_post.bolg-right .blog_content, .post-style-1 .blog-two .blog_post.bolg-right .blog_content {
        margin-left: 0;
        margin-right: 290px;
        padding: 10px
    }

    .classic .blog-two .blog_post .blog-thumb-right, .post-style-1 .blog-two .blog_post .blog-thumb-right {
        position: relative;
        float: right;
        width: 50%
    }

        .classic .blog-two .blog_post .blog-thumb-right img, .post-style-1 .blog-two .blog_post .blog-thumb-right img {
            width: 100%
        }

        .classic .blog-two .blog_post .blog-thumb-right .blog-comments, .post-style-1 .blog-two .blog_post .blog-thumb-right .blog-comments {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(53,152,219,.8);
            border-top: none;
            padding: 10px
        }

            .classic .blog-two .blog_post .blog-thumb-right .blog-comments a, .post-style-1 .blog-two .blog_post .blog-thumb-right .blog-comments a {
                color: #fff;
                transition: all .3s ease-in-out
            }

                .classic .blog-two .blog_post .blog-thumb-right .blog-comments a:hover, .post-style-1 .blog-two .blog_post .blog-thumb-right .blog-comments a:hover {
                    color: #111
                }

.classic ul.post_meta li a em, .post-style-1 ul.post_meta li a em {
    margin-right: 5px
}

.classic .blog-comments a em, .post-style-1 .blog-comments a em {
    font-size: 14px;
    padding: 5px
}

html.dark .single-post .author-description, html.dark .post-text {
    background: #000
}

html.dark section.timeline .timeline-box.left:before, html.dark section.timeline .timeline-box.right:before {
    background: #21262d
}

@font-face {
    font-family: 'star';
    src: url("Resources/fonts/star.eot");
    src: url("Resources/fonts/star.eot?#iefix") format("embedded-opentype"),url("Resources/fonts/star.woff") format("woff"),url("Resources/fonts/star.ttf") format("truetype"),url("Resources/fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal
}

header nav.mega-menu .mega-menu-shop {
    margin-right: -20px;
    padding-left: 0;
    margin-left: 0
}

    header nav.mega-menu .mega-menu-shop a {
        color: #444
    }

    header nav.mega-menu .mega-menu-shop table {
        width: 100%;
        margin-top: 0
    }

    header nav.mega-menu .mega-menu-shop .dropdown-menu {
        width: 40%;
        right: 8px;
        border-radius: 6px 0 6px 6px
    }

        header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
            background-color: transparent !important;
            color: #333;
            padding: 0;
            margin: 0;
            display: block
        }

            header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a.remove {
                float: right
            }

            header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a:hover {
                text-decoration: none
            }

    header nav.mega-menu .mega-menu-shop .fa-shopping-cart {
        margin-right: 5px
    }

    header nav.mega-menu .mega-menu-shop .product-thumbnail {
        width: 120px
    }

    header nav.mega-menu .mega-menu-shop .product-actions {
        text-align: right;
        width: 80px
    }

    header nav.mega-menu .mega-menu-shop .actions-continue {
        margin-top: 10px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
        clear: both
    }

.shop .products {
    margin: 0;
    padding: 25px 0;
    list-style: none
}

    .shop .products:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    .shop .products .product {
        position: relative;
        margin-bottom: 30px
    }

        .shop .products .product a {
            text-decoration: none
        }

        .shop .products .product .add-to-cart-product {
            transition: all .2s;
            font-size: .9em;
            color: #fff;
            background: #222;
            z-index: 1;
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: -webkit-transform .3s ease-out;
            -moz-transition: -webkit-transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            -webkit-transform: translate3d(0,8px,0);
            -moz-transform: translate3d(0,8px,0);
            transform: translate3d(0,8px,0)
        }

            .shop .products .product .add-to-cart-product .fa, .shop .products .product .add-to-cart-product .fas, .shop .products .product .add-to-cart-product .far, .shop .products .product .add-to-cart-product .fab {
                margin-right: 3px;
                font-size: 1.1em
            }

        .shop .products .product:hover .add-to-cart-product {
            transform: translate3d(0,-15px,0) !important;
            opacity: 1;
            line-height: 40px;
            padding: 0 34px 0;
            font-weight: 600;
            letter-spacing: .05em;
            color: #000;
            background-color: #fff;
            cursor: pointer;
            text-transform: uppercase;
            border-radius: 0;
            font-size: 12px
        }

            .shop .products .product:hover .add-to-cart-product:hover {
                background: #383838;
                color: #fff
            }

        .shop .products .product .price {
            display: block;
            min-height: 28px;
            padding: 20px 0 10px 0
        }

            .shop .products .product .price del {
                color: rgba(145,145,145,.5);
                font-size: .7em;
                margin: -2px 0 0
            }

            .shop .products .product .price ins {
                text-decoration: none
            }

            .shop .products .product .price .amount {
                font-size: 1.5em
            }

        .shop .products .product .onsale {
            position: absolute;
            left: 15px;
            line-height: 82px;
            text-shadow: none;
            width: 82px;
            height: 82px;
            display: inline-block;
            text-align: center;
            z-index: 10;
            font-weight: 400;
            font-style: italic;
            font-size: 15px;
            color: #fff;
            top: 0;
            opacity: .8
        }

.product-info {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 0;
    position: relative;
    border: 0;
    background: #f7f9fc;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    text-decoration: none
}

    .product-info:hover {
        background-color: #fff;
        text-decoration: none
    }

    .product-info a {
        text-decoration: none;
        display: inline-block;
        width: 100%
    }

        .product-info a:hover {
            text-decoration: none;
            display: inline-block;
            width: 100%
        }

    .product-info img {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s
    }

    .product-info h4 {
        color: #404751;
        letter-spacing: -1px;
        font-weight: 600;
        font-size: 1.4em;
        line-height: 1.1em;
        margin: 0;
        padding: 0
    }

    .product-info + .product-info {
        border-radius: 0 0 6px 6px;
        margin-top: -5px
    }

    .product-info .product-info-image {
        display: block;
        position: relative
    }

        .product-info .product-info-image:before {
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #333;
            width: 100%;
            height: 100%;
            filter: alpha(opacity=0);
            opacity: 0;
            border-radius: 6px 6px 0 0
        }

    .product-info:hover .product-info-image:before {
        filter: alpha(opacity=80);
        opacity: .8
    }

    .product-info .product-info-act {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff
    }

        .product-info .product-info-act em {
            font-style: normal;
            position: relative;
            font-size: 1.2em;
            font-weight: 100
        }

    .product-info .product-info-act-left, .product-info .product-info-act-right {
        float: left;
        overflow: hidden
    }

    .product-info .product-info-act-left {
        text-align: right;
        width: 45%
    }

        .product-info .product-info-act-left em {
            -webkit-transition: all .2s ease 0s;
            -moz-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
            left: 0%;
            filter: alpha(opacity=0);
            opacity: 0
        }

    .product-info .product-info-act-right {
        text-align: left;
        margin-left: 2%;
        width: 53%
    }

        .product-info .product-info-act-right em {
            -webkit-transition: all .2s ease 0s;
            -moz-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
            right: 0%;
            font-weight: 600;
            filter: alpha(opacity=0);
            opacity: 0
        }

    .product-info:hover .product-info-act-left em {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .product-info:hover .product-info-act-right em {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .product-info .product-info-content {
        padding: 15px;
        text-align: left;
        display: block
    }

    .product-info .product-info-caption {
        padding: 0 15px 15px;
        text-align: left;
        display: block
    }

        .product-info .product-info-caption p {
            margin: 0;
            padding: 0 0 10px
        }

    .product-info .product-info-extra {
        clear: both;
        padding: 10px 0 0;
        margin: 10px 0 0;
        border-top: 1px solid #ebebf4;
        display: block
    }

        .product-info .product-info-extra.social {
            text-align: center
        }

            .product-info .product-info-extra.social a {
                border-right: 1px solid #ebebf4;
                display: inline-block;
                margin-right: 10px;
                padding-right: 10px;
                font-size: .9em;
                color: #acacac;
                width: auto
            }

                .product-info .product-info-extra.social a:last-child {
                    border-right: 0;
                    margin-right: 0;
                    padding-right: 0
                }

    .product-info .date {
        color: #9aa1ab;
        font-size: .9em
    }

    .product-info.secondary .product-info-content {
        text-align: center
    }

        .product-info.secondary .product-info-content h4 {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s;
            color: #fff;
            position: relative;
            top: -25%;
            filter: alpha(opacity=0);
            opacity: 0
        }

        .product-info.secondary .product-info-content .date {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s;
            position: relative;
            top: 25%;
            display: block;
            filter: alpha(opacity=0);
            opacity: 0
        }

    .product-info.secondary .product-info-act {
        top: 30%
    }

    .product-info.secondary .label {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        clear: both;
        display: inline-block;
        margin-top: 15px;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .product-info.secondary:hover .label {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .product-info.secondary:hover .product-info-content h4 {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1
    }

    .product-info.secondary:hover .product-info-content .date {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1
    }

.shop .review_num {
    margin-right: 10px;
    float: left;
    position: relative;
    top: -1px
}

.shop .star-rating {
    float: none;
    position: relative;
    font-family: 'star';
    font-size: 1em;
    height: 40px;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin-bottom: 20px
}

    .shop .star-rating:before {
        color: #e0dadf;
        content: "SSSSS";
        float: left;
        left: 0;
        position: absolute;
        top: 0
    }

    .shop .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0
    }

        .shop .star-rating span:before {
            content: "SSSSS";
            left: 0;
            position: absolute;
            top: 0
        }

.shop .summary .price {
    color: #444;
    margin-top: 20px;
    font-size: 70px;
    font-weight: 100;
    line-height: 80px
}

.shop .quantity {
    margin: 3px 15px 25px 0;
    position: relative;
    width: 125px;
    float: left
}

    .shop .quantity .minus {
        position: absolute;
        -moz-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        background: #fff;
        border: 1px solid #ebebeb;
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        width: 46px;
        height: 26px;
        left: 46px;
        top: 21px;
        color: #c3c3c3
    }

    .shop .quantity .plus {
        position: absolute;
        -moz-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        background: #fff;
        border: 1px solid #ebebeb;
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        width: 46px;
        height: 26px;
        left: 46px;
        color: #c3c3c3
    }

    .shop .quantity .qty {
        border: 1px solid #ebebeb;
        box-shadow: none;
        text-align: center;
        position: relative;
        height: 47px;
        width: 47px;
        display: inline-block;
        vertical-align: middle;
        outline: none
    }

        .shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .shop .quantity .qty::-ms-clear {
            display: none
        }

.shop .product_meta {
    clear: both
}

.shop .tabs-product {
    margin-top: 35px
}

.shop ul.comments .comment-arrow {
    border-right-color: #f5f7f7
}

.shop ul.comments {
    list-style: none;
    margin: 0;
    padding: 0
}

.shop table.cart {
    width: 100%;
    margin: 0;
    text-align: left
}

    .shop table.cart img {
        height: auto;
        width: 55px
    }

    .shop table.cart th {
        padding: 15px 10px
    }

    .shop table.cart td {
        border-top: 1px solid #dcdcdc;
        padding: 41px 10px;
        vertical-align: middle
    }

    .shop table.cart .remove .fa, .shop table.cart .remove .fas, .shop table.cart .remove .far, .shop table.cart .remove .fab {
        font-size: 25px
    }

    .shop table.cart .coupon {
        float: left
    }

    .shop table.cart .product-remove {
        width: 8%;
        text-align: center
    }

    .shop table.cart .product-thumbnail {
        width: 25%
    }

    .shop table.cart .product-name {
        width: 25%
    }

    .shop table.cart .quantity {
        top: 10px;
        position: relative
    }

.shop .actions-continue {
    float: right
}

.shop .cart-totals {
    width: 100%
}

    .shop .cart-totals th, .shop .cart-totals td {
        padding: 8px 10px;
        border-top: 1px solid #e6e6e6
    }

    .shop .cart-totals tr.total .amount {
        display: block;
        padding-top: 10px
    }

.shop ul.simple-post-list li {
    border: 0
}

.product-thumb-info {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border-radius: 6px;
    padding: 0;
    position: relative;
    border: 0;
    border-bottom: 3px solid #e3e4e8;
    background: #f7f9fc;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    text-decoration: none
}

    .product-thumb-info:hover {
        background-color: #fff;
        text-decoration: none
    }

    .product-thumb-info a {
        text-decoration: none;
        display: inline-block;
        width: 100%
    }

        .product-thumb-info a:hover {
            text-decoration: none;
            display: inline-block;
            width: 100%
        }

    .product-thumb-info img {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        border-radius: 6px 6px 0 0
    }

    .product-thumb-info h4 {
        color: #000;
        letter-spacing: 1.8px;
        font-size: 18px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 300;
        line-height: 26px
    }

    .product-thumb-info + .product-thumb-info {
        border-radius: 0 0 6px 6px;
        margin-top: -5px
    }

    .product-thumb-info .product-thumb-info-touch-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: none;
        background-color: transparent
    }

    .product-thumb-info.hover .product-thumb-info-touch-hover {
        display: block
    }

    .product-thumb-info .product-thumb-info-image {
        display: block;
        position: relative
    }

        .product-thumb-info .product-thumb-info-image:before {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #171717;
            width: 100%;
            height: 100%;
            filter: alpha(opacity=0);
            opacity: 0;
            border-radius: 6px 6px 0 0;
            z-index: 1
        }

    .product-thumb-info:hover .product-thumb-info-image:before {
        filter: alpha(opacity=80);
        opacity: .2;
        border-radius: 0
    }

    .product-thumb-info .product-thumb-info-act {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .product-thumb-info:hover .product-thumb-info-act {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 50%
    }

    .product-thumb-info .product-thumb-info-act em {
        font-style: normal
    }

    .product-thumb-info .product-thumb-info-content {
        padding: 15px;
        display: block;
        text-align: center
    }

    .product-thumb-info .product-thumb-info-caption {
        padding: 0 15px 15px;
        text-align: left;
        display: block
    }

        .product-thumb-info .product-thumb-info-caption p {
            margin: 0;
            padding: 0 0 10px
        }

    .product-thumb-info .product-thumb-info-extra {
        clear: both;
        padding: 10px 0 0;
        margin: 10px 0 0;
        border-top: 1px solid #ebebf4;
        display: block
    }

        .product-thumb-info .product-thumb-info-extra.social a:last-child {
            border-right: 0;
            margin-right: 0;
            padding-right: 0
        }

.full-width .product-thumb-info .product-thumb-info-image:before {
    border-radius: 0
}

@media(max-width:991px) {
    .shop .actions-continue {
        float: none
    }

    .shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity {
        display: none
    }

    header nav.mega-menu .mega-menu-shop a {
        color: #fff
    }

        header nav.mega-menu .mega-menu-shop a .fa-caret-down {
            display: none !important
        }

    header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
        display: none !important
    }
}

.shop .product-thumb-info {
    border: 0;
    border-radius: 0;
    background: #fff
}

.shop p.taller {
    width: 77%;
    font-weight: 300;
    color: #858585;
    font-size: 13px
}

.shop .list.list-icons li {
    display: block
}

.shop .featured-box .box-content {
    border-top: 1px solid #dcdcdc !important;
    position: relative;
    top: -1px
}

.shop .simple-post-list li {
    padding: 15px 0
}

.shop .simple-post-list {
    list-style-type: none;
    padding: 0
}

.shop .products .product .out-of-stock {
    text-transform: lowercase;
    position: absolute;
    width: 82px;
    height: 82px;
    text-align: center;
    z-index: 10;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    padding: 15px 0;
    color: #fff;
    top: 0;
    background-color: #000
}

.shop .products .text-inner {
    position: absolute;
    margin-left: -77px;
    z-index: 99
}

.shop .products a.category-shop-link {
    color: #808285;
    font-style: italic;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-size: 13px;
    padding-bottom: 25px
}

.shop .products .category-shop-link::before {
    content: '..............';
    position: absolute;
    left: 50%;
    line-height: 55px;
    font-weight: 400;
    font-size: 22px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.shop .products .rating-holder {
    display: inline-block
}

.shop .products .product:hover .text-inner {
    top: 50%;
    left: 50%
}

.shop .products .rating-holder span.five-rating {
    width: 100%
}

.shop .products .rating-holder span.four-rating {
    width: 80%
}

.shop .products .rating-holder span.three-rating {
    width: 60%
}

.shop .products .rating-holder span.two-rating {
    width: 40%
}

.shop .products .rating-holder span.one-rating {
    width: 20%
}

aside.sidebar .input-group input[name="s"] {
    border-radius: 0 !important;
    border-right: 0;
    font-size: 13px;
    font-style: italic;
    box-shadow: none
}

aside.sidebar button[name="search"] > .fa, aside.sidebar button[name="search"] > .fas, aside.sidebar button[name="search"] > .far, aside.sidebar button[name="search"] > .fab {
    color: #c7c7c7;
    font-size: 16px
}

aside.sidebar button[name="search"] {
    border-radius: 0 !important;
    border: 1px solid #e1e1e1 !important;
    background-color: transparent !important;
    border-left: 0 !important;
    outline: none
}

.sidebar input.form-control {
    border: 1px solid #e1e1e1
}

aside.sidebar span.label {
    background-color: #fff;
    color: #363636;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 9px 31px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 2px 5px 0;
    letter-spacing: 1px;
    transition: all .2s ease-out
}

aside.sidebar > a {
    text-decoration: none
}

aside.sidebar span.label:hover {
    color: #fff
}

.sidebar-heading {
    font-weight: 300;
    color: #414042;
    text-transform: uppercase;
    letter-spacing: .1em
}

aside.sidebar .post-info > a {
    color: #858585;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none
}

ul.simple-post-list .post-image {
    float: left
}

ul.simple-post-list .post-image {
    margin-right: 25px
}

.summary-heading {
    font-size: 30px;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: uppercase
}

.coupon input[name="coupon_code"] {
    margin: 0 22px 0 0;
    width: 200px;
    padding: 6px 20px
}

.shop .cart-totals th {
    width: 30%
}

.shop h4.sidebar-heading.center {
    margin: 50px
}

.shop .form-control {
    width: 100%;
    height: 45px;
    color: #808285;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0
}

.checkout .sidebar-heading {
    margin-bottom: 25px
}

.checkout tbody tr.cart_table_item, .checkout thead.cart {
    border: 1px solid #dcdcdc
}

.checkout table.cart td, .checkout thead.cart, table.cart-totals tr.shipping, .cart-totals td {
    padding: 18px 10px !important
}

.dt-underline::after {
    content: '....................';
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    top: 25px
}

.dt-underline {
    position: relative
}

.checkout table.cart .product-name {
    width: 70%
}

.shop .pl-outer {
    position: relative
}

.categories-widget ul {
    padding: 0;
    list-style: none
}

    .categories-widget ul li {
        margin: 10px 0;
        font-size: 15px;
        font-weight: 300
    }

.categories-widget a {
    color: #808285
}

.sidebar .input-group .form-control:focus {
    border-color: #e1e1e1;
    box-shadow: none
}

.shop .product-thumb-info img {
    border-radius: 0
}

.shop ul.comments li {
    clear: both;
    padding: 10px 0 0 115px
}

    .shop ul.comments li .img-thumbnail {
        margin-left: -115px;
        position: absolute
    }

.appear-animation {
    opacity: 0
}

.appear-animation-visible {
    opacity: 1
}

.animated, .appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

@-moz-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0);
        opacity: 1;
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
        opacity: 1
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,20%,50%,80%,100% {
        -o-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,20% {
        -moz-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }

    10%,20% {
        -o-transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        -o-transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        -o-transform: scale(1.1)rotate(-3deg);
    }

    100% {
        -o-transform: scale(1)rotate(0);
        opacity: 1;
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    20%,40%,60%,80%,100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0deg);
        opacity: 1
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg);
        opacity: 1
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
}
