﻿
.cart-form {
    padding: 22px 0 17px;
}

    .cart-form .form-col {
        float: left;
        width: 16.2%;
        margin: 0 3.3% 0 0;
    }

        .cart-form .form-col.color {
            width: 30%;
        }

    .cart-form label {
        color: #2a2a2a;
        display: block;
        margin: 0 0 8px;
        line-height: 18px;
    }

.dark .cart-form label {
    color: #fff;
}

.cart-form .jcf-select {
    width: 100%;
    height: 38px;
    min-width: inherit;
    border-color: #ddd;
}

.dark .cart-form .jcf-select {
    background: none;
    border-color: #494949;
}

.cart-form .jcf-select .jcf-select-text {
    color: #8f8f8f;
    line-height: 35px;
    margin: 0 30px 0 9px;
}

.cart-form .jcf-select .jcf-select-opener {
    position: relative;
    position: absolute;
}

    .cart-form .jcf-select .jcf-select-opener:before {
        position: absolute;
        content: "";
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
    }

    .cart-form .jcf-select .jcf-select-opener:before {
        color: #8f8f8f;
        font-family: "FontAwesome";
        content: "\f107";
        margin: -14px 0 0 -7px;
    }

.cart-form .btn {
    border: 0;
    float: left;
    color: #fff;
    font-size: 10px;
    margin: 24px 0 0;
    background: #2a2a2a;
    width: 27%;
    height: 38px;
}

.dark .cart-form .btn {
    background: #191919;
}

/*------------------------------------------------------------------
1.29. quantity form styles / .quantity-form
-------------------------------------------------------------------*/

.quantity-form {
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    width: 131px;
    height: 31px;
}

.dark .quantity-form {
    color: #fff;
    background: #191919;
    border-color: #494949;
}

.quantity-form .decrease {
    float: left;
    font-size: 22px;
    color: #2a2a2a;
    line-height: 27px;
    width: 32px;
    height: 29px;
}

.dark .quantity-form .decrease {
    color: #fff;
}

.quantity-form .decrease:hover {
    background: #ddd;
    text-decoration: none;
}

.dark .quantity-form .decrease:hover {
    background: none;
}

.quantity-form .increase {
    float: left;
    color: #2a2a2a;
    font-size: 18px;
    line-height: 27px;
    width: 32px;
    height: 29px;
}

.dark .quantity-form .increase {
    color: #fff;
}

.quantity-form .increase:hover {
    background: #ddd;
    text-decoration: none;
}

.dark .quantity-form .increase:hover {
    background: none;
}

.quantity-form .form-control {
    float: left;
    width: 65px;
    height: 29px;
    font-size: 12px;
    border: solid #ddd;
    border-width: 0 1px;
    border-radius: 0;
    box-shadow: none;
    color: #2a2a2a;
    text-align: center;
}

.dark .quantity-form .form-control {
    color: #fff;
    background: #191919;
    border-color: #494949;
}

.dark .quantity-form ::-webkit-input-placeholder {
    color: #2a2a2a;
}

.dark .quantity-form ::-moz-placeholder {
    opacity: 1;
    color: #2a2a2a;
}

.dark .quantity-form :-moz-placeholder {
    color: #2a2a2a;
}

.dark .quantity-form :-ms-input-placeholder {
    color: #2a2a2a;
}

.dark .quantity-form .placeholder {
    color: #2a2a2a;
}

.quantity-form ::-webkit-input-placeholder {
    color: #2a2a2a;
}

.quantity-form ::-moz-placeholder {
    opacity: 1;
    color: #2a2a2a;
}

.quantity-form :-moz-placeholder {
    color: #2a2a2a;
}

.quantity-form :-ms-input-placeholder {
    color: #2a2a2a;
}

.quantity-form .placeholder {
    color: #2a2a2a;
}

/*------------------------------------------------------------------
1.30. apply form styles / .apply-form
-------------------------------------------------------------------*/

.apply-form {
    float: left;
    width: 416px;
}

    .apply-form .form-control {
        border-radius: 0;
        float: left;
        color: #8f8f8f;
        font-size: 13px;
        line-height: 18px;
        box-shadow: none;
        border-color: #ddd;
        padding: 6px 22px;
        width: 77.6%;
        height: 40px;
    }

        .apply-form .form-control ::-webkit-input-placeholder {
            color: #8f8f8f;
        }

        .apply-form .form-control ::-moz-placeholder {
            opacity: 1;
            color: #8f8f8f;
        }

        .apply-form .form-control :-moz-placeholder {
            color: #8f8f8f;
        }

        .apply-form .form-control :-ms-input-placeholder {
            color: #8f8f8f;
        }

        .apply-form .form-control .placeholder {
            color: #8f8f8f;
        }

.dark .apply-form .form-control {
    color: #fff;
    background: #191919;
    border-color: #494949;
}

    .dark .apply-form .form-control ::-webkit-input-placeholder {
        color: #fff;
    }

    .dark .apply-form .form-control ::-moz-placeholder {
        opacity: 1;
        color: #fff;
    }

    .dark .apply-form .form-control :-moz-placeholder {
        color: #fff;
    }

    .dark .apply-form .form-control :-ms-input-placeholder {
        color: #fff;
    }

    .dark .apply-form .form-control .placeholder {
        color: #fff;
    }

.apply-form .btn {
    border: 0;
    margin: 0;
    float: right;
    color: #fff;
    padding: 6px 12px;
    background: #2a2a2a;
    width: 20.2%;
    height: 40px;
}

/*------------------------------------------------------------------
1.31. update form styles / .update-form
-------------------------------------------------------------------*/

.update-form {
    margin: 0;
}

    .update-form .jcf-select {
        margin: 0 0 6px;
        border-color: #ddd;
        width: 100%;
        height: 40px;
    }

