<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

a {
    outline: none !important;
    text-decoration: none !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #041823;
    font-weight: 400;
}

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

h1, h2, h3, h4 {
    padding: 0px;
    margin: 0px;
}

.wrapper {
    padding-left: 160px;
    position: relative;
    min-height: 550px;
}

.container {
    width: 100%;
    max-width: 1380px
}

.footer .container {
    width: 100%;
    max-width: 1300px
}

.footer-bottom-bar .container {
    width: 100%;
    max-width: 1300px
}

.navbar {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 160px;
    height: 100%;
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: #012839;
}

    .navbar .navbar-header {
        padding: 29px 0px 18px;
        text-align: center;
        width: 100%;
    }

    .navbar .navbar-brand {
        padding: 0px;
        display: inline-block;
        height: auto;
        float: none;
    }

        .navbar .navbar-brand img {
            width: 126px;
        }

#navbar &gt; ul &gt; li {
    width: 100%;
    text-align: center;
}

    #navbar &gt; ul &gt; li &gt; a {
        padding: 12px 8px 12px 0;
        color: #fff;
        font-weight: bold;
        border-left: 8px solid transparent;
        font-weight: 400;
        background: none;
    }

        #navbar &gt; ul &gt; li &gt; a span {
            display: block;
            padding-bottom: 6px;
        }

        #navbar &gt; ul &gt; li &gt; a:hover, #navbar &gt; ul &gt; li.on &gt; a {
            border-left: 8px solid #00bef2;
        }

    #navbar &gt; ul &gt; li &gt; ul {
        background: #012331;
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        border: none;
        box-shadow: none;
        min-width: 100%;
    }

        #navbar &gt; ul &gt; li &gt; ul &gt; li {
            width: 100%;
        }

            #navbar &gt; ul &gt; li &gt; ul &gt; li &gt; a {
                padding: 12px 0;
                color: #fff;
                font-weight: bold;
                display: block;
                font-weight: 400;
                text-align: center;
            }

                #navbar &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, #navbar &gt; ul &gt; li &gt; ul &gt; li &gt; a:focus {
                    color: #00bef2;
                    background: #0e3343;
                    text-decoration: none;
                }

#nav-1095 a {
    color: #d05048 !important;
}

.search_sec {
    position: relative;
    margin-top: 40px;
}

    .search_sec input[type="text"] {
        width: 100%;
        height: 60px;
        padding: 0 45px;
        background: #022230;
        color: #74858d;
        font-size: 18px;
        border: none;
        outline: none;
    }

    .search_sec input[type="submit"] {
        position: absolute;
        top: 0px;
        height: 60px;
        right: 0px;
        width: 60px;
        background: url(../images/search_icon.png) no-repeat center;
        text-indent: -9999px;
        border: none;
    }

        .search_sec input[type="submit"]:hover {
            opacity: 0.7;
        }

.heading {
    text-align: center;
    padding: 25px 0 44px;
}

    .heading h1 {
        text-transform: uppercase;
        color: #00bef2;
        margin: 0px;
        font-size: 24px;
        font-weight: normal;
        font-family: 'montserratsemibold';
    }

    .heading p {
        font-size: 24px;
        text-transform: uppercase;
        color: #00bef2;
        font-weight: normal;
        font-family: 'montserratlight';
    }

.content_row h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    border-bottom: 2px solid #44535b;
    text-align: center;
    line-height: normal;
    margin: 0px;
    padding-bottom: 8px;
    position: relative;
}

.content_row.last {
    margin-bottom: 100px;
}

.featured {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .featured li {
        float: left;
        margin-right: 15px;
        width: 500px;
        position: relative;
    }

        .featured li a {
            display: block;
        }

        .featured li img {
            width: 100%;
            display: block;
        }

        .featured li .overflow {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 50%;
            background: rgba(4, 14, 19, 0.8);
            height: 100%;
            padding: 28px 18px 20px 12px;
        }

            .featured li .overflow h5 {
                font-size: 14px;
                color: #fff;
                font-weight: bold;
                margin: 0px 0 2px;
            }

            .featured li .overflow p {
                font-size: 12px;
                color: #d9d9d9;
                font-family: 'montserratlight';
            }

                .featured li .overflow p span {
                    color: #fff;
                }

.content_row h3 a.view_all {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #b4bbbd;
    text-transform: none;
    text-decoration: none;
}

    .content_row h3 a.view_all:hover {
        color: #00bef2;
    }

/*Scroller*/
.content_6, .content_7 {
    position: relative;
    margin: 35px auto 40px;
    width: 100%;
    height: auto;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .content_6.toggle_width {
        width: 70%;
    }

#mcs_t_5 {
    background: #e7be00;
}

.thumb_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 1850px;
}

    .thumb_list li {
        float: left;
        width: 140px;
        position: relative;
        padding: 5px;
    }

        .thumb_list li img {
            width: 100%;
            display: block;
        }

        .thumb_list li .overflow {
            position: absolute;
            top: 7px;
            left: 7px;
            width: auto;
            background: rgba(0, 0, 0, 0.5);
            padding: 2px 4px;
            color: #fff;
        }

.mCustomScrollBox .thumb_list li .details {
    min-height: 92px;
}

.thumb_list li .details {
    position: relative;
    min-height: 120px;
    padding-bottom: 20px;
    overflow: hidden;
}

    .thumb_list li .details h5 {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin: 15px 0 0 0px;
    }

    .thumb_list li .details p {
        font-size: 11px;
        font-family: 'montserratlight';
        color: #fff;
    }

.thumb_list li:hover {
    background: #027ea2;
}

.other_sec .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #003747;
}

.single_sec .thumb_list {
    width: 100%;
}

    .single_sec .thumb_list li .details {
        min-height: inherit;
    }

.other_sec .mCSB_horizontal .mCSB_container {
    margin-bottom: 50px;
}

.footer {
    background: #1a1a1a;
    padding: 38px 0;
}

.paypal_logo {
    padding-top: 20px;
}

a.footer-logo {
    display: block;
}

    a.footer-logo img {
        margin: 0 auto;
    }

.social_list {
    text-align: right;
    padding-top: 15px;
}

    .social_list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        .social_list ul li {
            display: inline-block;
            padding: 0 6px;
            font-size: 18px;
            font-weight: 400;
        }

            .social_list ul li a:hover {
                opacity: 0.8;
            }

