.comments-list,
.comments-list li,
.comments-list ul,
.feature-3,
.filters,
.flex-control-nav li,
.horizontal-tile,
.hover-tile,
.image-caption,
.image-slider .slides,
.image-square,
.image-tile,
.lightbox-grid,
.lightbox-grid li,
.lightbox-grid ul,
.map-holder,
.map-holder.inline,
.masonry-loader.fadeOut,
.post-meta,
.post-meta .tags,
.progress-2 .bar-holder,
.tags,
.testimonials .quote-author,
.tile-left,
.tile-right,
.twitter-feed.thirds ul,
.widget .cart-overview li,
.widget .gallery {
    overflow: hidden
}

.text-tabs.no-border .tabs {
    border-bottom: none
}

.text-tabs .tab-title {
    user-select: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    padding: 0 24px;
    opacity: .5;
    position: relative
}

.text-tabs .tab-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00ff87;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    bottom: -17px;
    left: 0
}

.text-tabs .active .tab-title {
    opacity: 1;
    color: #00ff87
}

.bg-primary .text-tabs .tab-title:after {
    background: #ffe5e5
}

.text-tabs .active .tab-title:after,
.text-tabs .tab-title:hover {
    opacity: 1
}

@media all and (max-width:767px) {
    .text-tabs .tabs {
        padding-bottom: 0
    }
    .text-tabs .tabs li {
        width: 49%;
        margin-bottom: 15px
    }
    .text-tabs .tab-title:after {
        display: none
    }
    .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
        padding-left: 24px
    }
}

.icon-tabs .tabs li {
    width: 24.5%;
    margin-bottom: 24px
}

.icon-tabs .tab-title {
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: .5
}

.feature-2 i,
.feature-5 {
    transition: all .3s ease
}

.icon-tabs .tab-title:hover {
    opacity: 1
}

.icon-tabs .active .tab-title {
    color: #00ff87;
    opacity: 1
}

.icon-tabs .active .tab-title i {
    color: #00ff87
}

.image-bg .icon-tabs .active .tab-title i {
    color: #fff
}

.icon-tabs .tab-title i {
    display: block;
    margin-bottom: 16px
}

@media all and (max-width:767px) {
    .icon-tabs .tabs li {
        margin-bottom: 16px;
        margin-right: 0;
        width: 49%
    }
    .icon-tabs .tab-title i {
        font-size: 32px
    }
}


/*!---------- 14. PROGRESS BARS ----------*/

.progress-bars {
    margin-bottom: 24px
}

.progress {
    height: auto;
    box-shadow: none
}

.progress-bar {
    background: #00ff87;
    box-shadow: none!important
}

.bg-primary .progress-bar {
    background: #fd7777
}

.progress-1 {
    height: 32px;
    margin-bottom: 8px;
    border-radius: 0;
    border: none
}

.progress-1:last-child {
    margin-bottom: 0
}

.progress-1 .progress-bar {
    text-align: right;
    padding-right: 12px;
    line-height: 32px;
    border-radius: 0
}

