.blog-tags li a, a:focus, a:hover {
    text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, :focus, a:focus, a:hover {
    outline: 0;
}

.dropdown-menu > li > a > i, .hero-content, .nav li a i, .nav-cart-item, .nav-cart-item span, .page-title-content {
    vertical-align: middle;
}

html {
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}

body, html {
    height: 100%;
    min-height: 100%;
}

body {
    line-height: 1.4em;
    font-family: "Open Sans",sans-serif;
    color: #292929;
    opacity: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

::selection {
    text-shadow: none;
    background: #000;
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: #000;
    color: #fff;
}

.hero-fullscreen, .hero-fullwidth, .page-hero {
    background-color: #0f1112;
    position: relative;
}

a {
    color: #888;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a.highlight:hover {
        color: #999;
    }

@media (min-width:1200px) {
    .container {
        width: 1191px;
    }
}

.page-hero .hero-content {
    padding-top: 55px;
}

.page-title-content {
    display: table-cell;
    height: 100%;
    padding-top: 67px;
}

.page-title h1 {
    margin: 0;
}

.page-title hr {
    margin: 28px auto 32px !important;
}

.hero-fullscreen {
    width: 100%;
    height: 100%;
}

.hero-fullwidth {
    width: 100%;
    height: 70%;
}

.page-hero {
    width: 100%;
    height: 45%;
}

.page-title {
    position: relative;
    width: 100%;
    height: 410px;
    background-color: #f5f5f5;
    color: #191a1c;
    display: table;
}

@media (max-width:992px) {
    .page-title {
        height: 300px;
    }
}

.hero-video {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

#vossen-youtube {
    position: absolute;
    background-color: #0f1112;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -9;
    overflow: hidden;
}

@media all and (max-width:992px) {
    #vossen-youtube {
        display: none;
    }
}

.map-hero {
    position: relative;
    width: 100%;
    height: 55%;
    z-index: -1;
}

.map-parallax {
    position: fixed;
    width: 100%;
    height: 45%;
    z-index: -3;
}

@media (max-width:992px) {
    .hero-fullscreen, .hero-fullwidth {
        top: -57px !important;
        margin-bottom: -57px !important;
    }

    .page-title {
        margin-top: 0;
    }
}

.hero-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 70px;
}

.hero-slider, .hero-slider .owl-height, .hero-slider .owl-item, .hero-slider .owl-stage, .hero-slider .owl-stage-outer, .hero-slider .owl-wrapper, .hero-slider .owl-wrapper-outer, .hero-slider .slide {
    height: 100% !important;
}

.hero-content {
    display: table-cell;
    width: 100%;
}

@media (max-width:992px) {
    .hero-container {
        padding-top: 60px;
        top: 0 !important;
    }

    .hero-content {
        text-align: center;
    }

    .scroll-opacity {
        opacity: 1 !important;
    }

    .page-title-content {
        padding-top: 0;
    }
}

.hero-slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.owl-item .appear {
    opacity: 0;
    margin-top: 100px !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.owl-item.active .appear {
    opacity: 1;
    margin-top: 0 !important;
}

.owl-controls {
    margin-top: 0 !important;
}

.navigation-thin.owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    padding: 20px;
    font-size: 42px;
    border-radius: 0;
    background: 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: absolute;
    opacity: 0;
}

.static, .static-hero {
    background-repeat: no-repeat;
    width: 100%;
}

.navigation-thin:hover.owl-theme .owl-controls .owl-nav div {
    opacity: 1;
}

.navigation-thin .owl-prev {
    margin-left: 40px !important;
}

.navigation-thin .owl-next {
    margin-right: 40px !important;
}

.navigation-thin:hover .owl-prev {
    opacity: .8;
    margin-left: 0 !important;
}

.navigation-thin:hover .owl-next {
    opacity: .8;
    margin-right: 0 !important;
}

.navigation-thin .owl-next:hover, .navigation-thin .owl-prev:hover {
    opacity: 1;
}

.navigation-thin.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    top: 50%;
    margin-top: -36px;
}

.navigation-thin.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
    top: 50%;
    margin-top: -36px;
}