.dark .update-form .jcf-select {
    border-color: #494949;
    background: #191919;
}

.update-form .jcf-select .jcf-select-text {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 35px;
    margin: 0 42px 0 21px;
}

.dark .update-form .jcf-select .jcf-select-text {
    color: #fff;
}

.update-form .jcf-select .jcf-select-opener {
    position: relative;
    position: absolute;
}

    .update-form .jcf-select .jcf-select-opener:before {
        position: absolute;
        content: "";
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
    }

    .update-form .jcf-select .jcf-select-opener:before {
        content: "\f107";
        font-size: 16px;
        margin: -12px 0 0 -25px;
        font-family: "FontAwesome";
    }

.update-form .form-control {
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 6px;
    padding: 6px 20px;
    resize: none;
    color: #8f8f8f;
    border-color: #ddd;
}

    .update-form .form-control ::-webkit-input-placeholder {
        color: #8f8f8f;
    }

    .update-form .form-control ::-moz-placeholder {
        opacity: 1;
        color: #8f8f8f;
    }

    .update-form .form-control :-moz-placeholder {
        color: #8f8f8f;
    }

    .update-form .form-control :-ms-input-placeholder {
        color: #8f8f8f;
    }

    .update-form .form-control .placeholder {
        color: #8f8f8f;
    }

.dark .update-form .form-control {
    border-color: #494949;
    background: #191919;
}

    .dark .update-form .form-control ::-webkit-input-placeholder {
        color: #fff;
    }

    .dark .update-form .form-control ::-moz-placeholder {
        opacity: 1;
        color: #fff;
    }

    .dark .update-form .form-control :-moz-placeholder {
        color: #fff;
    }

    .dark .update-form .form-control :-ms-input-placeholder {
        color: #fff;
    }

    .dark .update-form .form-control .placeholder {
        color: #fff;
    }

.dark .update-form ::-webkit-input-placeholder {
    color: #fff;
}

.dark .update-form ::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.dark .update-form :-moz-placeholder {
    color: #fff;
}

.dark .update-form :-ms-input-placeholder {
    color: #fff;
}

.dark .update-form .placeholder {
    color: #fff;
}

.update-form textarea.form-control {
    height: 100px;
}

.update-form .btn {
    border: 0;
    color: #fff;
    margin: 0 0 6px;
    padding: 6px 12px;
    background: #2a2a2a;
    width: 100%;
    height: 40px;
}

.dark .update-form .btn {
    background: #191919;
}