.progress-1 .progress-bar span,
.progress-2 span {
    line-height: 24px;
    font-weight: 700;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.progress-1 .progress-bar span {
    font-size: 11px
}

.progress-2 {
    height: auto;
    background: 0 0;
    text-align: center;
    margin-bottom: 8px
}

.progress-2 span {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px
}

.progress-2 .bar-holder {
    height: 16px;
    border-radius: 8px;
    border: 1px solid #00ff87
}

.bg-primary .progress-2 .bar-holder {
    border-color: #fd8b8b
}


/*!---------- 15. STATS ----------*/

.stat-2 h1 {
    font-size: 80px;
    line-height: 88px
}

.stat-3 h1 {
    margin-bottom: 8px;
    font-size: 72px;
    line-height: 80px
}

.stat-3 h6 {
    margin-bottom: 0
}


/*!---------- 16. BREADCRUMBS ----------*/

.breadcrumb {
    margin-bottom: 24px
}

.breadcrumb-2 {
    background: 0 0;
    padding: 0
}

.breadcrumb-2 li,
.breadcrumb-2 li a {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600
}

.feature.boxed .price,
.pagination li,
.pricing-table .price {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.breadcrumb-2>li+li:before {
    padding: 0 16px;
    color: #bbb
}

.image-bg .breadcrumb li a {
    color: #fff;
    opacity: .8
}

.image-bg .breadcrumb li a:hover {
    opacity: 1
}

.bg-dark .breadcrumb a,
.image-bg .breadcrumb li.active {
    color: #fff
}

@media all and (max-width:990px) {
    .page-title-2 .breadcrumb,
    .page-title-4 .breadcrumb {
        float: left;
        margin-top: 32px
    }
    .feature .icon-lg {
        font-size: 40px
    }
}

@media all and (max-width:767px) {
    .breadcrumb-2>li+li:before {
        padding: 0 4px
    }
    .page-title-2 .breadcrumb,
    .page-title-4 .breadcrumb {
        float: left;
        margin-top: 8 px
    }
}


/*!---------- 17. PAGINATION ----------*/

.pagination {
    margin: 0
}

.pagination li a {
    width: 32px;
    height: 32px;
    padding: 6px 0 0;
    text-align: center;
    margin: 0 4px;
    color: #292929;
    font-weight: 400
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active:hover a {
    background: #00ff87;
    color: #fff;
    border-color: #00ff87
}


/*!---------- 18. ICON FEATURES ----------*/

.feature.boxed {
    padding: 24px;
    background: #fbe74c;
    border-radius: 20px;
}

.feature.boxed .price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px
}

.feature.boxed.bg-dark {
    background: #292929
}

.bg-dark .feature.boxed {
    background: #363636
}

.bg-secondary .feature.boxed {
    background: #fff
}

.feature.bordered {
    padding: 16px;
    background: #fbe74c;
    border-radius: 20px;
}

.feature {
    margin-bottom: 24px
}

.feature p:last-child {
    margin-bottom: 0
}

@media all and (max-width:767px) {
    .feature.bordered,
    .feature.boxed {
        padding: 8px
    }
}

.feature-1 i {
    display: inline-block;
    margin-bottom: 16px;
    color: #00ff87
}

.feature-2 i {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #00ff87;
    text-align: center;
    line-height: 80px;
    color: #00ff87;
    border-radius: 50%;
    margin: 0 auto 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.feature-2 i:hover,
.feature-2.filled i {
    background: #00ff87;
    color: #fff
}

@media all and (min-width:768px) {
    .feature-3 {
        min-height: auto
    }
}

.feature-3 .left,
.feature-3 .right {
    display: inline-block;
    float: left
}

.feature-3 .left {
    width: 15%
}

.feature-3 .right {
    width: 85%
}

.feature-3 i {
    color: #00ff87
}

.bg-primary .feature-3 i,
.feature-color h1,
.feature-color h2,
.feature-color h3,
.feature-color h4,
.feature-color h5,
.feature-color h6,
.feature-color li,
.feature-color p,
.feature-color span,
.image-bg .feature h1,
.image-bg .feature h2,
.image-bg .feature h3,
.image-bg .feature h4,
.image-bg .feature h5,
.image-bg .feature h6,
.image-bg .feature i,
.image-bg .feature li,
.image-bg .feature p,
.image-bg .feature span {
    color: #fff
}

.feature-4 .left {
    width: 15%
}

.feature-4 .right {
    width: 85%
}

.feature-color i {
    color: #fff;
    opacity: .7
}

.feature-color:nth-of-type(1) {
    background: #00ff87
}

.feature-color:nth-of-type(2) {
    background: #fc3636
}

.feature-color:nth-of-type(3) {
    background: #fb1d1d
}

.feature-5 {
    height: 33.333333vw;
    padding: 0 48px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

@media all and (max-width:1280px) {
    .feature-5 {
        height: auto;
        padding: 80px 48px
    }
    .feature-5 .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none
    }
}

@media all and (max-width:767px) {
    .feature-3 .left,
    .feature-4 .left {
        margin-bottom: 8px
    }
    .feature-3 .left,
    .feature-3 .right,
    .feature-4 .left,
    .feature-4 .right {
        width: 100%
    }
    .feature-5 {
        padding: 40px 24px
    }
}

.image-bg .feature.bordered {
    border-color: rgba(255, 255, 255, .4)
}

.image-bg .feature.boxed {
    background: rgba(34, 34, 34, .4)
}

.bg-light .feature.bordered {
    border-color: rgba(34, 34, 34, .2)
}


/*!---------- 19. PRICING TABLES ----------*/

.pricing-table {
    padding: 48px 32px;
    border: 1px solid #f1d8d8
}

.pricing-table .price {
    font-size: 80px;
    line-height: 80px;
    font-weight: 300;
    color: #292929;
    display: inline-block;
    margin-bottom: 16px
}

.bg-dark .pricing-table .price,
.pricing-table.emphasis .price,
.pricing-table.emphasis a:not(.btn),
.pricing-table.emphasis h5,
.pricing-table.emphasis p {
    color: #fff
}

.pricing-table p:last-child {
    margin-bottom: 0
}

.pricing-table.boxed,
.pricing-table.emphasis {
    background: #f8f8f8
}

.pricing-table.emphasis {
    background: #2c2c2c;
    color: #fff
}

.pt-2 ul {
    line-height: 36px
}


/*!---------- 20. PAGE TITLES ----------*/

.page-title {
    padding: 0
}

.page-title .container {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2
}

.page-title i {
    position: relative;
    top: 1px
}

.page-title-1,
.page-title-2 {
    height: 400px
}

.page-title-1 .breadcrumb,
.page-title-3 .breadcrumb {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    bottom: 0
}

.page-title-2 .breadcrumb {
    position: relative;
    margin-bottom: 0
}

.nav-is-overlay .page-title-1.image-bg:first-child,
.nav-is-overlay .page-title-2.image-bg:first-child,
.nav-is-overlay.page-title-1.bg-dark:first-child,
.nav-is-overlay.page-title-2.bg-dark:first-child {
    height: 455px;
    padding-top: 55px
}

@media all and (max-width:767px) {
    .page-title i {
        display: none
    }
    .page-title-1,
    .page-title-2 {
        height: 320px
    }
    .page-title .text-right {
        text-align: left!important
    }
}

.page-title-3,
.page-title-4 {
    height: 240px
}

.page-title-4 .breadcrumb {
    position: relative;
    top: 8px;
    margin-bottom: 0
}

.nav-is-overlay .page-title-3.image-bg:first-child,
.nav-is-overlay .page-title-4.image-bg:first-child,
.nav-is-overlay.page-title-3.bg-dark:first-child,
.nav-is-overlay.page-title-4.bg-dark:first-child {
    height: 295px;
    padding-top: 55px
}

.page-title.fullscreen {
    height: 100vh!important;
    padding-top: 0
}


/*!---------- 21. WIDGETS ----------*/

.widget {
    margin-bottom: 32px
}

.link-list {
    line-height: 32px
}

.link-list a:after {
    content: "\e628";
    font-family: themify;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    margin-left: 8px
}

.recent-posts,
.widget .title {
    line-height: 24px
}

.widget p:last-child,
.widget ul:last-child {
    margin-bottom: 0
}

.widget .title,
.widget hr {
    margin-bottom: 12px
}

.widget .title {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500
}

.recent-posts li {
    margin-bottom: 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.recent-posts .date {
    display: block;
    letter-spacing: 0;
    opacity: .8
}

.twitter-feed .interact,
.twitter-feed .user,
.widget .twitter-feed .slides li:nth-of-type(n+3),
.widget .twitter-feed .timePosted {
    display: none
}

.recent-posts li:hover .date {
    opacity: 1
}

.tags li {
    float: left;
    margin: 0 4px 4px 0
}

.tags .btn-sm {
    padding: 0 8px;
    margin: 0
}

.widget .gallery li {
    width: 33.33333%;
    float: left;
    padding: 0 4px 4px 0
}

.widget .tweet {
    margin-bottom: 0
}

.widget .twitter-feed .slides li {
    margin-bottom: 24px
}

.widget .twitter-feed .slides li:last-child {
    margin-bottom: 0
}

.widget .twitter-feed .slides li:before {
    position: relative;
    top: 6px;
    float: left;
    display: inline-block;
    margin-right: 8px;
    color: #292929;
    content: "\e74b";
    font-family: themify;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 13px
}

.widget .twitter-feed p {
    padding-left: 22px;
    position: relative
}

.bg-dark .widget .twitter-feed .slides li:before {
    color: #fff
}

.widget .instafeed li {
    width: 33.3333%;
    display: inline-block;
    padding: 0 4px 4px 0
}

.widget .instafeed li:nth-of-type(n+7) {
    display: none
}

.widget .cart-overview img {
    width: 25%;
    padding-right: 2%
}

.widget .cart-overview .description {
    display: inline-block;
    width: auto;
    line-height: 24px
}

.widget .cart-overview span {
    display: block
}

.widget .cart-overview li {
    margin-bottom: 24px
}

.widget .cart-overview li:last-child {
    margin-bottom: 0
}

.widget .cart-controls {
    max-height: 30px;
    line-height: 30px
}

.cart-overview a {
    color: #292929
}

.cart-overview a:hover {
    color: #00ff87
}

.hover-state h1,
.hover-state h2,
.hover-state h3,
.hover-state h4,
.hover-state h5,
.hover-state h6,
.hover-state li,
.hover-state p,
.hover-state span,
.inner-title .title h1,
.inner-title .title h2,
.inner-title .title h3,
.inner-title .title h4,
.inner-title .title h5,
.inner-title .title h6,
.inner-title .title li,
.inner-title .title p,
.inner-title .title span {
    color: #fff
}

.widget .flex-direction-nav li a {
    width: 16px;
    height: 16px;
    margin: -8px 0 0
}

.widget .flex-direction-nav li a:before {
    font-size: 16px
}

.widget .flex-direction-nav li a.flex-next {
    right: 8px
}

.widget .flex-direction-nav li a.flex-prev {
    left: 8px
}

.widget .flex-control-nav {
    display: none
}

.widget .image-slider {
    margin: 0
}


/*!---------- 22. IMAGE TILES ----------*/

img {
    max-width: 100%
}

.flag {
    margin-right: 5px;
    margin-left: 10px
}

.image-tile {
    position: relative;
    margin-bottom: 24px
}

.image-tile img {
    width: 100%;
    display: inline-block
}

.image-tile .label {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5
}

.inner-title:before {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
    pointer-events: none
}

.inner-title.title-center:before {
    background: #292929;
    opacity: .4
}

.inner-title:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.inner-title .title {
    position: absolute;
    width: 100%;
    bottom: 24px;
    z-index: 5
}

.inner-title.title-center .title {
    bottom: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0)
}

.inner-title .title h5 {
    font-weight: 600
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before,
.lb-data .lb-close:before,
.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px
}

.inner-title {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1
}

.inner-title:hover {
    opacity: .95
}

.inner-title.hover-reveal:before {
    opacity: 0
}

.inner-title.hover-reveal .title {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.inner-title.hover-reveal:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.inner-title.hover-reveal:hover:before {
    opacity: 1
}

.outer-title img {
    display: inline-block;
    margin-bottom: 12px
}

.hover-tile {
    position: relative;
    background: #292929
}

.hover-tile img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.hover-tile:hover img {
    opacity: .5
}

.hover-tile .hover-state {
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0;
    width: 100%
}

.image-slider,
.image-slider .slides,
.image-slider .slides li,
.tile-left,
.tile-right {
    position: relative
}

.hover-state {
    z-index: 99;
    padding: 0 40px;
    cursor: default
}

.hover-state * {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transform: translate3d(0, 30px, 0) scale(1.05);
    -webkit-transform: translate3d(0, 30px, 0) scale(1.05)
}

.hover-tile:hover .hover-state {
    opacity: 1
}

.hover-tile:hover .hover-state * {
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1)
}

.hover-state :last-child {
    margin-bottom: 0
}

.border-thick {
    border: 16px solid #fff;
    border-top: none
}

.border-thick.col-sm-6:first-child {
    border-right: 8px solid #fff
}

.border-thick.col-sm-6:last-child {
    border-left: 8px solid #fff
}

.horizontal-tile:not(:last-of-type) {
    margin-bottom: 30px
}

.tile-left,
.tile-right {
    width: 50%;
    float: left;
    display: inline-block;
    min-height: 300px
}

.tile-left .description,
.tile-right .description {
    padding: 48px
}

.tile-left:hover .background-image-holder,
.tile-right:hover .background-image-holder {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}


/*!---------- 23. SLIDERS ----------*/

.image-slider .slides li>img {
    width: 100%
}

.row .image-slider {
    margin-bottom: 24px
}

.image-slider.height-70 .slides li {
    height: 70vh;
    min-height: 600px
}

@media all and (max-width:767px) {
    .tile-left,
    .tile-right {
        width: 100%;
        float: none
    }
    .image-slider.height-70 .slides li {
        height: auto;
        min-height: none;
        padding: 80px 0
    }
    .image-slider.height-70 .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none
    }
}

.flex-direction-nav a.flex-next {
    right: 16px
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    content: "\e649";
    color: #fff
}

.flex-direction-nav a.flex-prev {
    left: 16px
}

.flex-direction-nav a.flex-prev:before {
    content: "\e64a"
}

.flex-direction-nav a {
    opacity: 1;
    text-shadow: none;
    color: transparent;
    width: 24px;
    height: 24px;
    margin: -12px 0 0
}

.flex-control-nav li a {
    background: 0 0;
    border: 2px solid #292929;
    width: 10px;
    height: 10px
}

.controls-inside .flex-control-nav li a.flex-active,
.image-bg .flex-control-nav li a.flex-active {
    background: #fff
}

.controls-inside .flex-control-nav li a,
.image-bg .flex-control-nav li a {
    border-color: #fff
}

@media all and (max-width:768px) {
    .flex-direction-nav {
        display: none
    }
}

.controls-inside .flex-control-nav {
    bottom: 24px;
    z-index: 10
}

.slider-thumb-controls .flex-control-thumbs {
    margin: 0
}

.slider-thumb-controls .flex-direction-nav {
    display: none
}

@media all and (max-width:767px) {
    .slider-thumb-controls .flex-control-thumbs {
        display: none
    }
    .slider-thumb-controls .flex-direction-nav {
        display: block
    }
    .logo-carousel .slides li {
        width: 100%
    }
}

.cart .remove-item,
.cart span,
.product-single .price,
.ratings .user span,
.ratings li,
.star-rating {
    display: inline-block
}

.logo-carousel li {
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: .5
}

.logo-carousel li:hover {
    opacity: 1
}

.logo-carousel img {
    max-height: 60px
}

.text-slider .flex-direction-nav li a:before {
    color: #222
}

.image-bg .text-slider .flex-direction-nav li a:before {
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: .5
}

.image-bg .text-slider .flex-direction-nav li a:hover:before {
    opacity: 1
}

.text-slider .flex-direction-nav a.flex-prev {
    left: -60px
}

.text-slider .flex-direction-nav a.flex-next {
    right: -60px
}

.kenburns .slides li:nth-of-type(odd) .background-image-holder {
    animation: kenBurnsEast 25s linear infinite alternate;
    -webkit-animation: kenBurnsEast 25s linear infinite alternate
}

.kenburns .slides li:nth-of-type(even) .background-image-holder {
    animation: kenBurnsWest 25s linear infinite alternate;
    -webkit-animation: kenBurnsWest 25s linear infinite alternate
}

@keyframes kenBurnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes kenBurnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes kenBurnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes kenBurnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}


/*!---------- 24. IMAGE GALLERIES ----------*/

.instafeed.grid-gallery {
    overflow: hidden
}

.instafeed.grid-gallery li {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1
}

.instafeed.grid-gallery li:hover {
    opacity: .9
}

.instafeed.grid-gallery.gapless li {
    padding: 0;
    width: 16.66667%
}

.instafeed.grid-gallery.gapless li img {
    width: 100%
}

.instafeed li img {
    height: auto
}

@media all and (max-width:990px) {
    .instafeed.grid-gallery li {
        width: 33.333333%
    }
}

.lightbox-grid,
.lightbox-grid li,
.lightbox-grid ul {
    position: relative
}

.lightbox-grid li {
    width: 25%;
    float: left;
    border: 8px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1
}

.lightbox-grid li:hover {
    opacity: .9
}

.square-thumbs li {
    height: 285px
}

.third-thumbs li {
    width: 33.33333vw;
    height: 33vw;
    border: none
}

@media all and (max-width:1190px) {
    .square-thumbs li {
        height: 235px
    }
}

@media all and (max-width:990px) {
    .lightbox-grid li {
        width: 33.33333%
    }
    .square-thumbs li {
        height: 240px
    }
}

@media all and (max-width:767px) {
    .kenburns .slides li .background-image-holder {
        animation: none!important;
        -webkit-animation: none!important
    }
    .lightbox-grid li {
        width: 50%
    }
    .third-thumbs li {
        height: 50vw
    }
    .square-thumbs li {
        height: 185px
    }
}

.lb-outerContainer {
    background: 0 0;
    border-radius: 0
}

.lightbox .lb-image {
    border-radius: 0
}

.lb-data .lb-close,
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    background: 0 0
}