.overlay:before, .static-hero {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.static {
    display: block;
    background-attachment: local;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.static-hero {
    background-position: center 0;
    background-size: cover;
}

.static-hero-content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.white-until-load {
    color: #FFF;
}

@media (max-width:992px) {
    .white-until-load {
        color: #191a1c;
    }
}

.parallax {
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}

.overlay:before {
    content: "";
    position: absolute;
    background-image: url(../img/assets/dot-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}

.parallax-bg {
    z-index: -9 !important;
    background: #27a7e8;
}

    .parallax-bg img {
        opacity: 0;
    }

.content-slider.owl-carousel .owl-item, .content-slider.owl-carousel .owl-item:active {
    cursor: default;
}

.owl-animated-in {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.owl-item h1, .owl-item h5, .owl-item p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.testimonials i, .timeline-bullet {
    -webkit-backface-visibility: hidden;
}

.scroll-btn {
    height: 22px;
    width: 22px;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 12px;
    margin-left: -11px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: scroll-btn-animation 1s infinite;
    -moz-animation: scroll-btn-animation 1s infinite;
    -o-animation: scroll-btn-animation 1s infinite;
    animation: scroll-btn-animation 2s infinite;
}

    .scroll-btn i {
        font-size: .75em;
        color: #fff;
    }

@keyframes scroll-btn-animation {
    0%,100% {
        bottom: 0;
    }

    30%,90% {
        bottom: 12px;
    }

    60% {
        bottom: 4px;
    }
}

@-webkit-keyframes scroll-btn-animation {
    0%,100% {
        bottom: 0;
    }

    30%,90% {
        bottom: 12px;
    }

    60% {
        bottom: 4px;
    }
}

@-moz-keyframes scroll-btn-animation {
    0%,100% {
        bottom: 0;
    }

    30%,90% {
        bottom: 12px;
    }

    60% {
        bottom: 4px;
    }
}

@-o-keyframes scroll-btn-animation {
    0%,100% {
        bottom: 0;
    }

    30%,90% {
        bottom: 12px;
    }

    60% {
        bottom: 4px;
    }
}

.owl-dot {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
}

.owl-theme .owl-controls .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 2px;
    display: block;
    background: rgba(255,255,255,.4);
    position: relative;
    z-index: 1000 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    -moz-transition: all .27s cubic-bezier(0,0,.58,1);
    -o-transition: all .27s cubic-bezier(0,0,.58,1);
    -ms-transition: all .27s cubic-bezier(0,0,.58,1);
    transition: all .27s cubic-bezier(0,0,.58,1);
}

.owl-theme .owl-controls .owl-dot.active span {
    background: rgba(255,255,255,.9);
    border: none;
}

.owl-dots {
    text-align: center;
}

.pagination-in .owl-dots {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 100 !important;
}

.dark-pagination.owl-theme .owl-controls .owl-dot span {
    border: none;
    background: rgba(0,0,0,.3);
}

.dark-pagination.owl-theme .owl-controls .owl-dot.active span {
    border: none;
    background: rgba(0,0,0,.7);
}

.light-pagination.owl-theme .owl-controls .owl-dot span, .light-pagination.owl-theme .owl-controls .owl-dot.active span {
    border: none;
    background: rgba(255,255,255,.3);
}

.white-pagination.owl-theme .owl-controls .owl-dot span, .white-pagination.owl-theme .owl-controls .owl-dot.active span {
    border: none;
    background: rgba(255,255,255,.9);
}

.owl-carousel .owl-item {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin-right: -.1px !important;
}

    .owl-carousel .owl-item:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.panel-title:hover, nav a {
    cursor: pointer;
}

.play-btn i {
    position: relative;
    display: block;
    margin: auto;
    height: 100px;
    width: 100px;
    padding: 60px;
    border: 3px solid #fff;
    border-radius: 50em;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
}

    .play-btn i:before {
        position: absolute;
        top: 32%;
        left: 35%;
        font-size: 48px;
        color: #fff;
    }

    .play-btn i:hover {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

.play-btn.dark i, .play-btn.dark i:before {
    color: #191a1c;
    border-color: #191a1c;
}

nav {
    z-index: 3;
}

@media (min-width:992px) {
    .megamenu h5, .nav > li > a {
        text-transform: uppercase;
    }

    nav.navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    }

    nav .nav {
        height: 69px;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        transition: height .3s;
    }

    nav.nav-small .nav {
        height: 54px;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        transition: height .3s;
    }

    nav.nav-small > .container, nav > .container {
        padding-top: 0;
    }

    .navbar-default .navbar-nav > li {
        display: table;
        height: 100%;
    }

        .navbar-default .navbar-nav > li > a {
            color: #333;
            line-height: 2;
            display: table-cell !important;
            vertical-align: middle;
        }

    .nav-small .navbar-brand img, .navbar-brand img {
        -webkit-transition: max-height .4s,opacity .3s;
        -moz-transition: max-height .4s,opacity .3s;
        -o-transition: max-height .4s,opacity .3s;
        -ms-transition: max-height .4s,opacity .3s;
        transition: max-height .4s,opacity .3s;
    }

    .nav > li > a {
        display: inline-block;
        font-family: lovelo,sans-serif;
        font-size: 12.4px;
        letter-spacing: 1px;
        padding-bottom: 8px;
    }

    .navbar-brand {
        height: auto;
        margin-left: 0 !important;
        position: absolute;
        z-index: 999;
    }

        .navbar-brand > img {
            position: absolute;
            padding-left: 10px;
        }

    .container > .navbar-collapse {
        padding: 0;
    }

    .navbar-collapse > .container, .navbar-header > .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .menu-right {
        float: right;
    }

    .menu-left {
        float: left;
        margin: 0;
    }

    .menu-center {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

        .menu-center > li {
            display: inline-block;
            float: none;
        }

    .label-items-in-cart {
        position: absolute;
        width: 14px;
        height: 14px;
        padding: 3px 0 0 5px;
        font-family: "Open Sans",sans-serif;
        font-weight: 900;
        font-size: 8px;
        color: #fff;
        border-radius: 4em;
        line-height: 1;
        top: 18px;
        right: 1px;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        transition: top .3s;
    }

    .megamenu .mega-col-title, .megamenu-content .mg-col h5 {
        font-family: lovelo,sans-serif;
    }

    .nav li.nav-separator, nav.nav-small .nav li.nav-separator {
        border-left: 1px solid rgba(0,0,0,.1);
        transition: height .3s;
    }

    .nav-small .label-items-in-cart {
        top: 13px;
    }

    .nav li.nav-icon:last-child {
        margin-right: 10px;
    }

    .nav li.nav-icon a {
        padding: 16px 8px 14px;
    }

        .nav li.nav-icon a i {
            font-size: 16px;
            line-height: 0;
            padding: 0;
        }

    .nav li.nav-icon .hidden-md {
        display: none;
    }

    .nav li.nav-separator {
        line-height: 0;
        height: 69px;
        margin: 0 16px;
    }

    nav.nav-small .nav li.nav-separator {
        height: 54px;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-menu > li > a {
        padding: 12px 15px;
    }

    .dropdown > ul.dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: opacity .3s,visibility .3s;
        -moz-transition: opacity .3s,visibility .3s;
        -o-transition: opacity .3s,visibility .3s;
        -ms-transition: opacity .3s,visibility .3s;
        transition: opacity .3s,visibility .3s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .dropdown:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .dropdown.megamenu {
        position: static;
    }

    nav .container {
        position: relative;
    }

    .megamenu > .dropdown-menu {
        left: auto;
    }

    .megamenu .fullwidth {
        margin: 0 30px;
    }

    .megamenu .megamenu-content {
        padding: 21px;
        background: #181818;
    }

        .megamenu .megamenu-content a {
            padding: 2px 13px;
        }

            .megamenu .megamenu-content a:hover {
                background-color: rgba(255,255,255,.04);
                padding-left: 17px;
            }

    .megamenu-content .mg-col {
        padding: 0 15px;
        border-right: 1px dotted rgba(255,255,255,.12);
    }

        .megamenu-content .mg-col:last-child {
            border-right: 0;
        }

        .megamenu-content .mg-col h5 {
            font-size: 12px;
            color: #ccc;
            letter-spacing: 1px;
            -webkit-transition: color .3s;
            transition: color .3s;
        }

        .megamenu-content .mg-col:hover h5 {
            color: #fff;
            -webkit-transition: color .3s;
            transition: color .3s;
        }

    .megamenu .dropdown-menu {
        left: 0;
        right: 0;
    }

    .megamenu .mega-col-title {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 1.4;
    }

        .megamenu .mega-col-title:hover {
            background-color: transparent !important;
        }

    .megamenu h5 {
        color: #fff;
        font-size: 12px;
        padding-left: 13px;
        padding-bottom: 5px;
    }

    .megamenu ul {
        list-style: none;
        padding-left: 0;
    }

    .mg-col ul li {
        font-weight: 400;
    }

    .icon-items li a i {
        vertical-align: middle;
        display: inline-block;
        font-size: 11px !important;
        padding-right: 14px !important;
        padding-left: 0 !important;
        margin-top: -2px !important;
    }
}

nav.navbar {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
}

    nav.navbar.nav-grey {
        background-color: #f9f9f9;
    }

.navbar-brand {
    padding: 0;
}

    .navbar-brand img {
        max-height: 66px;
    }

.nav-small .navbar-brand img {
    max-height: 54px;
}

.navbar-nav > li > a {
    padding: 16px 11px 14px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.dropdown a {
    display: inline-block !important;
    color: #b2b2b2;
}

.nav li a i {
    font-size: 6px;
    padding-left: 7px;
    margin-top: -5px;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    float: left;
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 12.5px;
    line-height: 13px;
    background-color: #181818;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .dropdown-menu > li > a {
        width: 100%;
        font-size: 12.5px;
        font-weight: 400;
        padding: 13px 25px;
        color: #b2b2b2;
        border-bottom: 1px dotted #252525;
    }

        .dropdown-menu > li > a:hover {
            padding-left: 28px;
        }

        .dropdown-menu > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
            background-color: rgba(255,255,255,.04);
        }

    .dropdown-menu > li > ul > li > a:hover {
        padding-left: 18px;
    }

    .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #ccc;
    }

    .dropdown-menu > li:last-child a {
        border-bottom: none;
        width: 100%;
    }

    .dropdown-menu > li > a > i {
        font-size: 7px;
        margin-top: 5.5px;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > ul > li > a {
        width: 100%;
        font-size: 12.5px;
        padding: 12px 15px;
        color: #b2b2b2;
        border-bottom: 1px dotted #222 !important;
    }

    .dropdown-submenu > ul > li:last-child a {
        border-bottom: none;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

    .dropdown-submenu a {
        width: 100%;
    }

    .dropdown-submenu i {
        float: right;
    }

.adjust-pos .dropdown-menu {
    left: -20px;
}

.dropdown-left .dropdown-menu {
    left: auto;
    right: 0;
}

.nav-shop-cart .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%;
    min-width: 320px;
}

.nav-cart-item {
    display: table;
    padding: 14px;
    border-bottom: 1px dotted #333;
}

@media (max-width:992px) {
    .nav-cart-item {
        border-bottom-color: rgba(255,255,255,.07);
    }
}

.nav-cart-item img {
    max-width: 70px;
}

.nav-cart-item span {
    display: table-cell;
    color: #fff;
}

.nav-cart-item-info {
    width: 100%;
    padding: 0 10px 0 15px;
}

    .nav-cart-item-info span {
        display: block;
        line-height: 1.8;
        color: #fff;
    }

        .nav-cart-item-info span.bold {
            letter-spacing: 1px;
            font-size: 12px;
        }

.nav-cart-remove {
    padding-right: 6px;
    background-color: transparent;
    border: none;
}

.nav-cart-total {
    display: block;
    padding: 14px;
}

    .nav-cart-total h6 {
        color: #fff;
        margin: 0;
    }

.nav-cart-amount {
    padding-left: 10px;
}

.nav-cart-total a {
    width: auto !important;
    color: #fff;
    font-size: 12px;
    text-transform: none;
    border-radius: 2px;
    margin: 10px 9px 0 0;
    padding: 12px 20px 14px !important;
}

    .btn-nav-cart:hover, .nav-cart-total a.btn-nav-cart {
        background-color: transparent !important;
        border: none !important;
        padding-left: 12px !important;
        color: #999 !important;
    }

        .nav-cart-total a.btn-nav-cart:hover {
            padding-left: 16px !important;
            color: #fff !important;
        }

.btn-nav-cart, .btn-nav-checkout {
    font-family: "Open Sans",sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
}

.nav-cart-total a.btn-nav-cart {
    padding: 15px 20px 11px !important;
}

.nav-cart-total > span {
    display: block;
    color: #fff;
}

.btn-nav-checkout {
    border-radius: 10em !important;
    float: right;
}

@media (max-width:991px) {
    nav.navbar {
        border-radius: 0;
        border: none;
    }

    nav > .container, nav > .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar-header {
        float: none;
        padding: 3px 0;
        border-bottom: 1px solid rgba(0,0,0,.07);
        box-shadow: 0 0 4px 2px rgba(0,0,0,.012);
    }

    .navbar-collapse {
        background-color: #181818;
        border: none;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand img.logo-light {
        display: none;
    }

    .navbar-brand img {
        max-height: 100%;
    }

    .navbar-toggle {
        display: block;
        height: 50px;
        padding: 15px 0 15px 15px;
        margin: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        display: block;
        width: 19px;
        height: 3px;
        background-color: #bbb;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-toggle, .navbar-toggle:hover {
        background: 0 0 !important;
    }

    .navbar-toggle {
        border: none;
    }

        .navbar-toggle .icon-bar {
            width: 19px;
            transition: transform .3s;
        }

        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 2% 60%;
        }

        .navbar-toggle .middle-bar {
            opacity: 0;
        }

        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 8% 60%;
        }

        .navbar-toggle.collapsed .bottom-bar, .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
        }

        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }

    .navbar-collapse {
        padding: 0;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -10px;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
        color: #b2b2b2;
        padding: 16px 13px 14px;
    }

    .nav > li > a {
        font-size: 13px;
        font-weight: 400 !important;
    }

    .navbar-nav > li > a {
        border-bottom: 1px dotted rgba(255,255,255,.07) !important;
        width: 100%;
        padding-top: 10px 15px 10px 15px;
    }

    .nav li.dropdown .icon-items a i, .nav li.dropdown a i {
        padding-top: 9px;
        padding-bottom: 9px;
        height: auto;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
    }

    .navbar-nav > li:last-child > a {
        border-bottom: 0 !important;
    }

    .header-divider {
        display: none !important;
    }

    .nav li.dropdown a i {
        position: absolute;
        right: 0;
        float: right;
        width: 50px;
        line-height: 3.6;
        margin-top: -12px;
    }

    .nav li.dropdown .icon-items a i {
        position: relative;
        left: 0;
        float: left;
        width: 10px;
        margin-right: 15px;
        padding-left: 0;
        line-height: 1;
        margin-top: 3px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu > li > a, .dropdown-submenu > ul > li:last-child a, .dropdown-submenu > ul > li > a {
        border-bottom: 1px dotted rgba(255,255,255,.07);
    }

    .dropdown-menu, .dropdown-submenu .dropdown-menu {
        margin-left: 30px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .dropdown-menu > li > a {
            padding: 16px 11px;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
        padding: 16px 11px;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: transparent;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
            color: #b2b2b2;
        }

    .dropdown-menu > li > a, .dropdown-submenu > ul > li > a {
        width: 100%;
        font-size: 13px;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border-color: rgba(255,255,255,.07);
    }

    .dropdown-menu > li:last-child a {
        border-bottom: 1px dotted rgba(255,255,255,.07);
        padding: 10px 11px;
    }

    .megamenu-content .mg-col h5 {
        display: none;
    }

    .dropdown > .dropdown-menu, .open > .dropdown-menu {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    .navbar-nav > .open > .dropdown-menu, .navbar-nav > .open > .dropdown-menu > .open > .dropdown-menu {
        max-height: 2000px;
        overflow: visible;
        position: static;
        float: none;
        margin-top: 0;
    }

    .dropdown-menu {
        font-size: 12.5px;
        max-height: 0;
        overflow: hidden;
        position: static;
        display: block;
        float: none;
    }

        .dropdown-menu li, .navbar-nav > .open > .dropdown-menu > .dropdown-menu > li {
            margin-bottom: 5px;
            margin-left: -2px;
            opacity: 0;
        }

    .navbar-nav > .open > .dropdown-menu li {
        margin-bottom: 0;
        margin-left: 0;
        opacity: 1;
    }

    .dropdown-menu li, .dropdown-submenu > .dropdown-menu li, .navbar-nav > .open > .dropdown-menu li, .navbar-nav > .open > .dropdown-menu > .dropdown-menu > li, .navbar-nav > .open > .dropdown-menu > .open li {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    .nav li.nav-icon .hidden-md, .nav li.nav-separator {
        display: none;
    }

    .nav li.nav-icon a i {
        font-size: 16px;
        padding: 0;
    }

    .nav li.nav-icon.dropdown a {
        padding-top: 18px;
        padding-bottom: 2px;
    }

        .nav li.nav-icon.dropdown a i {
            position: relative;
            float: left;
            width: auto;
            margin: 0;
            line-height: 0;
        }

    .label-items-in-cart {
        position: absolute;
        width: 14px;
        height: 14px;
        padding: 3px 0 0 5px;
        font-family: "Open Sans",sans-serif;
        font-weight: 900;
        font-size: 8px;
        color: #fff;
        border-radius: 4em;
        line-height: 1;
        top: 14px;
        left: 24px;
    }
}

.lead, h1, h2, h3, h4, h5, h6 {
    font-family: Raleway,sans-serif;
}

#search-modal {
    background: #fff;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    list-style: none;
}

    #search-modal form {
        margin-right: 25px;
    }

    #search-modal input {
        height: 100px;
        width: 100%;
        border: none;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.8;
        padding: 15px;
    }

.dropdown-menu > li > a:hover, .mg-col a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > ul > li > a:hover {
    color: #fff;
}

@media (min-width:992px) {
    nav.navbar.fullwidth > .container {
        width: 100%;
    }

    nav.navbar.transparent {
        background-color: transparent;
        box-shadow: 0 0 1px 1px rgba(255,255,255,.15);
    }

        nav.navbar.transparent.nav-small {
            background-color: #fff;
            box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
        }

        nav.navbar.transparent, nav.navbar.transparent.nav-small {
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            -ms-transition: background-color .3s;
            transition: background-color .3s;
        }

    .navbar-default.transparent .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .navbar-default.transparent.nav-small .navbar-nav > li > a {
        color: #191a1c;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        .navbar-default.transparent.nav-small .navbar-nav > li > a:hover {
            color: #191a1c;
        }

    .navbar-default.transparent .navbar-nav > li > a:hover {
        color: #fff;
        opacity: .8;
    }

    .navbar-default.transparent .header-divider span {
        border-right: 1px solid rgba(255,255,255,.1);
    }

    .navbar-default.transparent.nav-small .header-divider span {
        border-right: 1px solid rgba(0,0,0,.1);
    }

    .navbar-default.transparent .logo-dark, .navbar-default.transparent.nav-small .logo-light {
        opacity: 0;
    }

    .navbar-default.transparent .logo-light, .navbar-default.transparent.nav-small .logo-dark {
        opacity: 1;
    }

    nav.navbar.transparent li.nav-separator {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    nav.navbar.nav-small.transparent li.nav-separator {
        border-left: 1px solid rgba(0,0,0,.1);
    }

    nav.navbar.dark {
        background-color: #111;
        box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    }

    .navbar-default.dark .navbar-nav > li > a, .navbar-default.dark.nav-small .navbar-nav > li > a {
        color: #eee;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        .navbar-default.dark .navbar-nav > li > a:hover, .navbar-default.dark.nav-small .navbar-nav > li > a:hover {
            color: #fff;
        }

    .navbar-default.dark .header-divider span {
        border-right: 1px solid rgba(255,255,255,.5);
    }

    .navbar-default.dark .logo-dark {
        display: none;
    }

    nav.navbar.dark li.nav-separator {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    nav.navbar.transparent-dark {
        background-color: transparent;
        box-shadow: 0 0 1px 1px rgba(255,255,255,.1);
    }

        nav.navbar.transparent-dark.nav-small {
            background-color: #111;
            box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
        }

        nav.navbar.transparent-dark, nav.navbar.transparent-dark.nav-small {
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            -ms-transition: background-color .3s;
            transition: background-color .3s;
        }

    .navbar-default.transparent-dark .navbar-nav > li > a, .navbar-default.transparent-dark.nav-small .navbar-nav > li > a {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        .navbar-default.transparent-dark .navbar-nav > li > a:hover {
            color: #fff;
        }

    .navbar-default.transparent-dark .header-divider span {
        border-right: 1px solid rgba(255,255,255,.5);
    }

    .navbar-default.transparent-dark .logo-dark {
        display: none;
    }

    nav.navbar.transparent-dark li.nav-separator, nav.navbar.transparent-dark.nav-small li.nav-separator {
        border-left: 1px solid rgba(255,255,255,.07);
    }

    nav.navbar.transparent.dark-menu {
        box-shadow: 0 0 1px 1px rgba(0,0,0,.08);
    }

    .navbar-default.transparent.dark-menu .logo-dark, .navbar-default.transparent.dark-menu.nav-small .logo-dark {
        opacity: 1;
    }

    .navbar-default.transparent.dark-menu .logo-light, .navbar-default.transparent.dark-menu.nav-small .logo-light {
        opacity: 0;
    }

    .navbar-default.transparent.dark-menu .navbar-nav > li > a {
        color: #333 !important;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .navbar-default.transparent.dark-menu.nav-small .navbar-nav > li > a {
        color: #333;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }

    nav.navbar.transparent.dark-menu li.nav-separator {
        border-left: 1px solid rgba(0,0,0,.08);
    }
}

h1, h3, h4, h5, h5 small, h6, h6 small {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.1;
    color: #191a1c;
    margin: 10px 0;
}

h1, h2, h3 {
    font-weight: 200;
}

h2, h5 {
    line-height: 1.2;
}

h3 {
    font-size: 30px;
}

    h3 .smaller, h4 {
        font-size: 20px;
    }

    h3 .smaller {
        font-weight: 400;
    }

h5 {
    font-size: 18px;
}

    h5 small, h6 {
        font-size: 13px;
    }

        h6 small {
            font-size: 14px;
        }

.page-title h1 {
    font-size: 72px;
    font-weight: 100;
    line-height: 1;
}

.lead, p {
    font-weight: 300;
}

p {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #888;
}

.lead-2, .lead-3 {
    line-height: 1.7;
    font-family: Raleway,sans-serif;
    font-weight: 400;
}

.lead-2 {
    font-size: 16px;
}

.lead-3 {
    font-size: 20px;
}

.lead-4 {
    font-size: 16px;
    line-height: 1.6 !important;
}

@media (min-width:992px) {
    h1 small, h2 small {
        letter-spacing: 0;
    }

    h1.large {
        font-size: 72px;
        line-height: 80px;
        font-weight: 100;
    }

    h1, h1 small {
        font-size: 66px;
    }

    h1 {
        letter-spacing: -1px;
    }

    .lead {
        font-size: 16px;
        font-weight: 300;
        color: #7a7a7a;
        line-height: 1.8;
    }

    h2 {
        font-size: 55px;
        letter-spacing: -.05em;
    }

        h2 small {
            font-size: 40px;
        }
}

@media (max-width:992px) {
    h1 {
        font-size: 56px;
        letter-spacing: -1px;
    }

    .lead {
        font-size: 16px;
        font-weight: 300;
        color: #7a7a7a;
        line-height: 1.8;
    }

    h2, h2 small {
        font-size: 40px;
    }

    h2 {
        letter-spacing: -.05em;
    }

        h2 small {
            letter-spacing: 0;
        }

    .page-title h1 {
        font-size: 60px;
        font-weight: 200;
        line-height: 1;
    }
}

@media (max-width:680px) {
    .page-title h1 {
        font-size: 50px;
        font-weight: 200;
        line-height: 1;
    }

    h1.large {
        font-size: 36px;
        line-height: 40px;
        font-weight: 100;
    }
}

@media (max-width:480px) {
    .page-title h1 {
        font-size: 40px;
        font-weight: 200;
        line-height: 40px;
    }

    h1.large {
        font-size: 32px;
        line-height: 40px;
        font-weight: 100;
    }
}

.sm-line-height {
    line-height: 20px;
}

.line-height26 {
    line-height: 26px;
}

.heading-alt {
    font-size: 44px;
    letter-spacing: 2px;
}

.uppercase {
    text-transform: uppercase !important;
}

.btn, .subheading {
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}

.label-default {
    background-color: #131418;
}

.label {
    padding: 1px 5px 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    border-radius: 0;
}

.section-heading {
    text-align: center;
    margin: auto;
    float: none;
    padding-bottom: 20px;
}

    .section-heading h2 {
        font-size: 55px;
        font-weight: 200;
        line-height: 1.2;
        letter-spacing: -.05em;
        margin: 0;
    }

    .section-heading hr, hr.separator {
        margin: 22px auto 25px;
        width: 72px;
        border-style: solid;
        border-top-width: 2px;
    }

        hr.separator.left {
            margin: 28px auto 25px 0;
        }

        hr.separator.right {
            margin: 28px 0 25px auto;
        }

    .section-heading p2 {
        font-family: Raleway,sans-serif;
        font-weight: 200;
        font-size: 18px;
        color: #777;
        line-height: 1.75;
        margin: 0;
    }

.alert strong, .btn, .subheading {
    font-weight: 400;
}

.white, .white small {
    color: #fff;
}

.size-12x {
    font-size: 12em !important;
}

.size-8x {
    font-size: 8em !important;
}

.size-7x {
    font-size: 7em !important;
}

.size-6x {
    font-size: 6em !important;
}

.size-5x {
    font-size: 5em !important;
}

.size-4x {
    font-size: 4em !important;
}

.size-3x {
    font-size: 3em !important;
}

.size-2x {
    font-size: 2.5em !important;
}

.size-1x {
    font-size: 1.5em !important;
}

.bold, a strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: lovelo,sans-serif;
    font-weight: 400;
}

.subheading {
    font-family: lovelo,sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
}

a .subheading, a:hover .subheading {
    -webkit-transition: color .35s;
    transition: color .35s;
}

.page-hero h1 {
    margin-top: 10px;
}

.inline {
    display: inline;
}

.btn-appear span, .inline-block {
    display: inline-block;
}

.text-left-not-lg, .text-left-not-md, .text-left-not-sm, .text-left-not-xs {
    text-align: left;
}

.text-center-not-lg, .text-center-not-md, .text-center-not-sm, .text-center-not-xs {
    text-align: center;
}

.text-right-not-lg, .text-right-not-md, .text-right-not-sm, .text-right-not-xs {
    text-align: right;
}

.text-justify-not-lg, .text-justify-not-md, .text-justify-not-sm, .text-justify-not-xs {
    text-align: justify;
}

@media (max-width:767px) {
    .text-center-not-xs, .text-justify-not-xs, .text-left-not-xs, .text-right-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }

    .text-center-sm-xs {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-center-not-sm, .text-justify-not-sm, .text-left-not-sm, .text-right-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .text-center-sm-xs {
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .text-center-not-md, .text-justify-not-md, .text-left-not-md, .text-right-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width:1200px) {
    .text-center-not-lg, .text-justify-not-lg, .text-left-not-lg, .text-right-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.statment {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.4;
}

.btn {
    font-family: lovelo,sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 12px 9px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.btn-sm, .btn-xs {
    padding: 10px 15px 9px;
}

.btn-ghost {
    border-color: rgba(0,0,0,.7);
    color: rgba(0,0,0,.9);
}

.btn-ghost-white {
    border-color: rgba(255,255,255,.7);
    color: rgba(255,255,255,.9);
}

.btn-primary {
    color: #fff;
}

.btn-grey1, .btn-light {
    background-color: #efefef;
    color: #666;
}

.btn-grey2 {
    background-color: #efefef;
    color: #111;
}

.btn-dark {
    background-color: #191a1c;
    color: #eee;
}

.btn-xs {
    font-size: 10px;
}

.btn-lg, .btn-md, .btn-sm, .btn-xl {
    font-size: 12px;
}

.btn-md {
    padding: 12px 19px 11px;
}

.btn-lg {
    padding: 17px 35px 15px;
}

.btn-xl {
    padding: 20px 38px;
}

.btn-fullwidth {
    font-size: 14px;
    padding: 22px 40px 20px;
    width: 100%;
}

.btn-square {
    border-radius: 0;
}

.btn-round {
    border-radius: 10px;
}

.btn-circle {
    border-radius: 10em;
}

.btn-appear {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

    .btn-appear span {
        position: relative;
        padding: 0 8.5px;
        transition: padding .2s;
    }

    .back-icon, .btn-appear i, .hero-btn {
        position: absolute;
    }

    .btn-appear i, .btn-appear:hover i {
        transition: opacity .2s,right .2s;
        top: 50%;
        right: 0;
    }

    .btn-appear i {
        opacity: 0;
        margin-top: -6px;
    }

    .btn-appear:hover span {
        padding: 0 17px 0 0;
    }

    .btn-appear:hover i {
        opacity: 1;
    }

.btn:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}

.btn-dark:hover {
    opacity: .9;
}

.btn-primary.focus, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #191a1c;
}

.btn-primary.btn-appear:hover {
    color: #fff;
}

.btn-ghost-white:hover {
    border-color: rgba(255,255,255,.9);
    background-color: rgba(255,255,255,.9);
    color: #111;
}

.dropdown-menu > li a.btn-nav {
    display: block !important;
    width: 170px !important;
    padding: 15px !important;
    color: #fff;
    border-radius: 10em !important;
    margin: 0 auto 10px !important;
    font-size: 12px;
    letter-spacing: 1px !important;
}

    .dropdown-menu > li a.btn-nav:focus, .dropdown-menu > li a.btn-nav:hover {
        color: #191a1c;
        background-color: #fff;
    }

.megamenu .megamenu-content a.nav-btn-img:hover {
    background-color: transparent;
    -webkit-transform: translateY(-3%) rotate(-2deg);
    transform: translateY(-3%) rotate(-2deg);
}

.nav-btn-img img {
    width: 220px;
    margin: 30px auto 0;
}

.hero-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature-center {
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
}

    .feature-center i {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .feature-center p {
        padding: 0 20px;
    }

    .feature-center.white h5, .feature-center.white i, .feature-center.white p {
        color: #fff;
    }

.back-icon {
    opacity: .05;
    padding-left: 40px;
    font-size: 134px;
    left: 0;
}

.feature-center.white i.back-icon {
    color: #fff;
    opacity: .05;
}

.feature-left {
    text-align: left;
    margin: 30px 0;
    padding: 0 20px;
}

    .feature-left i {
        display: table-cell;
        float: left;
    }

    .feature-left > div {
        display: table-cell;
        padding-left: 24px;
    }

.box1, .box1 span {
    display: inline-block;
}

.feature-left h5 {
    line-height: 1.4;
}

.feature-left-stack {
    text-align: left;
    margin: 30px 0;
    padding: 0 20px;
}

@media (max-width:992px) {
    .feature-left-stack {
        text-align: center;
    }
}

.feature-left-stack i {
    margin-top: 10px;
    margin-bottom: 20px;
}

.panel-group {
    overflow: hidden;
    margin-bottom: 0;
}

    .panel-group .panel {
        margin-bottom: 10px;
        border: 1px solid #f3f3f3;
        border-radius: 0;
        box-shadow: none;
    }

        .panel-group .panel + .panel {
            margin-top: 0;
        }

.panel-default > .panel-heading {
    color: #666;
    background-color: transparent;
    padding: 0;
}

.panel-title {
    color: #fff;
}

    .panel-title.collapsed {
        background-color: rgba(0,0,0,.045);
        color: #666;
    }

        .panel-title, .panel-title.collapsed, .panel-title.collapsed:before, .panel-title:not(.collapsed):before {
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.panel-heading i {
    margin-right: 5px;
    font-size: 12px;
}

.panel-title.collapsed:before, .panel-title:not(.collapsed):before {
    font-family: IonIcons;
    float: right;
    padding-top: 1px;
    font-size: 13px;
    vertical-align: middle;
}

.panel-title.collapsed:before {
    content: "\f489";
    color: #999;
}

.panel-title:not(.collapsed):before {
    content: "\f462";
    color: #fff;
}

.panel-title {
    font-size: 14px;
    padding: 13px 17px;
    text-transform: none;
    border: none;
    width: 100%;
    text-align: left;
}

.about-quote:after, .alert strong, .post-date {
    text-transform: uppercase;
}

.box1, .box1 span, .icons-pre {
    text-align: center;
}

.panel-body {
    padding-left: 30px;
    color: #666;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background: 0 0;
}

.panel-title:focus {
    outline: 0 !important;
}

.accordian-style2 {
    border-bottom: 1px solid rgba(255,255,255,.4);
}

    .accordian-style2 .panel-title.collapsed {
        background-color: transparent;
        border-top: 1px solid rgba(255,255,255,.4);
        border-radius: 0;
        color: #ddd;
    }

    .accordian-style2 .panel-title {
        border-radius: 0;
    }

    .accordian-style2 .panel {
        margin-bottom: 0;
        background-color: transparent;
        border: none;
    }

    .accordian-style2 .panel-title {
        border-top: 1px solid #fff;
        padding: 16px 17px;
        color: #fff;
    }

    .accordian-style2 .panel-body {
        padding: 20px 30px 21px 32px;
        color: #d3d3d3;
    }

    .accordian-style2 .panel-title.collapsed:before {
        color: #d3d3d3;
    }

.accordian-style4 {
    border-bottom: 1px solid rgba(0,0,0,.09);
}

    .accordian-style4 .panel-title {
        background-color: transparent;
        border-top: 1px solid rgba(0,0,0,.09);
        border-radius: 0;
        padding: 16px 17px;
        color: #666;
    }

    .accordian-style4 .panel {
        margin-bottom: 0;
        background-color: transparent;
        border: none;
    }

    .accordian-style4 .panel-body {
        padding: 0 30px 21px 32px;
        color: #999;
    }

.accordian-style5 .panel-title {
    background-color: transparent;
    background-color: rgba(0,0,0,.045);
    color: #666;
}

    .accordian-style4 .panel-title:not(.collapsed):before, .accordian-style5 .panel-title:not(.collapsed):before {
        color: #999;
    }

.accordian-style6 {
    padding-top: 5px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

    .accordian-style6 .panel-title {
        background-color: transparent;
        border-top: 1px solid rgba(0,0,0,.09);
        border-radius: 0;
        padding: 16px 17px;
        color: #666;
    }

    .accordian-style6 .panel {
        margin-bottom: 0;
        background-color: transparent;
        border: none;
    }

    .accordian-style6 .panel-body {
        padding: 0 30px 21px 32px;
        color: #999;
    }

    .accordian-style6 .panel-title:not(.collapsed):before {
        color: #999;
    }

.embed-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container embed, .embed-container iframe, .embed-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.alert {
    padding: 18px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
}

    .alert i {
        margin-right: 5px;
        vertical-align: middle;
    }

    .alert strong {
        font-family: lovelo,sans-serif;
        font-size: 10px;
        line-height: 22px;
    }

.alert-danger, .alert-info, .alert-success, .alert-warning {
    border-color: none;
}

.box1 {
    width: 150px;
    color: #888;
    background-color: rgba(0,0,0,.045);
    padding: 10px;
    margin: 3px 0 3px 3px;
    font-size: 13px;
}

    .box1 span {
        line-height: 70px;
        font-size: 32px;
        color: #888;
    }

.icons-pre {
    margin: auto;
    width: 300px;
}

    .icons-pre pre {
        border: none;
        border-radius: 0;
        color: #888;
    }

.ion-icons-list .search {
    display: none;
}

.ion-icons-list li {
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #191a1c;
    padding: 30px;
    margin: 3px 0 3px 3px;
    z-index: 0;
    font-size: 28px;
    cursor: pointer;
}

#icon-name, #icon-panel {
    font-size: 14px;
    text-align: center;
}

.ion-icons-list li:before {
    color: #191a1c;
}

.ion-icons-list input {
    border: 1px solid #999;
    padding: 0;
    margin: 0;
}

@media (min-width:1000px) {
    .ion-icons-list li {
        width: 10%;
    }
}

@media (min-width:600px) and (max-width:1000px) {
    .ion-icons-list li {
        width: 20%;
    }
}

@media (max-width:600px) {
    .ion-icons-list {
        margin: auto;
    }

        .ion-icons-list li {
            width: 21%;
        }
}

#icon-name, #icon-panel:before {
    background: #191a1c;
    margin-left: 10px;
    display: block;
}

.ion-icons-list li:hover {
    color: #131418;
}

.ion-icons-list li.active {
    color: #555;
}

#icon-panel {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 20px 2px;
    width: 260px;
    height: 40px;
    background: 0 0;
    border: none;
}

#icon-name {
    color: #999;
    padding: 10px 2px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    width: 100%;
    border: 0;
}

#icon-panel:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 47%;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#icon-code {
    padding-top: 10px;
    font-size: 12px;
}

.list0, ul {
    padding: 0;
    list-style: none;
}

#icons {
    transition: opacity .2s ease-in-out;
}

.ion-icon-list-promo {
    color: #191a1c;
}

#map {
    width: 100%;
    height: 120%;
}

    #map.height300 {
        height: 300px !important;
    }

    #map.height400 {
        height: 400px !important;
    }

    #map.height450 {
        height: 450px !important;
    }

    #map.height500 {
        height: 500px !important;
    }

    #map.height600, #mapz {
        height: 600px !important;
    }

