/*Designed by Scriptcafe.in*/
/*-----------------------------General Styles--------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 93.75%;
}


    html ::selection {
        color: #ffffff;
        background: #272727;
    }

body {
    font-family: Lato;
    font-size: 16px;
}

section {
    padding: 30px 0;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.42857rem;
    list-style-position: outside;
    font-family: inherit;
}

.green {
    background: #00aff0;
}

.spacing.three {
    height: 60px;
}

.spacing.two {
    height: 40px;
}

.spacing {
    height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1.07143rem;
    line-height: 1.4;
}

div.section-heading > h2.title-1 {
    color: #333
}

.martop-1 {
    margin-top: 20px
}

.site-header {
    position: fixed;
    background: #00aff0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1px 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    /* background:url('../images/background-header.png');*/
}

.hotline {
    float: left;
    font-family: Lato;
    font-size: 30px;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .site-header {
        /*position: relative;*/
    }

        .site-header .main-header .logo a {
            color: #272727 !important;
        }
}

.site-header .inner-header {
    padding: 0 70px;
}

@media (max-width: 991px) {
    .site-header .inner-header {
        padding: 0 15px;
    }
}

.site-header .main-header .logo {
    float: left;
    margin: 10px 0;
}

    .site-header .main-header .logo a {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        text-transform: uppercase;
    }

.scrolled-header {
    background: #fff;
    padding: 0;
    border-color: #dddddd;
}

    .scrolled-header .main-header .logo a {
        color: #272727;
    }

    .scrolled-header .main-navigation ul > li > a {
        color: #272727;
    }

        .scrolled-header .main-navigation ul > li > a.cart {
            color: #fff;
        }

.header-right-toggle {
    padding: 15px 0 15px 30px;
}

    .header-right-toggle a {
        color: #272727;
    }

a.side-menu-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #272727;
}

    a.side-menu-button i {
        margin-right: 6px;
    }

nav.main-navigation {
    position: relative;
    z-index: 20;
}

    nav.main-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav.main-navigation ul li {
            position: relative;
            display: inline-block;
            padding: 10px;
        }

            nav.main-navigation ul li ul.sub-menu {
                position: absolute;
                top: 57px;
                left: 0;
                width: 180px;
                background: #fff;
                padding: 15px 0;
                -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
                visibility: hidden;
                opacity: 0;
                -moz-transform: translate3d(0, 20px, 0);
                -o-transform: translate3d(0, 20px, 0);
                -ms-transform: translate3d(0, 20px, 0);
                -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                nav.main-navigation ul li ul.sub-menu li {
                    display: block;
                    padding: 0;
                    margin: 0;
                }

                    nav.main-navigation ul li ul.sub-menu li a {
                        text-transform: capitalize;
                        color: #272727;
                        font-size: 13px;
                        padding: 5px 15px;
                    }

            nav.main-navigation ul li:hover ul.sub-menu {
                visibility: visible;
                opacity: 1;
                -moz-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

        nav.main-navigation ul a {
            font-size: 12px;
            text-transform: uppercase;
            color: #fff;
            display: block;
            padding: 1px 5px;
            font-weight: 700;
        }

    nav.main-navigation > ul li > a {
        padding: 8px 10px;
    }

    nav.main-navigation ul a i {
        margin-left: 7px;
    }

    nav.main-navigation > ul li ul li ul {
        display: none !important;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    nav .main-navigation ul a {
        padding: 10px 0;
    }
}

nav.responsive-menu ul {
    padding: 25px 15px;
    margin: 0;
    list-style: none;
}

    nav.responsive-menu ul li {
        display: block;
        position: relative;
        border-bottom: 1px #eee solid
    }

        nav.responsive-menu ul li ul li {
            display: block;
            position: relative;
            border-bottom: 0px #eee solid
        }

        nav.responsive-menu ul li .show-submenu {
            position: absolute;
            top: 5px;
            right: 15px;
            cursor: pointer;
            color: #a8a8a8;
        }

        nav.responsive-menu ul li .sub-menu {
            display: none;
            padding: 0 0 0 30px;
        }

            nav.responsive-menu ul li .sub-menu.open {
                display: block;
            }

            nav.responsive-menu ul li .sub-menu li {
                position: relative;
                margin: 0;
                padding: 0 0 0 10px
            }

                nav.responsive-menu ul li .sub-menu li:before {
                    content: '..';
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

            nav.responsive-menu ul li .sub-menu a {
                padding: 2px;
                text-transform: capitalize;
            }

nav.responsive-menu a {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    margin: 0;
    color: #757575;
}

.sidebar-menu-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.sidebar-menu-container {
    position: relative;
    overflow: hidden;
}

.sidebar-menu-push {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.sidebar-menu-overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
}

.sidebar-menu-open .sidebar-menu-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow-y: auto;
}

    .sidebar-menu::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 1;
    }

.sidebar-menu-open .sidebar-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
}

.slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 250px;
}

.slide-from-left.sidebar-menu {
    z-index: 1;
}

.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s;
}

.slide-from-left.sidebar-menu::after {
    display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
    .sidebar-menu {
        width: 320px;
    }

    .slide-from-left.sidebar-menu-open .sidebar-menu-push {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0);
    }

    .ie9 .slide-from-left .sidebar-menu-push {
        margin-left: 320px;
    }
}

.footer {
    background: #242c42;
    color: #fff;
}

    .footer p {
        color: #fff;
        font-size: 12px
    }

    .footer ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .footer a {
        color: #fff;
        font-size: 13px;
    }

        .footer a:hover {
            color: #f60;
        }

.socials li {
    float: left;
}

    .socials li a {
        padding-right: 20px;
        font-size: 20px;
    }

.links {
    margin-bottom: 40px;
}

    .links h4, .footer h4 {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase
    }

.button {
    font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.35714rem;
    padding-right: 1.71429rem;
    padding-bottom: 0.42857rem;
    padding-left: 1.71429rem;
    background-color: #00aff0;
    color: #FFFFFF;
}

.footer input.email-address {
    padding: 5px 15px;
    height: 2.3rem;
    background: #eee;
    color: #000;
    border: none;
}



@media (max-width: 991px) {
    .team-member {
        padding: 30px 0px;
    }
}