.lb-data .lb-close:before,
.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
    content: "\e646";
    color: #fff
}

.countdown,
.filters li,
.tweets-slider.large p {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.countdown,
.filters li {
    text-transform: uppercase
}

.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -16px
}

.lb-nav a.lb-next:before {
    content: "\e649";
    right: 16px
}

.lb-nav a.lb-prev:before {
    content: "\e64a";
    left: 16px
}

.flickr-feed li {
    width: 25%;
    padding: 8px
}

.flickr-feed li.masonry-item {
    margin-bottom: 0
}

.flickr-feed li img {
    min-width: 100%
}

@media all and (max-width:990px) {
    .flickr-feed li {
        width: 33.33333%
    }
}

@media all and (max-width:767px) {
    .flickr-feed li {
        padding: 4px
    }
}


/*!---------- 25. INTROS ----------*/

.cover {
    margin: 0;
    padding: 0
}

.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6,
.cover li,
.cover p,
.cover span {
    color: #fff
}

.image-bg.bg-light h1,
.image-bg.bg-light h2,
.image-bg.bg-light h3,
.image-bg.bg-light h4,
.image-bg.bg-light h5,
.image-bg.bg-light h6 {
    color: #222
}

.image-bg.bg-light li,
.image-bg.bg-light p,
.image-bg.bg-light span {
    color: #777
}