ul {
    display: block;
}

    ol li, ul li {
        color: #888;
        line-height: 32px;
        font-weight: 300;
    }

.list0, .list0 a {
    color: #7a7a7a;
}

.list-icons i {
    margin-right: 10px;
}

.list-inline li {
    display: inline-block;
}

.list0 li i {
    margin-right: 5px;
}

.list-group i {
    margin-right: 10px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

    .list-group-item:first-child, .list-group-item:last-child {
        border-radius: 0;
    }

.list-grey .list-group-item {
    background-color: #f3f3f3;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

    .list-grey .list-group-item:last-child {
        border-bottom: 0;
    }

.list-space .list-group-item {
    background-color: #f3f3f3;
    margin-bottom: 2px;
    border: 0;
}

.progress, .progress-bar, .progress-bar-tooltip, .progress-bars-2 .progress-bar {
    border-radius: 0;
}

.category-list li {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 300;
    font-size: 13px;
}

    .category-list li:last-child {
        border-bottom: none;
    }

.progress {
    overflow: visible;
    height: 7px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

#testimonials .container-fluid, .progress-svg, .team-container {
    overflow: hidden;
}

.progress-bars {
    padding-top: 28px;
}

.progress.white {
    background-color: #fff;
}

.progress-bar {
    position: relative;
    box-shadow: none;
}

.progress-bars p {
    line-height: .5;
}

.progress-bars-1 p, .progress-bars-2 p {
    line-height: 15px;
}

.progress-bar-tooltip {
    position: absolute;
    background-color: #343434;
    top: -30px;
    padding: 1px 6px;
    font-size: 11px;
    right: -10px;
    color: #fff;
}

    .progress-bar-tooltip:after {
        position: absolute;
        border-color: #343434 transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        bottom: -5px;
        content: "";
        left: 35%;
    }

.progress-bars-1 .progress {
    height: 2px;
}

.progress-bars-2 .progress {
    height: 20px;
    border-radius: 0;
}

.progress-bars-3 p, .progress-bars-4 p {
    line-height: 10px;
}

.progress-bars-3 .progress {
    height: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.progress-bars-3 .progress-bar {
    border-radius: 10px;
}

.progress-bars-4 .progress {
    height: 13px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.progress-bars-4 .progress-bar {
    border-radius: 10px;
    background-color: #1c1c1c;
}

.progress-svg {
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg) rotateX(180deg);
    transform: rotate(-90deg) rotateX(180deg);
    width: 180px;
    height: 180px;
}

    .progress-svg circle {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset .8s cubic-bezier(.42,0,.58,1);
        transition: stroke-dashoffset .8s cubic-bezier(.42,0,.58,1);
        stroke: #111;
        stroke-width: 10px;
    }

    .progress-svg .bar {
        stroke: #f0f0f0;
        stroke-width: 12px;
    }

.progress-circle.style-1 .progress-svg circle {
    stroke-width: 2px;
}

.progress-circle.style-1 .progress-svg .bar {
    stroke-width: 2.5px;
}

.progress-circle.style-2 .progress-svg circle {
    stroke-width: 4px;
}

.progress-circle.style-2 .progress-svg .bar {
    stroke-width: 4.5px;
}

.progress-circle.style-3 .progress-svg circle {
    stroke-width: 7px;
}

.progress-circle.style-3 .progress-svg .bar {
    stroke-width: 7.5px;
}

.progress-circle.style-4 .progress-svg circle {
    stroke-width: 10px;
}

.progress-circle.style-4 .progress-svg .bar {
    stroke-width: 10.5px;
}

.progress-circle {
    position: relative;
    display: inline-block;
    margin: 40px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .progress-circle:before {
        position: absolute;
        top: 47%;
        left: 50%;
        font-size: 24px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: attr(data-circle-text);
    }

    .progress-circle:after {
        position: absolute;
        top: 61%;
        left: 50%;
        font-size: 14px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: attr(data-circle-percent) "%";
    }

.progress-circle-icon .progress-circle:before {
    position: absolute;
    top: 200px;
    left: 50%;
    font-size: 18px;
    line-height: 1.4;
    font-family: Raleway,sans-serif;
    transform: translate(-50%,-50%);
    content: attr(data-circle-text);
}

.progress-circle-icon .progress-circle:after {
    display: none;
}

.progress-circle-icon i {
    position: absolute;
    top: 52%;
    left: 50%;
    font-size: 60px;
    transform: translate(-50%,-50%);
}

.nav-tabs-center {
    display: inline-block;
}

#buttonTabs li a {
    min-width: 130px;
    line-height: 1.8;
    margin: 0 1px;
    background-color: #191a1c;
    color: #fff;
}

    #buttonTabs li a:hover {
        opacity: .9;
    }

.box-opacity:hover, .box.box-style5 a:hover, .box.box-style6 a:hover, .box.box-style8b a:hover {
    opacity: .8;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
}

@media (max-width:768px) {
    .nav-tabs > li {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        width: 49%;
    }
}

.a-box span, .box.box-style7b a, .box.box-style8b a, .icon-box-hover i {
    float: left;
}

.nav-tabs > li > a {
    font-family: lovelo,sans-serif;
    font-size: 12px;
    color: #888;
    cursor: default;
    background-color: rgba(0,0,0,.045);
    border: none;
    border-radius: 0;
}

#iconTabs li a span, .price-box h2, .price-box h4 {
    font-family: lovelo,sans-serif;
}

.nav-tabs > li > a:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.08);
}