.team-member img {
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

    .team-member img:hover {
        opacity: 0.5;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

.team-member .team-content {
    background: #f2f2f2;
    background: none;
    padding: 5px 0px 20px 0px;
    /*  text-align: center;
*/
}

.team-member .team-content-1 {
    background: none;
    padding: 5px 0px 20px 0px;
    /*  text-align: center;
*/
}

.team-content-1 p, .team-content-1 h4 {
    color: #fff;
}

.team-member .team-content h3 {
    margin-bottom: 5px;
}

.team-member .team-content span {
    color: #9e9e9e;
}

.team-member .team-content p {
    margin-top: 15px;
}

.team-member .social-icons {
    text-align: center;
    border: 1px solid #eee;
}

    .team-member .social-icons ul {
        padding: 0;
        margin: 0;
    }

        .team-member .social-icons ul li {
            list-style: none;
            display: inline-block;
        }

        .team-member .social-icons ul a {
            color: white;
            font-size: 12px;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #ddd;
            display: inline-block;
            line-height: 30px;
            margin: 15px 5px;
        }

            .team-member .social-icons ul a:hover {
                background-color: #272727;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -o-transition: all 1s;
                -ms-transition: all 1s;
                transition: all 1s;
            }

.blog-posts .section-heading {
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .blog-item {
        padding: 30px 0px;
    }
}

.blog-item h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .blog-item h3 a {
        color: #272727;
    }

        .blog-item h3 a:hover {
            color: #000;
        }

.blog-item img {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    overflow: hidden !important;
}

    .blog-item img:hover {
        opacity: 0.5;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

.blog-item span {
    font-size: 13px;
    color: #9e9e9e;
}

    .blog-item span a {
        color: #9e9e9e;
    }

.blog-item p {
    padding-top: 15px;
}

.blog-item a {
    color: #757575;
}

    .blog-item a:hover {
        color: #272727;
    }

.blog-item .read-more {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    text-align: right;
}

    .blog-item .read-more a {
        color: #aeaeae;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        text-align: right;
    }

        .blog-item .read-more a:hover {
            color: #272727;
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -o-transition: all 0.8s;
            -ms-transition: all 0.8s;
            transition: all 0.8s;
        }

.on-blog .blog-item {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .on-blog .blog-item {
        padding: 10px 30px;
    }
}

.blog-page-nav {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .blog-page-nav {
        padding: 0px 30px 50px 30px;
    }
}

.blog-page-nav ul {
    padding: 0;
    margin: 0;
}

    .blog-page-nav ul li {
        list-style: none;
        display: inline-block;
    }

        .blog-page-nav ul li a {
            display: inline-block;
            padding: 8px 12px;
            margin: 0 2px;
            color: #757575;
            text-transform: uppercase;
        }

            .blog-page-nav ul li a:hover {
                color: #ffffff;
                background-color: #272727;
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                -o-transition: all 0.8s;
                -ms-transition: all 0.8s;
                transition: all 0.8s;
            }

            .blog-page-nav ul li a.current {
                background-color: #272727;
                cursor: default;
                color: #ffffff;
            }

.on-blog-grid .blog-item {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .on-blog-grid .blog-item {
        padding: 10px;
    }
}

.blog-single img {
    max-width: 100%;
    background-size: cover;
    overflow: hidden !important;
}

.blog-single-item h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0px 20px 0px;
}

    .blog-single-item h3 a {
        color: #272727;
    }

        .blog-single-item h3 a:hover {
            color: #000;
        }

.blog-single-item img {
    max-width: 100%;
    background-size: cover;
    overflow: hidden !important;
}

.blog-single-item span {
    font-size: 13px;
    color: #9e9e9e;
}

    .blog-single-item span a {
        color: #9e9e9e;
    }

.blog-single-item p {
    padding-top: 20px;
}

    .blog-single-item p em {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #aaa;
    }

        .blog-single-item p em i {
            margin-left: 30px;
            margin-right: 15px;
            color: #ffffff;
            background-color: #272727;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            display: inline-block;
        }

.blog-single-item a {
    color: #757575;
}

    .blog-single-item a:hover {
        color: #272727;
    }

.blog-single-content {
    background-color: #f2f2f2;
    padding: 15px 35px 35px 35px;
}

    .blog-single-content .share-post {
        border-top: 1px solid #dddddd;
        padding-top: 30px;
        margin-top: 30px;
    }

        .blog-single-content .share-post span {
            color: #757575;
        }

.blog-comments {
    padding: 100px 0px 60px 0px;
    display: inline-block;
}

@media (max-width: 991px) {
    .blog-comments {
        padding: 80px 30px;
    }
}

.blog-comments h2 {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin: 10px 0px 40px 0px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #272727;
}

.blog-comments .second-comment-item {
    margin-left: 100px;
}

.blog-comments ul.coments-content {
    padding: 0;
    margin: 0;
}

    .blog-comments ul.coments-content a {
        color: #5e5e5e;
    }

        .blog-comments ul.coments-content a:hover {
            color: #272727;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
        }

    .blog-comments ul.coments-content li {
        list-style: none;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .blog-comments ul.coments-content li .author-title {
            font-size: 18px;
        }

        .blog-comments ul.coments-content li .comment-date {
            font-size: 13px;
            color: #9e9e9e;
            margin-bottom: 15px;
        }

    .blog-comments ul.coments-content span.comment-date {
        display: block;
    }

    .blog-comments ul.coments-content p {
        display: block;
    }

.blog-comments img {
    width: 100px;
    height: auto;
    float: left;
    background-size: cover;
    overflow: hidden;
    margin-right: 15px;
}

.submit-comment {
    padding: 0px 0px;
    display: inline-block;
}

    .submit-comment h2 {
        border-top: 1px solid #dddddd;
        padding-top: 30px;
        margin: 10px 0px 40px 0px;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #272727;
    }

    .submit-comment .btn-black {
        padding-top: 30px;
        float: left;
    }

#contact_form {
    padding-top: 20px;
}

@media (max-width: 767px) {
    #contact_form .subject {
        margin-top: 30px;
    }
}

#contact_form label {
    font-size: 15px;
    color: #757575;
}