.update-form .label-checks {
    display: block;
    margin: 0 0 6px;
    padding: 7px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

    .update-form .label-checks .txt {
        color: #2a2a2a;
        display: inline-block;
        vertical-align: top;
    }

.dark .update-form .label-checks .txt {
    color: #fff;
}

.update-form input[type="checkbox"] {
    margin: 0 7px 0 0;
}

/*------------------------------------------------------------------
1.32. rang form styles / .rang-form
-------------------------------------------------------------------*/

.rang-form {
    overflow: hidden;
}

    .rang-form .num {
        display: block;
        margin: 0 0 20px;
        padding: 20px 0 0;
    }

    .rang-form .btn-form {
        color: #fff;
        font-size: 13px;
        border-radius: 0;
        line-height: 16px;
        padding: 5px 20px;
        background: #2a2a2a;
        text-transform: uppercase;
    }

.dark .rang-form .btn-form {
    background: #191919;
}

/*------------------------------------------------------------------
1.33. rsvpform section styles / .rsvpform-section
-------------------------------------------------------------------*/

.rsvpform-section {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 96px 0 100px;
    position: relative;
}

    .rsvpform-section:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .rsvpform-section:before {
        background: rgba(0, 0, 0, .8);
    }

    .rsvpform-section .parallax-holder {
        z-index: -1;
    }

    .rsvpform-section .rsvp-form {
        overflow: hidden;
        max-width: 570px;
        margin: 0 auto;
        padding: 15px 0 0;
    }

    .rsvpform-section .row-holder {
        margin: 0 0 18px;
        overflow: hidden;
    }

    .rsvpform-section ::-webkit-input-placeholder {
        color: #fff;
    }

    .rsvpform-section ::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .rsvpform-section :-ms-input-placeholder {
        color: #fff;
    }

    .rsvpform-section input {
        margin: 0;
        color: #fff;
        float: left;
        width: 100%;
        height: 46px;
        padding: 10px 15px;
        border: solid #fff;
        border-width: 0 0 2px;
        background: transparent;
        font: 16px/20px "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .rsvpform-section .jcf-select {
        display: block;
        width: 100%;
        height: 46px;
        margin: 0;
        background: transparent;
        border: solid #fff;
        border-width: 0 0 2px;
    }

        .rsvpform-section .jcf-select .jcf-select-text {
            color: #fff;
            text-align: left;
            padding: 10px 15px;
            margin: 0 35px 0 0;
            font: 16px/20px "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .rsvpform-section .jcf-select .jcf-select-opener {
            background: transparent;
        }

            .rsvpform-section .jcf-select .jcf-select-opener:after {
                top: 2px;
                color: #fff;
                left: -14px;
                font-size: 28px;
                position: absolute;
                font-family: "FontAwesome";
                content: "\f107";
            }

/*------------------------------------------------------------------
1.34. comment form styles / .comment-form
-------------------------------------------------------------------*/

.comment-form {
    overflow: hidden;
    margin: 0 0 104px;
}

    .comment-form h4 {
        margin: 0 0 24px;
    }

    .comment-form .form-row {
        overflow: hidden;
        margin: 0 0 31px;
    }

    .comment-form .input {
        width: 31.7%;
        float: left;
        height: 40px;
        color: #8f8f8f;
        outline: none;
        font-size: 13px;
        line-height: 20px;
        padding: 10px 16px;
        margin: 0 0 0 2.4%;
        background: #f8f8f8;
        border: 1px solid #ddd;
    }

.dark .comment-form .input {
    background: #191919;
    border-color: #494949;
}

.comment-form .input:first-child {
    margin: 0;
}

.comment-form ::-webkit-input-placeholder {
    color: #8f8f8f;
}

.comment-form ::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.comment-form :-ms-input-placeholder {
    color: #8f8f8f;
}

.comment-form textarea {
    float: left;
    resize: none;
    outline: none;
    color: #8f8f8f;
    overflow: auto;
    font-size: 13px;
    margin: 0 0 30px;
    line-height: 20px;
    padding: 10px 20px;
    background: #f8f8f8;
    width: 99.8% !important;
    height: 111px !important;
    border: 1px solid #ddd;
}

.dark .comment-form textarea {
    background: #191919;
    border-color: #494949;
}

.comment-form textarea:first-child {
    margin: 0;
}

.comment-form .btn {
    color: #fff;
}

    .comment-form .btn:hover {
        background: #cd2122;
    }

/*------------------------------------------------------------------
1.35. contact form styles / .contact-form
-------------------------------------------------------------------*/

.contact-form {
    z-index: 5;
    color: #fff;
    /*padding: 92px 0 100px;*/
}

    .contact-form .parallax-holder,
    .contact-form .stretch {
        z-index: -1;
    }

    .contact-form .jcf-select,
    .contact-form .form-control {
        color: #fff;
        height: 40px;
        font-size: 12px;
        margin: 0 0 30px;
        border-radius: 0;
        background: transparent;
        text-transform: uppercase;
        border: 1px solid #fff;
    }

        .contact-form .jcf-select.error,
        .contact-form .form-control.error {
            color: red;
            border-color: red;
            background: url(../images/icons/iconCaution.png) no-repeat 98% 50%;
        }

            .contact-form .jcf-select.error::-webkit-input-placeholder,
            .contact-form .form-control.error::-webkit-input-placeholder {
                color: red;
            }

            .contact-form .jcf-select.error:-moz-placeholder,
            .contact-form .form-control.error:-moz-placeholder {
                color: red;
            }

            .contact-form .jcf-select.error::-moz-placeholder,
            .contact-form .form-control.error::-moz-placeholder {
                color: red;
                opacity: 1;
            }

            .contact-form .jcf-select.error:-ms-input-placeholder,
            .contact-form .form-control.error:-ms-input-placeholder {
                color: red;
            }

        .contact-form .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .contact-form .form-control:-moz-placeholder {
            color: #fff;
        }

        .contact-form .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .contact-form .form-control:-ms-input-placeholder {
            color: #fff;
        }

    .contact-form textarea.form-control {
        resize: none;
        overflow: auto;
        width: 100% !important;
        height: 100px !important;
    }

    .contact-form .btn-submit {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
        border: 1px solid transparent;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .contact-form .btn-submit:hover {
            border-color: #fff;
            background: transparent;
        }

    .contact-form .overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(0, 0, 0, .5);
        position: absolute;
    }

    .contact-form .fa-chevron-down,
    .contact-form .fa-calendar {
        top: 12px;
        right: 26px;
        color: #fff;
        position: absolute;
    }

    .contact-form .jcf-select {
        width: 100%;
    }

        .contact-form .jcf-select .jcf-select-text {
            /*margin: 6px 35px 0 8px;*/
        }

/*------------------------------------------------------------------
1.36. done massage styles / .done-massage
-------------------------------------------------------------------*/

.done-massage {
    background: #dff0d8;
    color: #468847;
    border: 1px solid #d6e9c6;
    border-radius: 10px;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    margin: 0 auto;
    display: none;
    width: 100%;
}

/*------------------------------------------------------------------
1.37. form loading styles / .form-loading
-------------------------------------------------------------------*/

.form-loading {
    float: right;
    height: 31px;
    width: 31px;
    display: none;
    margin-top: 8px;
    margin-left: 10px;
    background: url(../images/icons/loading.gif) no-repeat 1px;
}

/*------------------------------------------------------------------
1-38. testimonials Styles / .testimonials
-------------------------------------------------------------------*/

.testimonials {
    padding: 10px;
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
}

.dark .testimonials {
    border-color: #494949;
    background: #191919;
}

.testimonials blockquote {
    margin: 0;
    border-left: 0;
    padding: 0 0 10px;
    position: relative;
}

    .testimonials blockquote:before {
        top: 50%;
        left: -50px;
        font-size: 90px;
        content: "\201C";
        line-height: 90px;
        margin: -15px 0 0;
        position: absolute;
        font-weight: bolder;
        font-family: Helvetica, Arial, sans-serif;
    }

.testimonials img {
    border-radius: 10px;
}

.testimonials .author {
    font-size: 13px;
    padding-left: 60px;
    padding: 0 0 0 3px;
    text-transform: uppercase;
}

.testimonials .img-box {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.testimonials .holder {
    width: 73%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 10px 50px;
}

/*------------------------------------------------------------------
1-39. blank page Styles / .blank-page
-------------------------------------------------------------------*/

.blank-page {
    font: 18px/26px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .blank-page p {
        margin-bottom: 30px;
    }

    .blank-page .btn {
        border-radius: 5px;
    }

/*------------------------------------------------------------------
1-40. faq section Styles / .faq-section
-------------------------------------------------------------------*/

.faq-section li.active .fa {
    top: 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.faq-section .beans-slide {
    padding: 20px;
}

.faq-section ol {
    margin: 0 0 10px;
    overflow: hidden;
}

    .faq-section ol li {
        margin: 0 0 5px;
    }

.faq-section p {
    margin: 0 0 20px;
    font: 500 12px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faq-section .holder h2 {
    padding: 10px;
    margin: 0 0 20px;
    margin: 0 0 10px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ececec;
    font: 600 14px/30px "Lato", Georgia, "Times New Roman", Times, serif;
}

    .faq-section .holder h2 .fa {
        top: 15px;
        left: 10px;
        font-size: 22px;
        position: absolute;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.faq-section .faq-section .beans-accordion li.active .holder h2 .fa {
    top: 16px;
}

.faq-section h3 {
    color: #222;
    margin: 0 0 20px;
    position: relative;
    text-transform: capitalize;
    font: 700 24px/30px "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dark .faq-section h3 {
    color: #fff;
}

.faq-section h3 .add {
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}

.faq-section .smoothanchor,
.faq-section .opener {
    color: #222;
    display: block;
    padding: 0 0 0 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.dark .faq-section .smoothanchor,
.dark
.faq-section .opener {
    color: #fff;
}

.faq-section .smoothanchor:hover,
.faq-section .opener:hover {
    text-decoration: none;
}

.faq-section .box {
    padding: 20px;
}

.faq-section .beans-accordion {
    border-radius: 5px;
}

    .faq-section .beans-accordion.style2 {
        margin: 0 0 60px;
    }

        .faq-section .beans-accordion.style2 > li {
            margin: 0 0 2px;
        }

            .faq-section .beans-accordion.style2 > li.active .fa {
                top: 16px;
            }

        .faq-section .beans-accordion.style2 .opener {
            padding: 10px;
        }

        .faq-section .beans-accordion.style2 h2 {
            margin: 0;
            font-size: 14px;
            padding: 0 0 0 17px;
        }

            .faq-section .beans-accordion.style2 h2 .fa {
                top: 14px;
                left: 10px;
                font-size: 20px;
            }

.faq-section.style3 .smoothanchor {
    padding: 0;
    display: inline;
}

.faq-section.style3 .holder h2 {
    font-size: 20px;
    margin: 0 0 10px;
    padding: 10px 25px;
    letter-spacing: 1px;
    font: 600 14px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .faq-section.style3 .holder h2 .fa {
        top: 12px;
        left: 10px;
        font-size: 18px;
    }

.faq-section.style3 .divider-line2 {
    overflow: visible;
}

    .faq-section.style3 .divider-line2 .smoothanchor {
        float: right;
        font-size: 22px;
        color: #e3e3e3;
        margin: -33px 0 0;
        text-decoration: none;
    }

        .faq-section.style3 .divider-line2 .smoothanchor:hover {
            text-decoration: none;
        }

    .faq-section.style3 .divider-line2:first-child {
        margin-top: 40px;
    }

/*------------------------------------------------------------------
1-41. divider section Styles / .divider-section
-------------------------------------------------------------------*/

.divider-section {
    margin-bottom: 60px;
    overflow: hidden;
}

    .divider-section p {
        margin: 0 0 30px;
    }

.divider-line1 {
    height: 1px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.divider-line2 {
    height: 9px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/divider-line1.png") no-repeat 50% 100%;
}

.divider-line3 {
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/h-line.jpg") repeat-x 0 50%;
}

    .divider-line3 i {
        width: 27px;
        height: 27px;
        color: #fff;
        font-size: 11px;
        line-height: 27px;
        text-align: center;
        border-radius: 100%;
        background-color: #d3d3d3;
    }

.divider-line4 {
    height: 45px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/h-line.jpg") repeat-x 0 50%;
}

    .divider-line4 i {
        width: 45px;
        height: 45px;
        color: #d3d3d3;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        border-radius: 100%;
        vertical-align: middle;
        background-color: #fff;
    }

.divider-line5 {
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/h-line.jpg") repeat-x 0 50%;
}

    .divider-line5 i {
        width: 30px;
        height: 30px;
        color: #d3d3d3;
        font-size: 18px;
        overflow: hidden;
        line-height: 28px;
        text-align: center;
        border-radius: 100%;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #d3d3d3;
    }

.divider-line6 {
    height: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/shadow1.png") repeat-x 0 50%;
}

.divider-line7 {
    height: 1px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e3e3e3;
}

.divider-line8 {
    height: 1px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px dotted #d9d9d9;
}

.divider-line9 {
    height: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/shadow2.png") no-repeat 50% 50%;
}

.divider-line10 {
    height: 8px;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/hcross-lines.jpg") repeat-x 0 50%;
}

.divider-line11 {
    height: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/h-line5.png") no-repeat 50% 50%;
}

.divider-line12 {
    height: 11px;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/h-line6.png") no-repeat 50% 50%;
}

.divider-line13 {
    height: 7px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    background: url("../images/h-line7.png") no-repeat 50% 50%;
}

.panel-default > .panel-heading {
    padding: 15px;
}

/*------------------------------------------------------------------
1-42. blockquote Styles / .blockquote-style1
-------------------------------------------------------------------*/

.blockquote-style1 {
    border: 0;
    color: #2a2a2a;
    margin: 0 0 30px;
    background: #f3f3f3;
    padding: 34px 30px 24px 28px;
}

.dark .blockquote-style1 {
    color: #fff;
    background: #191919;
}

.blockquote-style1 q {
    quotes: none;
    display: block;
    text-indent: 20px;
    position: relative;
    font: 300 italic 24px/31px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .blockquote-style1 q:after {
        top: -10px;
        left: -16px;
        content: "\"; color: #2a2a2a; font-size: 46px;
        font-weight: 900;
        position: absolute;
    }

.blockquote-style2 {
    margin: 0 0 30px;
    background: #f3f3f3;
    padding: 22px 20px 20px 36px;
    border-left: 4px solid transparent;
}

.dark .blockquote-style2 {
    color: #fff;
    background: #191919;
}

.blockquote-style2 q {
    text-indent: 0;
    font-size: 18px;
    line-height: 30px;
}

    .blockquote-style2 q:after {
        display: none;
    }

/*------------------------------------------------------------------
1-43. list style
-------------------------------------------------------------------*/

.list-style2 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style2 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style2 li:after {
            left: 0;
            top: 4px;
            font-size: 10px;
            content: "\f069";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style3 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style3 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style3 li:after {
            left: 0;
            top: 4px;
            font-size: 12px;
            content: "\f14a";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style4 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style4 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style4 li:after {
            left: 0;
            top: 4px;
            font-size: 10px;
            content: "\f00c";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style5 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style5 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style5 li:after {
            left: 0;
            top: 4px;
            font-size: 12px;
            content: "\f046";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style6 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style6 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style6 li:after {
            left: 0;
            top: 4px;
            font-size: 12px;
            content: "\f058";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style7 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style7 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style7 li:after {
            left: 0;
            top: 4px;
            font-size: 12px;
            content: "\f084";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style8 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style8 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style8 li:after {
            left: 0;
            top: 4px;
            font-size: 12px;
            content: "\f064";
            position: absolute;
            font-family: "FontAwesome";
        }

.list-style9 {
    padding: 0;
    font-size: 15px;
    margin: 0 0 60px;
    line-height: 1.8;
    list-style: none;
}

    .list-style9 li {
        margin: 0 0 5px;
        position: relative;
        padding: 0 0 0 20px;
    }

        .list-style9 li:after {
            left: 0;
            top: 4px;
            font-size: 12px;
            content: "\f124";
            position: absolute;
            font-family: "FontAwesome";
        }

/*------------------------------------------------------------------
1-44. gallery quotes Styles / .gallery-quotes
-------------------------------------------------------------------*/

.gallery-quotes {
    margin: 0;
    border: 0;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    text-align: center;
    padding: 70px 10% 80px;
}

.dark .gallery-quotes {
    color: #8f8f8f;
}

.gallery-quotes cite {
    color: #959595;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
}

    .gallery-quotes cite a {
        color: #959595;
    }

        .gallery-quotes cite a:focus,
        .gallery-quotes cite a:hover {
            color: #222;
            outline: none;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
        }

.gallery-quotes p {
    margin: 0 0 15px;
}

.gallery-quotes .fa {
    top: 30px;
    left: 50%;
    font-size: 20px;
    position: absolute;
    margin: 0 0 0 -10px;
}

/*------------------------------------------------------------------
1.45. social network styles
-------------------------------------------------------------------*/

.s-network {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
}

    .s-network li {
        vertical-align: top;
        display: inline-block;
        margin: 0 2px 5px 0;
    }

    .s-network a {
        color: #fff;
    }

        .s-network a:hover i.fa-facebook {
            color: #fff;
            background: #3b5998;
        }

        .s-network a:hover i.fa-twitter {
            color: #fff;
            background: #00aced;
        }

        .s-network a:hover i.fa-dribbble {
            color: #fff;
            background: #e44885;
        }

        .s-network a:hover i.fa-linkedin {
            color: #fff;
            background: #007bb6;
        }

        .s-network a:hover i.fa-google-plus {
            color: #fff;
            background: #dd4b39;
        }

        .s-network a:hover i.fa-youtube {
            color: #fff;
            background: #b00;
        }

        .s-network a:hover i.fa-rss {
            color: #fff;
            background: #ffa133;
        }

        .s-network a:hover i.fa-skype {
            color: #fff;
            background: #36c4f3;
        }

        .s-network a:hover i.fa-apple {
            color: #fff;
            background: #cdcccc;
        }

        .s-network a:hover i.fa-android {
            color: #fff;
            background: #c5df9c;
        }

        .s-network a:hover i.fa-soundcloud {
            color: #fff;
            background: #f50;
        }

        .s-network a:hover i.fa-behance {
            color: #fff;
            background: #1aace3;
        }

        .s-network a:hover i.fa-vimeo-square {
            color: #fff;
            background: #74ccdb;
        }

        .s-network a:hover i.instagram {
            color: #fff;
            background: #c7c5b3;
        }

        .s-network a:hover i.fa-pinterest {
            color: #fff;
            background: #f16261;
        }

        .s-network a:hover i.fa-tumblr {
            color: #fff;
            background: #4d7ea3;
        }

        .s-network a:hover i.fa-windows {
            color: #fff;
            background: #90cadd;
        }

        .s-network a:hover i.fa-paypal {
            color: #fff;
            background: #4aa1d9;
        }

        .s-network a:hover i.fa-deviantart {
            color: #fff;
            background: #95a696;
        }

        .s-network a:hover i.fa-digg {
            color: #fff;
            background: #457e9b;
        }

        .s-network a:hover i.fa-lastfm {
            color: #fff;
            background: #be1938;
        }

    .s-network i {
        display: inline-block;
        width: 45px;
        height: 45px;
        color: #fff;
        line-height: 45px;
        text-align: center;
        font-size: 22px;
        background: #464646;
    }

.white-icons li a,
.white-icons li i {
    color: #fff;
}

.cricle-icons i,
.cricle-icons img {
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.radius-icons li i,
.radius-icons li img {
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tb-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
}

.dark .tb-grid [class^=col-] {
    background: #191919;
    border-color: #494949;
}

.wedding-nav.white {
    color: #fff;
}

.white-icons li a,
.white-icons li i {
    color: #fff;
}

/*------------------------------------------------------------------
1-46. Custom Form Styles 
-------------------------------------------------------------------*/

/* select */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 13px;
        line-height: 26px;
        margin: 0 35px 0 8px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* custom range input styles */

.jcf-range {
    display: block;
    overflow: hidden;
}

    .jcf-range .jcf-range-track {
        margin: 0 20px 0 0;
        position: relative;
        display: block;
    }

    .jcf-range .jcf-range-wrapper {
        background: #ddd;
        display: block;
        margin: 5px 0;
        height: 10px;
    }

.dark .jcf-range .jcf-range-wrapper {
    background: #191919;
}

.jcf-range.jcf-vertical {
    width: auto;
}

    .jcf-range.jcf-vertical .jcf-range-wrapper {
        margin: 0;
        width: 10px;
        height: auto;
        padding: 20px 0 0;
    }

    .jcf-range.jcf-vertical .jcf-range-track {
        height: 180px;
        width: 10px;
    }

    .jcf-range.jcf-vertical .jcf-range-handle {
        left: -5px;
        top: auto;
    }

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #ddd;
    border-radius: 19px;
    border: 3px solid #e74c3c;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0;
}

    .jcf-range .jcf-range-handle:after {
        top: 1px;
        right: 14px;
        content: "";
        bottom: 1px;
        left: -9999px;
        position: absolute;
        background: #e74c3c;
    }

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
}

.jcf-range.jcf-disabled {
    background: none !important;
    opacity: .3;
}

/* custom number input styles */

.jcf-number {
    display: inline-block;
    position: relative;
    height: 38px;
    overflow: hidden;
}

    .jcf-number input {
        -moz-appearance: textfield;
    }

        .jcf-number input::-webkit-inner-spin-button,
        .jcf-number input::-webkit-outer-spin-button {
            -webkit-appearance: none;
        }

    .jcf-number input {
        box-sizing: border-box;
        border: 1px solid #ddd;
        height: 38px;
        padding: 3px 27px 3px 7px;
        margin: 0;
        width: 100%;
        background: none;
    }

.dark .jcf-number input {
    border-color: #494949;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position: absolute;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 7px;
}

.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 7px;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: .3;
}

.jcf-number.jcf-disabled input {
    background: #ddd;
}

/*------------------------------------------------------------------
1.47. youtube bg video styles / .youtube_bg_video
-------------------------------------------------------------------*/

.youtube_bg_video {
    position: absolute !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*------------------------------------------------------------------
1.48. fancyBox styles
-------------------------------------------------------------------*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    top: 0;
    left: 0;
    z-index: 8020;
    position: absolute;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 9999;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: .8;
    z-index: 8060;
    cursor: pointer;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
}

/*#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}
*/
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

    .fancybox-close:after {
        top: 33px;
        right: 38px;
        color: #222;
        font-size: 35px;
        content: "\f00d";
        line-height: 35px;
        position: absolute;
        font-family: "FontAwesome";
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    top: 0;
    left: 0;
    display: none;
    z-index: 9997;
    overflow: hidden;
    position: absolute;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, .8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*------------------------------------------------------------------
1.49. lodar animation styles
-------------------------------------------------------------------*/

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner2 {
    width: 40px;
    height: 40px;
    position: relative;
}

.container1 > div,
.container2 > div,
.container3 > div {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner2 .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}

.spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner4 {
    width: 30px;
    height: 30px;
    background-color: #000;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

.spinner5 {
    width: 32px;
    height: 32px;
    position: relative;
}

.cube1,
.cube2 {
    background-color: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.spinner6 {
    width: 50px;
    height: 30px;
    text-align: center;
}

    .spinner6 > div {
        background-color: #000;
        height: 100%;
        width: 6px;
        margin-left: 2px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner6 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner6 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner6 .rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .spinner6 .rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

.spinner7 {
    width: 270px;
    height: 30px;
    text-align: center;
}

    /*.spinner7 > div {
	background-color: #000;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: stretchdelay .7s infinite ease-in-out;
	animation: stretchdelay .7s infinite ease-in-out;
}*/

    .spinner7 .circ2 {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s;
    }

    .spinner7 .circ3 {
        -webkit-animation-delay: -.5s;
        animation-delay: -.5s;
    }

    .spinner7 .circ4 {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s;
    }

    .spinner7 .circ5 {
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s;
    }

.changer-active #style-changer {
    margin: 0;
}

/*------------------------------------------------------------------
1.50. style changer styles / #style-changer
-------------------------------------------------------------------*/

#style-changer {
    top: 186px;
    left: 0;
    width: 244px;
    z-index: 9999;
    position: fixed;
    background: #fff;
    margin: 0 0 0 -245px;
    border: 1px solid #eee;
    padding: 16px 17px 5px 17px;
    -webkit-transition: margin .4s ease;
    transition: margin .4s ease;
    box-shadow: 10px 10px 0 0 rgba(122, 122, 122, .1);
}

.dark #style-changer {
    background: #222;
    border-color: #494949;
    box-shadow: 10px 10px 0 0 rgba(70, 70, 70, .1);
}

#style-changer .title {
    color: #222;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    font: 500 16px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dark #style-changer .title {
    color: #fff;
    border-color: #494949;
}

#style-changer .subtitle {
    color: #8f8f8f;
    display: block;
    margin: 0 0 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: 500 13px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dark #style-changer .subtitle {
    color: #fff;
}

#style-changer .list-color {
    margin: 0 0 12px;
    padding: 0 0 14px;
    border-bottom: 1px solid #eee;
}

.dark #style-changer .list-color {
    border-color: #494949;
}

#style-changer .list-color li {
    padding: 0 1px 4px 5px;
}

#style-changer .list-color a {
    display: block;
    border-radius: 3px;
    width: 33px;
    height: 33px;
}

    #style-changer .list-color a:hover {
        opacity: .7;
        text-decoration: none;
    }

#style-changer .list-style {
    margin: 0 0 14px;
    padding: 0 0 19px;
    border-bottom: 1px solid #eee;
}

.dark #style-changer .list-style {
    border-color: #494949;
}

#style-changer .list-style li {
    padding: 0 5px 0 2px;
}

    #style-changer .list-style li.dark {
        background: transparent;
    }

#style-changer .list-style .btn {
    width: 95px;
    padding: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    border-radius: 0;
    background: #222;
    text-align: center;
    border: 1px solid #222;
    text-transform: uppercase;
}

.dark #style-changer .list-style .btn {
    color: #fff;
    border-color: #494949;
}

#style-changer .list-style .btn:hover {
    color: #222;
    text-decoration: none;
    background: transparent;
}

.dark #style-changer .list-style .btn:hover {
    color: #fff;
}