.nav-tabs {
    border-bottom: none;
}

.tab-pane p {
    line-height: 24px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-size: 12px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.box-style2, .box-style4 {
    border: 1px solid #ddd;
}

.tab-content {
    padding-top: 10px;
}

#iconTabs li a, #iconTabs li.active a {
    background-color: transparent;
}

#iconTabs {
    list-style: none;
    padding: 0;
}

    #iconTabs li {
        min-width: 130px;
        line-height: 1;
    }

        #iconTabs li a {
            min-width: 130px;
            line-height: 1.4;
            margin: 0 1px;
        }

            #iconTabs li a .icon-tab {
                font-size: 64px;
            }

            #iconTabs li a span {
                display: block;
                color: #47494e;
                text-transform: none;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 1px;
                transition: color .35s;
                -webkit-transition: -webkit-color .35s;
            }

.box-style10 p, .box-style11 p, .box-style9 p {
    font-size: 14px;
}

#iconTabs li a:hover span {
    color: #191a1c;
    -webkit-transition: -webkit-color .35s;
    transition: color .35s;
}

#iconTabs.white li a span {
    color: #bbb;
    -webkit-transition: -webkit-color .35s;
    transition: color .35s;
}

.box-style5 p, .box-style6 p {
    color: #fff;
}

#iconTabs.white li a:hover span {
    color: #fff;
    -webkit-transition: -webkit-color .35s;
    transition: color .35s;
}