#contact_form input {
    border: 1px solid #dddddd;
    height: 40px;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    width: 100%;
    max-width: 100%;
    float: left;
}

#contact_form textarea {
    margin-top: 30px;
    border: 1px solid #dddddd;
    height: 40px;
    outline: none;
    padding: 10px 10px;
    font-size: 14px;
    color: #757575;
    width: 100%;
    max-width: 100%;
    height: 140px;
}


#contact_form .boxCaptcha {
    background: url(../img/bgcaptcha.png) -3px -5px;
    text-align: center;
    height: 34px;
    min-width: 100px;
    max-width: 150px;
    padding: 7px 10px;
    line-height: 20px;
    color: #000;
    font-size: 18pt;
    font-weight: 900;
    letter-spacing: 8px;
}

    #contact_form .boxCaptcha:after {
        font-family: monospace, monospace;
        font-size: 19pt;
        text-transform: uppercase;
    }

#contact_form .form-group {
    margin-bottom: 3px;
}

.has-error .form-control {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442 !important;
}

section.contact-us {
    padding: 0px 0px 100px 0px;
}

.contact-map {
    margin-top: 20px;
}

.send-message {
    padding: 0px 0px;
    display: inline-block;
}

    .send-message .btn-black {
        padding-top: 30px;
        display: inline-block;
    }

.portfolio {
    background: #00aff0;
}

#owl-portfolio .item {
    padding: 20px 0px 60px 0px;
    margin: 10px;
}

#owl-portfolio {
    margin-left: -10px;
    margin-right: -10px;
}

    #owl-portfolio img {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

figure {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

    figure:hover figcaption {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }

figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(250, 250, 250, 0.9);
    color: #fff;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}

figure img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}

figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

figcaption h3 {
    color: #272727;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    right: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

figcaption p {
    color: #757575;
    padding: 0px 20px;
    position: relative;
    left: 100%;
}

figure:hover h3,
figure:hover p {
    left: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
}

figcaption a:hover {
    color: #ffffff;
    background: #fff;
}

.portfolio-page-nav {
    margin-top: 30px;
}

    .portfolio-page-nav ul {
        padding: 0;
        margin: 0;
    }

        .portfolio-page-nav ul li {
            list-style: none;
            display: inline-block;
        }

            .portfolio-page-nav ul li a {
                display: inline-block;
                padding: 8px 12px;
                margin: 0 2px;
                color: #757575;
                text-transform: uppercase;
            }

                .portfolio-page-nav ul li a:hover {
                    color: #ffffff;
                    background-color: #272727;
                    -webkit-transition: all 0.8s;
                    -moz-transition: all 0.8s;
                    -o-transition: all 0.8s;
                    -ms-transition: all 0.8s;
                    transition: all 0.8s;
                }

                .portfolio-page-nav ul li a.current {
                    background-color: #272727;
                    cursor: default;
                    color: #ffffff;
                }

.owl-navigation .btn {
    font-size: 18px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    padding: 0;
}

.owl-navigation .go-to {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #ffffff;
    width: 200px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.on-portfolio img {
    width: 100%;
}

.on-portfolio {
    background: #ffffff;
}

    .on-portfolio .item {
        margin-bottom: 30px;
    }

@media (max-width: 991px) {
    .on-portfolio .item {
        padding: 0px 40px;
    }
}

#portfolio-grid {
    margin-top: 100px;
}

#projects-filter a {
    display: inline-block;
    padding: 10px 12px;
    margin: 0 2px;
    color: #757575;
    text-transform: uppercase;
}

    #projects-filter a:hover {
        color: #272727;
    }

    #projects-filter a.active {
        background-color: #272727;
        cursor: default;
        color: #ffffff;
    }

.single-project-item h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0px 20px 0px;
}

    .single-project-item h3 a {
        color: #272727;
    }

        .single-project-item h3 a:hover {
            color: #000;
        }

.single-project-item img {
    max-width: 100%;
    background-size: cover;
    overflow: hidden !important;
}

.single-project-item span {
    font-size: 13px;
    color: #9e9e9e;
}

    .single-project-item span a {
        color: #9e9e9e;
    }

.single-project-item p {
    padding-top: 20px;
}

    .single-project-item p em {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #aaa;
    }

        .single-project-item p em i {
            margin-left: 30px;
            margin-right: 15px;
            color: #ffffff;
            background-color: #272727;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            display: inline-block;
        }

.single-project-item a {
    color: #757575;
}

    .single-project-item a:hover {
        color: #272727;
    }

.single-content {
    background-color: #f2f2f2;
    padding: 15px 35px 35px 35px;
}

    .single-content .share-post {
        border-top: 1px solid #dddddd;
        padding-top: 30px;
        margin-top: 30px;
    }

        .single-content .share-post span {
            color: #757575;
        }

.single-project-sidebar {
    padding-top: 20%;
    margin-left: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .single-project-sidebar {
        margin-top: 250px;
        margin-left: 0px;
    }
}

.single-project-sidebar .about-author {
    background-color: #f2f2f2;
    text-align: center;
    padding: 30px;
}

    .single-project-sidebar .about-author img {
        border: 5px solid #ffffff;
        border-radius: 50%;
        margin-top: -110px;
    }

    .single-project-sidebar .about-author h3 {
        margin-bottom: 5px;
    }

    .single-project-sidebar .about-author span {
        font-size: 13px;
        color: #9e9e9e;
    }

    .single-project-sidebar .about-author p {
        margin-top: 15px;
    }

.single-project-sidebar .info {
    margin: 15px 0px;
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
}

    .single-project-sidebar .info span {
        color: #aaa;
        font-weight: 600;
    }

        .single-project-sidebar .info span em {
            font-style: normal;
            color: #272727;
        }

    .single-project-sidebar .info .social-icons {
        text-align: center;
    }

        .single-project-sidebar .info .social-icons ul {
            padding: 0;
            margin: 0;
        }

            .single-project-sidebar .info .social-icons ul li {
                list-style: none;
                display: inline-block;
            }

            .single-project-sidebar .info .social-icons ul a {
                color: white;
                font-size: 12px;
                width: 28px;
                height: 28px;
                border-radius: 50%;
                background-color: #e7e7e7;
                display: inline-block;
                line-height: 30px;
                margin: 0px 5px;
            }

                .single-project-sidebar .info .social-icons ul a:hover {
                    background-color: #272727;
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -o-transition: all 1s;
                    -ms-transition: all 1s;
                    transition: all 1s;
                }

