html {
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    font-family: "Raleway", helvetica, arial, sans-serif;
    color: #000;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}


/* text selection */

::-moz-selection {
    background: #0054a68c;
    color: #fff;
}

::selection {
    background: #0054a68c;
    color: #fff;
}

::-moz-selection {
    background: #0054a68c;
    color: #fff;
}

::-webkit-selection {
    background: #0054a68c;
    color: #fff;
}

:focus {
    outline: none !important;
}

.hide {
    display: none;
}

a {
    color: #fff;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #0054A6;
}

.error {
    background: #ed5050;
    color: #fff;
    padding: 5px;
}

.sent {
    background: #baf17a;
    color: #000;
    padding: 5px;
}

hr {
    border-top: 1px solid #ccc;
    margin: 0 0 5px;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ease {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    font-size: 13px;
    line-height: 1.7;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

p {
    margin: 0 0 20px
}

iframe {
    border: 0
}

blockquote {
    margin: 25px 40px
}

legend {
    padding-bottom: 10px
}

img:not(.noresp) {
    height: auto;
    max-width: 100%;
}

.topspacer {
    height: 0px;
    width: 100%;
    display: block;
}


/*
// CONTENT
// ------------------------------------

 1. Global
 2. Heros
 3. Headers
 4. Typography
 5. Buttons
 6. Icon Features
 7. Accordian
 8. Video Embeds
 9. Alerts
 10. Icon Lists
 11. Google Maps
 12. Lists
 13. Progress Bars & Circles
 14. Tabs
 15. Boxes
 16. Breadcrumbs
 17. Spacing
 18. Sections
 19. Portfolio
 20. Subscribe Form
 21. Contact Form
 22. Footers
 23. Blog
 24. Shop
 25. Colors
 26. Pages

/*---------- GLOBAL STYLES ----------*/

html {
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    line-height: 1.4em;
    font-family: "Open Sans", sans-serif;
    color: #292929;
    -webkit-font-smoothing: subpixel-antialiased;
}

:focus {
    outline: none;
}

a {
    color: #888;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a.highlight:hover {
    color: #999;
}

@media (min-width: 1200px) {
    .container {
        width: 1191px;
    }
}


/*---------- HEROS ----------*/


/* Page Title Hero */

.page-hero .hero-content {
    padding-top: 55px;
}

.page-title-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 67px;
}

.page-title h1 {
    margin: 0;
}

.page-title hr {
    margin: 28px auto 32px auto!important;
}


/* Hero Containers */

.hero-fullscreen {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0f1112;
    overflow: hidden;
}

.hero-fullwidth {
    position: relative;
    width: 100%;
    height: 70%;
    background-color: #0f1112;
    overflow: hidden;
}

.page-hero {
    position: relative;
    width: 100%;
    height: 45%;
    background-color: #0f1112;
}

.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;
}


/* Map Parallax Hero */

.map {
    border: 2px solid #ccc;
}

.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 {
        top: -57px!important;
        margin-bottom: -57px!important;
    }
    .hero-fullwidth {
        top: -57px!important;
        margin-bottom: -57px!important;
    }
    .page-title {
        margin-top: 0;
    }
}


/* Hero Content */

.hero-container {
    position: relative;
    display: table;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 70px;
}

.hero-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

@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 */

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-wrapper-outer,
.hero-slider .owl-height,
.hero-slider .owl-stage,
.hero-slider .owl-wrapper,
.hero-slider .owl-item {
    height: 100% !important;
}

.hero-slider .owl-stage {}

.hero-slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%!important;
}