.footer-bottom-bar {
    background: #000;
    padding: 10px 0;
}

    .footer-bottom-bar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        .footer-bottom-bar ul li {
            display: inline-block;
            margin-right: 70px;
            font-size: 12px;
            font-weight: 400;
            columns: #fff:
        }

            .footer-bottom-bar ul li a {
                text-decoration: none;
                color: #ed1e79;
            }

                .footer-bottom-bar ul li a:hover {
                    color: #00bef2;
                }

.ftr-link-sec {
    padding-top: 50px;
}

    .ftr-link-sec h3 {
        padding-bottom: 4px;
        margin: 0px;
        font-size: 12px;
        color: #00bef2;
        font-weight: 400;
    }

    .ftr-link-sec ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .ftr-link-sec ul li {
            width: 100%;
            line-height: 22px;
        }

            .ftr-link-sec ul li a {
                font-size: 12px;
                color: #fff;
                font-weight: 400;
                text-decoration: none;
            }

                .ftr-link-sec ul li a:hover {
                    color: #00bef2;
                }

.social_list ul li a {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    line-height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 19px;
}

.social_list ul li.facebook a {
    background: #314a7e;
}

.social_list ul li.twitter a {
    background: #339dc3;
}

.social_list ul li.facebook a:hover {
    color: #314a7e;
    background: #fff;
}

.social_list ul li.twitter a:hover {
    color: #339dc3;
    background: #fff;
}



.mob-hide {
}

.desk-hide {
    display: none;
}

/*............. Start Article Page .............*/

.search-bar {
    display: block;
    padding: 12px 0;
    margin: 30px 0;
    background: #011319;
    text-align: center;
}

ul.social {
    display: inline-block;
    border-right: 1px #cacaca solid;
    padding-right: 20px;
}

    ul.social li {
        display: block;
        padding: 0 5px;
        float: left;
        line-height: 40px;
        text-align: center;
    }

        ul.social li a {
            width: 40px;
            height: 40px;
            display: block;
            font-size: 22px;
            color: #fff;
            background: #314a7e;
            border-radius: 50%;
        }

        ul.social li:nth-child(2) a {
            background: #349cc1;
        }

        ul.social li:nth-child(3) a {
            background: #ed5223;
        }

        ul.social li a:hover {
            display: block;
            background: #fff;
            color: #02151c;
        }

.select-wrapper {
    width: 200px;
    margin-left: 16px;
}

.search-bar .selectboxit-container {
    margin-left: 16px;
}

    .search-bar .selectboxit-container .selectboxit {
        width: 200px !important;
    }

    .search-bar .selectboxit-container .selectboxit-options {
        width: 100%;
    }

.inner-wrapper {
    padding-bottom: 70px;
}

.article-outer {
    max-width: 1070px;
    margin: 0 auto;
    padding-bottom: 60px;
}

    .article-outer .content {
        max-width: 760px;
        padding: 26px 0 64px 0;
    }

        .article-outer .content .date {
            display: block;
            padding-bottom: 2px;
            font-family: 'montserratlight';
            font-size: 14px;
        }

        .article-outer .content h4 {
            padding-bottom: 26px;
            font-size: 18px;
        }

        .article-outer .content p {
            padding-bottom: 10px;
            font-family: 'montserratlight';
        }

.inner-wrapper .share-icons {
    max-width: 760px;
}

.devider { /* margin:0px; */
    border-color: #44535b;
    border-width: 2px 0 0;
}

/*............. Start Blog Page .............*/

ul.our-blog {
    max-width: 1240px;
    margin: 0 auto;
}

    ul.our-blog li {
        width: 25%;
        padding: 0 7px;
        padding-bottom: 36px;
        float: left;
    }

        ul.our-blog li .date {
            display: block;
            padding-bottom: 3px;
            font-family: 'montserratlight';
            font-size: 14px;
        }

        ul.our-blog li .cnt-block {
            display: block;
            padding: 16px 20px 0 10px;
        }

            ul.our-blog li .cnt-block p {
                margin-bottom: 6px;
                font-size: 18px;
            }

            ul.our-blog li .cnt-block a {
                display: block;
                float: right;
                color: #00bcf0;
            }

                ul.our-blog li .cnt-block a:hover {
                    color: #fff;
                }

.pagination {
    margin: 15px 0 0 0;
    text-align: center;
}

    .pagination &gt; li &gt; a {
        width: 40px;
        height: 40px;
        line-height: 28px;
        background: none;
        color: #fff;
        margin: 0 4px;
        border: none;
        border-radius: 50%;
        text-align: center;
    }

    .pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span, .pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
        border-radius: 50%;
    }

    .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
        background: #00475e;
        color: #fff;
    }

    .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
        background: #00475e;
    }



ul.category-all {
    max-width: 1120px;
    min-height: 492px;
    margin: 40px auto 0;
}

    ul.category-all li {
        width: 13.8%;
        padding: 0 7px;
        margin-bottom: 20px;
        float: left;
    }

        ul.category-all li a {
            display: block;
            position: relative;
            color: #fff;
        }

            ul.category-all li a .over {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0px;
                top: 0px;
                background: rgba(1, 22, 35, 0.7);
                text-align: center;
                transition: all 0.25s ease-in-out;
            }

                ul.category-all li a .over span {
                    font-size: 18px;
                    position: absolute;
                    margin: 0 auto;
                    left: 0px;
                    right: 0px;
                    top: 50%;
                    margin-top: -8px;
                }

            ul.category-all li a:hover .over {
                background: rgba(1, 22, 35, 0.2);
            }


.thumb_list.category {
    width: auto;
    margin: 40px -7px 0 -7px;
}

    .thumb_list.category li {
        width: 11.1%;
    }

.article-outer.cnt-sec {
    margin-top: 40px;
    padding-bottom: 45px;
}

    .article-outer.cnt-sec .content {
        padding: 56px 0 0;
    }

        .article-outer.cnt-sec .content p:nth-last-child(2) {
            padding-bottom: 35px;
        }

.button {
    min-width: 138px;
    display: inline-block;
    padding: 9px 25px;
    background: #012836;
    border: 2px #00BAF2 solid;
    border-radius: 25px;
    font-weight: 700;
    color: #00BAF2;
    text-align: center;
}

    .button:hover {
        background: #00BAF2;
        color: #fff;
    }