.similar-projects {
    border-top: 1px solid #dddddd;
}

@media (max-width: 991px) {
    .similar-projects .item {
        padding: 20px 10px;
    }
}

.similar-projects img {
    width: 100%;
}

.widget-item {
    margin-left: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .widget-item {
        padding: 60px 30px;
        margin: 0px;
    }
}

.widget-item h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #272727;
}

.widget-item .dec-line {
    width: 30px;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 30px;
    margin-top: 20px;
}

.widget-item .social-icons {
    margin-top: -5px;
}

    .widget-item .social-icons ul {
        padding: 0;
        margin: 0;
    }

        .widget-item .social-icons ul li {
            list-style: none;
            display: inline-block;
        }

        .widget-item .social-icons ul a {
            text-align: center;
            color: white;
            font-size: 12px;
            width: 28px;
            height: 28px;
            background-color: #e7e7e7;
            display: inline-block;
            line-height: 30px;
            margin: 0px 1px;
            margin-top: 10px;
        }

            .widget-item .social-icons ul a:hover {
                background-color: #272727;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -o-transition: all 1s;
                -ms-transition: all 1s;
                transition: all 1s;
            }

.widget-item .blog-search-field {
    border: 1px solid #dddddd;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px;
    font-size: 13px;
    color: #757575;
}

.widget-item ul.recent-item {
    padding: 0;
    margin: 0;
}

    .widget-item ul.recent-item a {
        color: #4e4e4e;
    }

        .widget-item ul.recent-item a:hover {
            color: #272727;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
        }

    .widget-item ul.recent-item li {
        list-style: none;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .widget-item ul.recent-item li .post-title {
            font-size: 17px;
        }

        .widget-item ul.recent-item li .post-info {
            margin-top: 5px;
            font-size: 13px;
            color: #9e9e9e;
        }

    .widget-item ul.recent-item span.post-info {
        display: block;
    }

.widget-item img {
    width: 70px;
    height: auto;
    float: left;
    background-size: cover;
    overflow: hidden;
    margin-right: 15px;
}

.widget-item .flickr-feed ul {
    padding: 0;
    margin: 0;
}

    .widget-item .flickr-feed ul li {
        list-style: none;
        display: inline-block;
        margin: 6px 0px;
    }

.page-heading {
    background-size: cover;
    background: url(../images/title.png) repeat;
}

    .page-heading .page-name {
        position: relative;
        margin-top: 5%;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

        .page-heading .page-name h1 {
            display: inline-block;
            padding: 10px 20px 50px 20px;
            overflow: hidden;
            font-size: 28px;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #fff;
        }

        .page-heading .page-name span {
            text-align: center;
            text-transform: uppercase;
            color: #757575;
            font-size: 12px;
            display: block;
            position: relative;
            margin-top: -75px;
            padding-bottom: 00px
        }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272727;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 20px;
    color: #272727;
    line-height: 28px;
}

h4 {
    font-size: 30px;
    color: #272727;
    font-weight: 300;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

.first-line {
    font-size: 62px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.second-line {
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.slider .tp-caption {
    visibility: hidden;
    opacity: 0;
}

.tp-bullets {
    z-index: 20 !important;
}

@media (max-width: 991px) {
    .service-item {
        padding: 30px 0px;
    }
}

@media (max-width: 767px) {
    .service-item {
        padding: 30px;
    }
}

.service-item span {
    font-size: 35px;
    text-align: center;
    display: inherit;
    color: #fff;
}

.service-item h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.service-item p {
    color: #fff;
}

.on-services {
    text-align: center;
}

    .on-services .service-item {
        margin-bottom: 40px;
    }

    .on-services .icon {
        text-align: center;
        display: inline-block;
    }

.clients {
    background-color: #f2f2f2;
}

    .clients .client-item {
        margin: 5px;
        padding: 5px 30px;
        background-color: #ffffff;
    }

    .clients img {
        width: 100%;
    }

        .clients img:hover {
            opacity: 0.5;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

.call-to-action-1 {
    /*text-align: center;*/
    border-bottom: 1px solid #dddddd;
}

    .call-to-action-1 h4 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .call-to-action-1 p {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .call-to-action-1 .btn-black {
        float: left;
    }

.call-to-action-2 {
    overflow: visible;
    padding: 0px;
    width: 100;
    background: #f2f2f2;
    position: relative;
}

    .call-to-action-2 .left-text {
        padding: 70px 0;
        padding-right: 60px;
        width: 50%;
    }

        .call-to-action-2 .left-text h4 {
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 1px;
        }

        .call-to-action-2 .left-text p {
            padding-top: 20px;
        }

        .call-to-action-2 .left-text em {
            font-size: 16px;
            color: #aaa;
            font-weight: 300;
            font-style: normal;
        }

    .call-to-action-2 .right-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-image: url(../images/calltoaction-image.jpg);
    }

.call-to-action-3 {
    padding: 60px;
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 991px) {
    .call-to-action-3 {
        padding: 30px 0px;
        text-align: center;
    }
}

.call-to-action-3 h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.call-to-action-3 .btn-black {
    float: right;
}

@media (max-width: 991px) {
    .call-to-action-3 .btn-black {
        text-align: center;
        float: none;
        display: inline-block;
        padding: 20px 0px;
    }
}

.testimonials {
    background: #242c42;
}

#owl-demo .item {
    padding: 30px 0px;
    margin: 10px;
}

.pagination {
    width: 15px;
    height: 15px;
    background: #272727;
}

.testimonials-post {
    text-align: center;
    background: #ffffff;
    padding: 30px;
}

    .testimonials-post span {
        font-size: 18px;
        color: #757575;
    }

    .testimonials-post p {
        padding-top: 15px;
        font-size: 12px;
        font-style: italic;
    }

    .testimonials-post h6 {
        padding-top: 15px;
        font-size: 15px;
    }

        .testimonials-post h6 em {
            font-style: normal;
            font-size: 12px;
            color: #757575;
        }

.btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 30px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-slider {
    font-size: 12px;
    letter-spacing: 3px;
    color: #ffffff !important;
    border-radius: 25px;
    background: #272727;
}

.btn-black a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #272727;
    color: #ffffff;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

    .btn-black a:hover {
        color: #ffffff;
        opacity: 0.8;
        transition: all 0.5s;
    }

.border-btn a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #272727;
    border: 2px solid #272727;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 56px;
}

    .border-btn a:hover {
        opacity: 0.8;
        transition: all 0.5s;
    }

.second-btn {
    background-color: #ffffff;
    color: #272727 !important;
}

@media (max-width: 991px) {
    .prev-btn {
        padding: 0px 0px;
        width: 120px;
    }
}

.prev-btn a {
    margin-top: 60px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #757575;
    color: #ffffff;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

@media (max-width: 991px) {
    .prev-btn a {
        padding: 0px 0px;
        width: 150px;
    }
}

.prev-btn a i {
    margin-right: 10px;
}

.prev-btn a:hover {
    color: #ffffff;
}

.next-btn {
    float: right;
    text-align: right;
}

@media (max-width: 991px) {
    .next-btn {
        padding: 0px 0px;
    }
}

.next-btn a {
    margin-top: 60px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #272727;
    color: #ffffff;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

@media (max-width: 991px) {
    .next-btn a {
        padding: 0px 0px;
        width: 150px;
    }
}

.next-btn a i {
    margin-left: 10px;
}

.next-btn a:hover {
    color: #ffffff;
}

.go-top {
    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 14px !important;
}

.section-heading {
    text-align: center;
    margin-top: 15px
}

    .section-heading h2 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0px;
        letter-spacing: 2px;
        color: #fff;
    }

    .section-heading .section-dec {
        width: 100px;
        height: 1px;
        background-color: #dddddd;
        margin: 15px auto 30px auto;
    }

.section-heading-white h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    color: #ffffff;
    letter-spacing: 2px;
}

.section-heading-white .section-dec {
    width: 80px;
    height: 1px;
    background-color: #dddddd;
    margin: 15px 0 5px 0;
}

.font-fam1 {
    font-family: "SFU ClearGothic"
}

.bg-1 {
    background: #242c42;
    color: #fff;
}

    .bg-1 h3 {
        color: #fff;
    }

        .bg-1 h3 a {
            color: #00aff0;
        }

.price {
    font-size: 23px;
    font-weight: 700
}

.price-off {
    text-decoration: line-through;
    margin-left: 25px;
    font-size: 20px;
}

.login {
    background: #065dd1;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: none
}

.shop-popup .qty input[type="text"], .shop-popup .qty input[type="number"], input#dQy[type="number"] {
    float: left;
    height: 42px;
    margin-right: 4px;
    text-align: center;
    color: #333
}

.VAT, .Ship {
    padding-left: 20px;
    font-size: 15px
}

    .VAT::before {
        content: ".Tax: ";
        color: #00aff0
    }

    .Ship::before {
        content: ".Fee ship: ";
        color: #00aff0
    }

    .Ship a {
        color: #fff
    }

.login a {
    color: #fff;
    text-align: center
}

.btn-green {
    background: #00aff0;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    border: none
}

    .btn-green a {
        color: #fff;
        text-align: center
    }

.send {
    background: #242c42;
    color: #fff;
    text-align: center;
    margin: 15px;
    border-radius: 4px
}

    .send a {
        color: #fff;
        text-align: center
    }

    .send:hover {
        background: rgba(36, 44, 66, 0.8);
        color: #fff;
    }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls {
    width: 100%;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0px 5px;
        filter: alpha(opacity=50);
        /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: transparent;
        border: 2px solid #888;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: alpha(opacity=100);
        /*IE7 fix*/
        opacity: 1;
        display: inline-block;
    }

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.go-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 77;
    font-size: 18px;
    text-align: center;
    background: #1d1d1d;
    color: #fff !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

    .go-top.go-top-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .go-top.go-topfade-out {
        opacity: 1;
    }

@media (max-width: 991px) {
    .go-top {
        right: 20px;
        bottom: 20px;
    }
}

@media (min-width: 992px) {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px;
    }
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano .content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
    }

        .nano .content:focus {
            outline: 0;
        }

        .nano .content::-webkit-scrollbar {
            visibility: hidden;
        }

.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible;
}