.owl-item .appear {
    opacity: 0;
    margin-top: 100px!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-item .appear {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.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: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navigation-thin.owl-theme .owl-controls .owl-nav div {
    position: absolute;
}

.navigation-thin.owl-theme .owl-controls .owl-nav div {
    opacity: 0;
}

.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-prev:hover,
.navigation-thin .owl-next: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;
}


/* Section Bg Types */

.static {
    width: 100%;
    display: block;
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.static-hero {
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.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 Backgrounds */

.parallax {
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
    /*
    z-index: -1;*/
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../img/assets/dot-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.parallax-bg {
    z-index: -9!important;
    background: #191a1c;
}

.parallax-bg img {
    opacity: 0;
}


/*Home Scroll Button*/

.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;
    animation: scroll-btn-animation 2s infinite;
}

.scroll-btn i {
    font-size: 0.75em;
    color: #fff;
}

@keyframes scroll-btn-animation {
    0% {
        bottom: 0px;
    }
    30% {
        bottom: 12px;
    }
    60% {
        bottom: 4px;
    }
    90% {
        bottom: 12px;
    }
    100% {
        bottom: 0px;
    }
}

@-webkit-keyframes scroll-btn-animation {
    0% {
        bottom: 0px;
    }
    30% {
        bottom: 12px;
    }
    60% {
        bottom: 4px;
    }
    90% {
        bottom: 12px;
    }
    100% {
        bottom: 0px;
    }
}


/* Play Button */

.play-btn i {
    position: relative;
    display: block;
    margin: auto;
    height: 100px;
    width: 100px;
    padding: 60px;
    border: 3px solid #fff;
    border-radius: 50em;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}

.play-btn i:before {
    position: absolute;
    top: 32%;
    left: 35%;
    font-size: 48px;
    color: #fff;
}

.play-btn i:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.play-btn.dark i,
.play-btn.dark i:before {
    color: #191a1c;
    border-color: #191a1c;
}


/*---------- HEADERS ----------*/

nav {
    z-index: 3
}

nav a {
    cursor: pointer
}
/*
nav.navbar {
        position: relative;
}
nav.nav-small {
        position: fixed;
        background: #fff;
}*/
@media (min-width:992px) {
    nav.navbar {
        
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }
    nav .nav {
        height: 69px;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }
     nav.nav-small {
        position: fixed;
        background: #fff;

    }
    nav.nav-small .nav {
        height: 54px;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }
    nav>.container {
        padding-top: 0px;
    }
    nav.nav-small>.container {
        padding-top: 0px;
    }
    .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;
    }
    .navbar-brand img,
    .nav-small .navbar-brand img {
        -webkit-transition: max-height 0.4s, opacity 0.3s;
        transition: max-height 0.4s, opacity 0.3s;
    }
    .nav>li>a {
        display: inline-block;
        font-family: 'lovelo', sans-serif;
        font-size: 12.4px;
        text-transform: uppercase;
        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;
    }
    /* Menu Positioning */
    .navbar-header>.container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .navbar-collapse>.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 0.3s;
        transition: top 0.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 8px;
    }
    .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 5px 0 5px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }
    nav.nav-small .nav li.nav-separator {
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }
    /* Menu Hover Dropdown */
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu>li>a {
        padding: 10px 10px;
    }
    .dropdown>ul.dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .dropdown:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    /* Header Mega Menu */
    .dropdown.megamenu {
        position: static;
    }
    nav .container {
        position: relative;
    }
    .megamenu>.dropdown-menu {
        left: auto;
    }
    .megamenu .dropdown-menu {
        left: auto;
        right: 0;
    }
    .megamenu .fullwidth {
        margin: 0 30px;
    }
    .megamenu .megamenu-content {
        padding: 21px 21px;
        background: #FFF;
    }
    .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, 0.12);
    }
    .megamenu-content .mg-col:last-child {
        border-right: 0px;
    }
    .megamenu-content .mg-col h5 {
        font-family: "lovelo", sans-serif;
        font-size: 12px;
        color: #ccc;
        letter-spacing: 1px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    .megamenu-content .mg-col:hover h5 {
        color: #fff;
        -webkit-transition: color 0.3s;
        transition: color 0.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;
        font-family: "lovelo", sans-serif;
    }
    .megamenu .mega-col-title:hover {
        background-color: transparent!important;
    }
    .megamenu h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding-left: 13px;
        padding-bottom: 5px;
    }
    .megamenu ul {
        list-style: none;
        padding-left: 0px;
    }
    .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: 0px!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;
}


/* Menu Items */