.field-validation-error {
    color: #ff6161;
    margin-top: 5px;
    display: block;
}

ul.testimonials {
    margin: 40px auto;
}

    ul.testimonials li {
        width: 316px;
        padding: 0 10px;
        float: left;
    }

        ul.testimonials li .inner {
            display: block;
            min-height: 295px;
            padding: 55px 16px 84px 16px;
            background: #011319;
            text-align: center;
            position: relative;
        }

        ul.testimonials li .quotes {
            height: 146px; /*position:absolute*/
            ;
            display: table;
        }

        ul.testimonials li .inner p {
            display: table-cell;
            vertical-align: middle;
        }

        ul.testimonials li .bottom-sec {
            display: block;
            position: absolute;
            bottom: 20px;
            padding-top: 12px;
        }

        ul.testimonials li .img-block {
            display: block;
            padding-right: 14px;
            float: left;
        }

        ul.testimonials li .name {
            display: block;
            padding-top: 6px;
            float: left;
            text-align: left;
            text-transform: uppercase;
        }

            ul.testimonials li .name span {
                display: block;
                font-family: 'montserratlight';
                text-transform: none;
            }

/*edits*/

.cre-password {
    width: 275px;
    margin: 20px auto 0
}

    .cre-password .make-simple-mar {
        margin: 0px auto 250px;
    }

    .cre-password label, .cre-password a {
        display: block
    }

    .cre-password label {
        font-size: 14px;
        padding: 20px 0;
        margin: 0px;
    }

    .cre-password input {
        width: 100%;
        height: 40px;
    }

.form-btn {
    margin-top: 20px;
}

    .form-btn a, .form-btn button {
        width: auto;
        display: inline-block;
        padding: 9px 0;
        float: right;
        font-size: 13px;
    }

.form-validation {
    margin-top: 20px;
}

.pass-sav label {
    font-weight: 400;
    color: #d05048 !important;
    font-size: 12px;
}

/*edit page*/
.cre-password h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.cre-password input {
    color: #222;
    padding: 0 15px;
}

.edit-acc {
    width: 775px;
    margin: 0 auto
}

    .edit-acc .pass-sav label {
        padding: 0px;
    }

    .edit-acc .pass-sav {
        padding: 20px 0;
    }

/*forgot password*/
.login-btn {
    width: 100%;
    margin-top: 20px;
}

    .login-btn a {
        min-width: 125px;
        display: inline-block;
        padding: 9px 0;
        float: left;
        font-size: 13px;
        margin-left: 22px
    }

        .login-btn a:first-child {
            margin-left: 0px;
        }

.make-left {
    border: 2px solid #fff !important;
    color: #fff !important;
}

    .make-left:hover {
        background: #fff !important;
        color: #00baf2 !important;
    }

/*privacy page*/
.privacy .article-outer {
    padding-bottom: 0px;
}

/*login*/
.film-models .modal-content {
    background: rgba(0,0,0,0);
}

    .film-models .modal-content .modal-header {
        border-bottom: 0px;
    }

    .film-models .modal-content .modal-footer {
        border-top: 0px !important;
    }

.film-models .modal-content {
    box-shadow: 0 0 0 0;
    border: 0px !important;
}

.modal-open .film-models .modal {
    z-index: 999999;
}
/* Things start getting a bit dodgy here - overwriting Bootstrap lots. */
.film-models {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1041 /* one more than modal-backdrop */;
}

    .film-models .modal {
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }

.film-models {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open .film-models .modal-under .pop-form {
    margin-top: 0;
}

.modal-backdrop {
    background: none !important;
}

.modal-backdrop {
    background: rgb(7,29,38) !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=50) !important;
}

.pop-form {
    width: 325px;
}

    .pop-form h3 {
        font-size: 18px;
    }

    .pop-form h3, .pop-form input, .pop-form label, .pop-form a {
        display: block;
    }

    .pop-form label {
        padding: 20px 0;
    }

    .pop-form input {
        height: 40px;
        width: 100%;
        color: #011319;
        padding: 0 20px;
    }

    .pop-form .forgot {
        padding: 18px 0 0;
        display: inline-block;
    }

.sub-btn {
    width: 100%
}

.for-message {
    margin-bottom: 15px;
}

.sub-btn a {
    float: right;
    width: 150px;
}

.for-message a {
    color: #00bcf0;
    border-bottom: 1px solid #00bcf0
}

.pop-form .label-text {
    width: 100%;
    color:
}

    .pop-form .label-text label {
        color: #dd5349;
        font-weight: 400;
    }

.close {
    opacity: 1
}

    .close img {
        border: 1px solid #fff !important;
        display: table;
        padding: 3px;
        height: auto;
        opacity: 1 !important;
        width: auto;
        margin-top: 0px;
    }

.pop-form {
    margin: 150px auto 0
}

.inner-wrapper .pop-form {
    margin-top: 70px;
}

.pop-form p {
    margin: 0px;
    padding-top: 20px;
}

.pop-form h3 span {
    display: block;
}

.sub-btn {
    margin-top: 20px;
}

    .sub-btn .sub-btn-left {
        float: left;
    }

    .sub-btn .sub-btn-right {
        float: right;
    }

/*end of login*/

/*testi-page-erapper*/
.testi-page-wrapper ul.testimonials {
    width: 100% !important;
    max-width: 100%;
}

.testi-page-wrapper .people-saying h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    padding: 0 10px;
}

.testi-page-wrapper ul.testimonials li {
    padding: 10px !important
}

.testi-page-wrapper .people-saying {
    padding-bottom: 20px;
}
/*end of testi-page-erapper*/

/*watchlist*/
.details .remove {
    font-size: 13px;
    color: #d05048;
    position: absolute;
    bottom: 0
}

.thumb_list li {
    position: relative;
    margin-bottom: 20px;
}

.colored h3 {
    color: #d05048
}
/*end of watchlist*/

/*featured*/
.featured .heading img {
    margin: 15px auto;
}

.featured .heading p {
    color: #fff;
    font-weight: 700;
    line-height: 25px;
}

.heading p span {
    display: block;
    text-transform: lowercase;
}

.categories-demo .thumb_list li {
    width: 168px;
}
/*end of featured*/