.nano .pane {
    position: absolute;
    width: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .nano .pane .slider {
        background: #fff;
        background: rgba(255, 255, 255, 0.5);
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

.nano:hover .pane,
.pane.active,
.pane.flashed {
    opacity: 0.99;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano .content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
    }
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icond41d.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}


.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon,
.addthis_default_style .at300b, .addthis_default_style .at300bo,
.addthis_default_style .at300bs, .addthis_default_style .at300m {
    float: none !important;
}

.lobibox-backdrop {
    z-index: 999998;
}

.lobibox, .lobibox-notify-wrapper {
    z-index: 999999;
}


.cart-box {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 360px;
    width: 100%;
    background: #fff;
    height: 100%;
    transform: translateX(360px);
    transition: all 300ms;
}

.active-cart {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .active-cart .cart-box {
        transform: translateX(0px);
        z-index: 99999999;
        box-shadow: 1px 1px 5px #333;
    }

    .active-cart .mask-close {
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        cursor: pointer;
    }

.cart-box .cart-product-details {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
}

.widget_shopping_cart_content .wrap-cart {
    position: relative;
}

.cart-box .cart-product-title {
    font-size: 14px;
}

.rit-shopping-cart, .wrap-cart {
    height: 100%;
    width: 100%;
}

.cart-bottom .cart-item, .cart-bottom .cart-buttons {
    margin: 0;
    padding: 20px;
}

.cart-bottom {
    height: 155px;
    border-top: 1px dashed #e5e5e5;
}

    .cart-bottom .rit-button {
        text-align: center;
        width: calc(50% - 5px);
        height: 40px;
        line-height: 40px;
        border: none;
    }

    .cart-bottom .rit-button-checkout {
        margin: 0;
    }

    .cart-bottom .cart-total strong span {
        font-size: 16px;
    }

.rit-shopping-cart .cart-header {
    padding: 30px 20px;
    border-bottom: 1px dashed #e5e5e5;
    width: 100%;
    display: inline-block;
    height: 90px;
}

.rit-shopping-cart .cart-contents {
    height: calc(100% - 175px);
    overflow: hidden;
    overflow-y: auto;
}

.rit-shopping-cart .product_list_widget {
    height: 100%;
    margin: 0;
}

.rit-shopping-cart ul.product_list_widget {
    list-style: none;
    margin: 0;
}

    .rit-shopping-cart ul.product_list_widget li {
        padding: 15px 10px;
        margin: 0;
        list-style: none;
    }

.rit-shopping-cart .cart-item {
    position: relative;
    margin: 0 -20px 0;
    padding: 0 20px 20px;
    border-bottom: 1px dashed #e5e5e5;
    line-height: normal;
}

.rit-button {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-style: normal !important;
    font-weight: 700;
    line-height: 33px;
    margin: 0 4px 0 0;
    padding: 0 17px;
    text-transform: uppercase;
    border: 1px solid;
}

    .rit-button.rit-button-cart {
        background-color: #a1a1a1;
        border-color: #a1a1a1;
    }

        .rit-button.rit-button-cart:hover,
        .rit-button.rit-button-checkout:hover {
            background-color: #333;
            border-color: #333;
            color: #fff;
        }

#boxCartContent {
    font-size: 9pt;
    color: #333;
}

    #boxCartContent .media-objects {
        float: left;
        margin: 0 10px 0 0;
    }

    #boxCartContent a {
        color: #333;
    }

        #boxCartContent a:hover {
            color: #F67122 !important;
        }

    #boxCartContent .price {
        line-height: 24px;
        display: block;
        padding: 5px 0;
        color: #333;
        font-size: 10pt;
        font-weight: 700;
        position: relative;
        text-align: left;
    }

        #boxCartContent .price strong {
            color: #ff9248;
        }

    #boxCartContent .percent {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: inline-block;
        width: 55px;
        height: 24px;
        padding: 0 2px 0 6px;
        line-height: 25px;
        background: url(../img/icon/discount.svg) no-repeat;
        background-size: contain;
        color: #fff;
        font-size: 9pt;
        text-align: center;
        font-weight: 400;
        vertical-align: text-top;
        vertical-align: 4px;
        font-style: normal;
    }

    #boxCartContent a.remove {
        color: #d41a1a;
    }