.box {
    padding: 30px;
}

    .box h4 {
        margin-bottom: 10px;
    }

.box-style3 {
    background-color: rgba(0,0,0,.025);
}

.box-style4 {
    padding: 29px;
}

.box-style6 {
    background-color: rgba(0,0,0,.86);
}

.box-style7 p {
    color: rgba(255,255,255,1);
}

.box-style8 p {
    color: rgba(255,255,255,.8);
}

.box-style8 {
    background-color: rgba(255,255,255,.1);
}

.box-style7b {
    background-color: rgba(0,0,0,.035);
}

.box-style8b, .box-style9 {
    background-color: rgba(0,0,0,.86);
}

.box-style10, .box-style11, .box-style9 {
    padding: 7% 11%;
}

    .box-style10 h5, .box-style10 p, .box-style9 h5, .box-style9 p {
        color: #fff;
        line-height: 26px;
    }

    .box-style10 h5, .box-style11 h5, .box-style9 h5 {
        margin-bottom: 20px;
    }

.box-style11 {
    background-color: rgba(0,0,0,.045);
}

    .box-style11 p {
        line-height: 26px;
    }

.box a i {
    line-height: 1.6;
}

.box.box-style7 a i, .box.box-style7b a i, .box.box-style8 a i, .box.box-style8b a i, .counter h1 {
    line-height: 1;
}

.box a:hover {
    color: #131418;
}

.box-style8b p, .box.box-style5 a {
    color: #fff;
}

.box.box-style7 a, .box.box-style8 a {
    color: #fff;
    float: left;
}

.a-box:hover span i {
    color: #131418;
}

.a-box span i, .a-box:hover span i, .box-hover-featured:hover > div, .box-hover-featured > div, .box-hover:hover > div, .box-hover > div, .icon-box-hover > div, .icon-box-hover > div i, .icon-box-hover > div:hover, .icon-box-hover > div:hover i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hero-boxes {
    margin-top: -150px;
}

.box-hover > div {
    box-shadow: 0 15px 43px rgba(0,0,0,.1);
}

.box-hover:hover > div {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0,0,0,.15);
}

.box-hover-featured > div {
    transform: translateY(-20px);
    box-shadow: 0 22px 43px rgba(0,0,0,.1);
}

.box-hover-featured:hover > div {
    transform: translateY(-30px);
    box-shadow: 0 42px 43px rgba(0,0,0,.15);
}

.icon-box-hover > div:hover i {
    color: #111;
}

.icon-box-hover > div:hover {
    cursor: pointer;
    box-shadow: 0 22px 43px rgba(0,0,0,.15);
}

.header-style-images img {
    box-shadow: 0 -10px 20px rgba(0,0,0,.05);
}

.p0 {
    padding: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pb130 {
    padding-bottom: 130px !important;
}

.pb140 {
    padding-bottom: 140px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl3 {
    padding-left: 3px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.pl120 {
    padding-left: 120px !important;
}

.pl130 {
    padding-left: 130px !important;
}

.pl140 {
    padding-left: 140px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pr110 {
    padding-right: 110px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pr130 {
    padding-right: 130px !important;
}

.pr140 {
    padding-right: 140px !important;
}

.mr-auto {
    margin: auto;
    float: none;
}

.col-xs-15, .contact fieldset:first-child {
    float: left;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml15 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.ml130 {
    margin-left: 130px !important;
}

.ml140 {
    margin-left: 140px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-left: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr110 {
    margin-right: 110px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mr130 {
    margin-right: 130px !important;
}

.mr140 {
    margin-right: 140px !important;
}

.wide-img-content {
    padding: 0 10%;
}

.p5percent {
    padding: 0 5%;
}

.p10percent {
    padding: 0 10%;
}

.p20percent {
    padding: 0 20%;
}

.pt9perc {
    padding-top: 9%;
}

.img-responsive {
    max-width: 100%;
}

.width100 {
    width: 100%;
}

@media(min-width:1200px) {
    .md-pr20pr {
        padding-right: 20%;
    }

    .md-pl20pr {
        padding-left: 20%;
    }

    .md-p10pr {
        padding: 10%;
    }
}

@media (max-width:992px) {
    .mb0-xs {
        margin-bottom: 0 !important;
    }

    .pt0-xs {
        padding-top: 0 !important;
    }

    .mt0-xs {
        margin-top: 0 !important;
    }
}

.col-lg-15, .col-md-15, .col-sm-15, .col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width:992px) {
    .vertical-align {
        display: flex;
        align-items: center;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-15 {
        width: 20%;
        float: left;
    }

    .col-30-percent {
        width: 30%;
    }

    .col-40-percent {
        width: 40%;
    }
}

.price-table {
    margin: 40px 0;
}

.price-box {
    padding: 40px;
    border: 2px solid #eee;
    text-align: center;
}

.bg-grey .price-box {
    border: 2px solid #e9e9e9;
}

.bg-dark .price-box {
    border: 2px solid #444;
}

.price-box h4 {
    font-size: 18px;
    letter-spacing: 2px;
}

.price-box h2 sup {
    font-size: 32px;
    top: -.6em;
}

.price-box h2 span span {
    font-size: 26px;
}

.price-box h5 {
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    font-weight: 400;
    margin-bottom: 20px;
}

.price-features {
    min-height: 200px;
}

.price-table-featured {
    padding: 0;
    margin: 20px 0;
}

    .price-table-featured .price-box {
        border: 3px solid;
    }

    .price-table-featured .price-features {
        min-height: 240px;
    }

#fun-facts {
    padding: 30px 8%;
}

@media (max-width:1200px) {
    #fun-facts {
        padding: 40px 0;
    }
}

.counter {
    text-align: center;
    margin: 40px 0;
}

    .counter h1 {
        font-size: 56px;
        font-feature-settings: 'lnum';
        -moz-font-feature-settings: 'lnum=1';
        -ms-font-feature-settings: 'lnum';
        -webkit-font-feature-settings: 'lnum';
        -o-font-feature-settings: 'lnum';
    }

    .counter h5 {
        color: #ddd;
    }

.team {
    margin: 40px 0;
    padding: 0 10px;
}

.team-slider .team {
    margin: 20px 0;
    padding: 0 10px;
}

.p0.team, .team-fullwidth .team {
    margin: 0;
    padding: 0;
}

.team-container {
    position: relative;
}

    .team-container .team-image {
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        transition: transform .3s;
        -webkit-transform: perspective(600px);
        -moz-transform: perspective(600px);
        transform: perspective(600px);
    }

    .team-container:hover .team-image {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08);
    }

.team-image img {
    width: 100%;
}

.team-container .team-caption {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    opacity: 0;
    top: 0;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

.cbp-caption-zoom .cbp-caption .cbp-l-caption-body, .team-caption div div {
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,-moz-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,-o-transform .2s ease-in-out;
}

.team-container:hover .team-caption {
    opacity: 1;
}

.team-caption div {
    display: table;
    width: 100%;
    height: 100%;
}

    .team-caption div div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 10px 0;
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -o-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out,transform .2s ease-in-out;
        -webkit-transition-delay: .26s;
        transition-delay: .26s;
    }

.team-container:hover .team-caption div div {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .26s;
    transition-delay: .26s;
}

.team-caption ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .team-caption ul li {
        display: inline-block;
        margin: 0 5px;
    }

        .team-caption ul li a {
            color: #fff;
        }

.team-caption h4 {
    color: #fff;
    font: 400 18px/21px "Open Sans",sans-serif;
    margin: 15px 0 0;
}

.team-caption p {
    color: #aaa;
    font-size: 13px;
}

@media (min-width:1500px) {
    .product-feature-left {
        padding: 0 15% 0 5%;
    }

    .product-feature-right {
        padding: 0 5% 0 15%;
    }
}

@media (max-width:1500px) {
    .product-feature-left, .product-feature-right {
        padding: 0 5%;
    }
}

#get-connected {
    padding-top: 140px;
    padding-bottom: 140px;
}

.connected-icons {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: center;
}

    .connected-icons li {
        display: inline-block;
        padding: 10px 20px;
    }

.connected-icon a i {
    width: 50px;
    height: 50px;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 3.5em;
    -webkit-transition: .16s all linear;
    -moz-transition: .16s all linear;
    -ms-transition: .16s all linear;
    -o-transition: .16s all linear;
    transition: .16s all linear;
}

.connected-icon a:hover i {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    -moz-transform: scale3d(1.5,1.5,1.5);
    -o-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.connected-icons.light a i {
    color: #fff !important;
    opacity: .7;
}

.quotes {
    padding: 164px 0 120px;
}

    .quotes h2 {
        font-size: 45px;
        font-weight: 100;
    }

    .quotes h2, .quotes h5 {
        color: #fff;
    }

    .quotes a {
        color: #7a7a7a;
        font-size: 13px;
        font-weight: 300;
        line-height: 2;
        display: inline-block;
    }

    .quotes h2:after, .quotes h2:before {
        font-family: "Open Sans",sans-serif;
        font-size: 42px;
        vertical-align: 5px;
        color: #eee;
    }

    .quotes h2:before {
        content: open-quote;
        margin-right: 5px;
    }

    .quotes h2:after {
        content: close-quote;
        margin-left: 5px;
    }

.testimonials-fullwidth {
    padding: 164px 0 120px;
    text-align: center;
}

    .testimonials-fullwidth .owl-stage-outer {
        overflow: visible;
    }

    .testimonials-fullwidth.owl-carousel .owl-item {
        padding: 0 40px !important;
        opacity: .2;
    }

        .testimonials-fullwidth.owl-carousel .owl-item.active {
            padding: 0 40px !important;
            opacity: 1;
        }

    .testimonials-fullwidth h4 {
        font-weight: 200;
        line-height: 34px;
        text-align: left;
        padding: 50px 50px 50px 100px;
        border-radius: 10px;
        margin-bottom: 40px;
        transition: background-color .2s ease;
        -webkit-transition: background-color .2s ease;
        quotes: "\201C" "\201D";
        position: relative;
        background-color: rgba(255,255,255,.2);
    }

        .testimonials-fullwidth h4:after {
            content: "";
            border-style: solid;
            border-width: 22px 22px 0 0;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            border-left-color: transparent !important;
            border-color: #fff;
            position: absolute;
            width: 28px;
            height: 28px;
            display: block;
            border-radius: 5px;
            overflow: hidden;
            transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            top: 100%;
            left: 50%;
            margin-left: -20px;
            margin-top: -19px;
            transition: all .2s;
            -webkit-transition: all .2s;
            opacity: .2;
        }

    #about-video h3, .testimonials-fullwidth h5 {
        margin-top: 10px;
    }

    .testimonials-fullwidth h4, .testimonials-fullwidth h5 {
        color: #fff;
    }

    .testimonials-fullwidth img {
        max-width: 60px;
        margin: 0 auto;
    }

    .testimonials-fullwidth a {
        color: #ddd;
        font-size: 13px;
        font-weight: 300;
        line-height: 2;
        display: inline-block;
    }

.testimonials {
    padding: 154px 0 100px;
    text-align: center;
}

    .testimonials i {
        font-size: 46px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        display: inline-block;
        transform-style: flat !important;
    }

    .testimonials h4 {
        font-weight: 300;
        line-height: 34px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .testimonials.white h4 {
        font-weight: 200;
    }

    .testimonials.white h4, .testimonials.white h5 {
        color: #fff;
    }

    .testimonials h4:after, .testimonials h4:before, .testimonials.white a, .testimonials.white p {
        color: #eee;
    }

    .testimonials a, .testimonials p {
        font-size: 13px;
        font-weight: 300;
        line-height: 2;
        display: inline-block;
    }

    .testimonials h4:after, .testimonials h4:before {
        font-family: "Open Sans",sans-serif;
        font-size: 32px;
        vertical-align: -5px;
    }

    .testimonials h4:before {
        content: open-quote;
        margin-right: 5px;
    }

    .testimonials h4:after {
        content: close-quote;
        margin-left: 5px;
    }

@media (min-width:992px) {
    .call-inline {
        text-align: center;
    }

        .call-inline h4 {
            display: inline-block;
            font-size: 30px;
            margin-right: 30px;
            margin-top: 30px;
            margin-bottom: 30px;
            letter-spacing: -1px;
            line-height: 2;
        }

        .call-inline .btn {
            margin-top: -12px;
        }

        .call-inline.margin-right {
            margin: 0 30px 5px 0;
        }
}

#about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-quote:after {
    content: "Atelier";
    position: absolute;
    font-family: lovelo,sans-serif;
    left: 0;
    background: 0 0;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    height: 30px;
    width: auto;
    text-align: center;
    border: 2px solid #777;
    letter-spacing: 0;
    padding: 0 8px;
    top: 0;
}

.about-quote:before, .bg-overlay:after {
    content: "";
}

.about-quote:before {
    box-shadow: inset 2px 2px #777;
    position: absolute;
    left: 50px;
    background-color: #fff;
    top: 26px;
    z-index: 2;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
}

#about-video {
    padding-top: 100px;
    padding-bottom: 100px;
}

    #about-video h3 {
        font-size: 29px;
    }

.about-text {
    padding-right: 60px;
}

#about-video p {
    line-height: 1.8;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container embed, .video-container iframe, .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#clients {
    padding: 100px 0;
}

.client {
    padding: 10px;
}

    .client img {
        margin-bottom: 10px;
    }

#clients-slider-2 img {
    width: initial !important;
    margin: auto;
}