.categories-bottom-wrapper {
    text-align: center;
}

    .categories-bottom-wrapper.content_row h3 {
        border-bottom: 0px !important
    }

.contact-page .contact-box {
    padding: 45px 0 15px 0;
}

.contact-page .contact-inner {
    max-width: 1070px;
    margin: 0 auto;
    padding-bottom: 60px;
}

/*history page*/
.details .remove.history {
    color: #00bbf2;
    font-size: 12px;
    line-height: 13px;
}

    .details .remove.history span {
        display: block;
    }

.search h2 {
    font-size: 24px
}
/*end of history page*/

.sitemap ul {
    padding-left: 2em;
    list-style: disc;
}

    .sitemap ul li {
        list-style: disc;
        clear: left;
    }
/* ==========================================================================
   1/24/07 ---- two pages
========================================================================== */
.contactpage {
    margin-bottom: 60px;
}

    .contactpage fieldset {
        max-width: 1070px;
        margin: 0 auto;
    }

    .contactpage h4 {
        padding-bottom: 20px;
    }

    .contactpage .selectboxit-container {
        margin-left: 0px;
        width: 100%;
    }

    .contactpage select {
        width: 100%
    }

    .contactpage .selectboxit-container .selectboxit {
        min-width: 100% !important;
        max-width: 100% !important
    }

    .contactpage .selectboxit-container ul {
        min-width: 100% !important;
        max-width: 100% !important
    }

    .contactpage .selectboxit-btn {
        background: #fff;
    }

    .contactpage .selectboxit-default-arrow::after {
        color: #000;
        font-style: normal;
        font-size: 25px;
    }

    .contactpage .spc {
        margin-bottom: 18px;
    }

@media only screen and (min-width:992px) {
    .contactpage .contour form {
        border-right: 2px solid #44535b;
        padding-right: 40px;
    }
}

.contactpage form .button {
    color: #00bbf2;
    font-size: 14px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #00bbf2;
    float: right;
    background: none;
    padding: 9px 34px;
    margin-top: 20px;
}

    .contactpage form .button:hover {
        background: #00bbf2;
        color: #fff
    }

.contactpage .thanku {
    color: #df5244;
    float: right;
    margin-top: 15px;
    font-family: 'montserratlight'
}

.contactpage .office span {
    display: block
}

.contactpage .office a {
    color: #00bbf2
}

.contactpage-content {
    padding: 30px;
    clear: both;
    overflow: hidden;
}

.faq-page .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.faq-page .resp-tabs-container {
    padding: 0px;
    clear: left;
}

.faq-page h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.faq-page .resp-tab-content {
    display: none;
    padding: 15px;
    background: #0b1e27;
    font-size: 14px;
}

.faq-page .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.faq-page .resp-content-active, .faq-page .resp-accordion-active {
    display: block;
}

.faq-page h2.resp-accordion {
    font-size: 14px;
    padding: 10px 15px;
    color: #00bcf0;
}

.faq-page h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

.faq-page h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.faq-page .resp-vtabs .resp-tab-content {
    border: none;
}

.faq-page .resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.faq-page .resp-arrow {
    width: 20px;
    height: 11px;
    float: right;
    margin-top: 3px;
    background: url(../images/bottom-arrow.png) no-repeat;
}

.faq-page h2.resp-tab-active span.resp-arrow {
    background: url(../images/top-arrow.png) no-repeat;
}



/* ==========================================================================
   1/25/07
    ========================================================================== */
.full-movie {
    clear: both;
}

    .full-movie h1 {
        font-size: 24px;
        color: #fff;
        font-family: 'montserratlight';
        font-size: 24px;
        line-height: 38px;
    }

        .full-movie h1 span {
            text-transform: none;
            display: block
        }

    .full-movie .video-block {
        background: #01151d;
        position: relative;
    }

        .full-movie .video-block .video-player iframe,
        .full-movie .video-block .advert-player {
            width: 100%;
            height: 500px;
            position: absolute;
            top: 0
        }

            .full-movie .video-block .video-player .vjs-fullscreen iframe {
                width: 100%;
                height: 100%;
            }

        .full-movie .video-block .video-player .vjs-fullscreen #ima-seek-bar-div {
            width: 100% !important;
        }

            .full-movie .video-block .video-player.fullscreen iframe,
            .full-movie .video-block .advert-player.fullscreen {
                position: fixed;
                top: 0;
                left: 0;
                height: 100%;
                height: 100vh;
                width: 100%;
                width: 100vw;
                z-index: 9999;
            }

.full-movie .video-block .movie-outer {
    width: 100%;
    height: 100%
}

        .full-movie .video-block .movie-container {
            background: black;
            width: 100%;
            height: 100%
        }

        .full-movie .video-block .video-player {
            max-width: 100%;
            max-height: 100%;
            height: 100%;
        }

        .full-movie .video-block .video-player div.video-js {
            max-width: 100%;
            max-height: 100%;
        }

        .full-movie .video-block .video-player div.video-js .vjs-watermark {
            max-width: 25%;
            margin-right: 20px;
            margin-bottom: 5px;
        }

        .full-movie .video-block .movie-container .fullscreen-control {
            position: absolute;
            bottom: 10px;
            right: 12px;
            z-index: 9999;
            background-color: rgba(23, 35, 34, 0.75);
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 20px;
            text-align: center;
            border-radius: 0.2em;
            cursor: pointer;
            transition: opacity ease 1s, background ease 0.3s;
            opacity: 1;
        }

.full-movie .video-block .movie-container .fullscreen-control.transparent {
    opacity: 0.7;
}

        .full-movie .video-block .movie-container .fullscreen-control:hover {
            background: rgb(0, 173, 239);
        }

        .full-movie .video-block .top-box {
            width: 100%;
            height: 500px;
            position: relative;
            background: rgba(0,0,0,0.7);
            z-index: 999;
            display: flex;
            align-items: center;
        }

        .full-movie .video-block .inner {
            position: absolute;
            height: 100%;
            width: 100%;
            padding: 120px 0 0;
            top: 0%;
            text-align: center;
            z-index: 99999;
            background: rgba(0,0,0,0.7);
        }

        .full-movie .video-block h3 {
            border: none;
            font-size: 21px;
            text-transform: capitalize;
            font-size: 24px;
            line-height: 40px;
            padding-bottom: 30px;
        }

            .full-movie .video-block h3 span {
                display: block;
                font-size: 21px;
            }