.cover:first-child .fullscreen {
    max-height: 100%
}

.cover.fullscreen .slides>li {
    height: 100vh
}

.cover .slides li .container {
    z-index: 4;
    position: relative
}

.cover .flex-control-nav {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: .9
}

.cover .flex-control-nav:hover {
    opacity: 1
}

.cover .align-bottom {
    padding: 0 32px;
    bottom: 16px
}

.cover .align-top {
    padding: 0 32px
}

@media all and (max-width:767px) {
    .cover .align-bottom {
        padding: 0 15px
    }
    .cover .align-bottom.relative-xs {
        position: relative;
        bottom: 0
    }
    .cover.fullscreen {
        height: auto;
        padding: 80px 0
    }
    .cover.fullscreen.image-slider {
        padding: 0
    }
    .cover.fullscreen .container {
        top: 0;
        transform: none;
        -webkit-transform: none
    }
    .cover.fullscreen .slides li {
        height: auto;
        padding: 80px 0
    }
    .player {
        display: none
    }
}


/*!---------- 26. SHOP ----------*/

.product-single .image-slider .label {
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 16px
}

.product-single .price {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-right: 32px
}

.product-single .old-price {
    text-decoration: line-through;
    opacity: .7
}

.product-single .price:not(.old-price) {
    color: #00ff87
}

.add-to-cart input[type=text] {
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0
}

.add-to-cart input[type=submit] {
    width: 160px;
    margin: 0
}

td,
th {
    line-height: 24px!important
}

.ratings {
    margin-bottom: 24px
}

.ratings li {
    background: #f8f8f8;
    padding: 24px;
    margin-bottom: 16px
}

.star-rating li {
    padding: 0;
    color: #000
}

.star-rating {
    margin: 0 24px 0 0
}

.ratings .user span {
    margin-right: 8px
}

.ratings .user .date {
    opacity: .7
}

.ratings .user {
    margin-bottom: 8px
}

.ratings-form input[type=text] {
    width: 50%;
    float: left
}