.navbar-nav>li>a {
    padding: 16px 8px 14px 8px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.dropdown a {
    display: inline-block!important;
    color: #b2b2b2;
}

.nav li a i {
    vertical-align: middle;
    font-size: 6px;
    padding-left: 7px;
    margin-top: -5px;
}


/* Menu Multilevel Dropdowns */

.dropdown-menu {
    top: 100%;
    left: 0;
    float: left;
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 12.5px;
    line-height: 13px;
    background-color: #FFF border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    width: 100%;
    font-size: 12.5px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu>li>a:hover {
    padding-left: 18px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.dropdown-menu>li>a:hover {
    background-color: rgba(255, 255, 255, 0.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 {
    vertical-align: middle;
    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;
    vertical-align: middle;
    padding: 14px;
    border-bottom: 1px dotted #333;
}

@media (max-width:1150px) {
    .navbar-brand img {
        max-width: 250px;
    }
}

@media (max-width:992px) {
    .nav-cart-item {
        border-bottom-color: rgba(255, 255, 255, 0.07)
    }
}

.nav-cart-item img {
    max-width: 70px;
}

.nav-cart-item span {
    display: table-cell;
    vertical-align: middle;
    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 20px!important;
}

.nav-cart-total a.btn-nav-cart,
.btn-nav-cart:hover {
    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-checkout,
.btn-nav-cart {
    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 20px!important;
}

.nav-cart-total>span {
    display: block;
    color: #fff;
}

.btn-nav-checkout {
    border-radius: 10em!important;
    float: right;
}


/* Header Collapsed */

@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 3px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.012);
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.012);
    }
    .navbar-collapse {
        background-color: #181818;
    }
    .navbar-collapse {
        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;
        border: none;
        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;
    }
    /* Header Toogle Animation */
    .navbar-toggle {
        border: none;
        background: transparent !important;
    }
    .navbar-toggle:hover {
        background: transparent !important;
    }
    .navbar-toggle .icon-bar {
        width: 19px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .navbar-toggle .top-bar {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 2% 60%;
        transform-origin: 2% 60%;
    }
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-toggle .bottom-bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 8% 60%;
        transform-origin: 8% 60%;
    }
    .navbar-toggle.collapsed .top-bar {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-collapse {
        padding: 0;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -10px 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;
    }
    /* Collapsed Header Dropdowns */
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus {
        color: #b2b2b2;
        padding: 16px 13px 14px 13px;
    }
    .nav>li>a {
        font-size: 13px;
        font-weight: 400!important;
    }
    .navbar-nav>li>a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07)!important;
        width: 100%;
        padding-top: 10px 15px 10px 15px;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff!important;
    }
    .navbar-nav>li:last-child>a {
        border-bottom: 0px!important;
    }
    .header-divider {
        display: none!important;
    }
    .nav li.dropdown a i {
        padding-top: 9px;
        padding-bottom: 9px;
        position: absolute;
        right: 0;
        float: right;
        width: 50px;
        height: auto;
        line-height: 3.6;
        text-align: center;
        margin-top: -12px;
    }
    .nav li.dropdown .icon-items a i {
        padding-top: 9px;
        padding-bottom: 9px;
        position: relative;
        left: 0;
        float: left;
        width: 10px;
        margin-right: 15px;
        padding-left: 0;
        height: auto;
        line-height: 1;
        text-align: center;
        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,
    .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>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav>.open>a {
        color: #b2b2b2;
    }
    .dropdown-menu>li>a,
    .dropdown-submenu>ul>li>a {
        width: 100%;
        font-size: 13px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    }
    .dropdown-submenu>ul>li:last-child a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    }
    .dropdown-menu {
        font-size: 12.5px;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.07);
    }
    .dropdown-menu>li:last-child a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
        padding: 10px 11px;
    }
    .megamenu-content .mg-col h5 {
        display: none;
    }
    .dropdown>.dropdown-menu,
    .open>.dropdown-menu {
        -webkit-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: 0px;
    }
    .dropdown-menu {
        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,
    .navbar-nav>.open>.dropdown-menu>.dropdown-menu>li,
    .navbar-nav>.open>.dropdown-menu li,
    .dropdown-submenu>.dropdown-menu li,
    .navbar-nav>.open>.dropdown-menu>.open li {
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .nav li.nav-separator,
    .nav li.nav-icon .hidden-md {
        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;
    }
}


/* Search Modal */

#search-modal {
    background: white;
    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;
}


/* Menu Hover Color */

.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,
.mg-col a:hover,
.dropdown-menu>li>a:hover {
    color: #f00;
}


/*--- Fullwidth ---*/

@media (min-width:992px) {
    nav.navbar.fullwidth>.container {
        width: 100%;
    }
}


/*--- Transparent White ---*/

@media (min-width:992px) {
    nav.navbar.transparent {
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.15);
        box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.15);
    }
    nav.navbar.transparent.nav-small {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }
    nav.navbar.transparent,
    nav.navbar.transparent.nav-small {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.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: normal;
        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, 0.1);
    }
    .navbar-default.transparent.nav-small .header-divider span {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar-default.transparent .logo-dark,
    .navbar-default.transparent.nav-small .logo-light {
        opacity: 0;
    }
    .navbar-default.transparent.nav-small .logo-dark,
    .navbar-default.transparent .logo-light {
        opacity: 1;
    }
    nav.navbar.transparent li.nav-separator {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    nav.navbar.nav-small.transparent li.nav-separator {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}


/*--- Dark Header ---*/

@media (min-width:992px) {
    nav.navbar.dark {
        background-color: #111;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }
    .navbar-default.dark .navbar-nav>li>a {
        color: #eee;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .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, 0.1);
    }
}


/*--- Transparent Dark ---*/

@media (min-width:992px) {
    nav.navbar.transparent-dark {
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.1);
    }
    nav.navbar.transparent-dark.nav-small {
        background-color: #111;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }
    nav.navbar.transparent-dark,
    nav.navbar.transparent-dark.nav-small {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    .navbar-default.transparent-dark .navbar-nav>li>a {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .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 {
        border-left: 1px solid rgba(255, 255, 255, 0.07);
    }
    nav.navbar.transparent-dark.nav-small li.nav-separator {
        border-left: 1px solid rgba(255, 255, 255, 0.07);
    }
}


/*--- Transparent with dark menu ---*/

@media (min-width:992px) {
    nav.navbar.transparent.dark-menu {
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 1px 1px rgba(0, 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.nav-small .logo-light,
    .navbar-default.transparent.dark-menu .logo-light {
        opacity: 0;
    }
    .navbar-default.transparent.dark-menu .navbar-nav>li>a {
        color: #333!important;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
    }
    .navbar-default.transparent.dark-menu.nav-small .navbar-nav>li>a {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
    }
    nav.navbar.transparent.dark-menu li.nav-separator {
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }
}


/*Blog Post*/

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 3;
}

.blog-post .post-date h4,
.blog-post .post-date h3,
.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-family: "lovelo", sans-serif;
    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: 0px 0px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
}

.comments .comment-body {
    margin-left: 70px;
}

.comments .comment-heading span {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-right: 10px;
}

.comment-time {
    font-size: 12px;
}

.depth-2 {
    margin-left: 70px;
}

.depth-3 {
    margin-left: 140px;
}

.blog-quote-post small {
    line-height: 1.4;
}

.blog-quote small {
    line-height: 1.4;
}


/*--- Cart ---*/

.cart {
    padding-top: 130px;
    padding-bottom: 60px;
}

.cart-total-items {}

.cart-item {
    padding: 20px 0 0 0;
}

.cart-item a img {
    width: 100%;
    max-width: 200px;
    float: left;
    margin-right: 20px;
}

.cart-item .item-image-container {
    position: relative;
}

.cart-item .item-action {
    display: block;
    font-family: "lovelo", sans-serif;
    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 0px 12px 0;
    width: 100%;
    border: 0px;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.cart_totals {
    background-color: #191a1c;
    padding: 30px 40px 24px 40px;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
}

.cart_totals h5 {
    font-family: "lovelo", sans-serif;
    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;
}

.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;
    text-align: center
}

.cart .quantity {
    height: auto;
    width: auto;
    max-width: 115px;
    margin-right: 20px!important;
}

.cart input.qty {
    position: relative;
    float: left;
    height: 60px;
    width: 60px;
    line-height: 56px;
    margin: 0;
    padding: 0 0 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    border: 2px solid #e3e3e3;
    border-width: 2px!important;
    z-index: 1;
}

.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: transparent!important;
    opacity: .5;
}

.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, 0.060);
}

.cart .coupon .apply-btn {
    padding: 0;
    text-align: center;
}

.checkout input {
    background-color: rgba(0, 0, 0, 0.060);
    border: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
    padding: 17px 20px 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;
    }
}

.quantity {
    overflow: hidden;
    display: block;
}

input.qty {
    position: relative;
    float: left;
    height: 50px;
    width: 80px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    background: transparent!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.060);
    border-width: 2px!important;
    z-index: 1;
    text-align: center;
}