.play-button-container {
    display: block;
}

@media only screen and (min-width:1199px) {
    .play-button-container {
        display: inline;
    }
}

.full-movie .video-block a {
    background: rgba(0,190,242,0.6);
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    height: 62px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #00bcf3;
    text-align: center;
    font-family: 'montserratsemibold';
    margin-right: 30px;
    margin-bottom: 5px;
}

.full-movie .video-block .paypal-button-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(31,82,104,0.6);
    cursor: pointer;
    text-align: center;
}

@media only screen and (min-width:1199px) {
    .full-movie .video-block .paypal-button-container {
        width: 300px;
    }
}

.full-movie .video-block .paypal-button {
    opacity: 0.05;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.full-movie .video-block .paypal-button-container .paypal-button.stop-payment * {
    pointer-events: none;
}

.full-movie .video-block a:hover {
    background: rgba(0,190,242,1);
}

.full-movie .video-block a i {
    display: block;
    font-style: normal
}

.full-movie .video-block a.advert-notice {
    background-color: rgb(31,82,104);
    cursor: default;
}

.full-movie .video-block a.advert-notice:hover {
        background-color: rgb(31,82,104);
    }

.full-movie .video-block a.advert-notice i {
        font-size: 0.9em;
    }
/*.full-movie .video-block a:last-child{margin-right:0px;}*/
.full-movie .btns .watch {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 8px !important;
    height: auto !important;
    font-size: 20px !important;
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 0px auto;
    width: 250px;
    height: 52px !important;
    background: none;
    border-color: #fff;
    vertical-align: middle;
    margin-bottom: 15px !important;
    font-size: 18px !important;
}

    .full-movie .btns .watch:before {
        content: "";
        width: 33px;
        height: 27px;
        background: url(../images/watch.png) no-repeat top;
        display: inline-block;
        margin-right: 0px;
        float: left;
        margin-left: 20px;
        margin-top: -1px;
    }

.full-movie .btns .add:before {
    content: "";
    width: 33px;
    height: 27px;
    background: url(../images/heart.png) no-repeat top;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
    margin-left: 20px;
}

.full-movie .btns .add {
    color: #ff534a
}

.full-movie .btns .btns-inner {
    height: 420px;
    overflow: hidden;
}

.full-movie .btns .movie-button {
    margin-top: 350px
}

.full-movie .btns .watch:hover {
    background: #00bbf2
}

.full-movie #trailer-buttons {
    text-align: center;
    margin-bottom: 111px;
}

    .full-movie #trailer-buttons a {
        margin: 0 0 1em;
        max-width: 100%;
    }

    .full-movie #trailer-buttons .paypal-button-container {
        width: 245px;
    }

.full-movie .social-box {
    background: #001319;
    margin: 35px 0;
    padding: 18px 40px
}

    .full-movie .social-box .details img {
        float: left;
        margin-right: 30px;
    }

    .full-movie .social-box .details i {
        font-style: normal;
        padding-bottom: 15px;
        display: block
    }

    .full-movie .social-box .details span {
        display: block;
        padding-bottom: 15px;
    }

    .full-movie .social-box .details h4 {
        font-size: 24px;
        font-family: 'montserratsemibold';
        padding-bottom: 10px;
    }

    .full-movie .social-box .details a {
        color: #00bcf3
    }

        .full-movie .social-box .details a:hover {
            color: #037691
        }

    .full-movie .social-box .details .full {
        width: 100%;
        display: block
    }

        .full-movie .social-box .details .full ul li {
            margin-top: 8px;
            font-family: 'montserratlight';
        }

    .full-movie .social-box .border {
        border-right: 1px solid #fff
    }

    .full-movie .social-box .comt {
        padding-left: 42px;
    }

        .full-movie .social-box .comt p {
            color: #cbcbcb
        }

        .full-movie .social-box .comt i {
            display: block;
            margin-top: 30px;
            font-style: normal
        }

    .full-movie .social-box .share-icons {
        margin-top: 100px;
    }

.category-list a {
    display: inline-block;
}

    .category-list a:after {
        content: ', ';
    }

    .category-list a:last-child:after {
        content: '';
    }

/*-----------Accordion styles-----------*/
.faq-page h2.resp-tab-active {
    background: none !important;
}

.faq-page .resp-easy-accordion h2.resp-accordion {
    display: block;
}

.faq-page .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .faq-page .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

.faq-page .resp-jfit {
    width: 100%;
    margin: 0px;
}

.faq-page .resp-tab-content-active {
    display: block;
}

.faq-page ul.resp-tabs-list {
    display: none;
}

.faq-page h2.resp-accordion {
    display: block;
}

.faq-page .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
}

.faq-page .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
}

.faq-page .resp-accordion-closed {
    display: none !important;
}

.faq-page .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.faq-page h4 {
    font-size: 18px;
}

.faq-page .spc-bottom {
    margin-bottom: 45px;
}