/*CART*/


.page-cart {
    width: 100% !important;
    max-width: none;
    padding: 0;
}

    .page-cart .page-content {
        padding: 20px 0;
    }

    .page-cart table.table {
        font-family: Arial, Arial;
    }

        .page-cart table.table thead tr {
            background: #00aff0;
            color: #fff;
            border-bottom: 1px solid #00aff0;
        }

            .page-cart table.table thead tr th {
                padding: 15px 10px;
                text-transform: uppercase;
                font-weight: 600;
            }

            .page-cart table.table thead tr th,
            .page-cart table.table tbody tr td {
                font-size: 9pt;
            }

        .page-cart table.table tr a.remove {
            font-size: 14pt;
            font-weight: normal;
        }

        .page-cart table.table tr .media a {
            text-decoration: none;
            color: #000;
            font-family: Arial, Arial;
            font-size: 10pt;
        }

            .page-cart table.table tr .media a:hover {
                color: #F58634;
            }

        .page-cart table.table tr .media .media-objects {
            width: 80px;
        }

        .page-cart table.table tfoot tr {
            background: #eee;
            color: #333;
            font-size: 10pt;
        }

            .page-cart table.table tfoot tr td {
                padding: 15px 10px;
                font-weight: 600;
                vertical-align: middle;
            }

                .page-cart table.table tfoot tr td strong {
                    color: #FF4C4C;
                    font-size: 14pt;
                }

.media-object_color {
    width: 60px;
}

.page-cart table.table tr .media .media-left {
    float: left;
    margin: 0 0px 0 0;
}

.page-cart table.table tr .media .media-body .option {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}

.page-cart table.table tr .boxNumber button.btn {
    background: #666;
    border: 1px solid #666;
    padding: 4px 6px;
}

.page-cart table.table tr .numberic {
    text-align: center;
    width: 50px;
    padding: 4px 6px;
    height: 28px;
    line-height: 20px;
    margin: 0 auto;
}

.page-cart table.table tbody {
    border-bottom: 3px solid #666;
}

    .page-cart table.table tbody td {
        padding-right: 20px;
    }

        .page-cart table.table tbody td .input-group {
            width: 80px;
        }

        .page-cart table.table tbody td span.visible-xs {
            display: none;
        }

.page-cart table.table tfoot {
    border-bottom: 2px solid #666;
}

    .page-cart table.table tfoot tr td {
        border: none;
        padding-right: 20px;
        text-transform: uppercase;
    }

@media(max-width:890px) {
    .page-cart table.table tbody td span.visible-xs {
        display: inline-block !important;
        padding: 0;
    }

        .page-cart table.table tbody td span.visible-xs:after {
            content: ": ";
            padding-right: 5px;
        }
}

.page-cart nav .previous a,
.page-cart nav .next a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #1289f8;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: 600;
    text-transform: uppercase;
}

.page-cart nav .next a {
    margin-left: 10px;
    margin-right: 0;
}

    .page-cart nav .previous a:hover,
    .page-cart nav .next a:hover {
        background: #25375f;
        color: #fff !important;
    }