.ratings-form input[type=text]:first-child {
    width: 48%;
    margin-right: 2%
}

.ratings-form input[type=submit] {
    width: 200px
}

.product-thumb {
    max-width: 180px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.col-sm-6 .product-thumb {
    max-width: 320px
}

.product-thumb:hover {
    transform: scale3d(.95, .95, .95);
    -webkit-transform: scale3d(.95, .95, .95)
}

.cart .product-thumb {
    max-width: 10000px;
    max-height: 100px
}

.cart .product-thumb:hover {
    transform: none
}

.cart span,
.cart td,
.cart th {
    vertical-align: middle!important
}

.cart .remove-item {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #c64444;
    color: #c64444;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.cart .remove-item:hover {
    color: #fff;
    background: #c64444
}


/*!---------- 27. VIDEO ----------*/

audio:-webkit-full-screen,
video:-webkit-full-screen {
    -webkit-transform: translateY(0)
}

iframe {
    border: none
}

.player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.vid-bg {
    background: #222
}

.vid-bg .background-image-holder {
    display: none;
    z-index: 0
}

.vid-bg .masonry-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

.vid-bg .container.fadeOut {
    opacity: 0
}

@media all and (max-width:1024px) {
    .vid-bg .background-image-holder {
        display: block
    }
    .vid-bg .masonry-loader,
    .vid-bg .player {
        display: none
    }
    .vid-bg .container.fadeOut {
        opacity: 1
    }
}

video {
    max-width: 100%
}

.local-video-container {
    position: relative;
    margin-bottom: 24px
}

.local-video-container video {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.local-video-container .background-image-holder {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    top: 0;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .26)
}

.play-button,
.play-button:before {
    position: absolute;
    top: 50%;
    left: 50%
}

.background-image-holder.fadeout {
    opacity: 0!important;
    z-index: 0
}

.play-button {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    text-align: center;
    margin: -40px auto 0 -40px;
    z-index: 4;
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    cursor: pointer
}

.play-button.large:before,
.play-button:before {
    border-style: solid;
    content: ''
}

.play-button:before {
    margin-top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff
}

.play-button:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95)
}

.play-button.dark {
    border-color: #292929
}

.play-button.dark:before {
    border-color: transparent transparent transparent #292929
}

@media all and (max-width:767px) {
    video {
        max-width: 100%!important
    }
    .play-button {
        width: 65px;
        height: 65px;
        margin-top: -32px
    }
    .play-button:before {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        margin-left: -8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent #fff
    }
}

.play-button.large {
    height: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px
}

.play-button.large:before {
    margin-top: -18px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 20px 0 20px 31px;
    border-color: transparent transparent transparent #fff
}

.play-button.large.dark:before {
    border-color: transparent transparent transparent #292929
}

.play-button.inline {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    z-index: 0
}

@media all and (max-width:767px) {
    .play-button.large {
        width: 90px;
        height: 90px;
        margin-top: -45px
    }
    .play-button.large:before {
        margin-top: -14px;
        margin-left: -8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 25px;
        border-color: transparent transparent transparent #fff
    }
}

.modal-video {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0;
    z-index: -1
}

.modal-video video {
    margin: 0 auto;
    width: 675px;
    display: block;
    top: 50%;
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.modal-video.reveal-modal {
    opacity: 1;
    z-index: 999999;
    visibility: visible
}

.modal-video iframe {
    position: absolute;
    width: 768px;
    height: 432px;
    left: 50%;
    margin-left: -384px;
    margin-top: -216px;
    top: 50%;
    border: none
}

.modal-video .ti-close {
    font-size: 24px;
    position: absolute;
    top: 32px;
    right: 32px;
    color: #fff;
    cursor: pointer
}

@media all and (max-width:990px) {
    .modal-video iframe {
        width: 640px;
        height: 360px;
        margin-left: -320px;
        margin-top: -160px
    }
}

@media all and (max-width:767px) {
    .modal-video video {
        width: 100%;
        padding: 0 15px
    }
    .modal-video iframe {
        width: 100%;
        margin-left: -50%
    }
}

.fs-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.fs-video-wrapper video {
    position: absolute;
    width: 100%;
    left: 0
}

.embed-video-container {
    width: 100%;
    position: relative;
    display: inline-block
}

.embed-video-container iframe {
    border: none;
    width: 100%;
    height: 312px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.modal-video .embed-video-container {
    width: 80%;
    max-height: 800px
}

@media all and (max-width:767px) {
    .embed-video-container iframe {
        height: 200px
    }
}

.fs-vid-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.fs-vid-background video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.overlay .fs-vid-background:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    opacity: .5;
    z-index: 2
}

@media all and (max-width:1024px) {
    .fs-vid-background {
        display: none
    }
}


/*!---------- 28. BLOG ----------*/

.post-title .label {
    margin-right: 16px
}

.post-title h4 {
    position: relative;
    top: 2px;
    margin-bottom: 16px
}

.post-meta,
.post-meta .tags {
    display: inline-block;
    margin-bottom: 12px
}

.post-meta>li {
    float: left;
    margin-right: 24px
}

.post-meta i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.post-snippet iframe {
    width: 100%;
    margin-bottom: 12px
}

.post-snippet .embed-video-container {
    margin-bottom: 24px
}

.post-snippet .embed-video-container iframe {
    margin: 0
}

.post-snippet .inner {
    background: #fff;
    padding: 24px
}

.comments-list,
.comments-list ul {
    width: 100%
}

.comments-list li {
    margin-bottom: 40px
}

.comments-list p:last-of-type {
    margin: 0
}

.comments-list .avatar,
.comments-list .comment {
    display: inline-block;
    float: left
}

.comments-list .avatar {
    width: 10%
}

.comments-list .avatar img {
    width: 75px
}

.comments-list .comment {
    width: 90%;
    padding-left: 5%
}

.comments-list .author {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px
}

.comments-list .comment .btn {
    position: relative;
    margin: 0
}

.comments-list ul {
    padding-left: 10%;
    padding-top: 40px
}

.comments-list ul li:last-of-type {
    margin-bottom: 0
}

.comments input[type=submit] {
    max-width: 25%;
    float: right
}

.masonry {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0)
}

