﻿/* =============================================== */
/******************************************************************************
							SLIDER SECTION
*******************************************************************************/
/*Revolution Slider */
.tp-caption {
    white-space: inherit;
}

    .tp-caption.bold {
        font-size: 65px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        line-height: 75px;
    }

    .tp-caption.description {
        font-size: 15px !important;
        line-height: 25px;
        font-family: 'Arimo', sans-serif;
    }

.tparrows:before {
    margin-top: 4px;
    font-size: 18px;
}

.tparrows {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,196,0,.4) !important;
}

.tp-banner {
    z-index: 0;
}

.slider.rs-slider-full {
    float: left;
    width: 100%;
}

.slider.rs-slider {
    background: none;
    border: 0 none;
    max-height: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 0;
}

.slider.rs-slider-full {
    min-height: auto;
    background: none;
    padding: 0;
}

p.tp-caption.button-block {
    width: 100%;
    left: 0 !important;
}

    p.tp-caption.button-block a {
        margin: 0 5px;
    }

.transparent .slider.rs-slider {
    max-height: 700px;
}

.slider.load .tp-banner-container {
    visibility: hidden;
}

.slider.rs-slider .container {
    position: relative;
}

.slider.rs-slider .title {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}

    .slider.rs-slider .title.bold, .slider .bold {
        font-size: 65px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        line-height: 75px;
    }

.white .tp-caption, .text-white {
    color: #fff;
}

.slider.rs-slider .description {
    font-size: 15px !important;
    line-height: 25px;
    margin: 0;
    padding: 0 15px;
}

.slider.rs-slider .btn {
}

    .slider.rs-slider .btn.orang {
        background: #ea4e16;
    }

    .slider.rs-slider .btn.cherry {
        background: #752033;
    }

.slider.rs-slider .phone-text {
    font-size: 17px;
}

.tp-caption a {
    color: #000;
}

    .tp-caption a:hover {
        color: #fff;
    }

.rs-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-bannertimer {
    background: #777 !important;
    background: rgba(0,0,0,0.1) !important;
    height: 0px !important;
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0;
}

.slider.rs-slider .tp-bullets.simplebullets .bullet {
    background: #fff;
    background: rgba(255,255,255,.5);
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 none !important;
    display: inline-block;
    height: 14px;
    float: none;
    margin: 0 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: top;
    width: 14px;
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}

.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
    background: rgba(255,255,255,.7);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.slider.rs-slider .tparrows {
    background: #1e1e1e;
    background: rgba(30, 30, 30, 0.5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    height: 40px !important;
    width: 40px !important;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    -webkit-transition: opacity 0.2s ease-out;
    -webkit-transform: inherit;
    z-index: 50 !important;
}

    .slider.rs-slider .tparrows:before {
        font-family: 'revicons';
        color: #fff;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        margin-right: 0;
        margin-top: 3px;
        text-align: center;
        width: 40px;
        font-size: 19px;
    }

.tp-leftarrow:before {
    content: '\e824';
}

.slider.rs-slider-full .tp-leftarrow:before, .slider.rs-slider-full .tp-rightarrow:before {
    content: none;
}

.tp-rightarrow:before {
    content: '\e825';
}

.slider.rs-slider .tparrows:hover {
    background: #1e1e1e;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
}

.slider4container .tparrows:before, .slider4container .tparrows:hover, .slider4container .tparrows {
    color: #000 !important;
}

.slider4container .tparrows {
    background: #fff !important;
    background: rgba(255,255,255,0.5) !important;
}

    .slider4container .tparrows:hover {
        background: #fff !important
    }

.slider.rs-slider .tp-loader {
    background-image: url("../img/svg/loader.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    background-color: inherit;
    height: 40px;
    margin: -20px 0 0 -20px;
    width: 40px;
    z-index: 700;
}

.layerslider {
    margin: 0 auto;
}

.slider.rs-slider.full-width {
    max-height: inherit;
}

    .slider.rs-slider.full-width .title {
        font-size: 60px;
        line-height: 0.9;
    }

    .slider.rs-slider.full-width .btn-link {
        font-size: 14px !important;
        font-weight: bold;
        line-height: 31px;
        letter-spacing: 1px;
        padding: 0;
        text-decoration: none;
    }

        .slider.rs-slider.full-width .btn-link .fa {
            border: 2px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            font-size: 180%;
            height: 36px;
            line-height: 32px;
            margin-left: 10px;
            padding: 0 0 0 3px;
            text-align: center;
            vertical-align: middle;
            width: 36px;
        }

        .slider.rs-slider.full-width .btn-link:hover {
            opacity: .8;
        }

    .slider.rs-slider.full-width .tp-rightarrow, .slider.rs-slider.full-width .tp-leftarrow {
        display: none !important;
    }

.tp-caption p {
    line-height: 25px;
}

.rs-slider-full .tparrows {
    background: none !important;
}

.rs-slider-full .tp-rightarrow {
    right: -10px !important;
}

/* Bootstrap Carousel */
.carousel-control {
    top: 0;
    width: 10%;
}

    .carousel-control .fa, .carousel-control .icon-prev, .carousel-control .icon-next {
        font-size: 25px;
        height: 30px;
        margin-top: -15px;
        width: 30px;
    }

    .carousel-control .fa-angle-right {
        margin-left: -25px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa {
        display: inline-block;
        position: absolute;
        top: 50%;
        z-index: 5;
    }

.col-md-3.mix .carousel-indicators, .col-md-4.mix .carousel-indicators, .grid-item .carousel-indicators {
    bottom: -7px;
}

.carousel-control.left.no-bg, .carousel-control.right.no-bg {
    background-image: none;
}

/* Carousel Fade */
.carousel-fade .carousel-inner .item {
    opacity: .8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel.full-width {
    width: 100% !important;
}

    .carousel.full-width .item img, .carousel.full-width .item {
        display: block;
        width: 100%;
    }

.carousel-style .next, .carousel-style .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-style .prev {
    left: 0;
    z-index: 9999;
    margin: -7px 0 0 -30px;
}

.carousel-style .next {
    right: 0;
    z-index: 9999;
    margin: 0 20px 0 0 !important;
}

    .carousel-style .next i, .carousel-style .prev i {
        padding: 10px;
        background-color: rgba(0,0,0,.2);
    }

.carousel-caption {
    bottom: auto;
    left: 7%;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

#main-slider.carousel {
    width: 100%;
}

/*  Home Carousel Slider */
#main-slider.carousel {
    width: 100%;
    clear: both;
}

    #main-slider .carousel .item .carousel-caption {
        opacity: 0;
    }

#main-slider h1 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 75px;
}

#main-slider .carousel .item.active .carousel-caption {
    opacity: 1;
}