ul#wizardStatus {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

    ul#wizardStatus li {
        background-color: #d9d9ce;
        color: #3d4c4f;
        display: inline-block;
        margin: 0;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 12pt;
        line-height: 40px;
        padding: 0 25px 0 40px;
        position: relative;
    }

        ul#wizardStatus li:first-child {
            padding-left: 25px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        ul#wizardStatus li:last-child {
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        ul#wizardStatus li:after,
        ul#wizardStatus li:before {
            background-color: #d9d9ce;
            content: "";
            display: block;
            position: absolute;
        }

        ul#wizardStatus li:after {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border-right: 3px solid white;
            border-top: 3px solid white;
            height: 32px;
            right: -17px;
            top: 4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 30px;
            z-index: 5;
        }

        ul#wizardStatus li:before {
            height: 40px;
            right: 3px;
            width: 20px;
            z-index: 6;
        }

        ul#wizardStatus li:last-child:after,
        ul#wizardStatus li:last-child:before {
            display: none;
        }

        ul#wizardStatus li.current {
            background-color: #223C8F;
            color: #fff;
        }

            ul#wizardStatus li.current:after,
            ul#wizardStatus li.current:before {
                background-color: #223C8F;
            }

        ul#wizardStatus li.completed {
            background-color: #0597c5;
            color: #fff;
        }

            ul#wizardStatus li.completed:after,
            ul#wizardStatus li.completed:before {
                background-color: #0597c5;
            }

        ul#wizardStatus li a {
            color: #fff;
        }

            ul#wizardStatus li a:hover {
                color: #333;
            }

table.table tr .media {
    margin: 0;
    font-size: 9pt;
}

    table.table tr .media a {
        text-decoration: none;
        color: #000;
        font-family: "Helvetica",sans-serif, Arial;
    }

        table.table tr .media a:hover {
            color: #F58634;
        }

    table.table tr .media .media-objects {
        width: 80px;
    }

    table.table tr .media .media-left {
        float: left;
        margin: 0;
    }

    table.table tr .media .media-body .media-heading {
        font-size: 9pt;
    }
/*END CART*/


/*LOGIN*/

.boxLogin {
    /*position: absolute;
    top: 24px;
    right: 0;
    width: 330px;
    padding: 10px;
    background: #066;*/
}

    .boxLogin form#frmForgot {
        display: none;
    }

    .boxLogin form {
        padding: 5px;
    }

        .boxLogin form .form-group {
            margin-bottom: 15px;
        }

        .boxLogin form label.control-label {
            font-weight: 400;
            font-size: 9pt;
            color: #000;
            padding: 4px 0 0 15px;
        }

        .boxLogin form input.form-control {
            display: block;
            width: 100%;
            height: 30px;
            padding: 5px 12px;
            font-size: 9pt;
            line-height: 1.428571429;
            color: #555555;
            /*background-color: #ffffff;
            border: none;*/
            border-radius: 0;
        }

form .btn-group label.btn {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 10pt;
    font-family: Arial;
    color: #000;
}

    form .btn-group label.btn input[type=radio],
    form .btn-group label.btn input[type=checkbox] {
        display: none;
    }

    form .btn-group label.btn:before {
        content: " ";
        width: 20px;
        height: 20px;
        border: 2px solid #abadb3;
        background-color: #fff;
        display: block;
        float: left;
        margin-right: 3px;
        box-shadow: none;
    }

    form .btn-group label.btn:hover:before {
        background-color: #def;
        border: 2px solid #79b;
    }

    form .btn-group label.btn.active:before {
        background-color: #2f0d04;
        border: 2px solid #fff;
        box-shadow: 0 0 6px #abadb3;
    }

.boxLogin form a.forgot:hover {
    color: #F58634;
}

.boxLogin form button.btn,
.boxLogin a.btn {
    border-radius: 0;
    border: none;
    padding: 15px 30px;
    font-family: Arial;
    font-size: 12pt;
    border-radius: 6px;
    background: #F58634;
}

.boxLogin .has-error .help-block {
    color: #f00;
}

#socialLoginList {
    margin-bottom: 15px;
    text-align: center;
}

    #socialLoginList a.social {
        color: #fff;
        text-decoration: none;
        margin: 5px auto;
        text-align: center;
        height: 30px;
        line-height: 20px;
        padding: 5px 15px;
        font-size: 9pt;
        border-radius: 3px;
        display: inline-block;
        min-width: 200px;
    }

        #socialLoginList a.social:hover {
            background-color: #000 !important;
            opacity: 0.7;
        }

    #socialLoginList a.facebook {
        background: #4C66A4;
    }

    #socialLoginList a.google {
        background: #D50F25;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

.page-login {
}

    .page-login #boxContent {
        margin-top: 0;
    }

        .page-login #boxContent button.btn {
            border-radius: 0;
        }

/*LOGIN*/
#boxLogin, #boxForgot {
    margin: 30px 0;
}

    #boxLogin form,
    #boxForgot form {
        margin: 40px 0 0;
    }

        #boxLogin form input.form-control,
        #boxForgot form input.form-control {
            border-radius: 0;
            border: none;
            background: #E5E5E5;
            color: #000;
        }

        #boxLogin form label.control-label {
            font-family: Arial;
        }

        #boxLogin form input.form-control:hover {
            box-shadow: 0 0 5px #F58634;
        }

        #boxLogin form .btn-group label.btn {
            box-shadow: none !important;
            text-shadow: none;
            padding: 0;
        }

        #boxLogin form .btn-group label:before {
            background: url('http://825253401.r.cdn77.net/images/form-sprite.png') no-repeat -2px -262px;
            width: 18px;
            height: 18px;
            content: "";
            /* display: inline-block; */
            overflow: hidden;
            float: left;
            margin: 2px 3px 0 0;
        }

        #boxLogin form .btn-group label.active:before {
            background-position: -78px -262px;
        }

        #boxLogin form button.btn,
        #boxForgot form button.btn,
        #boxRegister form button.btn {
            background: #ddd;
            color: #333;
            border-radius: 0;
            border: none;
            margin: 0 10px 0 0;
        }

#boxForgot {
    display: none;
}