.masonry.fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.masonry-item {
    max-width: 100%
}

.container .masonry-item {
    margin-bottom: 30px
}

.masonry-item blockquote:hover {
    background: #00ff87;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    color: #fff
}

.masonryFlyIn .masonry-item {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0)
}

.masonryFlyIn .masonry-item.fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.masonry-loader {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 80px
}

.masonry-loader.fixed-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    margin-top: -25px
}

.image-square.left .image,
.image-square.right>.content {
    left: 0
}

.masonry-loader.fadeOut {
    opacity: 0;
    max-height: 0;
    padding: 0
}

.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 2px 1px 0 #00ff87;
    -moz-animation: spin .7s linear infinite;
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media all and (max-width:767px) {
    .post-title .label {
        margin-bottom: 8px;
        display: inline-block
    }
    .post-title h4 {
        top: 0;
        display: block
    }
    .comments input[type=submit] {
        max-width: 100%;
        float: none
    }
}

.filters,
.filters li {
    display: inline-block
}


/*!---------- 29. IMAGE BLOCKS ----------*/

.image-md {
    max-height: 120px
}

.image-small {
    max-height: 80px
}

.image-xs {
    max-height: 50px
}

.image-xxs {
    max-height: 30px
}

.fade-half {
    opacity: .5
}

.fade-1-4 {
    opacity: .75
}

.fade-3-4 {
    opacity: .25
}

.fade-on-hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: .5
}

.fade-on-hover:hover {
    opacity: 1
}

.cast-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.cast-shadow-light {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2)
}

.image-block,
.image-block .image-bg {
    padding: 0;
    height: 50vw;
    max-height: 700px
}

.image-block .container {
    height: 100%
}

.image-block-right .image-bg {
    position: absolute;
    top: 0
}

@media all and (max-width:768px) {
    .image-block {
        height: auto;
        max-height: 1000000px
    }
    .image-block .image-bg {
        height: 350px
    }
    .image-block .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none
    }
    .image-block-right .image-bg {
        position: relative
    }
}

.image-edge .container {
    position: relative
}

.image-edge .container div[class*=col-] {
    position: absolute
}

@media all and (max-width:990px) {
    .image-edge .container div[class*=col-] {
        position: relative;
        top: 0;
        transform: none;
        -webkit-transform: none
    }
}

.image-square {
    height: 50vw;
    max-height: 640px;
    padding: 0
}

.image-square .image,
.image-square>.content {
    position: absolute
}

.image-square .image {
    height: 100%
}

.image-square>.content {
    padding: 0 10%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0)
}

.image-square.left>.content,
.image-square.right .image {
    right: 0
}

@media all and (max-width:990px) {
    .image-square {
        height: auto;
        max-height: 100000px;
        padding-bottom: 48px
    }
    .image-square .image,
    .image-square>.content {
        position: relative
    }
    .image-square .image {
        height: 100vw;
        margin-bottom: 48px;
        max-height: 500px
    }
    .image-square>.content {
        top: 0;
        transform: none;
        -webkit-transform: none;
        padding: 0 20%
    }
}

@media all and (max-width:767px) {
    .image-square>.content {
        padding: 0 15px
    }
}

.image-zoom img {
    transition: all 9s ease;
    -webkit-transition: all 9s ease;
    -moz-transition: all 9s ease
}

.image-zoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.image-caption {
    position: relative
}

.image-caption .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px;
    color: #fff
}

.image-caption .caption p {
    position: relative;
    z-index: 4;
    margin: 0
}

.image-caption .caption:before {
    content: '' attr(data-caption) '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0)
}

.image-caption.hover-caption .caption {
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0)
}

.filters li,
.filters.floating {
    text-align: center;
    transition: all .3s ease
}

.image-caption.hover-caption:hover .caption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}


/*!---------- 30. PORTOFLIO ----------*/

.filters li {
    float: left;
    cursor: pointer;
    border: 2px solid #00ff87;
    padding: 0 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #00ff87;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
    border-color: rgba(255, 255, 255, 0);
    opacity: .7;
    border-radius: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filters.floating li,
.portfolio-pullup .project {
    margin-bottom: 0
}

.filters li.active {
    border-color: #00ff87;
    opacity: 1
}

.filters li:last-child {
    margin-right: 0
}

.filters.floating {
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    background: rgba(255, 255, 255, .98);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    border-radius: 200px
}

.foundry_modal,
.project {
    transition: all .3s ease
}

.bg-dark .filters.floating {
    background: #292929
}

.bg-dark .filters.floating h1,
.bg-dark .filters.floating h2,
.bg-dark .filters.floating h3,
.bg-dark .filters.floating h4,
.bg-dark .filters.floating h5,
.bg-dark .filters.floating h6 {
    color: #fff
}

.bg-dark .filters.floating li,
.bg-dark .filters.floating p,
.bg-dark .filters.floating span {
    color: #fefefe
}

.foundry_modal.image-bg .close-modal,
.foundry_modal.no-bg .close-modal,
.image-bg .countdown,
.image-bg .social-list a,
footer.bg-dark a {
    color: #fff
}

.project {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 1;
    padding: 0
}

.container .project {
    padding: 0 15px
}

.project.inactive {
    opacity: .1!important;
    pointer-events: none!important
}

.project .image-tile {
    margin: 0
}

.project.inactive .image-tile:hover:before,
.project.inactive:hover .title {
    display: none
}

@media all and (max-width:868px) {
    .filters.floating {
        width: 90vw
    }
    .filters.floating li {
        float: none
    }
}

@media all and (max-width:767px) {
    .filters.floating {
        border-radius: 0;
        padding: 8px
    }
    .filters.floating li {
        width: 50%;
        float: left;
        margin: 0
    }
}

section+.portfolio-pullup {
    padding-top: 0;
    margin-top: -128px;
    position: relative;
    z-index: 20
}

.portfolio-pullup .inner-title:hover {
    opacity: 1
}


/*!---------- 31. TESTIMONIALS ----------*/

.testimonials h4 {
    line-height: 40px
}

.testimonials .quote-author {
    display: inline-block;
    text-align: left;
    width: 250px;
    margin-top: 24px
}

.testimonials .quote-author img {
    max-height: 60px;
    float: left;
    display: inline-block;
    margin-right: 16px
}

.testimonials .quote-author h6 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 14px
}