#main-slider .description, .description.medium {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.black {
    text-shadow: none;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

/* Owl Slider */
.owl-prev i, .owl-next i {
    color: #111;
    font-size: 15px;
}

.owl-prev .fa, .owl-next .fa {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.owl-prev, .owl-next {
    color: #111;
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    text-align: center;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    margin: 0;
}

.custom-styles .owl-prev {
    left: 40px;
}

.custom-styles .owl-next {
    right: 40px;
}

/* Owl Navigations */
.navigation-1 .owl-prev .fa, .navigation-1 .owl-next .fa {
    background: none;
}

.navigation-1 .owl-prev {
    right: 20px;
    left: auto;
    top: -20px;
}

.navigation-1 .owl-next {
    right: 0px;
    left: auto;
    top: -20px;
}

.top-0 .owl-prev {
    right: 20px;
    left: auto;
    top: 0px;
}

.top-0 .owl-next {
    right: 0px;
    left: auto;
    top: 0px;
}

.navigation-2 .owl-prev {
    right: 35px;
    left: auto;
    top: 0px;
}

.navigation-2 .owl-next {
    right: 0px;
    left: auto;
    top: 0px;
}

.navigation-shop .owl-prev {
    left: 2px;
}

.navigation-shop .owl-next {
    right: 2px;
}

    .navigation-shop .owl-prev .fa, .navigation-shop .owl-next .fa {
        background: none;
    }

.widget .navigation-1 .owl-next, .widget .navigation-1 .owl-prev {
    top: -30px;
}

.owl-carousel.white .owl-prev .fa, .owl-carousel.white .owl-next .fa {
    color: #fff;
}

/* Owl Paginations */
.pagination-1 .owl-controls .owl-page span {
    border-radius: 0;
    height: 7px;
    margin: 2px;
    width: 22px;
}

.pagination-2 .owl-controls .owl-page span {
    border-radius: 50%;
    -moz-border-radius: 50%;
    height: 10px;
    margin: 2px;
    width: 10px;
}

.dark-switch .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 1);
}

.light-switch .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 1);
}

/* Owl Bootstrap Friendly */
.owl-carousel .col-sm-1, .owl-carousel .col-sm-2, .owl-carousel .col-sm-3, .owl-carousel .col-sm-4, .owl-carousel .col-sm-5, .owl-carousel .col-sm-6, .owl-carousel .col-sm-7, .owl-carousel .col-sm-8, .owl-carousel .col-sm-9, .owl-carousel .col-sm-10, .owl-carousel .col-sm-11, .owl-carousel .col-sm-12 {
    display: block;
    float: left;
    width: auto !important
}

.owl-carousel .col-md-1 {
    max-width: 80px;
    width: auto !important
}

.owl-carousel .col-md-2 {
    max-width: 161px;
    width: auto !important
}

.owl-carousel .col-md-3 {
    max-width: 242px;
    width: auto !important
}

.owl-carousel .col-md-4 {
    max-width: 323px;
    width: auto !important
}

.owl-carousel .col-md-5 {
    max-width: 404px;
    width: auto !important
}

.owl-carousel .col-md-6 {
    max-width: 485px;
    width: auto !important
}

.owl-carousel .col-md-7 {
    max-width: 565px;
    width: auto !important
}

.owl-carousel .col-md-8 {
    max-width: 646px;
    width: auto !important
}

.owl-carousel .col-md-9 {
    max-width: 727px;
    width: auto !important
}

.owl-carousel .col-md-10 {
    max-width: 808px;
    width: auto !important
}

.owl-carousel .col-md-11 {
    max-width: 889px;
    width: auto !important
}

.owl-carousel .col-md-12 {
    max-width: 970px;
    width: auto !important
}

