/* title line
 ------------------------------ */

.ce-title-top-text {
    color: #888;
}
.ce-title-top-text.grey-1 {
    color: #999;
}
.ce-title-top-text.grey-2 {
    color: #c7c7c7;
}
.ce-sub-text {
    width: 50%;
    margin: 15px auto 0 auto;
}
.ce-sub-text.grey-1 {
    color: #727272;
}
.ce-sub-text.less-width {
    width: 50%;
    margin: 15px auto 0 auto;
}
.ce-sub-text.align-left {
    width: 80%;
    margin: 15px auto 0 0;
}

.ce-title-line {
    width: 12%;
    height: 2px;
    background-color: #b31b89;
    margin: 15px auto 0 auto;
}
.ce-title-line.white {
    background-color: #fff !important;
}
.ce-title-line.align-left {
    width: 12%;
    height: 2px;
    background-color: #b31b89;
    margin: 15px 88% 0 auto;
}
.ce-title-line.dark {
    background-color: #000 !important;
}

/* featurebox 32
 ------------------------------ */
.ce-feature-box-32 {
    width: 100%;
    float: left;
}
.ce-feature-box-32 .icon {
    color: #fff;
}

/* hover styles
 ------------------------------ */
.ce-price-table-3:hover,
.ce-price-table-3.active {
    background-color: #242930;
}
.ce-price-table-3:hover .title,
.ce-price-table-3.active .title {
    color: #fff;
}
.ce-price-table-3:hover .list-box,
.ce-price-table-3.active .list-box {
    background-color: #04ce47;
}
.ce-price-table-3:hover .list-box ul.plan_features li,
.ce-price-table-3.active .list-box ul.plan_features li {
    color: #fff;
}
.ce-price-table-3:hover .list-box .btn.btn-prim,
.ce-price-table-3.active .list-box .btn.btn-prim {
    color: #242424;
    background-color: #fff;
}
.ce-price-table-3:hover .price-box,
.ce-price-table-3.active .price-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cp-feature-box-1 {
    width: 100%;
    padding: 0px;
    float: left;
    min-height: 645px;
}
.cp-feature-box-1 .img-box {
    position: relative;
    width: 100%;
    padding: 0px;
    float: left;
}
.cp-feature-box-1 .img-box .overlay {
    width: 100%;
    height: 100%;
    padding: 0px;
    float: left;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}