/*trailer page*/
.trailer-movie .full-movie .btns {
    position: absolute;
    margin-top: 0;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.full-movie .btns .watch.add {
    border-color: #ff534a
}

    .full-movie .btns .watch.add:hover {
        background: #ff534a;
        color: #fff
    }

.full-movie .btns .add:hover::before {
    background: rgba(0, 0, 0, 0) url("../images/heart-white.png") no-repeat scroll center top;
    content: "";
}

.trailer-movie .full-movie .video-block h3 {
    line-height: 25px;
    font-size: 22px;
}

    .trailer-movie .full-movie .video-block h3 span {
        font-size: 17px
    }

.trailer-movie .full-movie .video-block a {
    margin-right: 0px;
}

    .trailer-movie .full-movie .video-block a span {
        display: block;
    }

.description-wrapper {
    text-align: center;
    padding-top: 20px
}

    .description-wrapper a {
        line-height: 18px;
        width: 255px !important;
        padding: 7px !important;
        display: table-cell;
        vertical-align: middle;
        height: 60px !important;
        margin-bottom: 18px;
        padding-top: 10px !important;
    }

.video-container {
    /*position:relative;*/
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.watch.add &gt; span {
    padding-top: 4px;
}

/*end of trailer*/


@media only screen and (min-width:992px) and (max-width:1199px) {

    .container {
        max-width: 760px;
    }

    .navbar {
        width: 130px;
    }

    .wrapper {
        padding-left: 130px;
    }

    .featured li {
        width: 452px;
    }

    .thumb_list li {
        width: 147px;
    }

    .thumb_list {
        width: 1922px;
    }

    .heading h1, .heading p {
        font-size: 21px;
    }

    .content_row.last {
        margin-bottom: 10px;
    }

    .search-bar {
        margin: 20px 0;
        padding: 12px 22px;
    }

    ul.social {
        float: left;
    }

    .search-bar .selectboxit-container {
        float: left;
    }

    .inner-wrapper {
        padding-bottom: 40px;
    }

    .article-outer {
        padding-bottom: 42px;
    }

        .article-outer .content {
            padding: 26px 0 14px;
        }


    ul.our-blog {
        max-width: 622px;
    }

        ul.our-blog li {
            width: 50%;
        }

    ul.category-all {
        margin: 40px -7px 0 -7px;
    }

        ul.category-all li, .thumb_list.category li {
            width: 20%;
        }

    /*edit*/
    .edit-acc {
        width: 100%;
    }

    .description-wrapper a {
        width: auto !important;
        height: auto !important;
    }

    .full-movie .video-block a {
        padding: 7px 15px !important;
        width: 200px;
    }

    .trailer-movie .full-movie .video-block h3 {
        font-size: 14px;
        line-height: 12px;
    }

        .trailer-movie .full-movie .video-block h3 span {
            font-size: 12px;
        }

    .video-left-wrapper {
        padding: 0 !important
    }

    .description-wrapper {
        padding: 20px 0 !important
    }

    .full-movie .video-block {
        padding: 0 20px;
    }

        /* ==========================================================================
   1/25/07
    ========================================================================== */

        .full-movie .video-block h3, .full-movie .video-block h3 span {
            font-size: 18px;
            line-height: 23px;
        }

        .full-movie .video-block a {
            margin-right: 5px;
            padding: 7px 30px;
            font-size: 14px;
            width: 200px;
            height: 56px;
        }

            .full-movie .video-block a.advert-notice {
                font-size: 0.9em;
            }
            
    .full-movie .video-block a.advert-notice i {
        font-size: 0.9em;
    }

        .full-movie .video-block .paypal-button {
            margin: 10px 0;
        }

        .full-movie .video-block .paypal-button-parent-size-large {
            width: 200px !important;
        }

    .full-movie .btns .watch {
        font-size: 14px !important
    }

    .full-movie .btns .watch {
        width: 95%;
        padding: 9px 0 !important;
        height: 40px !important
    }

    .full-movie .btns {
        float: left;
        width: 90%;
    }

        .full-movie .btns .watch::before {
            margin-left: 20px;
            margin-right: -6px;
            background-size: 24px;
        }

        .full-movie .btns .add::before {
            margin-left: 20px;
            margin-right: -6px;
            background-size: 20px;
        }

    .full-movie .social-box .comt {
        padding-left: 15px;
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {

    .wrapper {
        padding-left: 100px;
    }

    #navbar &gt; ul &gt; li &gt; a {
        line-height: 16px;
    }

    .navbar {
        width: 100px;
    }

    .search_sec {
        margin-top: 28px;
    }

    .container {
        max-width: 610px;
    }

    .heading h1, .heading p {
        font-size: 21px;
    }

    .content_row h3 {
        font-size: 16px;
        border-bottom: 1px solid #838e92;
    }

    .content_row.last {
        margin-bottom: 10px;
    }

    .featured li {
        width: 460px;
        margin-bottom: 15px;
    }

    .heading {
        padding: 25px 0;
    }

    .thumb_list li {
        width: 146px;
    }

    .thumb_list {
        width: 1910px;
    }

    a.footer-logo img {
        width: 180px;
    }

    .search-bar {
        margin: 20px 0;
        padding: 12px;
    }

        .search-bar .selectboxit-container .selectboxit {
            width: 170px !important;
        }

    .inner-wrapper {
        padding-bottom: 40px;
    }

    .article-outer {
        padding-bottom: 42px;
    }

        .article-outer .content {
            padding: 26px 0 14px;
        }

    ul.social {
        float: left;
    }

    ul.our-blog li {
        width: 50%;
    }

    ul.category-all {
        margin: 40px -7px 0 -7px;
    }

        ul.category-all li, .thumb_list.category li {
            width: 25%;
        }

    ul.testimonials {
        margin: 40px -10px;
    }

        ul.testimonials li {
            width: 50%;
        }

    /*edit*/
    .edit-acc {
        width: 100%;
    }

    .navbar .navbar-brand img {
        width: 90px;
    }

    /* ==========================================================================
   1/24/07 ---- two pages
    ========================================================================== */
    .contactpage .form {
        border-bottom: 1px solid #fff;
        border-right: 0px;
        padding-right: 0px;
        padding-bottom: 35px;
        width: 450px;
        padding-left: 20px;
    }

    .contactpage .office {
        padding-top: 40px;
    }

    /* ==========================================================================
   1/25/07 
    ========================================================================== */
    .full-movie .btns {
        margin-top: 0px;
        padding: 15px 20px;
    }

        .full-movie .btns .watch {
            float: right
        }

    .full-movie .social-box {
        padding: 18px 15px;
    }

        .full-movie .social-box .details h4 {
            font-size: 17px
        }

        .full-movie .social-box .details img {
            margin-right: 10px;
        }

        .full-movie .social-box .details span {
            padding-bottom: 5px;
        }

        .full-movie .social-box .details span {
            font-size: 12px;
        }

        .full-movie .social-box .comt {
            padding-left: 0;
        }
    /*.full-movie .btns .watch{height:40px !important;} */
    .full-movie .btns {
        float: right
    }

        .full-movie .btns .watch1 {
            float: left !important
        }

        .full-movie .btns .watch {
            font-size: 12px !important;
            width: 170px;
            height: 46px;
            line-height: 12px;
        }

        .full-movie .btns .watch {
            margin-left: 10px !important;
        }

        .full-movie .btns .add::before {
            margin-right: 0;
            margin-left: 0px;
            background-size: 24px;
        }

        .full-movie .btns .watch.add {
            text-indent: -999em;
        }

        .full-movie .btns .watch::before {
            background-size: 25px;
            margin-top: -4px;
            margin-left: 10px;
        }

    .watch.add {
        width: 55px !important;
        border-radius: 100% !important;
        height: 40px !important;
        display: block;
    }

        .watch.add span {
            display: none !important;
        }

    .description-wrapper {
        height: auto !important;
    }

    .trailer-movie .full-movie .btns {
        bottom: 0;
        right: 20px;
    }

        .trailer-movie .full-movie .btns a {
            margin: 0px !important;
        }

    .full-movie .btns .watch::before {
        margin-left: 3px !important;
        margin-top: 3px !important;
    }

    .full-movie .video-block a {
        font-size: 13px;
        margin-right: 0;
    }

    .full-movie .video-block a.advert-notice {
        font-size: 0.9em;
    }
            
    .full-movie .video-block a.advert-notice i {
        font-size: 0.9em;
    }

    .full-movie .video-block .paypal-button {
        margin: 10px 0;
    }

    .full-movie .video-block .paypal-button-container .paypal-button {
        text-align: center;
    }

    .full-movie .video-block .paypal-button-parent-size-large {
        width: 200px !important;
    }

    .description-wrapper a {
        width: 32% !important;
        height: auto !important;
    }

    .trailer-movie .full-movie .btn-subs h3 {
        display: none;
    }

    /* !important is needed sometimes */
    ::-webkit-scrollbar {
        width: 12px !important;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #41617D !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: #41617D !important;
        }

    .full-movie .btns .watch {
        font-size: 14px !important;
        line-height: 26px;
    }

    .full-movie .btns .btns-inner {
        display: inline-block;
        height: auto;
        overflow: hidden;
    }

    .full-movie .btns .movie-button {
        margin-top: 0;
    }
}

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

    /* !important is needed sometimes */
    ::-webkit-scrollbar {
        width: 12px !important;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #000;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #41617D !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: #41617D !important;
        }

    .watch.add span {
        display: none !important;
    }

    .trailer-movie .full-movie .btns {
        position: relative;
    }

    .full-movie .video-block .btn-subs a {
        width: 80% !important;
        margin: 10px auto !important;
    }

    .full-movie .video-block a {
        font-size: 12px !important;
        width: 200px;
    }

    .trailer-movie .full-movie .video-block a {
        font-size: 16px !important;
    }

    .full-movie .video-block a.advert-notice {
        font-size: 0.9em !important;
    }
            
    .full-movie .video-block a.advert-notice i {
        font-size: 0.9em !important;
    }

    .full-movie .video-block .inner {
        padding: 50px 0 0;
    }

    .mob-hide {
        display: none;
    }

    .desk-hide {
        display: block;
    }

    .navbar .navbar-brand {
        margin-right: 15px;
    }

    .navbar {
        width: 100%;
        position: inherit;
    }

    .wrapper {
        padding: 0px;
    }

    .navbar .navbar-brand img {
        width: 126px;
    }

    .navbar .navbar-header {
        padding: 13px 0;
    }

    .navbar-default .navbar-toggle {
        float: left;
        margin: 0px 0 0 15px;
        border: 1px solid #fff;
        border-radius: 0px;
        background: none !important;
    }

    .navbar-toggle .icon-bar {
        width: 18px;
        height: 3px;
        background: #fff !important;
    }

    .search_sec {
        margin-top: 20px;
    }

        .search_sec input[type="text"] {
            height: 40px;
            padding-left: 20px;
        }

        .search_sec input[type="submit"] {
            height: 40px;
        }

    .heading {
        padding-bottom: 15px;
    }

        .heading h1, .heading p {
            font-size: 16px;
        }

    .content_row h3 {
        font-size: 16px;
        border-bottom: 1px solid #838e92;
    }

        .content_row h3 a.view_all {
            display: none;
        }

    .social_list {
        padding: 25px 0;
    }

        .social_list ul {
            text-align: center;
        }

    .paypal_logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ftr-link-sec ul {
        margin-bottom: 20px;
    }

    .thumb_list li {
        width: 153px;
    }

    .thumb_list {
        width: 1996px;
    }

    .footer {
        padding-bottom: 25px;
    }

    .featured li {
        width: 455px;
        margin-bottom: 15px;
    }

    a.footer-logo img {
        width: 180px;
    }

    .social_list ul li:first-child {
        margin-right: 12px;
    }

    .social_list ul li {
        padding: 0 8px;
    }


    .search-bar {
        margin: 15px -15px 0px -15px;
    }

        .search-bar .selectboxit-container {
            width: calc(100% - 30px);
            margin: 0 15px 10px 15px;
        }

    ul.social {
        display: block;
        margin-bottom: 10px;
        padding-right: 0px;
        border: none;
    }

        ul.social li {
            float: none;
            display: inline-block;
        }

    .search-bar .selectboxit-container .selectboxit {
        width: 100% !important;
    }

    .inner-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .article-outer {
        padding-bottom: 42px;
    }

        .article-outer .content {
            padding: 26px 0 14px;
        }

    ul.our-blog {
        margin: 0 -7px;
    }

        ul.our-blog li {
            width: 50%;
        }

            ul.our-blog li img {
                width: 100%;
            }

    ul.category-all, .thumb_list.category {
        margin: 0px -7px 0 -7px;
    }

        ul.category-all li, .thumb_list.category li {
            width: 25%;
        }

            ul.category-all li a img {
                width: 100%;
            }

    ul.testimonials {
        margin: 40px -10px;
    }

        ul.testimonials li {
            width: 50%;
        }
    /*edit*/
    .edit-acc {
        width: 100%;
    }

    .pop-form {
        margin: 80px auto 0
    }

    ul.testimonials li .quotes {
        position: relative;
    }





    /* ==========================================================================
       1/24/07 ---- two pages
        ========================================================================== */
    .contactpage .form {
        border-bottom: 1px solid #fff;
        border-right: 0px;
        padding-right: 0px;
        padding-bottom: 35px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contactpage .office {
        padding-top: 40px;
    }

    /* ==========================================================================
       1/25/07 ---- two pages
        ========================================================================== */


    .full-movie .video-block a {
        margin-right: 0px;
        width: 220px;
        display: block;
        margin: 5px auto;
        font-size: 13px;
        height: 50px;
    }

    .full-movie .video-block .paypal-button-parent-size-large {
        width: 100% !important;
    }

    .full-movie .video-block .paypal-button {
        margin: 10px 0;
    }

    .full-movie .video-block .paypal-button-parent-size-large {
        width: 220px !important;
    }

    .full-movie .video-block a:last-child {
        margin: 0px auto
    }

    .full-movie .video-block h3 {
        display: none
    }

    .full-movie .btns {
        margin-top: 0px;
    }

        .full-movie .btns .watch {
            display: inline-block
        }

    .full-movie .video-block .top-box {
        height: 250px;
    }

    .full-movie .video-block .video-player iframe,
    .full-movie .video-block .advert-player {
        height: 250px;
    }
    
    .watch.add &gt; span {
        display: none
    }

    .watch.add {
        width: 55px !important;
        border-radius: 100% !important;
        height: 40px !important;
    }

    .full-movie .btns .add::before {
        margin-left: 2px;
    }

    .full-movie .btns {
        float: right;
        margin-top: 0;
        padding: 15px 15px 0 0;
    }

        .full-movie .btns .watch {
            font-size: 14px !important;
            vertical-align: top;
            margin-left: 1em !important;
        }

        .full-movie .btns .watch {
            width: 180px;
        }

        .full-movie .btns .watch {
            line-height: 26px;
            width: 180px;
        }

            .full-movie .btns .watch.add {
                text-indent: -999em;
            }

    .full-movie .social-box {
        padding: 10px;
    }

        .full-movie .social-box .details img {
            float: left;
            margin-right: 10px;
        }

        .full-movie .social-box .details h4 {
            font-size: 15px;
        }

        .full-movie .social-box .details span {
            display: block;
            padding-bottom: 4px;
        }

        .full-movie .social-box .details i {
            display: block;
            font-style: normal;
            padding-bottom: 10px;
        }

        .full-movie .social-box .border {
            border-right: none
        }

        .full-movie .social-box .comt {
            padding-left: 0px;
        }

        .full-movie .social-box .border {
            padding-bottom: 20px;
        }

        .full-movie .social-box .comt {
            padding-top: 15px;
            border-top: 1px solid #fff;
        }

    .full-movie .btns .btns-inner {
        display: inline-block;
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
    }

    .full-movie .btns .movie-button {
        margin-top: 0;
    }
}

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

    .thumb_list li {
        width: 151px;
    }

    ul.our-blog li {
        width: 100%;
        padding: 0 0 36px 0;
    }

    ul.category-all li, .thumb_list.category li {
        width: 33.3%;
    }

    ul.testimonials li {
        width: 100%;
        margin-bottom: 20px;
    }
}


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

    .heading {
        padding-left: 20px;
        padding-right: 20px;
    }

    .thumb_list li {
        width: 164px;
    }

    .thumb_list {
        width: 2145px;
    }

    .pagination &gt; li &gt; a {
        width: 36px;
        height: 36px;
        margin: 0 2px;
    }

    ul.category-all li, .thumb_list.category li {
        width: 50%;
    }
}

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

    .thumb_list li {
        width: 145px;
    }

    .pop-form {
        width: 100%;
    }
}