/******************************************************************************
  Text Slider
*******************************************************************************/
.text-slider {
    padding: 250px 0;
    background: url(../img/sections/slider/slider8-bg.jpg) no-repeat;
}

    .text-slider h1 {
        font-size: 55px;
        font-weight: bold;
        line-height: 75px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .text-slider p.description {
        margin-bottom: 20px;
    }

    .text-slider p {
        text-align: center;
    }

        .text-slider p a.btn {
            margin: 0 5px;
        }

    .text-slider .typed-cursor {
        animation: fadeIn 0.6s alternate infinite;
        -o-animation: fadeIn 0.6s alternate infinite;
        -moz-animation: fadeIn 0.6s alternate infinite;
        -webkit-animation: fadeIn 0.6s alternate infinite;
    }

/******************************************************************************
								MAIN SECTION	
*******************************************************************************/
/*Special Features */
.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
}

.special-feature h4 {
    font-size: 20px;
    margin-top: 25px;
    position: relative;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .special-feature .mask-top h4:before {
        top: -18px;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        right: 0;
        margin: -2px auto;
        position: absolute;
        width: 40px;
    }

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    min-height: 290px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    cursor: pointer;
}

.special-feature .mask-bottom {
    color: #333333;
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .special-feature .mask-bottom p {
        padding: 0px 5px;
    }

    .special-feature .mask-bottom h4 {
        margin: 15px 0px 17px;
    }

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}

/******************************************************************************
  Features 
*******************************************************************************/
.features-block .header-box {
    display: block;
    min-height: 30px;
    margin: 0 0 13px;
    overflow: hidden;
}

    .features-block .header-box .icon-box {
        background: none;
        color: #1e1e1e;
        float: left;
        height: 30px;
        margin: 0 10px 0 0;
        text-align: center;
        width: 24px;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .features-block .header-box a.icon-box:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .features-block .header-box .icon-box i:before {
        font-size: 20px;
        line-height: 30px;
    }

    .features-block .header-box h6 {
        margin: 6px 0 0;
    }

.features-list {
    padding: 40px 0 0 0px;
}

.features-list-left {
    text-align: left;
}

.features-list-right {
    text-align: left;
}

    .features-list-right.text-right {
        text-align: right;
    }

.features-list li {
    list-style: none;
    padding: 20px 0;
    line-height: 2;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

    .features-list li i {
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        width: 70px;
        height: 70px;
        margin: 20px auto;
        line-height: 70px;
        top: 0px;
        text-align: center;
        position: absolute;
    }

.features-list-left li i {
    left: 0px;
}

.features-list-right li i {
    right: 0px;
}

.features-list-left .features-content {
    margin-left: 90px;
}

.features-list-right .features-content {
    margin-right: 90px;
}

/* Additional Features */
.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}

.responsive-features h5 {
    display: inline-block;
    margin: 0 0 15px;
    text-transform: capitalize;
}

/* Progress */
.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 12px;
}

.about-us h6 {
    margin-bottom: 10px;
}

.progress-bar {
    font-size: 14px;
    background: #1e1e1e;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    text-align: left;
    text-indent: 10px;
    text-shadow: none;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.progress-label {
    color: #171717;
    font-weight: 300;
    position: absolute;
    right: -1px;
    top: -38px;
}

.white .progress-label {
    color: #ffffff;
}

.white .progress {
    background-color: #f7f7f7;
}

.progress-bar {
    text-align: right;
    position: absolute;
    height: 12px;
}

.progress {
    background-color: #333333;
    margin-bottom: 10px;
}

/******************************************************************************
  Portfolio / Work
*******************************************************************************/
.work-section .nav li, .mixed-grid .nav li {
    padding: 7px 15px;
    margin: 0 20px 30px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #ffffff;
    text-transform: capitalize;
}

.work-section .nav.black li, .mixed-grid .nav.black li {
    color: #171717;
}

.work-section .nav li.active, .work-section .nav li:hover, .mixed-grid .nav li.active, .mixed-grid .nav li:hover {
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
}

.work-section .nav.black li.active, .work-section .nav.black li:hover, .mixed-grid .nav.black li.active, .mixed-grid .nav.black li:hover {
    border: 1px solid #171717;
    cursor: pointer;
    color: #171717;
}

.work-section .nav-pills {
    text-align: center;
}

.work-section .portfolio-grid .grid {
    max-width: 400px;
}

.portfolio-grid .grid img {
    margin: 0px auto;
}

.work-section .nav > li, .mixed-grid .nav > li {
    float: none;
    display: inline-block;
}

#mix-container .mix {
    display: none;
    padding: 10px;
}

.figcaption {
    width: 100%;
}

.figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    width: 100%;
    left: 0;
    right: 0;
}

    .figcaption i {
        color: #ffffff;
        padding: 10px;
        background: rgba(0,0,0,.8);
        border-radius: 50%;
    }

.portfolio-grid .grids:hover .figcaption {
    position: absolute;
    opacity: 1;
}

.portfolio-grid .grids:hover img {
    opacity: .2;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.portfolio-grid .grid {
    position: relative;
    background-color: #000000;
}

.img-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}

.widget .img-overlay {
    display: none;
}