.portfolio {
    padding-top: 69px;
    background-color: #f5f5f5;
}

@media (max-width:992px) {
    .portfolio {
        padding-top: 0;
    }
}

.portfolio.bg-white {
    background-color: rgba(245,245,245,.38);
}

.cbp-nav-pagination {
    bottom: -50px;
}

.cbp-nav-pagination-item {
    width: 6px;
    height: 6px;
}

.cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after, .cbp:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: cbp-rotation .8s infinite linear;
    -moz-animation: cbp-rotation .8s infinite linear;
    animation: cbp-rotation .8s infinite linear;
    border-left: 3px solid rgba(0,0,0,.1);
    border-right: 3px solid rgba(0,0,0,.1);
    border-bottom: 3px solid rgba(0,0,0,.1);
    border-top: 3px solid rgba(0,0,0,.8);
    border-radius: 100%;
}

.cbp-popup-lightbox .cbp-popup-close {
    background: url(../img/assets/cbp-sprite.png) -92px 0 no-repeat;
}

.cbp-popup-lightbox .cbp-popup-next {
    background: url(../img/assets/cbp-sprite.png) -46px 0 no-repeat;
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: url(../img/assets/cbp-sprite.png) no-repeat;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0,0,0,.9);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .3s;
}

.blog .cbp-caption-zoom .cbp-caption-activeWrap, .home-blog-grid .cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0,0,0,.9);
}

.cbp-l-caption-desc {
    color: #f9f9f9;
    font: 400 12px/20px "Open Sans",sans-serif;
}

.cbp-l-filters-button {
    margin: 0;
}

    .cbp-l-filters-button .cbp-filter-item {
        background-color: transparent;
        border: none;
        color: #191a1c;
        cursor: pointer;
        font: 400 12px/32px lovelo,sans-serif;
        margin: 50px 0 45px;
        overflow: visible;
        padding: 0 17px;
    }

        .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active, .cbp-l-filters-button .cbp-filter-item:hover {
            background-color: transparent !important;
            color: #999;
        }

            .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after {
                display: none;
            }

.portfolio-filters-center {
    text-align: center;
}

.portfolio-filters-left {
    text-align: left;
    padding: 0 30px;
}

.portfolio-filters-right {
    text-align: right;
    padding: 0 30px;
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.08) rotate(.5deg);
    -moz-transform: scale(1.08) rotate(.5deg);
    transform: scale(1.08) rotate(.5deg);
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: transparent;
    border-radius: 3px;
    color: #191a1c;
    font: 400 11px/18px lovelo,sans-serif;
    margin: 0;
    padding: 4px 0;
    text-align: right;
    width: 34px;
    position: absolute;
    right: 5px;
    left: auto;
}

#back-to-top, #footer-2, .cart_totals, .post-date, .price {
    text-align: center;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 14px;
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: rgba(0,0,0,.95);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
    font: 400 18px/22px lovelo,sans-serif;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
    color: #f9f9f9;
    font: 300 13px/20px "Open Sans",sans-serif;
}

.cbp-caption-zoom .cbp-caption .cbp-l-caption-body {
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out,transform .2s ease-in-out;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-body {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,-moz-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,-o-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out,transform .2s ease-in-out;
    -webkit-transition-delay: .26s;
    -moz-transition-delay: .26s;
    transition-delay: .26s;
}

.portfolio-grid-fullwidth, .portfolio-masonry-fullwidth {
    margin: 0 15px 15px;
    overflow: hidden;
}

.portfolio-grid-boxed, .portfolio-masonry-boxed, .portfolio-metro-boxed, .portfolio-no-gutter-boxed {
    margin-bottom: 120px;
    overflow: hidden;
}

.portfolio-gallery-video {
    margin: 13px 15px 15px;
}

    .portfolio-gallery-audio i, .portfolio-gallery-video i {
        font-size: 30px;
    }

.portfolio-gallery-audio {
    margin: 8px 10px 6px;
}

.portfolio-gallery-carousel {
    margin: 140px 30px 160px;
}

.portfolio-project {
    padding-top: 169px;
    padding-bottom: 60px;
    background-color: #f5f5f5;
}

.project-category-list li {
    padding: 5px 0;
    border-bottom: 1px solid #E8E8E8;
    font-weight: 300;
    font-size: 13px;
}

    .project-category-list li i {
        margin-right: 10px;
    }

.project-info {
    padding-top: 8px;
}

    .project-info li strong {
        min-width: 90px;
        display: inline-block;
    }

.sign-btn, .subscribe-top {
    display: table-cell;
}

.input-group {
    margin-left: auto;
    margin-right: auto;
}

.subscribe-top {
    width: 500px;
}

.top-subscribe-input {
    display: table-cell;
    margin: 0;
    background: #fff;
    padding: 18px 20px;
    border-radius: 0;
    color: #444;
    font-size: 13px;
    width: 100%;
    border: none;
    height: auto;
}

.subscription .form-validation {
    position: absolute;
    padding: 8px 13px;
    border-radius: 3px;
    top: 63px;
    z-index: 99;
}

#footer-1 .subscription .form-validation {
    top: 0;
}

    #footer-1 .subscription .form-validation.alert-success {
        top: -10px;
        width: 63%;
        text-align: center;
    }

.subscription .alert-danger {
    font-size: 13px;
    color: #ccc;
    background-color: #c0392b;
    border-color: #c0392b;
}

.subscription .alert-success {
    font-size: 13px;
    color: #fff;
    background-color: #82b541;
    border-color: #82b541;
}

.subscription input {
    background: #f4f4f4;
}

.subscription.white input, .subscription.white input[type=email]:focus {
    background: #fff;
    box-shadow: 0 10px 20px 2px rgba(0,0,0,.1);
}

.subscription input::-webkit-input-placeholder {
    font-size: 12px;
    color: #777;
    width: 220px;
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: 0;
}

.subscribe-form-submit {
    width: 100%;
}

@media (min-width:768px) {
    .subscribe-form-input {
        position: relative;
    }

    .subscribe-form-email {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .subscribe-form-submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.sign-btn .btn {
    margin-top: 0;
    margin-left: 0 !important;
}

.sign-btn .btn-primary {
    padding: 26px 20px;
    border-radius: 0;
    line-height: 3px;
    box-shadow: none;
    letter-spacing: 1px;
    font-size: 13px;
    border: none;
}

.subscribe-info {
    font-size: 11px;
    color: #999;
}

.contact fieldset {
    width: 49%;
    display: inline-block;
}

    .contact fieldset:nth-child(2) {
        float: right;
    }

.contact input, select, textarea {
    padding: 11px 4px;
    margin: 20px 0;
    max-width: 100%;
    border: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    width: 100%;
    border-bottom: 2px solid #ddd;
}

    .uneditable-input:focus, input[type=email]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, textarea:focus {
        border-color: none;
        box-shadow: none;
        outline: 0;
    }

textarea {
    height: 160px;
}

::-webkit-input-placeholder {
    color: #aaa -webkit-transition: -webkit-border-color: .35s;
    transition: border-color .35s;
}

.contact input:focus, select:focus, textarea:focus {
    color: #191a1c;
    border-color: #52555A;
    -webkit-transition: -webkit-border-color: .35s;
    transition: border-color .35s;
}

.contact input.submit {
    width: auto;
    font-family: lovelo,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 11px 22px 10px;
    border: none;
}

    .contact input.submit.btn {
        border-radius: 10em;
    }

    .contact input.submit.btn-round {
        border-radius: 4px;
    }

    .contact input.submit:hover {
        background-color: #191a1c;
        color: #fff;
    }

input[type=submit][disabled] {
    background: #888;
}

#message {
    margin: 10px 0;
    padding: 0;
}

.error_message {
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 15px;
    color: #f4f4f4;
    -webkit-border-radius: 3px;
    background-color: #c0392b;
    background-image: url(../img/error.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.loader {
    padding: 0 10px;
}

acronym {
    border-bottom: 1px dotted #ccc;
}

.contact-side {
    padding-top: 30px;
    padding-left: 30px;
}

.side-info {
    margin: 20px 0 40px;
}

    .side-info h5 {
        font-family: lovelo,sans-serif;
        font-size: 14px;
    }

.contact-box {
    padding: 44px 40px 40px;
    background-color: #f3f3f3;
}

    .contact-box h5 {
        font-size: 15px;
        letter-spacing: 1px;
    }

#footer-1, #footer-3 {
    background-color: #1a1a1a;
}

footer a, footer p {
    color: #bbb;
}

@media (max-width:992px) {
    #footer-1 .row > div {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #footer-1 .footer-1-social {
        margin-bottom: -10px;
    }
}

.footer-columns {
    padding: 60px 0 55px;
}

    .footer-columns h4 {
        color: #ddd;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 13px;
    }

#twitter-feed ul li:before, .footer-recent-posts li:before {
    font-family: Ionicons;
    position: absolute;
    color: #fff;
}