.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, 0.060);
    border-left: 0;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 31px;
    opacity: 1;
}

.qty-adjust {
    float: left;
}


/*--- Checkout ---*/

.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 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;
    }
}


/*---------- COLORS ----------*/


/*--- Background Colors ---*/

.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;
    position: relative;
}

.bg-half.bg-overlay {
    display: table;
}

.bg-overlay .container .row>div,
.bg-overlay>div {
    z-index: 3;
}

.bg-overlay:after {
    content: "";
    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;
}


/*--- Text colors ---*/

.white {
    color: #fff!important;
}

.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff!important;
}

.grey {
    color: #d3d3d3!important;
}

.grey small {
    color: #d3d3d3!important;
}

.light-grey {
    color: #f8f8f8!important;
}

.light-grey small {
    color: #f8f8f8!important;
}

.md-grey {
    color: #a7a7a7!important;
}

.md-grey small {
    color: #a7a7a7!important;
}

.md-grey2 {
    color: #898989!important;
}

.md-grey2 small {
    color: #898989!important;
}

.dark-grey {
    color: #999!important;
}

.dark-grey small {
    color: #999!important;
}

.dark {
    color: #131418!important;
}

blockquote {
    background: #f5f5f5;
    color: #777;
}

blockquote h5 {
    color: #777;
}

blockquote.white-bg {
    background: #fff;
}

.hover-white {
    color: #fff;
}


/*---------- PAGES ----------*/

section {
    background-size: cover;
}


/*---- Error Page ----*/

.error-page h2 {
    font-size: 160px;
    line-height: 1;
}


/*---- Coming Soon Page ----*/

.coming-soon {
    margin: 0!important;
    top: 0!important;
}

.coming-soon h1 {
    font-size: 80px;
}

#countdown-timer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#countdown-timer div {
    display: inline-block;
    margin: 15px 20px;
    font-size: 20px;
    text-align: center;
    font-size: 14px;
}

#countdown-timer h1,
#countdown-timer h2,
#countdown-timer h6 {
    font-family: "lovelo", sans-serif;
    font-weight: normal;
    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;
    }
}

.countdown-big h6 {
    color: #fff;
}


/*---- App Landing ----*/

.app-gallery .cbp-item {
    -webkit-box-shadow: 40px 0px 30px -30px rgba(0, 0, 0, 0.45);
    box-shadow: 40px 0px 30px -30px rgba(0, 0, 0, 0.45);
}


/*---- Home Portfolio & Blog ----*/

.home-portfolio-grid,
.home-blog-grid,
.home-filters-dark {
    padding-top: 15px;
}

.home-portfolio-filters,
.home-blog-filters,
.home-filters-dark {
    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;
    }
}


/*---- Home Event ----*/

.event-speakers {
    text-align: center
}

.event-speakers h4 {
    font-family: "lovelo", sans-serif;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 92%;
    width: 3px;
}

.timeline {
    margin-top: 3em;
    margin-bottom: 0;
}

.timeline::before {
    left: 50%;
    margin-left: -3px;
}

.timeline-block {
    position: relative;
}

.timeline-block:last-child {
    margin-bottom: 0;
    top: 2px;
}

.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 3px solid;
    background: #fff;
}