.testimonials .quote-author span {
    display: block;
    line-height: 18px
}

@media all and (max-width:767px) {
    .testimonials h4 {
        line-height: 26px
    }
}


/*!---------- 32. COUNTDOWNS ----------*/

.countdown {
    font-size: 56px;
    line-height: 64px;
    font-weight: 100
}


/*!---------- 33. MAPS ----------*/

.map-holder {
    position: relative
}

.map-holder iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 180%;
    top: -40%;
    left: 0;
    z-index: 1
}

.map-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.map-holder.interact:before {
    width: 0
}

.map-holder.inline {
    height: 400px
}

.map-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.foundry_modal,
.modal-screen {
    position: fixed;
    opacity: 0;
    visibility: hidden
}


/*!---------- 34. TWITTER ----------*/

.twitter-feed.thirds li {
    width: 33.333333%;
    padding: 0 15px;
    float: left
}

@media all and (max-width:990px) {
    .countdown {
        font-size: 64px;
        line-height: 72px
    }
    .twitter-feed.thirds li {
        width: 50%
    }
}

@media all and (max-width:767px) {
    .countdown {
        font-size: 48px;
        line-height: 56px
    }
    .twitter-feed.thirds li {
        width: 100%
    }
}

.tweets-slider.large p {
    font-size: 24px;
    line-height: 32px
}

.tweets-slider.large .timePosted {
    font-size: 14px
}

@media all and (max-width:990px) {
    .tweets-slider.large p {
        font-size: 18px;
        line-height: 24px
    }
}

@media all and (max-width:767px) {
    .tweets-slider.large p {
        font-size: 14px
    }
}

.sc-background-orange {
    background: #00ff87!important
}


/*!---------- 35. MODALS ----------*/

.foundry_modal {
    overflow-y: auto;
    max-height: 100%;
    max-width: 50%;
    width: 50%;
    padding: 80px 48px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: -1
}

.foundry_modal.no-bg {
    background: 0 0;
    box-shadow: none!important
}

.modal-screen {
    width: 100%;
    height: 100%;
    background: #292929;
    z-index: 9998;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    top: 0;
    left: 0
}

.modal-screen.reveal-modal {
    opacity: .8;
    visibility: visible
}

.foundry_modal.reveal-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.foundry_modal .close-modal {
    z-index: 4;
    position: absolute;
    top: 24px;
    right: 32px;
    cursor: pointer;
    font-size: 18px
}

.foundry_modal :not(.background-image-holder):not(.close-modal) {
    z-index: 4;
    position: relative
}

.foundry_modal iframe {
    width: 100%;
    min-height: 400px
}

@media all and (min-width:1500px) {
    .foundry_modal {
        max-width: 45%;
        width: 45%
    }
}

@media all and (max-width:1190px) {
    .foundry_modal {
        max-width: 70%;
        width: 70%;
        padding: 64px 32px
    }
}

@media all and (max-width:990px) {
    .foundry_modal {
        max-width: 80%;
        width: 80%;
        padding: 64px 32px
    }
}

@media all and (max-width:767px) {
    .foundry_modal {
        max-width: 90%;
        width: 90%;
        padding: 48px 15px;
        transform: translateX(0) translateY(50%);
        -webkit-transform: translateX(0) translateY(50%)
    }
    .foundry_modal .close-modal {
        right: 18px
    }
}

.iframe-modal {
    width: 90%;
    height: 90%;
    max-width: 90%;
    padding: 0
}

.iframe-modal .close-modal {
    z-index: 9999
}

.iframe-modal iframe {
    width: 100%;
    height: 100%
}

.modal-strip {
    padding: 18px 0;
    position: fixed;
    bottom: 1%;
    z-index: 200;
    width: 98%;
    margin: 0 1%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0
}

.modal-strip.reveal-modal {
    transform: translate3d(0, 0, 0)!important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)!important;
    opacity: .9
}

.modal-strip .close-modal {
    position: fixed;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.modal-strip i.close-modal {
    font-size: 18px
}

.modal-strip .icon+p {
    padding-left: 32px;
    position: relative;
    top: 3px
}

.modal-strip p+.btn {
    margin-left: 24px
}

@media all and (max-width:1024px) {
    .modal-strip {
        margin: 0;
        width: 100%;
        bottom: 0
    }
}

@media all and (max-width:767px) {
    .modal-strip .close-modal {
        position: relative;
        top: 0;
        right: 0;
        left: 15px;
        transform: none!important;
        -webkit-transform: none!important;
        margin-top: 16px
    }
    .modal-strip .icon {
        display: none
    }
    .modal-strip .icon+p {
        padding-left: 0;
        top: 0
    }
}



.footer_bottom {
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    z-index: 995;
    background-color: #f8f8f8
}

.footer_mobile_cta {
    display: none;
    margin: 40px -20px
}

.footer_mobile_cta ul {
    overflow: hidden;
    background: #951942;
    list-style: none
}

.footer_mobile_cta ul li {
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-left: 0 solid #fff;
    width: 50%;
    height: 67px
}

.footer_mobile_cta ul li:first-child {
    border: 0
}

.footer_mobile_cta ul li a,
.footer_mobile_cta ul li span {
    padding: 15px;
    display: block;
    cursor: pointer
}

.gradient {
    background-color: rgba(111, 19, 49, .66);
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0, rgba(140, 28, 65, .51)), color-stop(1, rgba(81, 9, 32, .8)));
    background-image: -webkit-repeating-linear-gradient(top right, rgba(140, 28, 65, .51) 0, rgba(81, 9, 32, .8) 100%);
    background-image: repeating-linear-gradient(to bottom left, rgba(140, 28, 65, .51) 0, rgba(81, 9, 32, .8) 100%);
    background-image: -ms-repeating-linear-gradient(top right, rgba(140, 28, 65, .51) 0, rgba(81, 9, 32, .8) 100%);
    padding: 30px
}

hr.title-breaker.left {
    text-align: left;
    margin-left: 0
}

hr.title-breaker {
    width: 10%;
    border-top: 5px solid #931A43
}

hr.title-breakerpink {
    width: 10%;
    border-top: 5px solid #fff
}

.background-pink {
    background-color: #951942
}