.footer-columns p {
    font-size: 13px;
    line-height: 1.9;
}

    .footer-columns p:last-child {
        margin-bottom: 0;
    }

.footer-columns ul {
    margin: 0;
}

    .footer-columns ul li {
        padding-top: 4px;
        margin-bottom: 8px;
    }

        .footer-columns ul li:last-child {
            margin-bottom: 0;
        }

        .footer-columns ul li a {
            display: block;
            font-size: 13px;
            line-height: 1.2;
            margin-bottom: -5px;
        }

        .footer-columns ul li span {
            font-size: 11px;
            line-height: 0;
        }

.footer-recent-posts li:before {
    content: "\f249";
    font-size: 16px;
    left: 16px;
    margin-top: -8px;
}

.footer-recent-posts li {
    padding-left: 24px;
    padding-top: 0;
}

#twitter-feed p {
    margin-bottom: 0;
}

#twitter-feed ul li:before {
    content: "\f243";
    left: 17px;
    margin-top: -4px;
}

.blog-widget h5, .comments .comment-reply, .post-date .day, .post-date .year, .read-more-link span {
    font-family: lovelo,sans-serif;
}

#twitter-feed ul li {
    padding-left: 26px;
    padding-top: 0;
    margin-bottom: 4px;
}

#twitter-feed .interact, #twitter-feed .timePosted, #twitter-feed .user {
    display: none;
}

#twitter-feed a {
    display: inline-block;
}

    #twitter-feed a:last-child {
        font-size: 12px;
    }

#instagram-feed {
    padding-top: 9px;
}

    #instagram-feed ul li {
        display: inline-block;
        max-width: 25%;
        padding: 0 4px 1px 0;
    }

    #instagram-feed img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

.footer-copyright {
    background-color: #111;
    padding-top: 22px;
    padding-bottom: 20px;
    position: relative;
}

    .footer-copyright p {
        font-size: 13px;
        margin: 0;
        line-height: 2.4;
    }

    .footer-copyright .social-icons {
        list-style: none;
        float: right;
        margin: 0;
    }

        #footer-2 li, .footer-copyright .social-icons li {
            font-size: 16px;
            margin-left: 10px;
            margin-right: 10px;
            display: inline-block;
        }

#footer-2 {
    background: #f5f5f5;
}

    #footer-2 img {
        margin-bottom: 15px;
        -webkit-transition: transform .2s;
        -moz-transition: transform .2s;
        -o-transition: transform .2s;
        -ms-transition: transform .2s;
        transition: transform .2s;
    }

        #footer-2 img:hover {
            cursor: pointer;
            transform: scale(.9);
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            -o-transform: scale(.9);
            -ms-transform: scale(.9);
        }

    #footer-2 ul {
        list-style: none;
        float: none;
        margin: 0 auto 100px;
        padding-left: 0;
    }

        #footer-2 ul li a, #footer-2 > a {
            color: #191a1c;
        }

    #footer-2 > a {
        display: inline-block;
    }

    #footer-2 > p {
        color: #555;
        font-size: 12px;
    }

#back-to-top {
    position: fixed;
    color: #fff;
    z-index: 100;
    line-height: 26px;
    bottom: 15px;
    right: 20px;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    opacity: 0;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}

.blog-pagination li, .blog-tags li {
    display: inline-block;
}

#back-to-top:hover {
    color: #fff;
    background-color: #1F2023;
}

.blog-columns .cbp-l-caption-desc, .blog-columns .post-date h3, .blog-columns .post-date h4 {
    color: #eee;
}

#back-to-top .icon {
    font-size: 10px;
}

.blog {
    padding-top: 69px;
    background-color: #f5f5f5;
}

@media (max-width:992px) {
    .blog {
        padding-top: 0;
    }
}

.blog-grid {
    margin: 0 15px 15px;
}

.blog-columns .post-date {
    position: absolute;
    z-index: 3;
    max-width: 65px;
    width: 100%;
    padding-top: 20px;
    background-color: transparent;
    color: #eee;
    box-shadow: none;
    pointer-events: none;
}