.page-checkout {
    margin: 0 auto 30px;
}

    .page-checkout p.title,
    .page-checkout h1.title {
        color: #25375f;
        margin: 0;
        padding: 10px 0 5px;
    }

    .page-checkout .boxAddress {
        background: #eee;
        border: 1px solid #CFCFCF;
        padding: 15px 5px;
    }

    .page-checkout .boxInfoBooking {
        background: #fff;
        border: 1px solid #CFCFCF;
        padding: 15px 5px;
    }

    .page-checkout .boxPayment {
        padding: 0;
    }

        .page-checkout .boxPayment ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .page-checkout .boxPayment ul li {
                margin-bottom: 22px;
                border: 1px solid #CFCFCF;
            }

                .page-checkout .boxPayment ul li label {
                    background: #333;
                    line-height: 24px;
                    color: #fff;
                    padding: 6px 3px 6px 10px;
                    position: relative;
                    display: block;
                    cursor: pointer;
                }

                .page-checkout .boxPayment ul li input {
                    float: left;
                    margin: 2px;
                    opacity: 0;
                }

                .page-checkout .boxPayment ul li label .icon {
                    background: none;
                    width: 24px;
                    height: 24px;
                    position: absolute;
                    top: 5px;
                    right: 7px;
                    -moz-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -webkit-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                }

                .page-checkout .boxPayment ul li label.active .icon {
                    background: url(../img/check_mark.png) no-repeat center;
                }

                .page-checkout .boxPayment ul li .entry {
                    padding: 15px;
                    font-size: 10pt;
                    color: #353535;
                    display: none;
                }

    .page-checkout address {
        font-size: 10pt;
    }

        .page-checkout address i {
            display: inline-block;
            width: 20px;
            text-align: center;
        }

    .page-checkout button.btn {
        background: #25375f;
        color: #fff;
        border: none;
        border-radius: 0;
        float: right;
        font-size: 10pt;
        font-weight: 600;
        padding: 5px 30px;
        line-height: 30px;
        text-transform: uppercase;
    }

        .page-checkout button.btn:hover {
            background: #3B72FF;
        }

    .page-checkout .panel-heading .btn {
        padding: 2px 5px !important;
    }



.loadingsvg {
    background: url(../img/loading.gif) no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.loading {
    background: url(../img/loading.gif) no-repeat center;
    width: 100px;
    height: 40px;
    display: block;
    margin: 10px auto;
}

.loading-span {
    background: url(../img/spin.gif) no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    padding: 10px;
}


.datepicker table thead th,
.datepicker table tbody td {
    text-align: center;
    padding: 9px;
}

.datepicker table tr td span {
    width: 25%;
    display: inline-block;
    padding: 10px 5px;
}



/*ACCOUNT*/
.side-account-left {
    font-size: 9pt;
}

    .side-account-left h3 {
        color: #000;
        font-size: 9pt;
        font-weight: normal;
        padding: 7px 0 6px 25px;
        margin-bottom: 8px;
        font-family: Arial, sans-serif;
        -ms-word-break: break-all;
        word-break: break-all;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAABYlBMVEX///9kZGRkZGRkZGRkZGSQkJBkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGT+/v5kZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGTBwcFkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRqampkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGT///9kZGRkZGRkZGT///9kZGRkZGRkZGRkZGRkZGRkZGT///9kZGT///9kZGRkZGRkZGRkZGRkZGT3tbX4ubl6enrDw8Nra2tkZGRkZGSWlpZkZGRkZGRkZGRlZWWmpqZkZGTjAAD///+NjY3FxcVlZWXkCQnmGhpvbW2ZmZnmvLznISHpMjJqamrf39/gPz/i4eF5eXmFhYWgbGylo6O8i4vAwMDtX1/xenrzkJD29vb3s7P70tL+8vL//f2JiYndpn0XAAAAVnRSTlMAAQYICRAREhMXGBkiJicqMDE4TE5RUVVYWVxeYGNmZmdoamtsbnByc3R1dnd4eXp8fomLjpCRkpOUl56lqKyvtLvAwsXH0dXW39/i7PP3+fr8/f7+/nAP2jgAAADsSURBVHheZcllVwJhFEXhF7AbW8wRUTHHTuxuUfcAZnfH/9fF3CXLy/501nlMqhKrtsCklzMNRAe8+vfMkWxQQw1uu8UKJpCCChaQRhRMIrUrCCKVKvAukyxidEVLADPZJi1fYKy/zGN0mZXDs6tr8+ONuf/uvKnoRuzr4vwztr415Ev9WSuw+fbuOC9XwGLGH0QADj4c53UHYNRI/j2Aw5tj52wfYDtfwCbZ3fPRg7vKBTpwe7y+5DSReKJKICRwcg+38fg3AYEmVPUCdRqCAtUa2gQqNPQIFPbZdm93Zzjc1RpqabasBv/v+QP96VlzZefpeAAAAABJRU5ErkJggg==') /*../img/customer-sprite.png*/ no-repeat center left;
    }

        .side-account-left h3 span {
            -ms-word-break: break-word;
            word-break: break-word;
            font-weight: normal;
            font-family: Arial;
        }

    .side-account-left ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .side-account-left ul li {
            padding: 5px 0;
            line-height: 16px;
        }

            .side-account-left ul li a {
                color: #333;
                text-decoration: none;
                font-family: Arial;
            }

                .side-account-left ul li a.active,
                .side-account-left ul li a:hover {
                    color: #F58634;
                }



.productList {
    display: block;
    padding: 0 15px;
}

    .productList .item {
        display: block;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 15px 0;
    }

        .productList .item a.img {
            display: block;
        }

            .productList .item a.img img {
                width: 100%;
            }

        .productList .item h3.title {
            margin: 5px 0;
            padding: 0;
            line-height: 26px;
            font-size: 13pt;
            height: 52px;
            overflow: hidden;
            display: table;
        }

            .productList .item h3.title a {
                display: table-cell;
                vertical-align: middle;
            }

        .productList .item .decription {
            font-size: 11pt;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
            padding: 0;
            margin: 0;
        }

        .productList .item .btn {
            width: 48%;
            margin: 0;
        }


.fullwidthslider {
    position: relative;
    z-index: 10;
}



#owl-banner-one-full {
    margin-top: 58px;
}

    #owl-banner-one-full img {
        width: 100%;
    }

.owl-banner-theme + img {
    display: none;
}


.owl-pagination {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

    .owl-pagination .owl-page {
        display: inline-block;
        width: 17px;
        height: 17px;
        margin: 2px 4px;
    }

        .owl-pagination .owl-page span {
            width: 17px;
            height: 17px;
            border-radius: 100%;
            overflow: hidden;
            background: #757575;
            display: inline-block;
            cursor: pointer;
        }

        .owl-pagination .owl-page.active span {
            background: #00aff0;
        }
        .owl-pagination .owl-page:hover span {
            background: #fff;
        }