.timeline-content h2 {
    font-family: "lovelo", sans-serif;
    font-size: 14px;
    line-height: 1.0;
    margin-top: 0;
    margin-bottom: 0;
}

.timeline-bullet {
    left: 50%;
    margin-left: -7px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.timeline-content {
    margin-left: 0;
    width: 47.3%;
}

.timeline-content {
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline .timeline-block:nth-child(odd) .timeline-content h2,
.timeline .timeline-block:nth-child(odd) .timeline-content p {
    text-align: right;
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.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;
}

#clock.event-countdown .digit {
    font-size:
}

.event-price .price-box h2 sup {
    margin-left: -26px;
}


/*---- Home Shop ----*/

.home-shop {
    padding-top: 0;
}


/*--- COLOR ---*/

a:focus,
a:hover,
.color,
.connected-icon a i,
.testimonial-name,
.testimonial-name small,
.highlight,
.btn-ghost-color,
.contact-details-social li a:hover,
.portfolioContainer li .info i,
.project-changer li a,
#iconTabs li.active a span,
.box a,
.box.box-style6 a,
.box.box-style8b a,
.about-me-social li a:hover,
.icon-box-hover i,
#footer-2 li a:hover,
#footer-2>a:hover,
.countdown-big h1,
.home-blog-filters .cbp-filter-item-active.cbp-filter-item,
.home-blog-filters .cbp-filter-item:hover,
.home-filters-dark .cbp-filter-item:hover,
.home-filters-dark .cbp-filter-item-active.cbp-filter-item {
    color: #0054A6
}

.bg-color,
#price-list .button:hover,
#price-list .featured .button,
.progress-bar,
#back-to-top,
.portfolioFilter a.current,
.portfolioFilter a:hover,
.label-primary,
.panel-title,
#buttonTabs li.active a,
.box-style5,
.box-style7,
.box-style10,
.progress-bars-4 .progress-bar-tooltip,
.timeline::before,
h4.fitness-label,
.bg-overlay:after,
.label-items-in-cart {
    background-color: #0054A6
}

.btn-primary,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
.btn-ghost-color:hover,
.btn-primary.btn-appear:hover {
    background-color: #0054A6
}

.btn-primary,
.btn-ghost-color,
.btn-ghost-color:hover,
.section-heading hr,
hr.separator,
.btn-primary.btn-appear:hover {
    border-color: #0054A6
}

.accordian-style2 .panel-title,
.food-tabs li.active a,
.food-tabs li.active a:focus,
.music-bottom .play-btn,
.play-bottom .play-btn,
.timeline-bullet,
.contact input:focus,
textarea:focus,
select:focus,
.btn-primary.active,
.btn-primary:active {
    border-color: #0054A6
}

#video .play-btn:after,
.music-bottom .play-btn:after,
.play-bottom .play-btn:after {
    border-left-color: #0054A6
}

.box-style4 {
    border-top: 2px solid #0054A6
}

#price-list .featured .price-table,
.progress-bars-4 .progress-bar-tooltip:after {
    border-top-color: #0054A6
}

.color,
.feature-center.white i.color,
.counter h1,
.team figure figcaption a:hover,
.portfolio figure figcaption p,
a:hover .subheading,
.blog-columns .blog-thumb-desc a:hover h4,
.blog-standard a:hover h4,
.blog-pagination li a:hover,
.sidebar-share a:hover,
.shop .cbp-l-caption-body a:hover,
.team-caption ul li a:hover,
.read-more-link.color span,
.read-more-link2.color span,
#clock .digit {
    color: #0054A6
}

.contact input.submit,
.blog-pagination>.active>a,
.blog-pagination>.active>a:hover {
    background-color: #0054A6
}

.price-table-featured .price-box {
    border-color: #0054A6
}

blockquote {
    border-left-color: #0054A6
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(12, 180, 206, 0.9)
}

.progress-svg circle {
    stroke: #0054A6
}

.carousel-control.left i,
.carousel-control.right i {
    color: #0054A6;
}

#search-modal {
    display: none;
}

.labelnew {
    background: #7fb401;
}


/*----- Back to Top Button -----*/

#back-to-top {
    position: fixed;
    color: #fff;
    z-index: 100;
    line-height: 26px;
    bottom: 15px;
    right: 20px;
    display: none;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    opacity: 0;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}

#back-to-top:hover {
    color: #fff;
    background-color: #1F2023;
}

#back-to-top .icon {
    font-size: 10px;
}


/* input form textarea */

.fancy-form-label {
    color: #ccd2d6;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.fancy-form-label .fa-asterisk {
    font-size: 6px;
    vertical-align: text-top;
}


/*[class*='col-'] .fancy-form-label { left: 31px; }*/

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancy-form-label span {
    font-size: 14px;
    line-height: 10px;
}

.fancy-form .form-control {
    padding: 26px 16px 6px 16px;
    height: auto;
}

.fw-input {
    width: 100%;
}