.blog-columns .cbp-caption {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.blog-columns .blog-thumb-desc {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #eaeaea;
    border-top: none;
}

.blog-thumb-desc {
    padding: 30px 40px 35px;
    background-color: #fff;
}

.blog-columns .blog-thumb-desc a h4, .blog-columns .blog-thumb-desc a:hover h4 {
    transition: color .35s;
    -moz-transition: color .35s;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
}

.blog-columns .cbp-caption-activeWrap i {
    font-size: 26px;
    padding-top: 10px;
}

.blog-columns p.date {
    font-size: 12px;
}

.blog-thumb-desc h4 {
    font-size: 24px;
    font-weight: 200;
}

.blog-thumb-desc .excerpt {
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}

.read-more-link {
    font-size: 13px;
    padding: 10px 40px 10px 0;
}

    .read-more-link span {
        padding-left: 0;
        font-size: 12px;
        color: #191a1c;
        margin-top: 14px;
    }

    .read-more-link i {
        position: absolute;
        margin-top: -10px;
        font-size: 15px;
        margin-left: 5px;
    }

.read-more-link2 {
    font-size: 13px;
    padding: 10px 40px 10px 0;
}

    .read-more-link2 span {
        padding-left: 0;
        font-size: 13px;
        color: #191a1c;
        margin-top: 14px;
    }

.blog-thumb-quote {
    background-color: #191a1c;
    padding: 30px;
}

    .blog-thumb-quote h4 {
        color: #fff;
        line-height: 1.6;
    }

.blog-carousel {
    margin: 120px 30px 140px;
}

.blog-sidebar {
    padding-top: 40px;
}

    .blog-sidebar .cbp-wrapper .cbp-item:last-child .blog-thumb-desc {
        margin-bottom: 50px;
    }

.sidebar {
    padding-top: 20px;
    padding-left: 30px;
}

.blog-widget {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .blog-widget .search-button {
        margin-top: 0;
        line-height: 0;
    }

    .blog-widget .form-control {
        border-radius: 0;
        font-weight: 300;
        font-size: 11px;
    }

.form-control:focus {
    border-color: #999;
}

.blog-widget li {
    padding: 5px 0;
    border-bottom: 1px solid #E8E8E8;
    font-weight: 300;
    font-size: 13px;
}

    .blog-widget li:last-child {
        border-bottom: none;
    }

.blog-widget h5 {
    font-size: 14px;
}

.blog-tags li {
    border: none;
}

    .blog-tags li a {
        margin: 0 5px 7px 0;
        padding: 7px 10px;
        border: 1px solid #e9e9e9;
        color: #777;
        font-size: 11px;
        font-weight: 300;
    }

        .blog-tags li a, .blog-tags li a:hover {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            transition: all .3s;
        }

            .blog-tags li a:hover {
                border: 1px solid #999;
                color: #111;
            }

.blog .sidebar-share {
    margin-top: -20px;
}

.sidebar-share ul li {
    margin-right: 7px;
}

.sidebar-share a {
    color: #191a1c;
}

.blog-pagination {
    margin: 40px 0 80px;
    list-style: none;
}

    .blog-pagination li:first-child {
        position: absolute;
        left: 0;
    }

        .blog-pagination li a, .blog-pagination li:first-child a, .blog-pagination li:last-child a {
            background-color: transparent;
            border: none;
            font-family: lovelo,sans-serif;
            font-size: 12px;
            color: #191a1c;
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
        }

    .blog-pagination > .active > a, .blog-pagination > .active > a:focus, .blog-pagination > .active > a:hover, .blog-pagination > .active > span, .blog-pagination > .active > span:focus, .blog-pagination > .active > span:hover {
        color: #fff;
        background-color: transparent;
        cursor: default;
    }

    .blog-pagination li a i {
        font-size: 16px;
    }

    .blog-pagination li a:hover {
        color: #bbb;
        background-color: transparent;
    }

    .blog-pagination li:last-child {
        position: absolute;
        right: 0;
    }

.blog-standard {
    padding-top: 40px;
}

.side-details {
    float: left;
    display: block;
}

    .side-details .post-date {
        width: 73px;
        padding: 20px 18px 16px;
    }

.post-date {
    line-height: 18px;
    width: 46px;
    background: #fff;
    color: #252525;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    pointer-events: none;
}

    .post-date .month {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 6px;
        text-transform: none;
    }

    .post-date .day {
        font-size: 26px;
        line-height: .6;
    }

    .post-date .year {
        font-size: 11px;
        line-height: .1;
    }

    .post-date .day, .post-date .year {
        margin: 0;
    }

.blog-standard .post-content {
    margin-left: 100px;
    display: block;
    position: relative;
}

.blog-standard .post-text {
    padding-top: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E0E0E0;
}

.blog-standard h4 {
    font-size: 24px;
}

.blog-standard a h4, .blog-standard a:hover h4 {
    transition: color .35s;
    -moz-transition: color .35s;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
}

.blog-post-categories {
    font-size: 13px;
}

.blog-standard .read-more-link span {
    margin-top: 14px;
    margin-bottom: 60px;
}

.blog-standard .read-more-link i {
    position: absolute;
    margin-top: -17px !important;
    font-size: 15px;
    margin-left: 5px;
}

.blog-post {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}

    .blog-post .post-date {
        position: absolute;
        max-width: 74px;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 7px;
        background-color: transparent;
        box-shadow: none;
        z-index: 3;
    }

.comments .comment-body, .depth-2 {
    margin-left: 70px;
}

.blog-post .post-date h3, .blog-post .post-date h4, .blog-post .post-date span {
    color: #eee;
}

.blog-post h3 {
    margin-top: 30px;
}

.blog-post p {
    margin-bottom: 20px;
}

blockquote {
    border-left: 2px solid;
}

.comments {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .comments .comment-reply {
        position: absolute;
        right: 0;
        font-size: 12px;
        color: #191a1c;
    }

.comment.first {
    border-top: none;
}

.comment {
    padding: 30px 0;
    border-top: 1px solid #E6E6E6;
}

.comments .avatar {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.comments .comment-heading span {
    font-size: 11px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin-right: 10px;
}

.cart-item .item-action, .cart_totals h5, .event-speakers h4, .product-details h4, .shop .cbp-l-caption-body a, .shop-widget h5, .timeline-content h2 {
    font-family: lovelo,sans-serif;
}

.comment-time {
    font-size: 12px;
}

.depth-3 {
    margin-left: 140px;
}

.blog-quote small, .blog-quote-post small {
    line-height: 1.4;
}

.shop {
    padding-top: 69px;
    background-color: #fff;
}

.shop-grid {
    margin: 0 30px 30px;
}

.shop-standard {
    padding-top: 40px;
}

.product-details {
    z-index: 3;
    pointer-events: none;
}

    .product-details .price {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 40px;
    }

.price .currency {
    font-weight: 400;
    margin-right: 5px;
    font-style: normal;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}

.price {
    max-width: 140px;
    color: rgba(0,0,0,.6);
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 24px;
    z-index: 2;
}

    .price .old-price {
        display: block;
        text-decoration: line-through;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        left: 4px;
    }

.cbp-item:hover .product-details h4 {
    color: #ddd;
}

.cbp-item .product-details h4, .cbp-item:hover .product-details h4 {
    -moz-transition: color .25s;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
}

.shop .cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0,0,0,.7);
}

.shop .cbp-l-caption-body a {
    display: inline-block;
    margin: 5px;
    padding: 14px 20px 14px 16px;
    background-color: rgba(255,255,255,.86);
    font-size: 12px;
    color: #191a1c;
    z-index: 3;
}

.cart input.qty, input.qty {
    box-shadow: none;
    text-shadow: none;
    z-index: 1;
}

.shop .cbp-l-caption-body a i {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 0;
}

.shop-widget {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .shop-widget h5 {
        font-size: 14px;
    }

.tags-list {
    padding-top: 15px;
}

.shop-tags li {
    border: none;
    display: inline-block;
    margin-bottom: 7px;
}

    .shop-tags li a {
        margin: 0 5px 7px 0;
        padding: 7px 10px;
        border: 1px solid #e9e9e9;
        color: #777;
        font-size: 11px;
        font-weight: 300;
        text-decoration: none;
    }

        .shop-tags li a, .shop-tags li a:hover {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            transition: all .3s;
        }

            .shop-tags li a:hover {
                border: 1px solid #999;
                color: #111;
            }

.shop-widget form {
    padding-top: 15px;
}

    .shop-widget form input {
        padding: 19px 20px;
        font-size: 13px;
        border: 1px solid #e9e9e9;
        border-radius: 0;
        box-shadow: none;
        border-right: 0;
    }

    .shop-widget form span {
        background-color: transparent;
        font-size: 13px;
        border: 1px solid #e9e9e9;
        border-radius: 0;
        box-shadow: none;
        border-left: 0;
    }

    .shop-widget form button {
        background-color: transparent;
        border: none;
    }

        .shop-widget form button span {
            border: none;
            color: #191A1C;
        }

.shop .sidebar-share ul li {
    margin-left: 4px;
    margin-right: 4px;
}

.shop-product {
    padding: 100px 0 30px;
}

    .shop-product .product-details {
        pointer-events: all;
    }

    .shop-product .price {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

.price span.old-price-single {
    position: static;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 9px;
}

.bg-overlay, .cart input.qty, .cart-item .item-image-container, input.qty {
    position: relative;
}

.shop-related {
    padding-top: 0;
    padding-bottom: 70px;
}

.cart {
    padding-top: 130px;
    padding-bottom: 60px;
}

.cart-item {
    padding: 20px 0 0;
}

    .cart-item a img {
        width: 100%;
        max-width: 200px;
        float: left;
        margin-right: 20px;
    }

    .cart-item .item-action {
        display: block;
        font-size: 12px;
        margin: 5px 0;
    }

        .cart-item .item-action i {
            margin-right: 4px;
        }

    .cart-item .remove-from-cart i {
        margin-left: 1px;
        margin-right: 5px;
    }

    .cart-item .move-to-wishlist {
        margin-top: 20px;
    }

    .cart-item .selection {
        margin-top: 20px;
        display: inline-block;
        max-width: 100px;
    }

    .cart-item label {
        font-size: 12px;
        padding-left: 10px;
    }

    .cart-item select {
        padding: 8px;
        margin: 3px 0 20px;
        font-weight: 300;
        font-size: 12px;
        line-height: 22px;
        color: #555;
        width: 100%;
        border-radius: 15px;
        border: 1px solid #ddd;
    }

.cart_totals {
    background-color: #191a1c;
    padding: 30px 40px 24px;
    border-radius: 4px;
    margin-top: 20px;
}

    .cart_totals h5 {
        font-size: 12px;
        color: #fff;
    }

    .cart table, .cart_totals table {
        width: 100%;
        color: #fff;
    }

        .cart table tr, .cart_totals table tr {
            line-height: 3.6;
            font-size: 12px;
        }

            .cart_totals table tr.shipping {
                border-top: none;
            }

            .cart_totals table tr > th {
                width: 30%;
            }

        .cart_totals table td {
            text-align: right;
            padding-right: 0;
        }

#countdown-timer, #countdown-timer div, .event-speakers, .small-print, input.qty {
    text-align: center;
}

.cart_totals table .order-total th {
    font-size: 18px;
}

.cart_totals table .order-total span {
    font-size: 16px;
}

.btn-cart-checkout {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.small-print {
    font-size: 12px;
}

.cart .quantity {
    height: auto;
    width: auto;
    max-width: 115px;
    margin-right: 20px !important;
}

.cart input.qty {
    float: left;
    height: 60px;
    width: 60px;
    line-height: 56px;
    margin: 0;
    padding: 0 0 0 5px;
    border-radius: 0;
    border: 2px solid #e3e3e3;
    border-width: 2px !important;
}

.cart input[type=number]::-webkit-inner-spin-button, .cart input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.cart .product-remove .remove {
    float: right;
    padding: 0 10px;
    line-height: 42px;
    height: 44px;
    width: 44px;
    border-radius: 0;
    text-indent: 0;
    font-size: 24px;
    color: inherit;
    background: 0 0 !important;
    opacity: .5;
}

.qty-adjust, input.qty {
    float: left;
}

.cart .coupon input {
    border: none;
    width: 33.3%;
    margin-right: 5px;
    font-size: 12px;
    line-height: 4;
    padding-left: 20px;
}

.cart .coupon .coupon-code {
    background-color: rgba(0,0,0,.060);
}

.cart .coupon .apply-btn {
    padding: 0;
    text-align: center;
}

.quantity {
    overflow: hidden;
    display: block;
}

input.qty {
    height: 50px;
    width: 80px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    background: 0 0 !important;
    border-radius: 0;
    border: 2px solid rgba(0,0,0,.060);
    border-width: 2px !important;
}

.product-details input[type=number]::-webkit-inner-spin-button, .product-details input[type=number]::-webkit-outer-spin-button {
    border: 2px solid rgba(0,0,0,.060);
    border-left: 0;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 31px;
    opacity: 1;
}

.checkout {
    padding-top: 100px;
    padding-bottom: 80px;
}

    .checkout .section-heading {
        padding-top: 0;
    }

    .checkout input {
        background-color: #f5f5f5;
        border: none;
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.6;
        padding: 17px 20px;
    }

    .checkout .half-left, .checkout .half-right {
        padding: 0;
    }

@media (min-width:768px) {
    .checkout .half-left {
        width: 50%;
        padding: 0 5px 0 0;
    }

    .checkout .half-right {
        width: 50%;
        padding: 0 0 0 5px;
    }
}

.bg-grey {
    background-color: #f7f7f7;
}

.bg-grey-1 {
    background: #f2f2f2;
}

.bg-grey-2 {
    background: #eee;
}

.bg-dark {
    background: #111 !important;
}

.bg-dark-1 {
    background: #1c1c1c;
}

.bg-dark-2 {
    background: #0c0e11;
}

.bg-white {
    background: #fff;
}

.bg-overlay {
    display: block;
}

.bg-half.bg-overlay {
    display: table;
}

.bg-overlay .container .row > div, .bg-overlay > div {
    z-index: 3;
}

.bg-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: .93;
}

.bg-overlay .back-icon {
    opacity: .1;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: #fff !important;
}

.grey, .grey small {
    color: #d3d3d3 !important;
}

.light-grey, .light-grey small {
    color: #f8f8f8 !important;
}

.md-grey, .md-grey small {
    color: #a7a7a7 !important;
}

.md-grey2, .md-grey2 small {
    color: #898989 !important;
}

.dark-grey, .dark-grey small {
    color: #999 !important;
}

.dark {
    color: #131418 !important;
}

blockquote, blockquote h5 {
    color: #777;
}

blockquote {
    background: #f5f5f5;
}

.countdown-big h6, .hover-white {
    color: #fff;
}

blockquote.white-bg {
    background: #fff;
}

section {
    background-color: #FFF;
    background-size: cover;
}

.error-page h2 {
    font-size: 160px;
    line-height: 1;
}

.coming-soon {
    margin: 0 !important;
    top: 0 !important;
}

    .coming-soon h1 {
        font-size: 80px;
    }

#countdown-timer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    #countdown-timer div {
        display: inline-block;
        margin: 15px 20px;
        font-size: 14px;
    }

    #countdown-timer h1, #countdown-timer h2, #countdown-timer h6 {
        font-family: lovelo,sans-serif;
        font-weight: 400;
        line-height: 1;
    }

@media(min-width:1000px) {
    .countdown-big h1 {
        font-size: 110px;
        margin: 0 20px;
    }
}

@media(max-width:992px) {
    #countdown-timer h1 {
        font-size: 40px;
    }
}

.app-gallery .cbp-item {
    -webkit-box-shadow: 40px 0 30px -30px rgba(0,0,0,.45);
    -moz-box-shadow: 40px 0 30px -30px rgba(0,0,0,.45);
    box-shadow: 40px 0 30px -30px rgba(0,0,0,.45);
}

.home-blog-grid, .home-filters-dark, .home-portfolio-grid {
    padding-top: 15px;
}

.home-blog-filters, .home-filters-dark, .home-portfolio-filters {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .home-portfolio-filters .cbp-l-filters-button .cbp-filter-item {
        margin: 20px 0;
        color: #999;
    }

    .home-blog-filters .cbp-l-filters-button .cbp-filter-item, .home-filters-dark .cbp-l-filters-button .cbp-filter-item {
        margin: 20px 0;
        color: #191a1c;
    }

    .home-portfolio-filters .cbp-filter-item-active.cbp-filter-item, .home-portfolio-filters .cbp-filter-item:hover {
        color: #fff !important;
    }

@media (max-width:992px) {
    .cbp-l-filters-button .cbp-filter-item {
        font-size: 10px;
        padding: 0 10px;
    }

    .home-blog-filters .cbp-l-filters-button .cbp-filter-item, .home-filters-dark .cbp-l-filters-button .cbp-filter-item {
        margin: 5px;
    }
}

.event-speakers h4 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}

.timeline {
    position: relative;
    margin-top: 3em;
    margin-bottom: 0;
}

    .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        height: 92%;
        width: 3px;
        left: 50%;
        margin-left: -3px;
    }

.timeline-block:after, .timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
}

    .timeline-block:last-child {
        margin-bottom: 0;
        top: 2px;
    }

.timeline-bullet {
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 3px solid;
    background: #fff;
    left: 50%;
    margin-left: -7px;
    -webkit-transform: translateZ(0);
}

.timeline-content h2 {
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.timeline-content {
    margin-left: 0;
    width: 47.3%;
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline .timeline-block:nth-child(odd) .timeline-content h2, .timeline .timeline-block:nth-child(odd) .timeline-content p {
    text-align: right;
}

.timeline-content .date {
    position: absolute;
    width: 100%;
    left: 112%;
    top: 0;
    font-size: 14px;
}

.timeline-block {
    margin: 2em 0;
}

    .timeline-block:first-child {
        margin-top: 0;
    }

    .timeline-block:nth-child(even) .timeline-content .date {
        left: auto;
        right: 112%;
        text-align: right;
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }

.event-price .price-box h2 sup {
    margin-left: -26px;
}

.home-shop {
    padding-top: 0;
}