#style-changer .list-style .btn.add {
    color: #222;
    background: transparent;
}

.dark #style-changer .list-style .btn.add {
    color: #fff;
    border-color: #494949;
}

#style-changer .list-style .btn.add:hover {
    color: #fff;
    background: #222;
}

#style-changer .list-style .btn2 {
    color: #fff;
    width: 95px;
    padding: 4px;
    display: block;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
}

    #style-changer .list-style .btn2:hover {
        text-decoration: none;
    }

    #style-changer .list-style .btn2:hover {
        color: #222;
        border-color: #222;
        background: transparent;
    }

.dark #style-changer .list-style .btn2:hover {
    color: #fff;
    border-color: #fff;
}

#style-changer .list-style .btn2.add {
    color: #222;
    border-color: #222;
    background: transparent;
}

.dark #style-changer .list-style .btn2.add {
    color: #fff;
    border-color: #fff;
}

#style-changer .list-style .btn2.add:hover {
    color: #fff;
}

#style-changer .list-style.add {
    border: 0;
    padding: 0;
}

#style-changer a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

#style-changer .changer-opener {
    left: 100%;
    font-size: 25px;
    padding: 10px 0 0;
    text-align: center;
    position: absolute;
    background: #fff;
    border-radius: 0 5px 5px 0;
    width: 49px;
    height: 54px;
    top: 50px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 10px 10px 0 0 rgba(122, 122, 122, .1);
}

    #style-changer .changer-opener:hover {
        text-decoration: none;
    }