.grid-item:hover .img-overlay, .grid-item:hover .figcaption {
    opacity: 1;
}

.project-meta {
    margin-bottom: 20px;
}

.grid-list .grids {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 40px !important;
    margin-bottom: 30px !important;
}

.grid-list .title {
    margin-bottom: 8px;
}

.grid-list .description {
    margin-bottom: 15px;
    font-style: italic;
    font-size: 12px;
}

/******************************************************************************
  Work Process
*******************************************************************************/
.work-process-box {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    width: 250px;
    height: 250px;
    text-align: center;
    display: table;
    margin: 20px auto;
}

    /* Updated */
    .work-process-box.square {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .work-process-box .title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .work-process-box .process-content {
        vertical-align: middle;
        display: table-cell;
        padding: 50px;
        position: relative;
    }

    .work-process-box .item-number {
        position: absolute;
        color: #333333;
        padding: 8px 0;
        right: 20px;
        top: 10px;
        content: "";
        width: 40px;
        height: 40px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

        /* Updated */
        .work-process-box .item-number.square {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

    .work-process-box.square .item-number.square {
        right: 10px;
    }

/******************************************************************************
  Pricing
*******************************************************************************/
.pricing {
    background: #f0f0f0;
    margin: 0 auto 10px;
    max-width: 270px;
    position: relative;
    text-align: center;
    padding-top: 20px;
}

    .pricing .title {
        line-height: 32px;
        padding: 17px 20px 21px;
        text-transform: uppercase;
    }

        .pricing .title a {
            color: #1e1e1e;
            font-size: 24px;
            font-weight: bold;
            line-height: 32px;
            text-decoration: none;
        }

    .pricing .price-box {
        font-size: 12px;
        line-height: 1;
        overflow: hidden;
        padding: 0 20px 20px;
    }

        .pricing .price-box p {
            line-height: 1.8;
        }

        .pricing .price-box .price {
            font-size: 36px;
            font-weight: bold;
            margin: 13px 0 0;
            font-family: Oswald,sans-serif;
        }

            .pricing .price-box .price span {
                font-size: 12px;
                display: block;
                margin-top: 10px;
                color: #333333;
                font-family: 'Arimo', sans-serif;
            }

    .pricing .options {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .pricing .options li {
            border-top: 1px solid rgba(30,30,30,.1);
            color: #999;
            color: rgba(30,30,30,.4);
            line-height: 22px;
            padding: 13px 10px 13px 10px;
            position: relative;
        }

            .pricing .options li.active {
                color: #1e1e1e;
            }

    .pricing .btn-box {
        border-top: 1px solid rgba(30,30,30,.1);
        background: rgba(30,30,30,.05);
        overflow: hidden;
        padding: 30px 15px;
    }

        .pricing .btn-box .btn {
            padding-bottom: 15px;
            padding-top: 15px;
        }

.three-column .pricing {
    max-width: 500px;
}

/* Ribbon */
.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon {
    text-align: center;
    font-size: 12px;
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

    .ribbon:before, .ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon:before {
        left: 0;
    }

    .ribbon:after {
        right: 0;
    }

    .ribbon.red {
        background-color: #ff0000;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0c0c));
        background-image: -webkit-linear-gradient(top, #ff0000, #bf0c0c);
        background-image: -moz-linear-gradient(top, #ff0000, #bf0c0c);
        background-image: -ms-linear-gradient(top, #ff0000, #bf0c0c);
        background-image: -o-linear-gradient(top, #ff0000, #bf0c0c);
    }

    .ribbon.blue {
        background-color: #03b6f7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#03b6f7), to(#0c8fbf));
        background-image: -webkit-linear-gradient(top, #03b6f7, #0c8fbf);
        background-image: -moz-linear-gradient(top, #03b6f7, #0c8fbf);
        background-image: -ms-linear-gradient(top, #03b6f7, #0c8fbf);
        background-image: -o-linear-gradient(top, #03b6f7, #0c8fbf);
    }

    .ribbon.green {
        background-color: #BFDC7A;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
        background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
        background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    }

    .ribbon.yellow {
        background-color: #ffc400;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc400), to(#eab505));
        background-image: -webkit-linear-gradient(top, #ffc400, #eab505);
        background-image: -moz-linear-gradient(top, #ffc400, #eab505);
        background-image: -ms-linear-gradient(top, #ffc400, #eab505);
        background-image: -o-linear-gradient(top, #ffc400, #eab505);
    }

    .ribbon.no-gradiant {
        background-image: none;
    }

    .ribbon.white {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        -webki-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

/* Counter */
.circle.count-number {
    /* Updated */
    border: 8px solid;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 135px;
    margin: 0px auto;
    margin-bottom: 20px;
}

    .circle.count-number:before {
        /* Updated */
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background-color: #333;
        left: 0;
        right: 0;
        margin: 0px auto;
        bottom: -5px;
    }

/* Added */
.white .circle.count-number:before {
    background-color: #fff;
}

.count-number .counter {
    font-size: 32px;
    font-weight: 500;
    font-family: Oswald,sans-serif;
}

h2.count-number .counter {
    font-size: 40px;
    font-weight: bold;
}

div.count-number {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    div.count-number:before {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        left: 0;
        right: 0;
        margin: 0px auto;
        bottom: 4px;
    }

.top-border.count-number {
    position: relative;
    padding-top: 20px;
}

    .top-border.count-number:before {
        top: 10px;
    }

/* Pie Chart */
.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 15px 0px;
    width: 100%;
}

    .piechart canvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0px auto;
    }

    .piechart span {
        font-size: 30px;
        font-weight: bold;
        font-family: arial;
        position: relative;
        line-height: 140px;
        top: 0px;
        z-index: 2;
    }

        .piechart span:after {
            content: '%';
        }

/* Item-box */
.item-box {
    padding-bottom: 40px;
}

    .item-box i {
        color: #1e1e1e;
        display: block;
        left: 15px;
        margin: 0 15px 0 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.2s linear 0s;
    }

.white .item-box a:not(.btn) {
    color: #ffffff;
    display: inline-block;
    transition: opacity 0.2s linear 0s;
}

.item-box a:not(.btn) {
    color: #171717;
    display: inline-block;
    transition: opacity 0.2s linear 0s;
}

.item-box a {
    margin-left: 50px;
}

.item-box.icons-circle a, .item-box.icons-rounded a, .item-box.icons-square a {
    margin-left: 70px;
}

.item-box.inverse a:hover i {
    color: #171717;
}

.item-box.icons-color:hover i {
    color: #171717;
}

.item-box.icons-color.hover-white:hover i {
    color: #ffffff;
}

/******************************************************************************
  Twiiter Feed
*******************************************************************************/
.twitter-feed {
    text-align: center;
    padding-bottom: 15px;
}

.tweet {
    padding: 12px 0px 0px;
}

.twitter-feed .owl-pagination, .twitter-feed .owl-buttons, .twitter-feed .icon-twitter, .twitter-feed .username {
    display: none;
}

.twitter-feed .tweet_text {
    color: #FFFFFF;
    font-size: 20px;
}

.twitter-feed .tweet_time a {
    font-style: italic;
    font-size: 17px;
}

.twitter-feed .tweet_user a, .tweet_text a {
    text-decoration: underline;
}

.twitter-feed .tweet_user a, .tweet_text a, .twitter-feed .tweet_text {
    color: #FFFFFF;
}

.twitter-feed i {
    padding: 15px;
}

/******************************************************************************
  Blog
*******************************************************************************/
/* Latest News */
.latest-posts {
    margin: 0px;
    padding: 0;
}

    .latest-posts li {
        list-style: none;
        clear: both;
        margin-bottom: 35px;
    }

        .latest-posts li:last-child {
            margin-bottom: 10px;
        }

    .latest-posts .post-thumb {
        width: 100px;
    }

    .latest-posts .post-thumb {
        float: left;
    }

    .latest-posts li img {
        margin-right: 10px;
    }

.pagination > li > a, .pagination > li > span {
    color: #171717;
}

/* Posts */
.entry-title, .post-title {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 17px;
}

/* added */
.post-scroll .entry-title, .post-scroll .post-title {
    font-size: 20px;
    margin: 10px 0;
}

.post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
}

.post-title {
    margin-top: 25px;
}

.post-content {
    margin-bottom: 15px;
}

.post-list .post-item {
    padding-bottom: 40px;
}

.post-list .post-image.pull-left {
    margin-right: 20px;
}

.mixed-grid.blog .grid-item {
    padding: 15px 15px 0 15px !important;
    margin-bottom: 15px !important;
}

    .mixed-grid.blog .grid-item .post-meta {
        padding-bottom: 25px !important;
        border-bottom: 1px dashed #cccccc;
    }

/* Video Post */
.video-box {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    height: 0;
    margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .video-box embed, .video-box iframe, .video-box object, .video-box video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.width-320 {
    width: 320px;
}

/* Meta */
.meta, .post-meta {
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
    color: #7f7f7f;
}

    .post-meta span, .meta span {
        font-size: 12px;
        margin-right: 8px;
    }

        .post-meta span.category {
            margin-right: 0px;
        }

    .post-meta i, .meta i {
        margin-right: 6px;
        margin-top: 5px;
    }

.name {
    font-size: 18px;
    margin: 0;
    padding: 25px 0 15px;
    position: relative;
}

    .name:before {
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 40px;
    }

.description.text-left .name:before {
    right: auto;
    left: 0;
}

.text-left.i-3x i {
    width: auto;
    margin-right: 12px;
}

.role {
    padding-bottom: 12px;
    padding-top: 8px;
}

/* Reply */
.author-img {
    margin-right: 15px;
}

.comment-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}

/* Testimonials */
.testimonails blockquote {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}

.client-details {
    font-size: 12px;
    margin: 8px 0;
}

    .client-details strong {
        display: block;
        font-size: 14px;
    }

    .client-details span {
        color: #7f7f7f;
        font-style: italic;
    }

        .client-details span.white {
            color: #ffffff;
        }

.desc-border blockquote, .quote blockquote, .no-border blockquote {
    border-left: 0;
}

.no-border blockquote {
    padding: 0px;
}

.desc-border {
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .desc-border .star-rating {
        padding: 5px 0 12px 0;
    }

.inline strong, .inline span, .inline div, .inline p {
    display: inline-block;
}

.item {
    position: relative;
}

.testimonails .item > p {
    padding: 0 15px;
}

/* Add arrow at bottom of section */
.bottom-arrow {
    position: relative;
}

    .bottom-arrow:before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #e1e1e1 transparent transparent;
        border-image: none;
        border-right: 10px solid transparent;
        border-style: solid;
        border-width: 10px;
        bottom: -20px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .bottom-arrow:before, .bottom-arrow:after {
        left: 0;
        margin: 0 auto;
        right: 0;
    }

    .bottom-arrow:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #fff transparent transparent;
        border-image: none;
        border-right: 10px solid transparent;
        border-style: solid;
        border-width: 10px;
        bottom: -18px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .bottom-arrow.light:after {
        border-color: #f7f7f7 transparent transparent;
    }

/* Add Quotation in Blockquote */
.quote {
    padding: 15px 15px 0 15px;
}

.desc-border.quote blockquote {
    margin: 0;
    padding: 0 0 0 38px;
}

.quote blockquote {
    margin: 0;
    padding: 0 0 0 38px;
}

    .quote blockquote:before {
        content: open-quote;
        font-size: 50px;
        font-weight: bold;
        left: 16px;
        line-height: 1;
        position: absolute;
        top: 14px;
    }

    .quote blockquote:after {
        content: close-quote;
        display: inline-block;
        font-size: 50px;
        font-weight: bold;
        line-height: 0;
        margin: 0 0 5px;
        vertical-align: bottom;
    }

/******************************************************************************
  Get a Quote
*******************************************************************************/
.get-a-quote {
    padding: 30px 0;
    font-size: 34px;
    font-weight: 300;
    font-family: Oswald,sans-serif;
}

    .get-a-quote a {
        font-weight: 500;
        text-decoration: underline;
    }

        .get-a-quote a.black:hover {
            color: #111111;
        }

        .get-a-quote a.white:hover {
            color: #ffffff;
        }

    .get-a-quote:hover a {
        padding-left: 10px;
    }

/* Header */
.transparent-header.dark-header .navbar {
    background: none;
}

.transparent-header.dark-header .sticky-wrapper.is-sticky .navbar {
    background: #222;
}

.transparent-header .sticky-wrapper {
    z-index: 999;
}

/******************************************************************************
  									Page Title Variations
*******************************************************************************/
.page-header {
    position: relative;
}

    .page-header h5 {
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-header .container::before {
        content: none;
    }

#page .page-title-left .breadcrumb {
    left: auto;
    margin: -10px 0 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    width: auto;
    background: none;
}

.page-title-right {
    text-align: right;
}

#page .page-title-right .breadcrumb {
    right: auto;
    left: 15px;
    margin: -10px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: auto;
}

.page-title-center {
    text-align: center;
}

.page-title-pattern {
    background: url(../img/sections/bg/pattern-bg.png) repeat;
}

.page-title-left.mini h1.title {
    font-size: 15px;
}

.page-title-left.dark, .page-title-left.dark .breadcrumb > li > a {
    background: #252525;
    color: #fff;
}

.page-header #bg-video, header#my-video {
    min-height: 130px;
    background: transparent;
}

.page-header .mbYTP_wrapper {
    z-index: 0 !important;
}

.page-header .image-bg {
    min-height: inherit;
}

/******************************************************************************
  Pages
*******************************************************************************/
.page-header {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 30px 0;
    background-color: #f2f2f2;
    margin: 0px;
}

    .page-header h1 {
        margin: 0;
        font-size: 42px;
        text-transform: capitalize;
    }

#page .breadcrumb.white a {
    color: #ffffff;
}

#page .breadcrumb {
    border-radius: 0;
    background: none !important;
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
}

.breadcrumb > li > a {
    color: #7f7f7f;
    text-decoration: none;
    transition: opacity 0.2s linear 0s;
}

    .breadcrumb > li > a:hover {
        opacity: 0.8;
        transition: opacity 0.2s linear 0s;
    }

/* Background Video */
#video-controls {
    top: 50%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 99;
    text-align: center;
}

    #video-controls a {
        text-decoration: none;
    }

#bg-video, .video-half-content {
    min-height: 552px;
}

.video-pattern:after {
    background: url(../img/patterns/pattern.png) repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#video-play {
    border: 2px solid;
    padding: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.mbYTP_wrapper {
    z-index: 9 !important;
}

/* Local Hosted Video */
.video-section {
    overflow: hidden;
    padding: 76px 0;
    position: relative;
    transition: opacity 0.2s linear 0s;
}

    .video-section video, .video-section .video_item img {
        background-size: cover;
        bottom: 0;
        height: auto;
        max-width: inherit;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: 0;
        vertical-align: top;
        width: auto;
        z-index: -100;
    }

/* Custom Video BG */
#my-video.video-bg {
    background-image: none;
    background-color: #000;
    position: relative;
}

    #my-video.video-bg .mbYTP_wrapper {
        z-index: 0 !important;
    }

    #my-video.video-bg:after {
        position: absolute;
        background: rgba(0,0,0,0.6);
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 0;
    }

    #my-video.video-bg #bg-video {
        min-height: 650px;
    }

    #my-video.video-bg #video-play {
        display: none;
    }

.video-bg .video-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
}

#my-video.video-bg .video-slider-text {
    margin-bottom: 10px;
}

    #my-video.video-bg .video-slider-text h1 {
        color: #ffc400;
        text-align: center;
    }

.video-slider-text ul {
    padding: 0;
    text-align: center;
    list-style: none;
    width: 100%;
}

#my-video.video-bg p {
    text-align: center;
    margin-bottom: 20px;
}

    #my-video.video-bg p > a.btn {
        margin: 0 5px;
    }

/* Google Map */
.map-canvas * {
    border: 0 none;
}

.map-section img {
    max-width: inherit;
}

.map-data h6 {
    margin-bottom: 5px;
}

/* Contact Form */
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #f1f1f1;
}