.fancy-form {
    position: relative;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.fancy-form-input:focus+.fancy-form-label,
.fancy-form-textarea:focus+.fancy-form-label {
    color: #c0c0c0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-fullcolor,
.btn-fullcolor:focus {
    background-color: #0054A6;
    color: #fff;
    border-width: 0;
}

.btn-fullcolor:hover {
    background-color: #7db1e0;
    color: #fff;
}

.form-control {
    background: #fff;
    color: #000;

    border: 1px solid #d7dbde;
    box-shadow: 0;
    -webkit-box-shadow: 0;
}

.form-control:hover,
.form-control:focus {
    border: 1px solid #0054A6;
}

.fancy-form select {
    margin: 0 !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btn {
    padding: 16px 25px;
    font-size: 14px;
    line-height: 1.3333333;
}

.checkbox-label {
    color: #5c6e7b !important;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.checkbox-label>input {
    margin-right: 10px;
}

.contmsg {
    padding: 15px;
}


/* SHOP */

.labelnew{
    position: absolute;
    top: 10px;
    height: 50px;
    line-height: 50px;
    width: 75px;
    color: #fff;
    border-radius: 36px;
    border-top-left-radius: 0;
    left: 15px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.labelpromo {
    position: absolute;
    top: 10px;
    right: 10px;
}

.labelpromo span {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 14px 14px;
    position: relative;
    display: block;
    margin-bottom: 11px;
    border-radius: 2px;
    text-align: center;
    background: #0081ff;
    font-weight: 700;
}

.labelsell {
    position: absolute;
    top: 10px;
    left: 10px;
}

.labelsell span {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 14px 14px;
    position: relative;
    display: block;
    margin-bottom: 11px;
    border-radius: 2px;
    text-align: center;
    background: #c60000;
    font-weight: 700;
}

.product-brand {
    font-size: 14px;
    color: #7FB401;
    display: block;
}

.product-name {
    font-size: 20px;
    display: block;
    min-height: 80px;
    font-weight: 700;
    padding: 10px;
}

.product-description {
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
    display: block;
    clear: both;
    position: relative;
    max-height: 60px;
    overflow: hidden;
}

.product-description p {
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
}

.product-price {
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin: 15px 0px;
    background: #f1f1f1;
    padding: 5px;
}

.product-price del {
    font-weight: 400;
    font-size: 12px;
    color: #f51616;
    padding-right: 8px;
}

.product-img {
    overflow: hidden;
}

.product-item-details {
    z-index: 1;
    position: relative;
}

.single-product .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-product .icons a {
    margin: 2px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    height: 100%;
}

.single-product .icons a i {
    display: block;
    font-size: 100px;
    line-height: 100px;
    width: 40px;
    text-align: center;
    color: #0054a6;
    width: 100%;
    margin-top: 30%;
}

.single-product .icons a i:hover {
    cursor: pointer;
}

.single-product:hover .icons {
    background: rgba(244, 244, 244, 0.73);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-product:hover a,
.single-product:hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.single-product:hover .product-brand,
.single-product:hover .product-name,
.single-product:hover .product-description,
.single-product:hover .product-description p {
    color: #0054a6;
}

.single-product:hover h4 {
    color: #0054a6;
}

.single-product:hover a:nth-child(2),
.single-product.hover a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-product:hover a:nth-child(3),
.single-product.hover a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single_product_images .thumb img {
    border: 1px solid #ddd;
    cursor: pointer;
}

.single_product_images .thumb img:hover,
.single_product_images .thumb img.active {
    border: 1px solid #0155A6;
}


/* TUTTE LE COLONNE ALLA STESSA ALTEZZA */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

h2.cat {
    font-size: 25px;
    color: #7fb402;
    /* font-weight: 700; */
}


/* MAP */

.hmap {
    position: relative;
}

.hmap address {
    position: absolute;
    top: 80px;
    left: calc((100vw - 1000px)/2);
    padding: 0px;
    background: #FFF;
    z-index: 999;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    width: 400px;
}

.hmap address div {
    padding: 20px;
}

.hmap address hr {
    margin: 0 0 5px;
    border-top: 1px solid #3f6f00;
}

@media (max-width: 991px) {
    .hmap address {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 0px;
        background: #FFF;
        z-index: 999;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .hmap address img {
        margin: 0 auto;
    }
}


/* GOOGLE MAPS */

.map {
    height: 520px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.map-legend {
    text-align: center;
}

.location {
    padding: 24px;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: white;
}

.location-1 {
    border-bottom: 8px solid white;
    background-color: #554738;
    background-image: url('images/coffee_bg.jpg');
}

.location-2 {
    border-top: 8px solid white;
    background-color: #383838;
    background-image: url('images/office_bg.jpg');
}

.location::after {
    content: "";
    background-color: inherit;
    opacity: .65;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.location--inner {
    position: relative;
    z-index: 1;
}

.location img {
    display: inline-block;
    margin: 24px 0 12px;
    /* setting width and height instead results in a strange behavior in Safari */
    -webkit-transform: scale(2);
    transform: scale(2);
}

@media screen and (min-width: 1024px) {
    .map,
    .map-legend {
        height: 100%;
    }
    .desk-three-forth {
        float: left;
        width: 75%;
    }
    .desk-one-forth {
        width: 25%;
    }
    .map-legend,
    .location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .location {
        border-left: none;
        min-height: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .location-1 {
        border-top: 16px solid white;
    }
    .location-2 {
        border-bottom: 16px solid white;
    }
}


/* if using sprites */

.marker-icon {
    background-image: url("images/markers/svg/Arrows.svg");
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 24px 0 12px;
    /* setting background-size instead results in a strange behavior in Safari */
    -webkit-transform: scale(2);
    transform: scale(2);
}

.marker-office {
    background-position: 48px 0;
}

.privacytext {
    text-align: left;
}

.navbox {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #d6d6d6;
    color: #d6d6d6;
}

a.navbox {
    border: 1px solid #0155A6;
    color: #0155A6;
}

a.navbox:hover,
a.navbox.active {
    background: #0155A6;
    color: #FFF;
}

.news-list .date {
    color: #ccc;
}

.btn {
    color:
}

h1.underlined {
    font-size: 2.333em;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.5em;
    font-weight: 700;
}

h1.underlined span {
    border-color: #ff0000 !important;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: .814em;
    margin-bottom: -1px;
}

.ctn1 {
    display: table;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ctn_a {
    background-color: #5f6b69
}


/* SLIDE */

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
}


/* 
 * 	Carousel thumbs
 */

.col-centered {
    float: none;
    margin: 0 auto;
    padding: 0 30px;
}

.carouselthumbs .carousel-control {
    width: 8%;
    width: 0px;
}

.carouselthumbs .carousel-control.left,
.carouselthumbs .carousel-control.right {
    background-image: none;
    opacity: 1;
}

.carouselthumbs .carousel-control>a>span {
    color: white;
    font-size: 19px;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.carouselthumbs .active>div {
    display: none;
}

.carouselthumbs .active>div:first-child {
    display: block;
}


/*xs*/

@media (max-width: 767px) {
    .caroinn .active.left {
        left: -50%;
    }
    .caroinn .active.right {
        left: 50%;
    }
    .caroinn .next {
        left: 50%;
    }
    .caroinn .prev {
        left: -50%;
    }
    .carousel-col {
        width: 50%;
    }
    .active>div:first-child+div {
        display: block;
    }
}


/*sm*/

@media (min-width: 768px) and (max-width: 991px) {
    .caroinn .active.left {
        left: -50%;
    }
    .caroinn .active.right {
        left: 50%;
    }
    .caroinn .next {
        left: 50%;
    }
    .caroinn .prev {
        left: -50%;
    }
    .carousel-col {
        width: 50%;
    }
    .active>div:first-child+div {
        display: block;
    }
}


/*md*/

@media (min-width: 992px) and (max-width: 1199px) {
    .caroinn .active.left {
        left: -33%;
    }
    .caroinn .active.right {
        left: 33%;
    }
    .caroinn .next {
        left: 33%;
    }
    .caroinn .prev {
        left: -33%;
    }
    .carousel-col {
        width: 33%;
    }
    .active>div:first-child+div {
        display: block;
    }
    .active>div:first-child+div+div {
        display: block;
    }
}


/*lg*/

@media (min-width: 1200px) {
    .caroinn .active.left {
        left: -20%;
    }
    /* 100 / numero di div da visualizzare */
    .caroinn .active.right {
        left: 20%;
    }
    /* cambiare anche in js "for (var i = 0; i < 5; i++) {" dove   5 = numero di div da visualizzare -2 */
    .caroinn .next {
        left: 20%;
    }
    .caroinn .prev {
        left: -20%;
    }
    .carouselthumbs .carousel-col {
        width: 20%;
    }
    .carouselthumbs .active>div:first-child+div {
        display: block;
    }
    .carouselthumbs .active>div:first-child+div+div {
        display: block;
    }
    .carouselthumbs .active>div:first-child+div+div+div {
        display: block;
    }
    .carouselthumbs .active>div:first-child+div+div+div+div {
        display: block;
    }
    /* aggiungere riga + div per ogni box in più da visualizzare */
}

.carouselthumbs .block {
    width: 200px;
    height: 133px;
}

.carouselthumbs .carousel-control.left span,
.carouselthumbs .carousel-control.right span {
    padding: 65px 5px 0px;
    margin: 0;
    color: #c3bbbb;
    text-shadow: none;
}

.carouselthumbs .carousel-control.left:hover span,
.carouselthumbs .carousel-control.right:hover span {
    color: #848484;
}

.carouselthumbs .carousel-control.left {
    margin-left: -30px;
}

.carouselthumbs .carousel-control.right {
    margin-right: -10px;
}

.carouselthumbs .block img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.carouselthumbs .block img:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}

.servhover img {
    border: 2px solid transparent;
}

.servhover:hover img {
    border: 2px solid #FFF;
}

.servhover:hover .sertest {
    color: #000;
}

.servhover .sertit {
    margin: 15px 0px;
}

.servhover:hover .sertit {
    color: #000 !important;
}


/* CHI_SIAMO */

.chi-siamo ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

.chi-siamo ul li {
    position: relative;
    padding-left: 1.75em;
    display: list-item;
    float: left;
    min-width: 50%;
}

.chi-siamo ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #dd3333;
    margin-left: -1.75em;
    position: absolute;
}

.chi-siamo h5 {
    border-color: #f00!important;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: .814em;
    margin-bottom: 10px;
    font-weight: 700 !important;
}

.snip1504 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-height: 197px;
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 16px;
    background-color: transparent;
}

.snip1504 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1504 img {
    vertical-align: top;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.snip1504 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.snip1504 h3,
.snip1504 p {
    margin: 0;
    opacity: 0;
    font-size: 80px;
    padding: 10px;
}

.snip1504 h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
}

.snip1504 p {
    font-weight: normal;
    color: #888;
    font-size: 12px;
    line-height: 16px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snip1504 a {
    /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;*/
}

.snip1504:hover>img,
.snip1504.hover>img {
    opacity: 0.1;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover p,
.snip1504.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.snip1504:hover,
.snip1504.hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

.feature-box1 * {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.feature-box1 .icon-column-icon i {
    color: #dd3333;
    font-size: 3.692em;
}

.feature-box1:hover .icon-column-icon .icon-column-arrow {
    border-top-color: #dd3333 !important;
}

.feature-box1:hover .icon-column-icon {
    background: #dd3333;
}

.feature-box1 .icon-column-icon {
    position: relative;
    background: #efefef;
    text-align: center;
    padding: 20px;
    border-top-color: #efefef;
}

.feature-box1:hover .icon-column-icon i {
    color: #fff;
}

.feature-box1 .icon-column-arrow-bottom {
    display: block;
    border-top-color: #efefef;
}

.feature-box1 .icon-column-icon .icon-column-arrow {
    .border-top-color: #dd3333;
}

.feature-box1 .icon-column-arrow {
    position: absolute;
    display: block;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
}

.feature-box1 .icon-column-content {
    background-color: #f7f7f7;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 2em 1em;
    background: #ffffff;
    line-height: 1.5em;
    border-color: #efefef;
    display: block;
}

.icon-column-title {
    text-transform: uppercase;
    font-size: 1.167em;
    font-weight: bold;
}

.icon-column-text {
    display: block;
    margin: 0;
}

.footer-copyright {
    background: #000; color:#FFF;
    padding: 20px;
}


/*LORENZO TRADING*/
nav.navbar {
    background-color: #0054a6;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #7db1e0;
}
.testatablock {height: 120px; }


/*
.testata1 { padding:20px 0px 0 0; float:left; width:30%; }
.testata2 { padding:10px 0px 0 20px; float:left;  width:30%; color:#ccc; }
.testata3 { padding: 25px 0px 0 30px; float: left;width: 30%;font-size: 20px;}
.testata3 img { max-height: 70px; }
.testata4 { padding:20px 0px 0 0; float:left; width:10%; text-align:right; font-size:20px; }
.testata4 a { display:block; }
@media (max-width:991px) {
.testata1 { padding:20px 0px 0 0; float:left; width:30%; }
.testata2 { padding:10px 0px 0 20px; float:left;  width:30%; color:#ccc; }
.testata3 { padding:20px 0px 0 30px; float:left; width:25%; font-size:20px; }
.testata3 img { max-height: 60px; }
.testata4 {  width:15%;  }
}

@media (max-width:649px) {
.testata1 { padding:20px 0px 0 0; float:left; width:50%;  max-height:60px; }
.testata2 { padding:10px 0px 0 0px; float:left;  width:50%; color:#ccc; max-height:60px;  }
.testata1 img{ max-height:60px; }
.testata2 img{  max-height:60px;  }
.testata3 { padding:20px 0px 0 30px; float:left;  width:50%; font-size:20px;      margin-top: 20px;}
.testata3 img { max-height: 70px; }
.testata4 a { display:inline; }
.testata4 {  width:50%;  margin-top: 40px; text-align: center;}
*/


.testata1 {  float:left; width:30%;  padding-top:15px; }
.testata2 { float:left;  width:30%;  padding-top:15px; }
.testata3 { float: left;width: 30%;  padding-top:15px; }
.testata4 { padding:20px 0px 0 0; float:left; width:10%; text-align:right; font-size:20px; }
.testata4 a { display:block; }


@media (max-width:649px) {
.testata1 { float:left; width:50%; }
.testata2 {  float:left;  width:50%;  }
.testata3 {float:left;  width:50%; }
.testata4 a { display:inline; }
.testata4 {  width:50%;  margin-top: 20px; text-align: center;}



.testatablock {height: 200px; }
}



.btn-standard { background : #0054A6; color:#fff; border:1px solid #0054A6;text-transform: uppercase; text-align: center; display: block; width:100%; padding:10px;}
.btn-standard:hover { background : #378cde; color:#fff; border:1px solid #378cde; }
.btn-gray { background:#fff; color:#000; border:1px solid #ccc;}
.btn-gray:hover{ background:#fff; color:#0054A6; border:1px solid #0054A6;}

a.filethumb {
    height: 122px;
    width: 122px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 10px;
    border:0;
}
a.filethumb img {
    border:0 !important;
}