.dark #style-changer .changer-opener {
    background: #222;
    border-color: #494949;
    box-shadow: 10px 10px 0 0 rgba(70, 70, 70, .1);
}

#style-changer .awesome a {
    background: #ff1a56;
}

#style-changer .bleu-de-france a {
    background: #3498db;
}

#style-changer .bleu-de-france2 a {
    background: #4285f6;
}

#style-changer .chateau-green a {
    background: #27ae60;
}

#style-changer .dark-pastel-red a {
    background: #c0392b;
}

#style-changer .di-serria a {
    background: #cea35f;
}

#style-changer .light-green a {
    background: #2ecc71;
}

#style-changer .light-taupe a {
    background: #ad8368;
}

#style-changer .niagara a {
    background: #16a085;
}

#style-changer .orange a {
    background: #f96015;
}

#style-changer .pastel-orange a {
    background: #ffb546;
}

#style-changer .pastel-red a {
    background: #ff6d6d;
}

#style-changer .pastel-red2 a {
    background: #ff6d6d;
}

#style-changer .rich-electric-blue a {
    background: #0091ea;
}

#style-changer .rodeo-dust a {
    background: #c7b29b;
}

#style-changer .sun a {
    background: #feb010;
}

#style-changer .sunglo a {
    background: #d86d65;
}