.help-block {
    bottom: -23px;
    display: block;
    margin-bottom: 3px;
    position: absolute;
}

/* Sitemap */
.sitemap li {
    position: relative;
    padding-left: 15px;
}

    .sitemap li a:before {
        content: "\f105";
        display: block;
        font-family: FontAwesome;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        left: 0;
        line-height: 12px;
        position: absolute;
        top: 8px;
    }

/******************************************************************************
  Sidebar
*******************************************************************************/
.sidebar .widget {
    margin-bottom: 40px;
}

.widget .list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.widget .list-group-submenu {
    margin-left: 20px;
}

.widget .list-group-item {
    border: 0;
}

.widget .panel {
    border: 0;
    box-shadow: none;
}

.widget a.list-group-item:focus, .widget a.list-group-item:hover {
    background: none;
}

.list-group-item {
    list-style: outside none none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

    .list-group-item:before {
        content: "\f105";
        display: block;
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: 5px;
    }

    .list-group-item .fa {
        margin-left: 7px;
        display: none;
    }

/* Tags */
ul.tags, .filter-price-box {
    display: table;
    margin: 0 auto;
}

    ul.tags li {
        float: left;
        margin: 0 3px 3px 0;
    }

.tags li a {
    border-radius: 2px;
    color: #ffffff !important;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

    .tags li a:hover {
        opacity: .5;
    }

/* Social Feed Widget */
.social-feed.loaded {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-feed {
    display: table;
    margin: 0 auto;
}

    .social-feed li {
        float: left;
        height: 62px;
        list-style: outside none none;
        margin-bottom: 5px;
        margin-right: 5px;
        width: 60px;
    }

        .social-feed li img {
            height: 62px;
            width: 62px;
        }

/* Shop Widgets */
.widget .price {
    font-size: 18px;
}

.widget .shop h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.widget .price {
    padding-bottom: 10px;
}

    .widget .price del {
        margin-right: 10px;
        font-size: 14px;
    }

/* Poll */
.new-radio {
    border-radius: 7px;
    height: 14px;
    width: 14px;
}

.new-radio, .new-checkbox {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    float: left;
    margin: 0px 0 0 -20px;
    position: absolute;
}

/* Price Range Filter */
.filter .filter-price-box {
    padding-bottom: 15px;
}

.nstSlider {
    background: none #CCCCCC;
    cursor: pointer;
    height: 2px;
    position: relative;
    width: 260px;
    max-width: 100%;
    margin: 25px auto 40px;
}

.bar {
    height: 3px;
    cursor: pointer;
    position: absolute;
}

.nstSlider .rightGrip, .nstSlider .leftGrip {
    position: absolute;
    top: 5px;
    margin-left: -2px;
    border-width: 0px 5px 0;
}

.range .leftLabel {
    left: 0px;
    top: 12px;
    font-size: 12px;
    font-family: 'Lato';
    position: absolute;
}

.range .rightLabel {
    font-family: 'Lato';
    top: 12px;
    left: 0px;
    font-size: 12px;
    position: absolute;
}

.bar:after {
    height: 8px;
    width: 1px;
    position: absolute;
    right: -1px;
    top: -3px;
    content: "";
    cursor: pointer;
}

.bar:before {
    height: 8px;
    width: 1px;
    position: absolute;
    left: 0px;
    top: -3px;
    content: "";
    cursor: pointer;
}

.nstSlider:after {
    height: 8px;
    width: 1px;
    background: #bebebe;
    position: absolute;
    right: -1px;
    top: -3px;
    content: "";
    cursor: pointer;
}

.nstSlider:before {
    height: 8px;
    width: 1px;
    background: #bebebe;
    position: absolute;
    left: 0px;
    top: -3px;
    content: "";
    cursor: pointer;
}

.rightGrip {
    height: 15px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid;
}

.leftGrip {
    height: 15px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid;
}

.filter-print-price {
    padding: 7px 0px 0px;
    margin: 0px 17px;
}

    .filter-print-price a h4 {
        padding: 5px 31px;
        color: #FFFFFF;
        text-align: center;
        font-family: 'Lato';
        font-size: 14px;
        margin: 0;
        width: 95px;
        border: 1px solid;
        text-transform: capitalize;
    }

        .filter-print-price a h4:hover {
            background-color: #FFFFFF;
            border: 1px solid;
        }

    .filter-print-price .price {
        font-family: 'Lato';
        color: #656565;
        font-weight: 600;
        font-size: 14px;
        margin-left: 6px;
        text-align: center;
    }

.drag {
    font-family: 'Lato';
    color: #656565;
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0 0 -9px;
    display: block;
}

.filter-print-price li {
    display: inline-block;
    list-style: none;
}

/******************************************************************************
  Widget
*******************************************************************************/
.widget ul {
    padding: 0px;
    margin: 0px;
}

.widget li {
    list-style: none;
}

    .widget li a, .widget li a:visited {
        color: #7f7f7f;
        text-decoration: none;
    }

.widget li {
    line-height: 21px;
}

.widget a, .widget a:visited {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

    .widget a:hover {
        color: #000;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }

.widget .widget-title .title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.widget .widget-title {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 12px;
    position: relative;
}

.sidebar.widget .widget-title {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 16px;
    position: relative;
}

/* Newsletter */
.newsletter form {
    margin: 5px 0 0;
    position: relative;
}

.newsletter input {
    margin: 0;
    padding-right: 43px;
}

.newsletter .submit {
    color: #ffffff;
    height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 38px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border: 0;
}

.newsletter .selectBox, .newsletter .form-control {
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    padding: 8px 12px;
}

.newsletter .submit.bg-color:hover {
    background-color: #333333;
}

.newsletter .has-feedback .form-control-feedback {
    right: 35px;
}

/* Sticky Sidebar */
#sidebar.stick {
    padding-top: 90px;
}

.homepage-filmstrip-header {
    background-color: #f0f0f0;
    padding: 15px 0 25px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
    height: 100px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .homepage-filmstrip-header .title {
        font-size: 31px;
    }

    .homepage-filmstrip-header > div {
        text-align: center;
    }

.swiper-container-filmstrip {
    position: relative;
    overflow-x: hidden;
}

    .swiper-container-filmstrip .slide-text-button-wrapper {
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
    }

.swiper-wrapper {
    height: 225px;
}

    .swiper-wrapper .swiper-slide {
        background-repeat: no-repeat;
        background-size: contain;
    }

    .swiper-wrapper .swiper-slide2 {
        background-repeat: no-repeat;
        background-size: contain;
        height: 260px;
    }

.swiper-slide img {
    width: 140px;
    height: 140px;
}

.filmstrip-banner {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50% );
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .filmstrip-banner.last-slide {
        left: 50%;
        top: 50%;
        /* margin-top -> need to account for the empty title space that it doesn't have, and center it */
        margin-top: -15px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%), -50%;
        -moz-transform: translate(-50%, -50% );
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.swiper-container-filmstrip {
    width: 100%;
    position: relative;
    overflow-y: visible;
    height: 100%;
    height: auto;
    min-height: 300px;
    /* padding: 15px; */
    height: auto;
}

    .swiper-container-filmstrip .swiper-pagination-bullet {
        opacity: 1;
        background: #808080;
        width: 11px;
        height: 11px;
    }

        .swiper-container-filmstrip .swiper-pagination-bullet:nth-child(5n+1), .swiper-container-filmstrip .swiper-pagination-bullet:nth-last-child(1) {
            display: inline-block;
        }

        .swiper-container-filmstrip .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #e40000;
        }

    .swiper-container-filmstrip .swiper-slide .image, .swiper-container-filmstrip .swiper-slide2 .image {
        margin: 5px 0px;
        width: 100%;
    }

        .swiper-container-filmstrip .swiper-slide .image .filmstrip-image, .swiper-container-filmstrip .swiper-slide2 .image .filmstrip-image {
            height: 80px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .swiper-container-filmstrip .swiper-slide .image .title {
            text-align: center;
            font-size: 12px;
            height: 50px;
            padding-top: 10px;
            width: 150px;
        }

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
}

.swiper-container-filmstrip .swiper-slide:not(:last-child):after, .swiper-container-filmstrip .swiper-slide2:not(:last-child):after {
    content: " ";
    position: absolute;
    top: 5px;
    height: 80px;
    left: -5px;
    /*border-left: 1px solid #000;*/
    /*background-color: #ffc400;*/
    width: 5px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide, .swiper-container-no-flexbox .swiper-slide2 {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-container-android .swiper-slide2, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

#swiper-wrapper2 .swiper-slide {
    height: auto;
}

.swiper-slide, .swiper-slide2 {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide, .swiper-container-autoheight .swiper-slide2 {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    background-color: #fff;
    margin-top: -30px;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    /*-moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;*/
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
    right: 5px;
    background-image: url('Image/arrowRight.png');
    box-shadow: -2px 2px 2px #cccccc;
    left: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("Image/arrowLeft.png");
    box-shadow: 2px 2px 2px #cccccc;
    left: 5px;
    right: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    bottom: -10px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

#swiper-pagination2 span {
    height: 80px;
    width: 80px;
    margin-left: 10px;
    border-radius: 0px;
    background-size: cover;
}

#swiper-pagination3 {
    margin-top: 10px;
    margin-right: 10px;
}

    #swiper-pagination3 .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        border-radius: 0px;
        margin-left: 10px;
        background-color: rgba(89, 11, 122,1);
        opacity: .5;
    }

        #swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
        }

#swiper-container-filmstrip4 {
    background-color: transparent;
}

#swiper-container-filmstrip3 .swiper-slide:after {
    background-image: none;
}