.cp-feature-box-1 .img-box .text-box {
    position: absolute;
    width: 80%;
    padding: 50px;
    float: left;
    left: 0px;
    bottom: -185px;
    z-index: 3;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box {
    position: absolute;
    width: 80%;
    padding: 0px;
    margin: 0px;
    top: -53px;
    left: 0px;
    float: left;
    opacity: 0;
    overflow: hidden;
    z-index: 3;
    background-color: #ff971c;
    transition: all 0.3s ease-out 0s;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box .sc-icons {
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    text-align: center;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box .sc-icons li {
    display: inline-block;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box .sc-icons li a {
    padding: 15px 7px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.cp-feature-box-1:hover .img-box .text-box .sc-icons-box,
.cp-feature-box-1.active .img-box .text-box .sc-icons-box {
    left: 110px;
    opacity: 1;
}
.cp-feature-box-1:hover .img-box .text-box,
.cp-feature-box-1.active .img-box .text-box {
    background-color: #101010;
}
.cp-feature-box-1:hover .img-box .text-box .title,
.cp-feature-box-1.active .img-box .text-box .title {
    color: #fff;
}

/* innerpage 2
 ------------------------------ */
.cp-feature-box-2 {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0;
}

.cp-feature-box-2 .text-box {
    width: 100%;
    float: left;
    padding: 100px;
    background-color: #fff;
}

/*============ Site map ============ */

ul.sitemap {
    margin: 0;
    padding: 0;
}
ul.sitemap li {
    margin: 0 0 8px;
}
ul.sitemap li a {
    color: #ff971c;
}
ul.sitemap li a:hover {
    text-decoration: underline;
}
ul.sitemap li ul {
    padding-left: 30px;
}

/*============ 404 page ============ */
.error_holder {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 60%;
}
.error_holder.two {
    text-align: left;
    width: 100%;
}
.error_holder .title {
    font-size: 110px;
    font-weight: 400;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
.error_title_big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
.error-search-box {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.error-search-box .email_input {
    border: 1px solid #e4e4e4;
    color: #727272;
    height: 50px;
    width: 70%;
    padding: 15px;
}
.error-search-box .input_submit {
    background-color: #ff971c;
    border: 1px solid #ff971c;
    color: #fff;
    height: 50px;
    transition: all 0.3s ease-out 0s;
    width: 20%;
}
.error-search-box .input_submit:hover {
    background-color: #242424;
    border: 1px solid #242424;
}
.error-title-big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}

/* video wrapper
 ------------------------------ */
.bg2-video-wrapper {
    width: 100%;
    float: left;
    padding: 0px;
}
.bg2-video-wrapper iframe {
    width: 700px;
    height: 415px;
}

/* video wrapper
 ------------------------------ */

.flexslider .feature-box-1 {
    position: absolute;
    width: 700px;
    padding: 100px;
    float: left;
    margin: 150px 0 0 200px;
    z-index: 2;
    background-color: #ff971c;
}

.ce-newsletter-1 {
    width: 100%;
    height: 60px;
    float: left;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid #fff;
    background-color: #fff;
}

.newsletter-submit-btn {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0px;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    border: 1px solid #ff971c;
    background-color: #ff971c;
}

#map {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*----------------------------RESPONSIVE STYLES------------------------------- */

/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 1366px) {
}

/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
    .ce-feature-box-9-main .ce-feature-box-9 {
        position: static;
        margin: 100px 0;
    }
    .ce-feature-box-10 .content.pos-1 {
        padding: 230px 0 0 0;
    }
    .ce-feature-box-11 .img-box .overlay .text-box {
        top: 19px;
    }

    .ce-feature-box-11:hover .img-box .overlay .text-box {
        top: 0;
    }
    .ce-feature-box-33 .shape-1 {
        display: none;
    }
    .ce-feature-box-33 .shape-2 {
        display: none;
    }
    .ce-feature-box-33 .shape-3 {
        display: none;
    }
    .ce-feature-box-33 .shape-4 {
        display: none;
    }
    .ce-feature-box-33 .shape-5 {
        display: none;
    }

    .ce-feature-box-48 .text-box {
        padding: 40px;
    }

    .ce-feature-box-2 {
        padding: 40px;
    }
    .ce-feature-box-10 .play-btn-img {
        top: 20%;
    }
    .ce-feature-box-10 .content {
        padding: 170px 0 0 0;
    }
    .ce-feature-box-44 .name-box {
        bottom: -38%;
    }
    .ce-feature-box-44:hover .img-box .overlay .text-box {
        top: 60px;
    }
    .ce-feature-box-49 .text-box.pos-2 {
        left: 0;
    }
    .ce-feature-box-54 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1000px) {
}

/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
    .ce-feature-box-9-main .ce-feature-box-9 {
        position: static;
    }
    .ce-feature-box-65 .img-box {
        position: static;
        margin-top: 30px;
    }
    .ce-feature-box-65 .pattren-box {
        display: none;
    }
    .ce-feature-box-54 {
        padding: 90px 90px;
    }
    .ce-feature-box-9-main .ce-feature-box-9 {
        margin: 20px 0;
    }

    .ce-feature-box-33 .img-box .overlay {
        top: 615px;
    }
    .ce-feature-box-40 {
        position: static;
    }

    .ce-feature-box-40 .pattren-box {
        position: static;
    }

    .ce-feature-box-40 .pattren-box {
        position: static;
        height: 715px;
    }

    .ce-feature-box-49 .text-box {
        position: static;
    }
    .ce-feature-box-49 {
        position: static;
    }
    .ce-feature-box-19 .img-box .overlay {
        top: 865px;
    }
    .ce-feature-box-55 {
        margin-bottom: 30px;
    }
}

/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
}

/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
    .ce-feature-box-54 {
        position: static;
    }
    .ce-feature-box-10 .content.pos-1 {
        padding: 140px 0 0 0;
    }
    .ce-feature-box-10 .play-btn-img.pos-1 {
        top: 15%;
    }
    .ce-feature-box-64 {
        position: static;
    }
    .ce-feature-box-64.bmargin {
        margin-bottom: 45px;
    }
    .ce-feature-box-55 {
        margin-bottom: 20px;
    }
    .ce-feature-box-55 .text-box {
        position: static;
        width: 100%;
        padding: 40px 36px;
        top: 0;
        left: 0;
    }
}

/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {
}

@media screen and (max-width: 640px) {
    .ce-feature-box-10 .play-btn-img img {
        width: 40%;
    }
    .ce-feature-box-44 .name-box {
        width: 100%;
        left: 0;
        bottom: -25%;
    }
    .ce-feature-box-44 {
        margin-bottom: 180px;
    }
    .ce-feature-box-55 .text-box {
        position: static;
        width: 100%;
        top: 0;
        left: 0;
    }
    .ce-feature-box-16 .main-box .inner-box {
        position: static;
    }
    .ce-feature-box-40 .pattren-box {
        position: static;
        height: 605px;
    }
    .ce-feature-box-10 .content {
        padding: 100px 0 0 0;
    }

    .ce-feature-box-59 .img-box .overlay a.btn {
        top: 695px;
    }
    .ce-feature-box-59:hover .img-box .overlay a.btn {
        top: 300px;
    }
}

@media screen and (max-width: 480px) {
    .ce-feature-box-54 .newsletter {
        width: 100%;
    }
    .ce-feature-box-54 .newsletter-btn {
        width: 100%;
    }

    .ce-feature-box-10 .content.pos-1 {
        padding: 79px 0 0 0;
    }
    .ce-feature-box-10 .content.pos-1 h2 {
        font-size: 18px;
    }
    .ce-feature-box-29 {
        position: static;
    }
    .ce-feature-box-29 {
        margin-bottom: 30px;
    }
    .ce-feature-box-40 .pattren-box {
        height: 465px;
    }
    .ce-feature-box-49 .text-box {
        width: 100%;
    }
    .ce-feature-box-10 .content h2 {
        font-size: 20px;
    }

    .h1 {
        font-size: 60px;
    }
}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
    .ce-feature-box-44 {
        margin-bottom: 120px;
    }
    .ce-feature-box-44:hover .img-box .overlay .text-box {
        top: 50px;
    }
    .ce-feature-box-55 {
        margin-bottom: 40px;
    }
    .ce-feature-box-48 .text-box {
        padding: 60px;
    }
    .ce-sub-text {
        width: 90%;
    }
    .ce-feature-box-35 .newsletter {
        width: 100%;
    }
    .ce-feature-box-35 .newsletter-btn {
        width: 100%;
    }
    .ce-feature-box-40 .pattren-box {
        height: 350px;
    }

    .ce-feature-box-40 .play-btn-img {
        top: 105px;
    }

    .ce-feature-box-40 .play-btn-img img {
        width: 45%;
    }
}

/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
    .ce-feature-box-44:hover .img-box .overlay .text-box {
        top: 30px;
    }
    .ce-feature-box-69 .shape-2.pos-3 {
        left: 180px;
    }
    .ce-feature-box-69 .shape-4.pos-1 {
        left: 225px;
    }
}