#style-changer .twine a {
    background: #c59d5f;
}

#style-changer .ucla-gold a {
    background: #ffb600;
}

#style-changer .yellow a {
    background: #f39c12;
}

#style-changer .zest a {
    background: #e67e22;
}

#style-changer .my-sin a {
    background: #feb41c;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.slide-heading2 {
    -webkit-transition: all 2.5s ease;
    transition: all 2.5s ease;
    position: relative;
    bottom: -50px;
    opacity: 0;
}

.slick-active .slide-heading2 {
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    bottom: 0;
    opacity: 1;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    display: none;
    min-height: 1px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.grey-contact-form {
    margin: 0 0 90px;
}

    .grey-contact-form .form-control {
        height: 45px;
        border-radius: 0;
        margin: 0 0 20px;
        background: #f8f8f8;
        border: 1px solid #f5f5f5;
    }

        .grey-contact-form .form-control ::-webkit-input-placeholder {
            color: #8f8f8f;
        }

        .grey-contact-form .form-control ::-moz-placeholder {
            opacity: 1;
            color: #8f8f8f;
        }

        .grey-contact-form .form-control :-moz-placeholder {
            color: #8f8f8f;
        }

        .grey-contact-form .form-control :-ms-input-placeholder {
            color: #8f8f8f;
        }

        .grey-contact-form .form-control .placeholder {
            color: #8f8f8f;
        }

.dark .grey-contact-form .form-control {
    background: #191919;
    border-color: #494949;
}

.grey-contact-form .btn-submit {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .grey-contact-form .btn-submit:hover {
        background: #222;
        border-color: #222;
    }

@media only screen and (max-width: 1219px) {
    .error-section.style7 .logo {
        margin: 0 0 30px;
        position: static;
    }

    .error-section.style7 h1 {
        margin: 0 0 40px;
    }

    .error-section.style7 .text {
        margin: 0;
    }

    .gallery-quotes {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .page-banner .heading {
        font-size: 30px;
        line-height: 35px;
    }

    .parallax-section h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .parallax-section h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .padding-sm-zero {
        padding: 0 !important;
    }

    .padding-sm-topzero {
        padding-top: 0 !important;
    }

    .padding-sm-bottomzero {
        padding-bottom: 0 !important;
    }

    .padding-bottomsm-60 {
        padding-bottom: 60px !important;
    }

    .padding-bottom-90 {
        padding-bottom: 60px !important;
    }

    .margin-bottom-100 {
        margin-bottom: 60px !important;
    }

    .padding-bottom-100 {
        padding-bottom: 60px !important;
    }

    .margin-bottom-90 {
        margin-bottom: 60px !important;
    }

    .margin-bottom-90 {
        margin-bottom: 60px !important;
    }

    .margin-top-100 {
        margin-top: 60px !important;
    }

    .padding-top-100 {
        padding-top: 60px !important;
    }

    .margin-top-100 {
        margin-top: 60px !important;
    }

    .padding-top-100 {
        padding-top: 60px !important;
    }

    .padding-top-90 {
        padding-top: 60px !important;
    }

    .margin-top-90 {
        margin-top: 60px !important;
    }

    .allmargin {
        margin: 30px !important;
    }

    .contact-block {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .contact-block .contact-map {
            margin-bottom: 30px;
        }

    .contact-address .alignleft {
        float: none;
        margin: 0 0 10px;
    }

        .contact-address .alignleft img {
            width: 100%;
        }

    .apply-form {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .tel {
        pointer-events: auto;
    }

    .page-heading {
        margin: 0 auto 30px;
        font-size: 14px;
        line-height: 18px;
    }

        .page-heading h1 {
            font-size: 30px;
            line-height: 40px;
        }

        .page-heading h2 {
            font-size: 25px;
            line-height: 30px;
        }

        .page-heading h3 {
            font-size: 20px;
            line-height: 25px;
        }

        .page-heading h4 {
            font-size: 18px;
            line-height: 25px;
        }

        .page-heading h5 {
            font-size: 15px;
            line-height: 20px;
        }

        .page-heading h6 {
            font-size: 15px;
            line-height: 20px;
        }

        .page-heading .heading11 {
            font-size: 45px;
            line-height: 60px;
        }

    .page-banner .holder {
        float: none;
        max-width: 100%;
    }

    .page-banner .breadcrumbs {
        float: none;
        max-width: 100%;
        overflow: hidden;
        padding: 15px 0 0;
    }

    .page-banner.small .heading {
        font-size: 25px;
        line-height: 35px;
    }

    .page-banner.rightalign .holder {
        float: none;
        text-align: left;
    }

    .page-banner.rightalign .breadcrumbs {
        float: none;
    }

    .beans-fadeslider .slick-dots {
        bottom: 53px;
    }

    .parallax-section {
        font-size: 14px;
        line-height: 20px;
    }

        .parallax-section h2 {
            font-size: 20px;
            line-height: 25px;
        }

        .parallax-section h3 {
            font-size: 18px;
            line-height: 20px;
        }

    .clearfix-sm {
        clear: left;
    }

    .padding-xs-zero {
        padding: 0 !important;
    }

    .error-section {
        font-size: 10px;
        line-height: 15px;
        height: auto !important;
    }

        .error-section.style4 .wedding-nav .countdown-section {
            margin: 0 1px;
        }

            .error-section.style4 .wedding-nav .countdown-section .countdown-amount {
                font-size: 30px;
                margin: 0 0 12px;
                line-height: 60px;
                width: 65px;
                height: 65px;
            }

        .error-section.style5 .wedding-nav {
            margin: 0 0 50px;
        }

            .error-section.style5 .wedding-nav .countdown-section {
                margin: 0 1px;
            }

                .error-section.style5 .wedding-nav .countdown-section .countdown-amount {
                    font-size: 38px;
                    line-height: 40px;
                    margin: 0 0 12px;
                }

        .error-section.style7 h1 {
            font-size: 30px;
            margin: 0 0 10px;
            line-height: 40px;
            letter-spacing: 2px;
        }

        .error-section .next-section {
            display: none;
        }

        .error-section .container {
            height: auto !important;
        }

        .error-section .logo {
            margin: 0 0 27px;
        }

        .error-section h1 {
            font-size: 15px;
        }

        .error-section h2 {
            font-size: 15px;
        }

        .error-section .error-info {
            font-size: 18px;
            line-height: 24px;
            margin: 0 0 27px;
        }

            .error-section .error-info .error-code {
                font-size: 50px;
                line-height: 50px;
            }

        .error-section .text {
            padding: 0 0 9px;
        }

        .error-section .text2 {
            font-size: 12px;
            line-height: 18px;
        }

        .error-section .footer-social li {
            margin: 0 7px;
        }

        .error-section .wedding-nav {
            font-size: 10px;
            line-height: 14px;
        }

            .error-section .wedding-nav .countdown-section {
                margin: 0 1px;
                padding: 5px 10px 5px;
                width: 68px;
                height: 106px;
            }

                .error-section .wedding-nav .countdown-section .countdown-amount {
                    font-size: 38px;
                    line-height: 40px;
                }

    .lost-block {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .lost-block h2 {
            font-size: 40px;
            line-height: 50px;
        }

    .error-form {
        width: 280px;
    }

    .apply-form {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .comment-form .input {
        width: 100%;
        margin: 0 0 10px;
    }

        .comment-form .input:first-child {
            margin: 0 0 10px;
        }

    .blockquote-style1 {
        padding: 20px;
    }

        .blockquote-style1 q {
            font-size: 18px;
            line-height: 25px;
        }

    .blockquote-style2 {
        padding: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonials .img-box {
        display: block;
        width: 100%;
    }

        .testimonials .img-box img {
            width: 100%;
        }

    .testimonials .holder {
        display: block;
        width: 100%;
    }
}

@-webkit-keyframes hvr-ripple-out {
    0% {
        top: -5px;
    }

    33% {
        top: 5px;
    }

    67% {
        top: -5px;
    }

    100% {
        top: 5px;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: -5px;
    }

    33% {
        top: 5px;
    }

    67% {
        top: -5px;
    }

    100% {
        top: 5px;
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px);
    }

    20% {
        -webkit-transform: translateY(-20px);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}