/*31/01/2017*/
.content_6 {
    overflow: hidden;
}

@media only screen and (max-width:484px) {
    .featured {
        width: 2820px;
    }
}

hr.line {
    border-bottom: 2px solid #44535b;
}

/* Umbraco Forms */

.umbraco-forms-field {
    display: block;
    margin: 15px 0;
    clear: both;
}

    .umbraco-forms-field .fieldLabel {
        font-size: 14px;
        font-family: 'montserratlight';
        font-weight: normal;
        float: left;
        width: 30%;
        padding-right: 30px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .umbraco-forms-field &gt; .field {
        float: left;
        width: 70%;
        margin-bottom: 5px;
    }

    .umbraco-forms-field.titleanddescription &gt; .field {
        width: 100%;
    }

.contourIndicator {
    display: block;
    font-weight: normal;
}

.umbraco-forms-field input {
    border-radius: 0px;
    width: 100%;
    height: 40px;
    border: none;
    padding: 15px;
    color: #555555;
}

.umbraco-forms-field select {
    color: #555555;
}

.umbraco-forms-field .selectboxit-text {
    font-size: 14px;
    color: #555555
}

.umbraco-forms-field textarea {
    width: 100%;
    border-radius: 0px;
    height: 120px;
    color: #555555;
    border: none;
    padding: 15px;
    resize: vertical;
}

.contourNavigation input[type=submit] {
    margin-left: 30%;
    color: black;
}

.contourNavigation input[type=submit]:hover {
    color: white;
}

@media only screen and (max-width:477px) {
    .umbraco-forms-field .fieldLabel, .umbraco-forms-field &gt; .field {
        width: 100%;
    }
    .contourNavigation input[type=submit] {
        margin-left: 0;
    }
}

/* Title and Content */
/* On desktop, the title is on the left and is bold, while the content is on the right. Features on the contact page. */
.title-content {
    overflow: hidden;
    margin: 15px 0;
}

.title-content-title {
    float: left;
    width: 30%;
    font-weight: bold;
    padding-right: 30px;
}

.title-content-content {
    float: left;
    width: 70%;
}

@media only screen and (max-width:477px) {
    .title-content-title, .title-content-content {
        width: 100%;
    }
}

.error {
    text-align: center;
    margin: 50px 0;
}

/*#rmpPlayer-container.fullscreen {
    width: 100% !important;
    width: 100vw !important;
    height: 100% !important;
    height: 100vh !important;
}

.video-overlay.fullscreen {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    left: 0;
    top: 0;
    opacity: 1;
    background: black;
}

    .video-overlay.fullscreen .video-advert-container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        height: unset !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

        .video-overlay.fullscreen .video-advert-container .fluid-width-video-wrapper {
            width: 100%;
            position: relative;
            padding: 50%;
            padding-top: 50%;
        }

            .video-overlay.fullscreen .video-advert-container .fluid-width-video-wrapper iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }*/

.form-check {
    margin-top: 20px;
}

.form-check .form-check-input {
    height: auto;
    padding: 0;
    display: inline;
    width: auto;
}

    .form-check .form-check-label {
        padding: 0;
        display: inline;
    }

    body.movie.fullscreen &gt; .wrapper {
        padding-left: 0;
    }

    body.movie.fullscreen &gt; .wrapper &gt; nav {
        display: none;
    }</pre></body></html>