.title {
    color: #292929
}

@media (max-width:500px) {
    .col-quoter-50 {
        width: 100%
    }
    .footer_mobile_cta ul li {
        font-size: 12px
    }
    .footer_mobile_cta ul li a,
    .footer_mobile_cta ul li span {
        padding: 10px 5px
    }
}

@media (max-width:480px) {
    .footer_bottom {
        position: static
    }
    .footer_mobile_cta {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 10000;
        margin: 0 0 -45px -20px;
        width: 100%;
        text-align: center
    }
    .gradient {
        margin-top: 10px;
        padding: 20px 20px 10px 10px;
        background-color: rgba(111, 19, 49, .4);
        background-image: repeating-linear-gradient(to bottom left, rgba(140, 28, 65, .4) 0, rgba(81, 9, 32, .8) 100%);
        width: 100%
    }
}

,
.sub .whatsapp {
    background: #25d366!important;
    color: #fff
}

,
.sub .call-now {
    background: #38003c;
    color: #fff
}

.shadow {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.warna1 {
    background: #2196F3!important
}

.warna2 {
    background: #59b582!important
}

.warna3 {
    background: #7a1b8a!important
}

.warna4 {
    background: #607d8b!important
}

.featured.boxed {
    padding: 26px 6px
}

.featured.boxed .price {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px
}

.noborder {
    border: 1px solid #000
}

.star {
    padding: 2px;
    background: #6495ed;
    border: 2px solid #d3d3d3;
    border-radius: 2px;
    display: inline-block
}

.star span {
    position: relative
}

.star span:before {
    content: "\2605";
    position: absolute;
    transition: all .4s;
    color: gold
}

.star span:hover~span:before {
    content: "\2606";
    color: #000
}


}
.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 1rem;
    position: relative;
}
.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.bg-yellow {
    background: #fdd100;
}
.pattern {
    background-image: url(pattern1.png);
}
.f82 {
    font-size: 80px;
    color: white;
}
.sidebar {
    will-change: min-height;
}
.sidebar__inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.public-html-7jan {}
.last-april-2020 {}
.background-r .background-image-holder {
    background-color: #3b3be8!important;
    background-blend-mode: multiply;
}
.background-g .background-image-holder {
    background-color: #e91e63!important;
    background-blend-mode: multiply;
}
.background-b .background-image-holder {
    background-color: #009688!important;
    background-blend-mode: multiply;
}
.background-r .background-image-holder:hover {
    background-blend-mode: multiply;
}
.background-g .background-image-holder:hover {
    background-blend-mode: multiply;
}
.background-b .background-image-holder:hover {
    background-blend-mode: multiply;
}
.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.image-square {
    height: auto;
    max-height: auto;
    padding: 0;
}
.w-100 {
    width: 100vw;
}

/* Map */
.maping .datacenters {
    background: #ed4c4c;
}
.maping .datacenters {
    border: solid 2px #fff;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    cursor: pointer;
    position: absolute;
}
.maping .datacenters.jakbar {
    top: 30%;
    left: 33%;
}
.maping .datacenters.jaksel1 {
    top: 48%;
    left: 38%;
}
.maping .datacenters.jaksel2 {
    top: 46%;
    left: 46%;
}
.maping .datacenters.scbd {
    top: 49%;
    left: 48%;
}
.maping .datacenters.sudirman {
    top: 43%;
    left: 46%;
}
.maping .datacenters.london {
    top: 38%;
    left: 46%;
}
.maping .datacenters.moskow {
    top: 36%;
    left: 56%;
}
.maping .datacenters.hongkong {
    top: 53%;
    left: 79%;
}
.maping .datacenters.jaktim {
    top: 51%;
    left: 65%;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
.balancing .load b {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}
.balancing .load .info {
    font-size: 15px;
    line-height: 30px;
    color: #808080;
}
.fs-vid-background:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 0, 255, 0.2); //Change as per your requirement
}
.background-r .background-image-holder {
    background-color: #3b3be8!important;
    background-blend-mode: multiply;
}
.background-g .background-image-holder {
    background-color: #673ab7!important;
    background-blend-mode: multiply;
}
.background-b .background-image-holder {
    background-color: #009688!important;
    background-blend-mode: multiply;
}
.background-r .background-image-holder:hover {
    background-blend-mode: multiply;
}
.background-g .background-image-holder:hover {
    background-blend-mode: multiply;
}
.background-b .background-image-holder:hover {
    background-blend-mode: multiply;
}
.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.image-square {
    height: auto;
    max-height: auto;
    padding: 0;
}
.w-100 {
    width: 100vw;
}

/* Map */
.maping .datacenters {
    background: #444;
}
.maping .datacenters {
    border: solid 5px #00ff87;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    cursor: pointer;
    position: absolute;
}
.maping .datacenters.jakbar {
    top: 30%;
    left: 33%;
}
.maping .datacenters.jaksel1 {
    top: 48%;
    left: 38%;
}
.maping .datacenters.jaksel2 {
    top: 46%;
    left: 46%;
}
.maping .datacenters.scbd {
    top: 49%;
    left: 48%;
}
.maping .datacenters.sudirman {
    top: 43%;
    left: 46%;
}
.maping .datacenters.london {
    top: 38%;
    left: 46%;
}
.maping .datacenters.moskow {
    top: 36%;
    left: 56%;
}
.maping .datacenters.hongkong {
    top: 53%;
    left: 79%;
}
.maping .datacenters.jaktim {
    top: 51%;
    left: 65%;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
.balancing .load b {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}
.balancing .load .info {
    font-size: 15px;
    line-height: 30px;
    color: #808080;
}
.fs-vid-background:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 0, 255, 0.2); //Change as per your requirement
}
.text-white {
    color: #fff !important;
}
.text-dark {
    color: #444 !important
}
.color-purple {
    color: #4f0956
}
.color-white {
    color: #fff
}
html {
    scroll-behavior: smooth;
}
.bg-black p {
    color: #f4f4f4 !important;
}
.feature.boxed3 p,
.feature.boxed3 h1,
.feature.boxed3 h2,
.feature.boxed3 h3,
.feature.boxed3 h3,
.feature.boxed3 h4,
.feature.boxed3 h1 {
    color: #444
}
