html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote::after, q::before, q::after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: 'PT Sans', sans-serif;
    color: #FFF;
}
.black-body {
    font-family: 'PT Sans', sans-serif;
    color: #FFF;
    background-color: #000;
}
.wrapper {
    background-color: #000;
}
.wrapper .cover .container {
    padding: 0;
}
.wrapper .container {
    padding: 0 20px;
}
.wrapper .error .container {
    padding: 0 45px;
}
.wrapper .cover .container .row {
    margin: 0;
    position: relative;
}
.wrapper-white {
    background-color: #FFF;
    color: #000;
}
.container {
    display: block;
    margin: 0 auto;
}
.uppercase {
    text-transform: uppercase;
}

.rowf {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.colf {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}




.header {
    border-bottom: 1px solid #d9be9298;
}

.bottom-menu .header {
    border-bottom: 0 none;
}

.header .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*padding-top: 10px !important;*/
    /*padding-bottom: 10px !important;*/
}

.header .logo {
    display: table;
    padding: 20px;
}
.header .logo img {
    width: 60px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    margin-right: 15px;
}
.header .logo .logo-text {
    color: #e8d4b1;
    display: table-cell;
    vertical-align: middle;
}
.header .logo .logo-text a {
    color: #e8d4b1;
    text-decoration: none;
}
.header .logo .logo-text a:hover,
.header .logo .logo-text a:focus,
.header .logo .logo-text a:active {
    color: #e8d4b1;
    text-decoration: none;
}
.header .logo .logo-title {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
}
.header .logo .logo-text p {
    font-size: 16px;
    line-height: 120%;
}

.header .main-menu {
    width: 100%;
    display: none;
}
.header .main-menu ul {
    display: inline-flex;
    width: 100%;
}
.header .main-menu ul li {
    flex: 1 1 auto;
    border: 1px solid #3e3d3c;
    border-radius: 7px;
    margin-right: 24px;
    text-align: center;
   /* padding-bottom: 9px;
    padding-top: 11px;
   */
    background-color: #262421;
    border: 1px solid #3e3d3c;
}
.header .main-menu ul li a {
    display: block;
    width: 100%;
    font-family: 'PT Sans', serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    color: #fff;
    text-decoration: none;
}
.header .main-menu ul li:active,
.header .main-menu ul li:focus,
.header .main-menu ul li:hover {
    border-color: #D9BE92;
}
.header .main-menu ul li:active a,
.header .main-menu ul li:focus a,
.header .main-menu ul li:hover a {
    color: #D9BE92;
}
.header .main-menu ul li.active {
    background-color: #000;
    border-color: #D9BE92;
}
.header .main-menu ul li.active a {
    color: #D9BE92;
}

/* Desktop main-menu (>=1200px) - svi tabovi kao aktivni */
@media (min-width: 1200px) {
    .header .main-menu ul {
        gap: 10px;
    }
    .header .main-menu ul li {
        margin-right: 0;
        border: 1px solid rgba(217, 190, 146, 0.6);
        border-radius: 6px;
        background: rgba(17, 17, 17, 0.85);
        overflow: hidden;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }
    .header .main-menu ul li a {
        padding: 12px 18px;
        font-weight: 400;
        letter-spacing: 0.3px;
        color: #d9be92;
    }
    .header .main-menu ul li:hover,
    .header .main-menu ul li:focus-within {
        border-color: rgba(232, 217, 184, 0.9);
        background: rgba(26, 26, 26, 0.9);
    }
    .header .main-menu ul li:hover a,
    .header .main-menu ul li:focus-within a {
        color: #e8d9b8;
    }
    .header .main-menu ul li.active {
        background: #111;
        border-color: #d9be92;
    }
    .header .main-menu ul li.active a {
        color: #d9be92;
    }
}

/* Barbers layout cleanup: nema teksta preko fotografije, sve poravnato lijevo */
.barbers .barber-img img {
    width: 100%;
    height: auto;
    display: block;
}
.barbers .barber-text-box {
    text-align: left;
}
.barber-lang {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    display: inline-flex !important;
    gap: 6px;
    align-items: center;
    margin: 0 0 20px 0 !important;
}
.barbers .barber-text h3 {
    text-align: left !important;
}
/* Hero naslov - dvoredni, vw skala i prva linija +25% */
.cover .cover-heading h1 {
    font-size: clamp(32px, 6vw, 64px) !important;
    line-height: 1.1 !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
}
.cover .cover-heading h1 .title-line {
    display: block;
    margin: 0;
    padding: 0;
}
.cover .cover-heading h1 .title-main {
    font-size: 125% !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
}
.cover .cover-heading h1 .title-sub {
    font-size: 100% !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
}

/* Tekstualni sadržaji - ujednačena veličina i poravnanje */
.barbers .barber-rank,
.barbers .barber-text p,
.service-text p,
.event-text-small,
.event-text-small p {
    font-size: 18px !important;
    line-height: 120% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

.service-description {
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}

.services .service-text .service-description {
    font-size: 18px !important;
    line-height: 120% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

/* Poravnanje imena, zastavica i naslova usluga/djelatnika */
.barbers .barber-text h3,
.barbers .image-right .barber-text h3 {
    text-align: left !important;
}

.barber-lang {
    left: 0 !important;
    transform: translate(0, 0) !important;
    text-align: left !important;
}

.service-text h3,
.services .service-text h3,
.services .services-box .services-item h3 {
    text-align: left !important;
}

/* Knjiga termina - niža visina, 16px, radius 8px */
.book-now {
    height: 42px;
    padding: 10px 18px;
    font-size: 16px !important;
    border-radius: 8px;
}
.header .mobile-menu {
    display: block;
    position: relative;
    width: 41px;
    height: 36px;
    cursor: pointer;
    margin-top: 0 !important;
    margin-right: 15px !important;

    transition: .5s ease-in-out;
}


.header .mobile-menu span {
    width: 42px;
    display: block;
    background-color: #D9BE92;
    position: absolute;
    height: 2px;
    border-radius: 5px;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
}
.header .mobile-menu span:last-child {
    margin-bottom: 0;
}
.header .mobile-menu span:nth-child(1) {
    top: 0;
}
.header .mobile-menu span:nth-child(2), .header .mobile-menu span:nth-child(3) {
    top: 14px;
}
.header .mobile-menu span:nth-child(4) {
    top: 28px;
}
.header .mobile-menu:not(.collapsed) span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
}
.header .mobile-menu:not(.collapsed) span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .mobile-menu:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .mobile-menu:not(.collapsed) span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media (min-width: 768px) {
    .wrapper .header .container {
        width: 750px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 992px) {
    .wrapper .header .container {
        width: 970px !important;
    }
}

@media (min-width:1200px) {
    .wrapper .header .container {
        width: 1170px !important;
    }
    .header .rowf {
        justify-content: center;
    }
    .header .logo {
        padding: 20px;
    }
    .header .logo img {
        width: 70px;
    }
    .header .logo .logo-text {
        font-size: 22px;
    }
    .header .logo .logo-text p {
        font-size: 18px;
    }
    .header .main-menu {
        display: block;
        margin-bottom: 10px;
    }
    .header .mobile-menu {
        display: none;
    }
}



.section-top-menu {
    height: auto;
    position: relative;
    z-index: 100;
}
.section-top-menu .nav-navbar {
    background: #000;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li {
    font-size: 20px;
    position: relative;
    text-align: right;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li:hover a, .section-top-menu .nav-navbar .nav-navbar-menu>li:active a, .section-top-menu .nav-navbar .nav-navbar-menu>li:focus a {
    color: #D9BE92;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li a {
    padding: 15px 30px 15px 0;
    display: block;
    color: #FFF;
    font-family: 'Pt Sans', serif;
    font-size: 24px;
    line-height: 26px;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li a:hover, .section-top-menu .nav-navbar .nav-navbar-menu>li a:focus, .section-top-menu .nav-navbar .nav-navbar-menu>li a:active {
    text-decoration: none;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(111, 95, 51, 0) 55%, rgba(111, 95, 51, .7) 90%, rgb(111, 95, 51)) repeat scroll 0 0;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li.active a {
    color: #D9BE92;
}
.cover .cover-img.cover-barber {
    background-image: url(../images/cover-barber.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    position: relative;
}


.cover .cover-img.cover-barber.cover-new {
    background-image: url(../images/cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    position: relative;
}
.cover .cover-img.cover-tattoo {
    background-image: url(../images/cover-tattoo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    position: relative;
}
.cover .cover-img.cover-about {
    background-image: url(../images/cover-about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: 300px;
    width: 100%;
    position: relative;
    height: 140px;
}
.cover .cover-img {
    background-image: url(../images/cover-home.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 82svh;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}
.cover .cover-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 80%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section.cover {
    position: relative;
}
.cover .cover-heading {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    z-index: 3;
    display: block;
    pointer-events: auto;
}
.cover .cover-heading .text-box {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.cover .cover-heading .text-box p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.cover .cover-heading .text-box p a {
    color: #D9BE92;
}
.cover .cover-heading .text-box p a:hover, .cover .cover-heading .text-box p a:active, .cover .cover-heading .text-box p a:focus {
    text-decoration: none;
}
.cover .cover-heading h1 {
    font-size: 10vw;
    line-height: 120%;
    color: #D9BE92;
    font-family: 'Tinos', serif;
    text-align: center;
    margin: 0 auto;
    max-width: 90vw;
    padding: 0;
}
.cover .cover-heading h1 sup {
    top: -7px;
}
.book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 60px;
    padding: 0 24px;
    border-radius: 7px;
    color: #000;
    font-family: 'Poppins', serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    background: rgb(217, 190, 146);
    background: -moz-linear-gradient(top, rgb(217, 190, 146) 0%, rgba(177, 119, 58) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 190, 146) 0%, rgba(177, 119, 58) 100%);
    background: linear-gradient(to bottom, rgba(217, 190, 146) 0%, rgba(177, 119, 58) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d9b24c', endColorstr='#bf8c09', GradientType=0);
}
.book-now:hover, .book-now:active, .book-now:focus {
    text-decoration: none;
    color: #000;
}
.book-now:hover {
    background: rgb(217, 190, 146);
    background: -moz-linear-gradient(top, rgba(217, 190, 146) 0%, rgba(177, 119, 58) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 190, 146) 0%, rgba(177, 119, 58) 100%);
    background: linear-gradient(to bottom, rgba(217, 190, 146) 0%, rgba(177, 119, 58) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d9b24c', endColorstr='#bf8c09', GradientType=0);
}
.cover .cover-heading img {
    width: 109px;
    height: auto;
    margin: 23px 0 20px;
}
.cover .cover-heading p {
    font-size: 16px;
    line-height: 22px;
}
.events {
    display: block;
    height: auto;
}
.section {
    margin-bottom: 45px;
}
.section.cover.cover-about {
    margin-bottom: 0;
}
.section.events {
    margin-bottom: 40px;
}
.section.photogallery {
    margin-top: 50px;
}
.section.services {
    margin-bottom: 25px;
    margin-top: 70px;
}
.section.events.events-solo::before {
    background: none;
}
.section.cover::before {
    background: none;
}
.section::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
}
.wrapper-white .section::before {
    background: none;
}
.section.events-2::before {
    background: none;
}
.section-heading {
    font-size: 32px;
    background-color: #000;
    color: #D9BE92;
    text-align: center;
    font-family: 'Tinos', serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
.section-heading.brands {
    width: 180px;
}
.section-content {
    margin-top: 20px;
    margin-bottom: 30px;
}
.photogallery .section-heading {
    font-size: 20px;
    background-color: #000;
    color: #D9BE92;
    text-align: center;
    font-family: 'Poppins', serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.photogallery .section-heading.section-only-detail {
    font-size: 20px;
    width: 175px;
}
.events .event-text {
    font-family: 'PT Sans', serif;
    text-align: center;
}
.events .event-text .date {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 15px;
    width: 100%;
}
.events .event-text .date span {
    color: #FFF;
    font-weight: 500;
}
.events .event-text a {
    text-decoration: none;
}
.events .event-text a:hover, .events .event-text a:active, .events .event-text a:focus {
    text-decoration: none;
}
.events .event-text h3 {
    font-size: 30px;
    line-height: 34px;
    color: #D9BE92;
}
.events .event-left>p, .events .event-right>p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.events .social {
    width: 104px;
    margin: 0 auto;
    margin: 15px auto 25px;
}
.events .social li {
    display: inline-block;
}
.events .social li img {
    width: 30px;
    height: auto;
}
.events .event-left, .events .event-right {
    position: relative;
}
.events .event-left {
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 0px;
}
.events .event-right {
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.events.events-solo .event-left {
    padding-bottom: 0;
    margin-bottom: 0;
}
.events.events-solo .event-right {
    padding-bottom: 0;
    margin-bottom: 0;
}
.events .event-left::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.events .event-left.without-bck::before {
    background: none;
}
.events .event-right::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.events .bacva {
    position: relative;
    background-image: url(../images/img1.jpg);
    background-size: 740px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-position: center -75px;
}
.events .bacva::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .event-left .event-img {
    position: relative;
    background-size: 440px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 290px;
    background-position: center;
}
.events .event-left .event-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .event-left .event-img.event-img-detail::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .tattoo {
    position: relative;
    background-image: url(../images/img2.jpg);
    background-size: 440px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-position: center center;
}
.events .tattoo::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .event-right .event-img {
    position: relative;
    background-size: 440px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 290px;
    background-position: center center;
}
.events .event-right .event-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.barbers .barber-1 {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    background-position: center top;
    position: relative;
}
.barbers .barber-2 {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    background-position: center top;
    position: relative;
}
.barbers .barber-3 {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    background-position: center top;
    position: relative;
}
.barbers .barber-1::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.barbers .barber-2::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.barbers .barber-3::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.barbers .barber-img {
    text-align: left !important;
    padding: 0;
    margin-top: 30px;
}
.barber-text {
    position: relative;
}
.barbers .barber-text-box {
    text-align: center;
    padding: 0;
}
.barbers .barber-text h3 {
    font-size: 36px;
    line-height: 38px;
    color: #D9BE92;
    font-family: 'PT Sans', serif;
    margin-bottom: 10px;
}
.barbers .barber-text p {
    font-size: 14px;
    line-height: 20px;
}
.barbers .barber-rank {
    display: block;
    color: #D9BE92;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.barbers .book-now {
    width: 209px;
    height: 45px;
    padding: 12px 0;
    margin: 20px auto 30px;
    font-size: 20px;
}
.barber-lang {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
}
.barber-lang .flag { position: relative; display: inline-block; top: 3px; line-height: 1px; margin-right: 4px; width: 24px; height: 16px; background: url("/images/flags-24x16.png") no-repeat scroll 24px 16px transparent; }
.barber-lang .flag.lang-hr { background-position: -192px -144px; }
.barber-lang .flag.lang-en { background-position: -168px -112px; }
.barber-lang .flag.lang-de { background-position: -168px -80px; }
.barber-lang .flag.lang-it { background-position: 0px -176px; }
.barber-lang .flag.lang-uk { background-position: 0px -368px; }
@media (min-width:600px) and (max-width:1199px) {
    .barber-lang {
        left: 0;
        transform: translate(0, 0);
     }
}
.barbers .barber-ratings {
    min-height: 100px;
}
.barbers .barber-rating {
    display: block;
    width: 100%;
}
.barbers .barber-rating .fa-star {
    color: #999;
}
.barbers .barber-rating .fa-star.checked {
    color: rgba(217, 178, 76, 1);
}
.barbers .barber-review {
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #000;
}
.barbers .barber-review:before,
.barbers .barber-review:after {
    content: '"';
}
.barbers .review-author {
    font-size: small;
}
.section ul {
    margin-bottom: 25px;
    text-align: center;
}
.section ul li {
    display: inline;
}
.section.barbers ul li img {
    width: 22px;
    height: auto;
}
.barber-box {
    position: relative;
}
.barber-box::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.services .group-heading {
    display: flex;
    position: relative;
    justify-content: space-between;
    cursor: pointer;
    font-size: 26px;
    border-bottom: 1px solid #d9be928a;
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: left;
    color: #D9BE92;
    font-family: 'PT Sans', serif;
    text-transform: uppercase;
}
.services .group-heading:after { content: ' -'; }
.services .group-heading.collapsed:after { content: ' +'; }
.services .services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0;
    width: 100%;
}
.services .services-row::before {
    content: none !important;
    display: none !important;
}
/* Ukloni bootstrap padding/širine na kolonama unutar services */
.services .services-row > [class^="col-"],
.services .services-row > [class*=" col-"] {
    padding: 0 !important;
    flex: 0 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Kartice usluga - jednaka visina i uredan vertikalni ritam */
.services .services-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
    width: auto;
    float: none !important;
    box-sizing: border-box;
}
.services .services-item .service-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.services .service-text .info {
    margin-top: auto;
}
.services .book-now {
    width: 100%;
}

/* Info tekst unutar price-blokova vraćen na 16px */
.service-text .info .info-item p,
.service-text .info .info-item p span {
    font-size: 16px !important;
    line-height: 1.2 !important;
}
.services .service-text a { text-decoration: none; }

.services .service.recommended:after {
    background: url('/images/recommended.png');
    position: absolute;
    bottom: 15px;
    right: 40px;
    content: "";
    height: 80px;
    width: 80px;
    background-size: 80px;
    background-repeat: no-repeat;
}
.services .services-box {
}
.services .services-box .services-item .service-img {
    width: 100%;
}
.services .services-box .services-item .service-img .service {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 330px;
    background-position: center;
    position: relative;
}
.service-1 {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center top;
    position: relative;
}
.service-2 {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center top;
    position: relative;
}
.service-3 {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center top;
    position: relative;
}
.service-4 {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center top;
    position: relative;
}
.service-5 {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center top;
    position: relative;
}
.service-6 {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center top;
    position: relative;
}
.service-1::before, .service-2::before, .service-3::before, .service-4::before, .service-5::before, .service-6::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.services .services-item .service-text {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
}
.services .services-item {
    position: relative;
    padding: 0;
    margin-bottom: 32px;
}
.services .services-item::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.services .services-box .services-item.no-background::before {
    background: none;
}
.service-text h3 {
    font-family: 'PT Sans', serif;
    font-size: 26px;
    line-height: 120%;
    color: #D9BE92;
    text-align: left !important;
    margin-bottom: 10px;
}
.event-text-small {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 10px;
}
.event-text-small p {
    margin-bottom: 10px;
}
.service-text p a {
    font-size: 14px;
    line-height: 16px;
    color: #D9BE92;
}
.service-text p a:hover, .service-text p a:active, .service-text p a:focus {
    text-decoration: none;
}
.service-text .info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 16px 0;
}
.services .info-block {
    align-self: center;
    justify-content: center;
   /* height: 100%;
   */
}
.services .info-block.block-left {
    flex-basis: 32%;
    min-width: 32%;
}
.services .info-block.block-right {
    flex-basis: 68%;
    min-width: 68%;
    text-align: right;
    border-left: 0 none;
    justify-items: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.service-text .info .info-item {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .info-block.block-right .info-item {
}
.nowrap {
    white-space: nowrap;
}
.service-text .info .info-item img {
    margin-right: 5px;
}
.service-text .info .info-item p {
    font-size: 12px;
    line-height: 14px;
}
.services .info-block.block-right .info-item p {
    text-align: right;
}
.service-text .info .info-item p span {
    font-weight: 800;
    display: block;
}
.service-text .info .info-item p span i {
    font-weight: 400;
}
.services .book-now {
    text-align: center;
    margin-bottom: 20px;
    width: 248px;
    height: 45px;
    font-size: 20px;
    padding: 12px 0;
}

.text-box {
    display: block;
    padding: 0px 0px;
    margin: 0 auto;
    max-width: 700px;
    padding-top: 0;
}

.new-text-box{
    max-width: 100%;
}
.text-box.contact-text-box h2 {
    margin-bottom: 20px;
}
.text-box.contact-text-box p {
    padding-bottom: 5px;
}
.text-box.contact-text-box a {
    color: #fff;
}
.text-box.contact-text-box p.contact-bold {
    font-weight: 600;
}
.text-box.contact-text-box a.link-reserv {
    color: #D9BE92;
    text-decoration: none;
}
.text-box.contact-text-box a.link-reserv:active, .text-box.contact-text-box a.link-reserv:hover, .text-box.contact-text-box a.link-reserv:focus {
    color: #D9BE92;
    text-decoration: none;
}
.text-box.contact-text-box a:active, .text-box.contact-text-box a:hover, .text-box.contact-text-box a:focus {
    color: #fff;
    text-decoration: none;
}
.text-box .franchise-image {
    width: 170px;
    height: auto;
    margin: 0 auto;
    display: block;
    opacity: .3;
}
.text-box .franchise-heading {
    margin: 0 auto;
    display: block;
    color: #D9BE92;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    font-family: 'PT Sans', serif;
    text-transform: uppercase;
    margin-top: 30px;
}

.text-box-2 .franchise-heading {
    margin: 0 auto;
    display: block;
    color: #D9BE92;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    font-family: 'PT Sans', serif;
    text-transform: uppercase;
    margin-top: 30px;
}
.text-box p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: left;
}
p.text-partner {
    display: block !important;
    float: left !important;
}
.text-box ul {
    display: block;
    list-style-type: disc !important;
}
.text-box ul li {
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding-bottom: 6px;
    color: #D9BE92;
}
.text-box .p-qoute {
    margin-top: 20px;
    font-style: italic;
}
.text-box p .qoute {
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-style: italic;
    text-align: left;
    color: #D9BE92;
}
.text-box .partner {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.text-box .partner img {
    width: 170px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.text-box .partner h3 {
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #D9BE92;
    font-family: 'PT Sans', serif;
}
.text-box .partner .partners-images {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
.text-box .partner .partners-images .image-box {
    display: inline-block;
    float: none !important;
    width: 24% !important;
}
.text-box .partner .partners-images img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.partners-heading {
    margin-bottom: 15px !important;
}
.section.partners {
    margin-top: 0 !important;
}
.bottom {
    position: relative;
}
section.bottom-menu::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}
.wrapper-white-2 section.bottom::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}
section.bottom::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}
.bottom .bottom-box {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px 0;
}
.bottom .bottom-box img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}
.bottom .bottom-box p {
    font-size: 14px;
    line-height: 20px;
}
.bottom .bottom-box a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.bottom .bottom-box a:hover, .bottom .bottom-box a:active, .bottom .bottom-box a:focus {
    text-decoration: none;
    color: #fff;
}
.bottom .bottom-box p.upper {
    text-transform: uppercase;
}
.wrapper-white-2 .bottom .bottom-box a {
    color: #000;
}
.wrapper-white-2 .bottom .bottom-box a:hover, .wrapper-white-2 .bottom .bottom-box a:active, .wrapper-white-2 .bottom .bottom-box a:focus {
    color: #000;
    text-decoration: none;
}
.footer .footer-navigation {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.footer .footer-navigation ul {
    width: 100%;
    display: block;
    text-align: center;
}
.footer .footer-navigation ul li {
    padding: 7px 0;
}
.footer .footer-navigation ul li a {
    color: #FFF;
    font-family: 'PT Sans', serif;
    font-size: 16px;
    line-height: 20px;
}
.footer .footer-navigation ul li a:hover, .footer .footer-navigation ul li a:focus, .footer .footer-navigation ul li a:active {
    text-decoration: none;
    color: #D9BE92;
}
.section.content {
    margin: 20px 0;
}
.section.content:before {
    background: none;
}
.content {
    display: block;
    height: auto;
}
.content .event-text {
    font-family: 'PT Sans', serif;
    text-align: center;
}
.content .event-text .date {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 15px;
    width: 100%;
}
.content .event-text .date span {
    font-size: 24px;
    line-height: 26px;
    color: #FFF;
    font-weight: 800;
}
.content .event-text a {
    text-decoration: none;
}
.content .event-text a:hover, .content .event-text a:focus, .content .event-text a:active {
    text-decoration: none;
}
.content .event-text h3 {
    font-size: 34px;
    line-height: 36px;
    color: #D9BE92;
}
.content .event-left>p, .content .event-right>p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.content .social {
    width: 104px;
    margin: 0 auto;
    margin: 15px auto 25px;
}
.content .social li {
    display: inline-block;
}
.content .social li img {
    width: 30px;
    height: auto;
}
.content .event-left, .content .event-right {
    position: relative;
}
.content .event-left {
    margin-top: 25px;
    padding-bottom: 1px;
}
.content .event-right {
    margin-top: 25px;
    padding-bottom: 1px;
}
.content .event-left::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.content .event-right::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.content .event-left .event-img {
    position: relative;
    background-size: 440px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-position: center;
}
.content .event-left .event-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content .event-right .event-img {
    position: relative;
    background-size: 440px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-position: center center;
}
.content .event-right .event-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .tattoo-left {
    width: 50%;
    height: 300px;
    padding: 0 0 1px;
}
.events .tattoo-left .tattoo-image {
    background-image: url(../images/luka-vucetic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    position: relative;
}
.events .tattoo-left .tattoo-text {
    width: 50%;
    position: relative;
    float: left;
}
.events .tattoo-right {
    width: 50%;
    height: 300px;
    padding: 0 0 1px;
}
.events .tattoo-right .tattoo-image {
    background-image: url(../images/ivan-reljac.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    position: relative;
}
.events .tattoo-right .tattoo-text {
    width: 50%;
    position: relative;
    float: left;
}
.events .tattoo-left::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.events .tattoo-right::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.events .tattoo-left {
    width: 100%;
    height: 300px;
    padding: 0 0 1px;
    display: table;
}
.events .tattoo-right {
    width: 100%;
    height: 300px;
    padding: 0 0 1px;
    display: table;
}
.events .tattoo-left .tattoo-image {
    display: block;
    background-image: url(../images/luka-vucetic.jpg);
    width: 100%;
    background-size: 450px;
    background-position: center top;
    height: 300px;
}
.events .tattoo-left .tattoo-image::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .tattoo-right .tattoo-image {
    display: block;
    background-image: url(../images/ivan-reljac.jpg);
    width: 100%;
    background-size: 450px;
    background-position: center top;
    height: 300px;
}
.events .tattoo-right .tattoo-image::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .tattoo-left .tattoo-text {
    display: block;
    float: left;
    width: 100%;
}
.events .tattoo-left .tattoo-text h3 {
    margin: 15px;
}
.events .tattoo-left .tattoo-text a {
    width: 209px;
    padding: 14px 0;
    margin: 0 auto;
    font-size: 20px;
    height: 45px;
}
.events .tattoo-right .tattoo-text {
    display: block;
    float: left;
    width: 100%;
}
.events .tattoo-right .tattoo-text h3 {
    margin: 15px;
}
.events .tattoo-right .tattoo-text a {
    width: 209px;
    padding: 14px 0;
    margin: 0 auto;
    font-size: 20px;
    height: 45px;
}
.photogallery-box {
    width: 100%;
    margin-top: 50px;
    display: block;
    float: left;
}
.gallerybrands-box {
    width: 100%;
    margin-top: 50px;
    display: block;
    float: left;
}
.photogallery-box .photogallery-item {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    float: left;
}
.photogallery-box .photogallery-item img {
    width: 100%;
    height: auto;
}
.gallerybrands-box .photogallery-item {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    float: left;
}
.gallerybrands-box .photogallery-item img {
    width: 100%;
    height: auto;
}
.map {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
}
.event-text-small {
    width: 50%;
    float: left;
}
@media (max-width:360px) {
    .cover .cover-heading {
        padding: 0 15px;
    }
    .services .services-box .services-item .service-img .service {
        background-size: 250px;
        height: 320px;
    }
    .cover .cover-img {
        height: 60svh;
        background-size: 450px auto;
    }
    .cover .cover-heading h1 {
        margin-bottom: 40px;
    }
    .cover .cover-heading img {
        margin: 15px 0 10px;
    }
    .events .bacva {
        height: 200px;
        background-size: 360px auto;
        background-position: center -40px;
    }
    .events .event-left .event-img {
        height: 200px;
        background-size: 360px auto;
        background-position: center;
    }
    .events .tattoo {
        height: 200px;
        background-size: 290px auto;
    }
    .events .event-right .event-img {
        height: 200px;
        background-size: 290px auto;
    }
    .services .services-box {
        padding: 0;
    }
    .footer .footer-navigation ul li {
        padding: 7px 0;
    }
    .section-top-menu .nav-navbar .nav-navbar-menu>li::after {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(111, 95, 51, 0) 35%, rgba(111, 95, 51, .7) 65%, rgb(111, 95, 51)) repeat scroll 0 0;
    }
    .cover .cover-img::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 85%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 85%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 85%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .cover .cover-heading p {
        padding: 0 20px;
    }
    .events .event-text .date {
        margin-bottom: 5px;
    }
    .events .event-text h3 {
        padding: 0 10px;
    }
    .barber-box {
        padding: 0;
    }
    .barber-box .barber-img {
        padding: 0;
    }
    .barber-box .barber-text-box {
        padding: 0;
    }
    .barber-box::before {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 5%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 95%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 5%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 95%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 5%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 95%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    }
    .service-2 {
        height: 340px;
    }
    .service-3 {
        background-size: 310px auto;
    }
    .bottom .bottom-box {
        padding: 20px 0;
    }
    .barbers .barber-1 {
        height: 280px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 310px;
        background-position: center 10px;
        position: relative;
    }
    .barbers .barber-2 {
        height: 280px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 310px;
        background-position: center 10px;
        position: relative;
    }
    .barbers .barber-3 {
        height: 280px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 310px;
        background-position: center 10px;
        position: relative;
    }
    .content .bacva {
        height: 200px;
        background-size: 360px auto;
        background-position: center -40px;
    }
    .content .event-left .event-img {
        height: 200px;
        background-size: 360px auto;
        background-position: center;
    }
    .content .tattoo {
        height: 200px;
        background-size: 290px auto;
    }
    .content .event-right .event-img {
        height: 200px;
        background-size: 290px auto;
    }
    .content .event-text .date {
        margin-bottom: 5px;
    }
    .content .event-text h3 {
        padding: 0 10px;
    }
    .cover .cover-img.cover-tattoo {
        background-position: center 20px;
    }
    .cover .cover-img.cover-about {
        background-size: 300px;
        width: 100%;
        position: relative;
        height: 140px !important;
        background-position: center -20px;
    }
    .photogallery .section-heading {
        font-size: 25px;
    }
    .events.events-solo .event-left {
        height: auto !important;
    }
    .events.events-solo .event-left .event-img {
        background-size: 220px;
        background-position: center top;
        height: 145px;
    }
    .events.events-solo .event-text-small {
        width: 100%;
        margin-top: 25px;
    }
    .events .event-left .event-img {
        background-size: 250px !important;
        height: 170px !important;
        background-position: center top;
        margin-top: 0 !important;
    }
    .events .event-right .event-img {
        background-size: 250px !important;
        height: 170px !important;
        background-position: center top;
        margin-top: 0 !important;
    }
}
@media (max-width:480px) {
    .book .third .book-info .book-data .item.name {
        width: 100%;
        margin-left: 0 !important;
    }
    .book .navigation .button span {
        font-size: 14px;
        line-height: 16px;
        padding-top: 3px;
        padding-left: 29px;
        background-size: 24px;
    }
    .book .navigation .duration-and-price span {
        font-size: 12px;
    }
    .book .navigation .back span.text {
        font-size: 12px;
    }
    .book .first .book-services .book-item .item-details .item-name p {
        font-size: 14px;
        line-height: 16px;
    }
    .book .second .book-services .schedule .schedule-item .period {
        font-size: 12px;
    }
    .book .navigation .button span {
        width: 155px;
    }
    .book .navigation .button span.reserv {
        width: 110px;
    }
}
@media (min-width:480px) {
    .section.events.events-solo {
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .section.events.events-2:before {
        background: none;
    }
}
@media (min-width:361px) and (max-width:480px) {
    .container {
        padding: 40px 30px;
    }
    .cover .cover-img {
        height: 60svh;
    }
    .cover .cover-img::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 90%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 90%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 90%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .cover .cover-heading h1 {
        margin-bottom: 10px;
    }
    .events .event-text .date {
        margin-bottom: 5px;
    }
    .events .event-text {
        margin-top: 15px;
    }
    .events .bacva {
        background-position: center -50px;
        background-size: 530px auto;
        height: 240px;
    }
    .events .event-left .event-img {
        background-position: center -50px;
        background-size: 530px auto;
        height: 240px;
    }
    .events .tattoo {
        background-position: center 10px;
        background-size: 415px;
        height: 275px;
    }
    .events .event-right .event-img {
        background-position: center 10px;
        background-size: 415px;
        height: 275px;
    }
    .events .social {
        margin: 20px auto 25px;
    }
    .events .event-right {
        margin-top: 5px;
    }
    .section.services ul {
        margin-bottom: 50px;
    }
    .barbers .barber-1 {
        height: 290px;
        background-size: 380px;
        background-position: center 0;
    }
    .barbers .barber-2 {
        height: 340px;
        background-size: 380px;
        background-position: center 0;
    }
    .barbers .barber-3 {
        height: 290px;
        background-size: 380px;
        background-position: center 0;
    }
    .section-top-menu .nav-navbar .nav-navbar-menu>li::after {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(111, 95, 51, 0) 45%, rgba(111, 95, 51, .7) 80%, rgb(111, 95, 51)) repeat scroll 0 0;
    }
    .content .event-text .date {
        margin-bottom: 5px;
    }
    .content .event-text {
        margin-top: 15px;
    }
    .content .bacva {
        background-position: center -50px;
        background-size: 530px auto;
        height: 240px;
    }
    .content .event-left .event-img {
        background-position: center -50px;
        background-size: 530px auto;
        height: 240px;
    }
    .content .tattoo {
        background-position: center 10px;
        background-size: 415px;
        height: 275px;
    }
    .content .event-right .event-img {
        background-position: center 10px;
        background-size: 415px;
        height: 275px;
    }
    .content .social {
        margin: 20px auto 25px;
    }
    .content .event-right {
        margin-top: 5px;
    }
    .cover .cover-img.cover-tattoo {
        background-position: center 20px;
    }
    .photogallery .section-heading {
        font-size: 25px;
    }
    .events.events-solo .event-left {
        height: auto !important;
        margin-top: 0;
    }
    .events.events-solo .event-left .event-img {
        background-size: 290px;
        background-position: center top;
        height: 195px;
    }
    .events.events-solo .event-text-small {
        width: 100%;
        margin-top: 25px;
    }
    .events .event-left .event-img {
        background-size: 295px !important;
        height: 195px !important;
        background-position: center top;
        margin-top: 0 !important;
    }
    .events .event-right .event-img {
        background-size: 295px !important;
        height: 195px !important;
        background-position: center top;
        margin-top: 0 !important;
    }
}
@media (min-width:481px) and (max-width:599px) {
    .events.events-solo .event-left {
        height: auto !important;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .events.events-solo .event-left .event-img {
        background-size: 400px;
        background-position: center top;
        height: 265px;
    }
    .events.events-solo .event-text-small {
        width: 100%;
        margin-top: 25px;
    }
    .bottom .bottom-box img {
        width: 80px;
    }
}
@media (max-width:599px) {
    .events .event-text h3 {
        margin-bottom: 25px;
    }
    .motorbike .section-heading span {
        display: none;
    }
    .cover .cover-img.cover-tattoo {
        background-position: center 20px;
    }
    .cover .cover-img.cover-about {
        background-position: center -20px;
        background-size: 95%;
        height: 230px;
    }
    .events .event-left .event-img {
        background-size: 440px;
        height: 290px;
        background-position: center top;
    }
    .events .event-right .event-img {
        background-size: 440px;
        height: 290px;
        background-position: center top;
    }
    .section.events.events-solo {
        margin-top: 0;
    }
    .events .section-heading {
        margin-bottom: 40px;
        width: 220px;
    }
}
@media (min-width:600px) {
    .wrapper .container {
        width: 100% !important;
        padding: 0 45px;
    }
    .wrapper .content .container {
        width: 100% !important;
        padding: 0 30px;
    }
    .photogallery-box .photogallery-item a {
        position: relative;
        display: block;
    }
    .photogallery-box .photogallery-item a::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        content: "";
        right: 0;
    }
    .photogallery-box .photogallery-item:hover a::before {
        background: rgba(0, 0, 0, 0) !important;
    }
    .gallerybrands-box .photogallery-item a {
        position: relative;
        display: block;
    }
    .gallerybrands-box .photogallery-item a::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        content: "";
        right: 0;
    }
    .gallerybrands-box .photogallery-item:hover a::before {
        background: rgba(0, 0, 0, 0) !important;
    }
    .section-top-menu .nav-navbar {
        margin-bottom: 25px;
    }
    .section-top-menu .nav-navbar .nav-navbar-menu>li:first-child::before {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(111, 95, 51, 0) 55%, rgba(111, 95, 51, .7) 90%, rgb(111, 95, 51)) repeat scroll 0 0;
        content: " ";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        top: 0;
    }
    .cover .cover-heading img {
        margin: 20px 0;
    }
    .cover .cover-img::before {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .23) 90%, rgb(0, 0, 0) 100%) repeat scroll 0 0;
    }
    .cover .cover-heading {
        margin-top: 5px;
        padding: 0 75px;
    }
    .cover .cover-heading .text-box {
        float: left;
        max-width: unset;
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    .cover .cover-heading .text-box p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .cover .cover-heading h1 {
        font-size: 52px;
        margin-bottom: 40px;
    }
    .cover .cover-img {
        height: 60svh;
    }
    .section.barbers::before, .section.events::before, .section.photogallery::before, .section.about::before, .section.tattoo::before, .section.services::before {
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 90%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    }
    section.events-solo::before {
        background: none !important;
    }
    .section-heading {
        margin-bottom: 60px;
    }
    .photogallery .section-heading {
        margin-bottom: 60px;
        width: 340px;
    }
    .photogallery .section-heading.section-only-detail {
        top: 0px;
    }
    .events .section-heading {
        margin-bottom: 60px;
        width: 280px;
    }
    .services .section-heading {
        margin-bottom: 40px;
    }
    .events .event-text {
        width: 50%;
        position: relative;
        margin-bottom: 10px;
    }
    .events .bacva {
        width: 48%;
        height: 100%;
        background-size: 420px;
        background-position: center -15px;
    }
    .events .event-left .event-img {
        width: 48%;
        height: 100%;
        background-size: 420px;
        background-position: center -15px;
    }
    .section-no-line::before {
        background: none !important;
    }
    .events .bacva::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .events .event-left .event-img::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .events .tattoo {
        width: 48%;
        background-size: 400px;
    }
    .events .event-right .event-img {
        width: 48%;
        background-size: 400px;
    }
    .events .event-left {
        height: auto;
        padding-bottom: 25px;
    }
    .events .event-right {
        height: auto;
        padding-bottom: 25px;
    }
    .events .social {
        width: 50%;
    }
    .events .event-left .event-text {
        float: right;
        text-align: left;
    }
    .events .event-left .bacva {
        float: left;
        margin-right: 2%;
        height: 100%;
    }
    .events .event-left .event-img {
        float: left;
        margin-right: 2%;
        height: 100%;
    }
    .events .event-left>p {
        float: left;
        text-align: center;
    }
    .events .event-left .social {
        float: right;
        text-align: left;
        margin-bottom: 50px;
    }
    .events .event-right .event-text {
        float: left;
        text-align: right;
    }
    .events .event-right .tattoo {
        float: right;
        margin-bottom: 1px;
        margin-left: 2%;
    }
    .events .event-right .event-img {
        float: right;
        margin-bottom: 1px;
        margin-left: 2%;
    }
    .events .event-right>p {
        float: right;
        text-align: center;
    }
    .events .event-right .social {
        float: left;
        text-align: right;
    }
    .barbers .barber-text-box {
        width: 50% !important;
    }
    .barbers .barber-box {
        height: 290px;
        padding: 0 0 1px;
    }
    .barbers .section-heading {
        margin-bottom: 60px;
    }
    .barbers .barber-left {
        float: left;
       /*height: 100%;
       */
    }
    .barbers .barber-right {
        float: right;
       /*height: 100%;
       */
    }
    .barbers .barber-img {
        width: 46%;
        margin-right: 4%;
        height: 100%;
    }
    .barbers .barber-text {
        margin-top: 20px;
    }
    .barbers .barber-text h3 {
        text-align: left;
    }
    .barbers .barber-text p {
        text-align: left;
    }
    .barbers .barber-left .barber-rank {
        text-align: right;
    }
    .barbers .barber-right .barber-rank {
        text-align: left;
    }
    .barbers .book-now {
        margin: 15px 0 20px;
    }
    .section.barbers ul {
        text-align: left;
        margin-bottom: 15px;
    }
    .barbers .image-right {
        height: 290px;
    }
    .barbers .image-right .barber-img {
        width: 46%;
        margin-left: 4%;
        margin-right: 0;
        height: 100%;
    }
    .barbers .image-right .barber-text {
        margin-top: 35px;
    }
    .barbers .image-right .barber-text h3 {
        text-align: right;
    }
    .barbers .image-right .barber-text p {
        text-align: right;
    }
    .barbers .image-right .barber-text .book-now {
        margin: 15px 0 20px;
        float: right;
    }
    .barbers .image-right ul {
        text-align: right;
        width: 100%;
        float: right;
    }
    .barbers .barber-1 {
        height: 100%;
        background-size: 420px auto;
        background-position: center -10px;
    }
    .barbers .barber-2 {
        height: 100%;
        background-size: 430px auto;
        background-position: center 0;
    }
    .barbers .barber-3 {
        height: 100%;
        background-size: 390px auto;
        background-position: center 30px;
    }
    .barbers .barber-1::before {
        background: none;
    }
    .barbers .barber-2::before {
        background: none;
    }
    .barbers .barber-3::before {
        background: none;
    }
    .barbers .barber-box:last-child {
        height: 290px;
        padding-bottom: 1px;
    }
    .barbers .barber-box:last-child .barber-text {
        margin-top: 30px;
    }
    .services .services-box .services-item {
        margin-bottom: 10px;
    }
    .services .services-item.services-left {
        padding: 0;
        width: 50%;
        float: left;
    }
    .services .services-item.services-right {
        padding: 0;
        width: 50%;
        float: left;
    }
    .section.services ul {
        margin-bottom: 10px;
    }
    .services .services-box {
        padding: 0;
        width: 50%;
    }
    .services .service-1 {
        height: 260px;
        background-size: 250px;
    }
    .services .service-2 {
        height: 260px;
        background-size: 250px;
    }
    .services .service-3 {
        height: 260px;
        background-size: 250px;
    }
    .services .service-4 {
        height: 260px;
        background-size: 250px;
    }
    .services .service-5 {
        height: 260px;
        background-size: 250px;
    }
    .services .service-6 {
        height: 260px;
        background-size: 250px;
    }
    .services .services-box .services-item .service-text {
        margin: 0 auto;
    }
    .services .book-now {
        width: 244px;
    }

    .services .service-text .service-text-box .service-description {
        height: auto;
    }
    .section.tattoo ul {
        float: left;
        text-align: left;
    }
    .tattoo .tattoo-item {
        height: 270px;
        padding: 0 0 1px;
    }
    .tattoo .tattoo-item::before {
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
        height: 1px;
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .motorbike .motorbike-item::before {
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
        height: 1px;
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .motorbike .section-heading span {
        display: inline;
        width: 390px;
    }
    .motorbike .section-heading {
        width: 390px;
    }
    .motorbike .motorbike-item {
        height: 300px;
        padding: 0 0 1px;
    }
    .motorbike .motorbike-item .motorbike-heading {
        float: left;
        width: 50%;
        text-align: right;
    }
    .motorbike .motorbike-item .motorbike-img::before {
        background: none;
    }
    .motorbike .motorbike-item .motorbike-img {
        float: right;
        width: 48%;
        height: 100%;
        background-size: 450px;
        margin-left: 2%;
    }
    .motorbike .motorbike-item .motorbike-text {
        float: left;
        width: 50%;
        text-align: right;
    }
    .section.motorbike ul {
        float: right;
    }
    .motorbike .motorbike-item ul li img {
        width: 30px;
    }
    .content .section-heading {
        margin-bottom: 60px;
    }
    .content .event-text {
        width: 50%;
        position: relative;
        margin-bottom: 10px;
    }
    .content .bacva {
        width: 48%;
        height: 100%;
        background-size: 420px;
      
    }
    .content .event-left .event-img {
        width: 48%;
        height: 100%;
        background-size: 420px;
 
    }
    .content .event-left .event-img::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .content .tattoo {
        width: 48%;
        background-size: 400px;
    }
    .content .event-right .event-img {
        width: 48%;
        background-size: 400px;
    }
    .content .event-left {
        height: 400px;
        padding-bottom: 1px;
    }
    .content .event-right {
        height: 400px;
        padding-bottom: 1px;
    }
    .content .event-left>p {
        width: 50%;
        position: relative;
    }
    .content .event-right>p {
        width: 50%;
        position: relative;
    }
    .content .social {
        width: 50%;
    }
    .content .event-left .event-text {
        float: right;
        text-align: left;
    }
    .content .event-left .bacva {
        float: left;
        margin-right: 2%;
        height: 100%;
    }
    .content .event-left .event-img {
        float: left;
        margin-right: 2%;
        height: 100%;
    }
    .content .event-left>p {
        float: right;
        text-align: left;
    }
    .content .event-left .social {
        float: right;
        text-align: left;
    }
    .content .event-right .event-text {
        float: left;
        text-align: right;
    }
    .content .event-right .tattoo {
        float: right;
        margin-bottom: 1px;
        margin-left: 2%;
    }
    .content .event-right .event-img {
        float: right;
        margin-bottom: 1px;
        margin-left: 2%;
    }
    .content .event-right>p {
        float: left;
        text-align: right;
    }
    .content .event-right .social {
        float: left;
        text-align: right;
    }
    .events .tattoo-left {
        display: table;
    }
    .events .tattoo-right {
        display: table;
    }
    .events .tattoo-left .tattoo-image {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
        background-size: 300px;
        background-position: center top;
    }
    .events .tattoo-left .tattoo-text {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
    }
    .events .tattoo-right .tattoo-image {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
        background-size: 300px;
        background-position: center top;
    }
    .events .tattoo-right .tattoo-text {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
    }
    .cover .cover-img.cover-tattoo {
        background-position: center 20px;
    }
}
@media (max-width:719px) {
    .events .event-left>p {
        width: 100%;
        position: relative;
    }
    .events .event-right>p {
        width: 100%;
        position: relative;
    }
    .events .social {
        width: 100%;
    }
}
@media (min-width:600px) and (max-width:899px) {
    .events .tattoo-left {
        display: table;
    }
    .events .tattoo-right {
        display: table;
    }
    .events .tattoo-left .tattoo-image {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
        background-size: 300px;
        background-position: center top;
    }
    .events .tattoo-left .tattoo-text {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
    }
    .events .tattoo-right .tattoo-image {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
        background-size: 300px;
        background-position: center top;
    }
    .events .tattoo-right .tattoo-text {
        width: 50%;
        float: unset;
        vertical-align: middle;
        display: table-cell;
    }
    .cover .cover-img.cover-about {
        background-position: center -20px;
        background-size: 595px;
        height: 275px;
    }
}
@media (min-width:600px) and (max-width:719px) {
    .events.events-solo .event-left {
        height: auto !important;
    }
    .events.events-solo .event-left .event-img {
        background-size: 250px;
        background-position: center top;
        height: 165px;
    }
    .events.events-solo .event-text-small {
        width: 100%;
        margin-top: 25px;
    }
    .events .event-left .event-img {
        background-size: 235px;
        background-position: center top;
        height: 160px;
    }
    .events .event-right .event-img {
        background-size: 235px;
        background-position: center top;
        height: 160px;
    }
    .services .services-item.services-left {
        padding-right: 0;
        padding-left: 0;
        width: 50%;
        float: left;
    }
    .services .services-item.services-right {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left;
    }
}
@media (min-width:600px) and (max-width:768px) {
    .barbers .barber-1 {
        background-size: 270px;
        background-position: -15px 40px;
    }
    .barbers .barber-2 {
        background-size: 270px;
        background-position: -15px 40px;
    }
    .barbers .barber-3 {
        background-size: 270px;
        background-position: -15px 40px;
    }
    .services .services-box .services-item .service-img .service {
        background-size: 250px;
    }
}
@media (min-width:720px) and (max-width:900px) {
    .events .event-left .event-img {
        background-size: 240px;
        height: 160px;
        background-position: center top;
    }
    .events .event-right .event-img {
        background-size: 240px;
        height: 160px;
        background-position: center top;
    }
}
@media (min-width:720px) {
    .events .event-left>p {
        width: 100%;
        position: relative;
    }
    .events .event-right>p {
        width: 100%;
        position: relative;
    }
    .wrapper .container {
        padding: 0 30px;
    }
    .wrapper .barbers .container {
        padding: 0 20px;
    }
    .wrapper .tattoo .container {
        padding: 0 45px;
    }
    .wrapper .error .container {
        padding: 0 45px;
    }
    .cover .cover-img {
        height: 60svh;
    }
    .events .event-left {
        height: auto;
    }
    .events .event-right {
        height: auto;
    }
    .events.events-solo .event-left {
        height: auto !important;
    }
    .events.events-solo .event-left .event-img {
        background-size: 330px;
        background-position: center top;
        height: 220px;
    }
    .events .event-left .event-img {
        background-size: 320px;
        height: 215px;
        background-position: center top;
    }
    .events .event-right .event-img {
        background-size: 320px;
        height: 215px;
        background-position: center top;
    }
    .section-heading {
        font-weight: 800;
    }
    .services .services-item.services-left {
        padding-right: 0;
        padding-left: 0;
        width: 50%;
        float: left;
    }
    .services .services-item.services-right {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left;
    }
    .section.services ul {
        margin-bottom: 30px;
    }
    .tattoo .tattoo-item .tattoo-img {
        background-size: 445px;
    }
    .motorbike .motorbike-item .motorbike-heading {
        margin-top: 0;
    }
    .content .event-left {
        height: 385px;
    }
    .content .event-right {
        height: 385px;
    }
    .content .bacva {
        background-size: 620px auto;
        background-position: center -65px;
    }
    .content .event-left .event-img {
        background-size: 480px auto;
        background-position: center;
    }
    .content .tattoo {
        background-size: 480px;
        background-position: center 10px;
    }
    .content .event-right .event-img {
        background-size: 480px;
        background-position: center 10px;
    }
}
@media (min-width:768px) {
    .wrapper .content .container {
        width: 100% !important;
        padding: 0 30px !important;
    }
    .wrapper .container {
        padding: 0 50px;
    }
    .wrapper .cover .container {
        width: 100% !important;
    }
    .wrapper .barbers .container {
        padding: 0 20px;
    }
    .wrapper .error .container {
        padding: 0 45px;
    }
    .cover .cover-img {
        height: 60svh;
    }
    .events.events-solo .event-left .event-img {
        background-size: 510px;
        background-position: center top;
        height: 340px;
    }
    .events.events-solo .event-left {
        height: auto !important;
    }
    .events .event-text h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .barbers .barber-text h3 {
        font-size: 36px;
        line-height: 38px;
    }
    .service-text h3 {
        font-size: 26px;
        line-height: 120%;
    }
    .tattoo .tattoo-item .tattoo-heading h3 {
        font-size: 36px;
        line-height: 38px;
    }
    .motorbike .motorbike-item .motorbike-heading h3 {
        font-size: 36px;
        line-height: 38px;
    }
    .events .bacva {
        background-size: 670px;
        height: 280px;
    }
    .barbers .barber-box {
        height: 300px;
    }
    .barbers .barber-box.image-right {
        height: 300px;
    }
    .barbers .barber-1 {
        background-size: 330px;
        background-position: center 30px;
    }
    .barbers .barber-2 {
        background-size: 330px;
        background-position: center 30px;
    }
    .barbers .barber-3 {
        background-size: 330px;
        background-position: center 30px;
    }
    .barbers .barber-box:last-child {
        height: 300px;
    }
    .barbers .barber-box:last-child .barber-text-box {
        margin-top: 30px;
    }
    .content .bacva {
        background-size: 670px;
        height: 280px;
    }
    .content .event-left .event-img {
        background-size: 480px;
        height: 100%;
    }
    .content .event-text h3 {
        font-size: 36px;
        line-height: 38px;
    }
}
@media (min-width:768px) and (max-width:899px) {
    .events.events-solo .event-left .event-img {
        background-size: 320px;
        background-position: center top;
        height: 210px;
    }
    .events.events-solo .event-left {
        height: auto;
    }
}
@media (min-width:900px) {
    .wrapper .content .container {
        width: 100% !important;
        padding: 0 60px !important;
    }
    .cover .cover-heading h1 {
        font-size: 52px;
        text-align: center;
    }
    .cover-heading .book-now {

    }
    .cover .cover-heading img {
        margin-top: 10px;
    }
    .cover .cover-heading p {
        text-align: left;
        width: 300px;
        float: left;
    }
    .cover .cover-heading .text-box {
        float: left;
        max-width: unset;
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    .cover .cover-heading .text-box p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .cover .cover-heading .text-box h1 {
        text-align: center;
    }
    .section-top-menu .nav-navbar .nav-navbar-menu>li a {
        padding: 15px 55px 15px 0;
    }
    .book .navigation {
        margin-top: 50px;
    }
    .cover .cover-img.cover-about {
        background-position: center -20px;
        background-size: 900px;
        height: 370px;
    }
}
@media (min-width:900px) and (max-width:991px) {
    .wrapper .container {
        width: 100%;
    }
}
@media (min-width:900px) and (max-width:1199px) {
    .wrapper .events .container {
        padding: 0 75px;
    }
    .wrapper .barbers .container {
        padding: 0 75px;
    }
    .wrapper .error .container {
        padding: 0 75px;
    }
    .service-text .info .info-item p {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        line-height: 14px;
        text-align: left;
    }
    .service-text .info .info-item p span {
        font-weight: 800;
        display: block;
    }
    .services .info-block.middle-top-block {
        display: none !important;
    }
    
}
@media (min-width:900px) and (max-width:1024px) {
    .cover .cover-img {
        height: 60svh;
    }
    .cover .cover-heading {
        position: relative;
        margin-top: -110px;
        padding: 0 90px;
    }
    .events .event-left {
        height: auto;
    }
    .events .event-right {
        height: auto;
    }
    .wrapper .tattoo .container {
        padding: 0 100px;
    }
    .wrapper .motorbike .container {
        padding: 0 100px;
    }
    .content .event-left {
        height: 330px;
    }
    .content .event-right {
        height: 330px;
    }
    .cover .cover-img.cover-tattoo {
        background-position: center 25px;
        background-size: 1000px;
        height: 650px;
    }
    .events.events-solo .event-left .event-img {
        background-size: 365px;
        background-position: center top;
        height: 240px;
    }
    .events.events-solo .event-left {
        height: auto;
    }
}
@media (min-width:1025px) and (max-width:1199px) {
    .cover .cover-img {
        height: 60svh;
    }
    .cover .cover-heading {
        position: relative;
        float: left;
        margin-top: -150px;
        padding: 0 150px;
    }
    .wrapper .events .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .barbers .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .services .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .photogallery .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .about .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .events .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .tattoo .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .motorbike .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .error .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper-white .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper-white-2 .container {
        width: 860px !important;
        padding: 0;
    }
    .wrapper .content .container {
        width: 860px !important;
        padding: 0;
    }
    .events .event-left.without-image .event-img {
        background-size: 100%;
        background-position: center;
    }
    .events .event-left .event-img {
        background-size: 470px;
        background-position: center top;
        height: 100%;
    }
    .events .event-right .event-img {
        background-size: 470px;
        background-position: center top;
        height: 100%;
    }
    .events .event-left {
        height: 315px;
    }
    .events .event-right {
        height: 315px;
    }
    .services .services-box .services-item {
        margin-bottom: 20px;
        height: 780px;
    }
    .events.events-solo .event-left .event-img {
        background-size: 410px;
        background-position: center top;
        height: 275px;
    }
    .events.events-solo .event-left {
        height: auto;
    }
    .content .bacva {
        background-size: 725px;
        background-position: center -90px;
    }
    .content .event-left .event-img {
        background-size: 725px;
        background-position: center -90px;
    }
    .content .event-left.without-image .event-img {
        background-size: 100%;
        background-position: center;
    }
    .content .tattoo {
        background-size: 550px;
        background-position: center -5px;
    }
    .content .event-right .event-img {
        background-size: 550px;
        background-position: center -5px;
    }
    .cover .cover-img.cover-tattoo {
        background-position: center 25px;
        background-size: 1000px;
        height: 700px;
    }
}
@media (max-width:1199px) {
    .top-menu {
        display: none !important;
    }
    section.bottom-menu {
        display: none;
    }
    .cover-show {
        display: none;
    }
    section.bottom .bottom-box .bottom-menu {
        display: none;
    }
    section.bottom .bottom-box .social-footer {
        display: none;
    }
    .text-box {
        max-width: unset;
        width: 100%;
    }
}
@media (min-width:600px) and (max-width:899px) {
    .photogallery-box {
        width: 100%;
        display: block;
        float: left;
    }
    .photogallery-box .photogallery-item {
        width: 50%;
        margin-bottom: 40px;
        display: block;
        float: left;
        padding: 0 25px;
    }
    .photogallery-box .photogallery-item img {
        width: 100%;
        height: auto;
    }
    .gallerybrands-box {
        width: 100%;
        display: block;
        float: left;
    }
    .gallerybrands-box .photogallery-item {
        width: 50%;
        margin-bottom: 40px;
        display: block;
        float: left;
        padding: 0 25px;
    }
    .gallerybrands-box .photogallery-item img {
        width: 100%;
        height: auto;
    }
    .events .section-heading {
        margin-bottom: 60px;
        width: 210px;
    }
}
@media (min-width:900px) and (max-width:1199px) {
    .photogallery-box {
        width: 100%;
        display: block;
        float: left;
    }
    .photogallery-box .photogallery-item {
        width: 33.333%;
        margin-bottom: 40px;
        display: block;
        float: left;
        padding: 0 25px;
    }
    .photogallery-box .photogallery-item img {
        width: 100%;
        height: auto;
    }
    .gallerybrands-box {
        width: 100%;
        display: block;
        float: left;
    }
    .gallerybrands-box .photogallery-item {
        width: 33.333%;
        margin-bottom: 40px;
        display: block;
        float: left;
        padding: 0 25px;
    }
    .gallerybrands-box .photogallery-item img {
        width: 100%;
        height: auto;
    }
    .events .section-heading {
        margin-bottom: 60px;
        width: 220px;
    }
}
@media (min-width:1200px) {
    .photogallery-box {
        width: 100%;
        display: block;
        float: left;
    }
    .photogallery-box .photogallery-item {
        width: 25%;
        margin-bottom: 40px;
        padding: 0 25px;
        display: block;
        float: left;
    }
    .photogallery-box .photogallery-item img {
        width: 100%;
        height: auto;
    }
    .gallerybrands-box {
        width: 100%;
        display: block;
        float: left;
    }
    .gallerybrands-box .photogallery-item {
        width: 25%;
        margin-bottom: 40px;
        padding: 0 25px;
        display: block;
        float: left;
    }
    .gallerybrands-box .photogallery-item img {
        width: 100%;
        height: auto;
    }
    .services .services-item.services-left {
        padding-right: 0;
        padding-left: 0;
        width: 33.3333%;
        float: left;
    }
    .services .services-item.services-right {
        padding-left: 0;
        padding-right: 0;
        width: 33.3333%;
        float: left;
    }
    .cover .cover-heading .text-box h1 {
        text-align: left;
    }
    .events .tattoo-left {
        display: block;
        width: 50%;
    }
    .events .tattoo-right {
        display: block;
        width: 50%;
    }
    .events .tattoo-left .tattoo-image {
        width: 50%;
        float: left;
        vertical-align: middle;
        display: table-cell;
        background-size: 250px;
        background-position: center bottom;
        bottom: 1px;
    }
    .events .tattoo-left .tattoo-text {
        width: 50%;
        float: left;
        vertical-align: middle;
        display: table-cell;
    }
    .events .tattoo-left .tattoo-text h3 {
        margin: 0;
        float: left;
        margin: 50px 0 20px;
    }
    .events .tattoo-left .tattoo-text a {
        float: left;
    }
    .events .tattoo-right .tattoo-image {
        width: 50%;
        float: left;
        vertical-align: middle;
        display: table-cell;
        background-size: 250px;
        background-position: center bottom;
        bottom: 1px;
    }
    .events .tattoo-right .tattoo-text {
        width: 50%;
        float: left;
        vertical-align: middle;
        display: table-cell;
    }
    .events .tattoo-right .tattoo-text h3 {
        margin: 0;
        float: left;
        margin: 50px 0 20px;
    }
    .events .tattoo-right .tattoo-text a {
        float: left;
    }
    section.bottom::before {
        background: none;
    }
    .cover-hidden {
        display: none;
    }
    .section::before {
        background: none;
    }
    .cover .cover-heading img {
        width: 145px;
        margin-top: 5px;
        margin-left: 15px;
    }
    .wrapper .cover .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .wrapper .events .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .wrapper .barbers .container {
        width: 1170px !important;
        padding: 0 20px !important;
    }
    .wrapper .services .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .wrapper .photogallery .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .wrapper .about .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .wrapper .events .container {
        width: 1170px !important;
        padding: 0 65px !important;
    }
    .wrapper .tattoo .container {
        width: 1170px !important;
        padding: 0 65px !important;
    }
    .wrapper .motorbike .container {
        width: 1170px !important;
        padding: 0 65px !important;
    }
    .wrapper .error .container {
        width: 1170px !important;
        padding: 0 65px !important;
    }
    .wrapper .bottom-menu .container {
        width: 1170px !important;
        padding: 0 65px !important;
    }
    .wrapper-white .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .wrapper .content .container {
        width: 1170px !important;
        padding: 0 50px !important;
    }
    .cover-show {
        margin-top: 5px;
    }
    .cover .cover-img {
        height: 60svh;
        background-position: center 0;
    }
    .cover .cover-heading {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 115px;
        right: 60px;
        width: 465px;
        float: right;
    }
    .cover .cover-heading .text-box {
        float: left;
    }
    .cover .cover-heading .text-box p {
        width: 490px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }
    .section-heading {
        font-size: 40px;
    }
    .section-heading.brands {
        width: 230px;
    }
    .photogallery .section-heading {
        font-size: 22px;
        width: 360px;
    }
    .photogallery .section-heading.section-only-detail {
        top: 0px;
    }
    .barbers .barber-box {
        height: 500px;
    }
    .barbers .barber-box.image-right {
        height: 500px;
    }
    .barbers .barber-left .barber-rank, .barbers .barber-right .barber-rank {
        text-align: center;
    }
   /*.barbers.barbers-solo .barber-box.image-right {
        height: 620px;
    }
    .barbers.barbers-solo .barber-box {
        height: 620px;
    }
    .barbers.barbers-solo .barber-box:last-child {
        height: 620px;
    }
   */
    .barbers .barber-box:last-child {
        height: 500px;
    }
    .section.events {
        position: relative;
    }
    .events .event-left .event-img::before {
        background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .events .event-left {
        width: 100%;
        height: auto;
        padding: 0 0 1px;
    }
    .events .event-right {
        width: 100%;
        height: 400px;
        padding: 0 0 1px;
    }
    .section.events {
        margin-bottom: 75px;
    }
    .events .event-left .event-img {
        background-size: 530px;
        background-position: center top;
        height: 355px;
    }
    .events .event-right .event-img {
        height: 100%;
        background-size: 600px;
        background-position: center top;
    }
    .events .tattoo::before {
        background: -moz-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .events .event-right .event-img::before {
        background: -moz-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .events .event-left>p {
        padding-right: 120px;
    }
    .events .event-right>p {
        padding-left: 120px;
    }
    .events .event-text .date {
        font-size: 22px;
    }
    .events .event-text .date span {
        font-size: 22px;
    }
    .events .event-text h3 {
        font-size: 38px;
    }
    .events .event-left>p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .events .event-right>p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .events .event-text .date {
        margin-bottom: 30px;
    }
    .events .event-text {
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .events .social {
        margin: 25px auto 0;
    }
    .barbers .barber-box {
        height: 500px;
    }
    .barbers .barber-left {
        width: 100% !important;
        float: left;
       /*height: auto;
       */
    }
    .barbers .barber-right {
        width: 100% !important;
        float: left;
       /*height: auto;
       */
    }
    .barbers .image-right .barber-img {
        width: 100%;
        height: 300px;
    }
    .barbers .barber-box:last-child .barber-text {
        margin-top: 0;
    }
    .barbers .image-right .barber-text {
        margin-top: 0;
    }
    .barbers .barber-text {
        margin-top: 0;
        padding: 0 30px !important;
        margin-top: -15px !important;
    }
    .barbers .barber-img {
        height: 300px;
        width: 100%;
    }
    .barbers .barber-box:last-child .barber-text-box {
        margin-top: 0;
        width: 100% !important;
        float: left;
    }
    .barbers .barber-text h3, .barbers .image-right .barber-text h3 {
        text-align: center;
    }
    .barbers .barber-text p, .barbers .image-right .barber-text p {
        text-align: center;
    }
    .barbers .book-now, .barbers .image-right .barber-text .book-now {
        float: none;
        margin: 20px auto;
    }
    .section.barbers ul {
        text-align: center;
    }
    .barbers .barber-1 {
        background-position: center;
        background-size: 300px;
        background-position: center 10px;
    }
    .barbers .barber-2 {
        background-position: center;
        background-size: 300px;
        background-position: center 10px;
    }
    .barbers .barber-3 {
        background-position: center;
        background-size: 300px;
        background-position: center 10px;
    }
    .barbers .barber-1::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .barbers .barber-2::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .barbers .barber-3::before {
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .services .services-box {
        width: 100%;
        margin-top: 20px;
    }
    section.bottom-menu::before {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0) 10%, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 90%) repeat scroll 0 0;
    }
    .wrapper-white-2 section.bottom-menu::before {
        background: rgba(255, 255, 255, 0) linear-gradient(to right, rgb(255, 255, 255) 10%, rgb(0, 0, 0) 50%, rgb(255, 255, 255) 90%) repeat scroll 0 0;
    }
    section.footer {
        display: none;
    }
    section.bottom-menu {
       /*display: block;
       */
    }
    .bottom-menu .menu {
       /*display: block;
       */
       /*width: 100%;
       */
       /*clear: both;
       */
       /*margin-bottom: 20px;
       */
    }
    .bottom-menu .menu ul li {
       /*float: left;
       */
    }
    .wrapper-white-2 .bottom-menu .menu ul li a {
       /*color: #000;
       */
       /*border-top: 1px solid #121212;
       */
    }
    .wrapper-white-2 .bottom-menu .menu ul li:first-child a span {
       /*border-left: 1px solid #000;
       */
    }
    .wrapper-white-2 .bottom-menu .menu ul li a span {
       /*border-right: 1px solid #000;
       */
    }
    .wrapper-white-2 .bottom .bottom-box .bottom-menu li a {
       /*color: #000;
       */
    }
    .bottom-menu .menu ul li a {
       /*font-family: 'PT Sans', serif;
       */
       /*font-size: 18px;
       */
       /*text-transform: uppercase;
       */
       /*color: #FFF;
       */
       /*line-height: 20px;
       */
       /*display: block;
       */
       /*padding: 20px 0 0;
       */
    }
    .bottom-menu .menu ul li a span {
       /*border-right: 1px solid #FFF;
       */
       /*padding: 0 28px;
       */
       /*display: block;
       */
       /*line-height: 12px;
       */
    }
    .bottom-menu .menu ul li:first-child a span {
       /*border-left: 1px solid #FFF;
       */
       /*padding: 0 24px;
       */
    }
    .bottom-menu .menu ul li a:active, .bottom-menu .menu ul li a:focus, .bottom-menu .menu ul li a:hover {
       /*color: #D9BE92;
       */
       /*text-decoration: none;
       */
    }
    .bottom-menu .menu ul li:active, .bottom-menu .menu ul li:focus, .bottom-menu .menu ul li:hover {
       /*border-color: #D9BE92;
       */
       /*color: #D9BE92;
       */
       /*text-decoration: none;
       */
    }
    .bottom-menu .menu ul li.active {
       /*color: #D9BE92;
       */
       /*text-decoration: none;
       */
    }
    .bottom-menu .menu ul li.active a {
       /*border-color: #D9BE92;
       */
       /*color: #D9BE92;
       */
    }
    .bottom .bottom-box .bottom-menu {
        display: block;
        margin: 35px 0;
    }
    .bottom .bottom-box .bottom-menu li {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid #FFF;
    }
    .bottom .bottom-box .bottom-menu li a {
        color: #FFF;
        font-family: 'PT Sans', serif;
        font-size: 14px;
        line-height: 16px;
    }
    .bottom .bottom-box .bottom-menu li a:active, .bottom .bottom-box .bottom-menu li a:focus, .bottom .bottom-box .bottom-menu li a:hover {
        color: #D9BE92;
        text-decoration: none;
    }
    .bottom .bottom-box .bottom-menu li:last-child {
        border-right: none;
    }
    .bottom .bottom-box .social-footer {
        display: block;
    }
    .bottom .bottom-box .social-footer li {
        display: inline-block;
    }
    .bottom .bottom-box .social-footer li a img {
        width: 30px;
        height: auto;
    }
    .service-text .info {
       /*display: block;
        margin: 0 auto;
        height: 62px;
        width: 326px;
        margin-bottom: 20px;
        margin-top: auto;
       */
    }
    .service-text .info .info-block {
       /*display: inline;
        margin: 0 auto;
        float: left;
       */
    }
    .service-text .info .info-item {
       /*border: 1px solid rgba(255, 255, 255, .3);
        padding: 6px;
        display: table;
        height: 62px;
       */
    }
    .services .service-text .service-text-box {
        padding: 0;
    }
    .services .book-now {
        width: 100%;
        font-size: 16px;
        padding: 10px 18px;
    }
    .services .service-1 {
        height: 330px;
        background-size: 310px;
    }
    .services .service-2 {
        height: 330px;
        background-size: 310px;
    }
    .services .service-3 {
        height: 330px;
        background-size: 310px;
    }
    .services .service-4 {
        height: 330px;
        background-size: 310px;
    }
    .services .service-5 {
        height: 330px;
        background-size: 310px;
    }
    .services .service-6 {
        height: 330px;
        background-size: 310px;
    }
    .services .service-text .service-text-box .service-description {
        height: auto;
    }

    .content .bacva {
        background-size: 900px;
        background-position: -230px -110px;
    }
    .content .event-left .event-img {
        background-size: 600px;
        background-position: center;
    }
    .content .bacva::before {
        background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .content .event-left .event-img::before {
        background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
    }
    .content .event-left {
        width: 100%;
        height: 400px;
        padding: 0 0 1px;
    }
    .content .event-right {
        width: 100%;
        height: 400px;
        padding: 0 0 1px;
    }
    .section.content {
        margin-bottom: 75px;
    }
    .content .event-right .tattoo {
        height: 100%;
        background-size: 620px auto;
        background-position: center -10px;
    }
    .content .event-right .event-img {
        height: 100%;
        background-size: 620px auto;
        background-position: center -10px;
    }
    .content .tattoo::before {
        background: -moz-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .content .event-right .event-img::before {
        background: -moz-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .content .event-left>p {
        padding-right: 120px;
    }
    .content .event-right>p {
        padding-left: 120px;
    }
    .content .event-text .date {
        font-size: 22px;
    }
    .content .event-text .date span {
        font-size: 28px;
    }
    .content .event-text h3 {
        font-size: 40px;
    }
    .content .event-left>p {
        font-size: 16px;
        line-height: 24px;
    }
    .content .event-right>p {
        font-size: 16px;
        line-height: 24px;
    }
    .content .event-text .date {
        margin-bottom: 30px;
    }
    .content .event-text {
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .content .social {
        margin: 25px auto 0;
    }
    .cover .cover-img.cover-tattoo {
        background-position: -175px 35px;
        background-size: 1000px;
        height: 540px;
    }
    .cover .cover-img.cover-barber {
        background-position: -145px center;
        background-size: 1000px;
        height: 540px;
    }
    .cover .cover-img.cover-about {
        background-position: center -20px;
        background-size: 1080px;
        height: 460px;
    }
}
@media (min-width:1200px) and (max-width:1439px) {
    .barbers .barber-box.image-right {
        height: 530px;
    }
    .barbers .barber-box {
        height: 530px;
    }
    .barbers .barber-box:last-child {
        height: 530px;
    }
}
@media (min-width:1440px) {
    .wrapper .cover .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .events .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .barbers .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .services .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .photogallery .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .about .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .events .container {
        width: 1410px !important;
        padding: 0 65px !important;
    }
    .wrapper .tattoo .container {
        width: 1410px !important;
        padding: 0 65px !important;
    }
    .wrapper .motorbike .container {
        width: 1410px !important;
        padding: 0 65px !important;
    }
    .wrapper .error .container {
        width: 1410px !important;
        padding: 0 65px !important;
    }
    .wrapper-white .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper-white-2 .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .wrapper .bottom-menu .container {
        width: 1410px !important;
        padding: 0 65px !important;
    }
    .wrapper .content .container {
        width: 1410px !important;
        padding: 0 50px !important;
    }
    .events.events-solo .event-left .event-img {
        background-size: 690px;
        background-position: center top;
        height: 400px;
    }
    .cover .cover-img {
        height: 60svh;
        background-position: center 0;
    }
    .cover .cover-heading {
        right: 130px;
        top: 150px;
    }
    .cover .cover-heading .text-box {
        width: 590px !important;
        float: left;
    }
    .cover .cover-heading .text-box p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }
    .bottom-menu .menu ul li a span {
        padding: 0 48px;
    }
    .bottom-menu .menu ul li:first-child a span {
        padding: 0 43px;
    }
    .cover .cover-img.cover-tattoo {
        background-position: -220px 35px;
        background-size: 1200px;
        height: 650px;
    }
    .cover .cover-img.cover-barber {
        background-position: -155px center;
        background-size: 1310px;
        height: 650px;
    }
    .cover .cover-img.cover-about {
        background-position: center -20px;
        background-size: 1280px;
        height: 530px;
    }
    .events .event-left .event-img.event-img-detail {
        height: 450px;
    }
    .events.events-solo .event-left {
        height: auto;
    }
}
.events.section .single-event {
    margin-bottom: 25px;
    margin-top: 25px;
}
.events.section .event-image {
    max-width: 100%;
}
.events.section .event-title, .event-image {
    margin-bottom: 30px;
}
.events.section .event-summary {
    margin-bottom: 60px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3;
}
.events.section .single-event:after {
    content: "";
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 100%);
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.events.section .single-event.last:after {
    height: 0;
}
.animate__animated {
    opacity: 0;
}
/* customizing Animate.css */
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css');
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    40% {
        opacity: 0.3;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
/* end of customizing Animate.css */
.section.events-2 {
    margin-top: 30px;
}
.poklon-bon-btn {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    padding: 10px;
    background: rgb(217, 178, 76);
    background: -moz-linear-gradient(top, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}
.poklon-bon-btn h1 {
    text-align: center;
    font-family: 'PT Sans', serif;
    font-size: 26px;
    font-weight: bold;
    border: 1px solid #000;
    padding-top: 6px;
    padding-bottom: 9px;
}
.poklon-bon-btn h1 a {
    color: #000;
}
@media(max-width: 992px) {
    .cover-btn.book-now {
        margin-top: 15px;
    }
}
@media(min-width: 600px) {
}
@media(min-width: 1200px) {
    .barbers-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .barbers.barbers-solo .barber-box {
        height: 730px;
    }
    .barbers .image-right .barber-img {
        display: flex;
    }
   .barbers .barbers-row .barber-text-box {
        display: flex;
        height: calc(100% - 300px);
    }
    .barbers .barbers-row .barber-text-box {
        display: flex;
        height: calc(100% - 450px);
    }
    .barbers .barber-text {
        display: flex;
        flex-direction: column;
        min-width: 100%;
    }
    .barbers .barber-text p, .barbers .image-right .barber-text p {
        margin-bottom: 0px;
    }
}
.copyright {
    padding: 25px 0;
    margin-bottom: 63px;
}
.copyright p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.copyright p a {
    color: #D9BE92;
}
.new-control {
    margin-top: 15px;
}
.new_h5{
    font-size: 16px;
    line-height: 20px;
}
.new_p{
    padding-top: 20px;
}
.new-barber {
    margin-bottom: 150px;
    margin-top: 70px;
}
.text-box p.left-align{
    text-align: left;
    line-height: 20px;
    font-size: 16px;
}
.new-ul-element{
    text-align: left;
}
@media(max-width: 996px) {
.cover .cover-img {
    background-image: url(../images/cover-mobile.webp);
  }
}

.custom-button {
    padding: 10px 30px;
    border: none;
    background: linear-gradient(to bottom, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    color: #333;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 53px;
}

.custom-button:hover {
    background-color: rgb(217, 178, 76);
}

.klaro .cookie-notice .cm-btn.cm-btn-success{

    background: linear-gradient(to bottom, rgba(217, 178, 76, 1) 0%, rgba(217, 178, 76, 1) 100%);
}


.klaro .cookie-notice .cm-btn.cm-btn-success{
    background: linear-gradient(to bottom, rgba(217, 178, 76, 1) 0%, rgba(217, 178, 76, 1) 100%);
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
    color: rgb(217, 178, 76);
}
.klaro .cookie-modal .cm-modal.cm-klaro {
    background: linear-gradient(to bottom, #000000 0%, #000000 100%);
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
    color: rgb(217, 178, 76);
}
.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
    color: #FFF;
}
.klaro .cookie-modal .cm-modal .cm-header span{
    color: #FFF;
}
.klaro .cookie-modal .cm-modal .cm-header a{
    color: rgb(217, 178, 76);
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background: linear-gradient(to bottom, rgba(217, 178, 76, 1) 0%, rgba(217, 178, 76, 1) 100%);
}


.klaro .cookie-modal .cm-modal .cm-body span {
    color: #FFF;
}

.klaro .cookie-modal .cm-modal .cm-body a {
color: #FFF;
}


/* Change the background color of the slider when the checkbox input is checked */
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider, .klaro .context-notice .cm-list-input:checked+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {
    background-color: #1a936f;
    background-color: rgb(217, 178, 76) !important;
}



.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider {
    background-color: rgb(217, 178, 76) !important;
}


.education{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.service-text-box-new{
    margin-top: 20px;

}

.new-row{
    margin-top: 30px;
}

.service-text-new h3 {
    font-family: 'PT Sans', serif;
    font-size: 26px;
    line-height: 32px;
    color: #D9BE92;
    text-align: left;
    margin-bottom: 10px;
}

.service-text-new a {
    text-align: center;
    margin-bottom: 20px;
    width: 248px;
    height: 45px;
    font-size: 20px;
    padding: 12px 0;
}


.book-now-new {
    display: block;
    width: 250px;
    height: 53px;
    border-radius: 7px;
    color: #000;
    font-family: 'PT Sans', serif;
    font-size: 24px;
    font-weight: 800;
    padding: 13px 0;
    background: rgb(217, 178, 76);
    background: -moz-linear-gradient(top, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 178, 76, 1) 0%, rgba(191, 140, 9, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d9b24c', endColorstr='#bf8c09', GradientType=0);
    margin-top: 25px;
}


.service-text-info-new {
    height: auto;
    width:65% !important;
    line-height: 120%;
}

@media (max-width:480px) {
    .service-text-info-new {
        height: auto;
        width:82% !important;
        line-height: 120%;
    }
}

.bottom .bottom-box img.arrow {
    width: 10px;
    height: auto;
    margin-bottom: 0;
    margin-left: 5px; /* razmak između teksta i strelice */
    vertical-align: middle; /* poravnaj sa tekstom */
}



.lokacija {
  display: block;
    color: #D9BE92;        /* zlatna */
  text-decoration: none; /* bez podcrtavanja */
  font-weight: 500;      /* srednja debljina */
  cursor: pointer;       /* rukica kada se pređe mišem */
  transition: color 0.2s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lokacija:hover {
  color: #D9BE92;        /* tamnija zlatna na hover */
  text-decoration: underline;
}

@media (min-width: 1200px) {
    /* Top tabovi - desktop: svi izgledaju kao aktivni */
    .section-top-menu .nav-navbar .nav-navbar-menu > li,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li {
        margin-right: 10px;
    }

    .section-top-menu .nav-navbar .nav-navbar-menu > li:last-child,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li:last-child {
        margin-right: 0;
    }

    .section-top-menu .nav-navbar .nav-navbar-menu > li::after,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li::after,
    .section-top-menu .nav-navbar .nav-navbar-menu > li::before,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li::before {
        display: none;
    }

    .section-top-menu .nav-navbar .nav-navbar-menu > li > a,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li > a {
        background: #111 !important;
        border: 1px solid #d9be92 !important;
        color: #d9be92 !important;
        border-radius: 6px !important;
        padding: 12px 18px !important;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        display: block;
    }

    .section-top-menu .nav-navbar .nav-navbar-menu > li > a:hover,
    .section-top-menu .nav-navbar .nav-navbar-menu > li > a:focus,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li > a:hover,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li > a:focus {
        background: #1a1a1a;
        color: #e8d9b8;
        border-color: #e8d9b8;
        text-decoration: none;
    }

    .section-top-menu .nav-navbar .nav-navbar-menu > li.active > a,
    .section-top-menu .nav-navbar .nav-navbar-menu > li.active > a:focus,
    .section-top-menu .nav-navbar .nav-navbar-menu > li.active > a:hover,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li.active > a,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li.active > a:focus,
    .section-top-menu .nav-navbar .nav-navbar-menu-top > li.active > a:hover {
        background: #111 !important;
        color: #d9be92 !important;
        border: 1px solid #d9be92 !important;
    }
}

/* Top tabovi (Usluge, Djelatnici, O nama...) */
.nav.nav-tabs > li > a {
    background: #111;
    border: 1px solid #d9be92;
    color: #d9be92;
    border-radius: 6px;
    padding: 12px 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav.nav-tabs > li + li {
    margin-left: 10px;
}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
    background: #1a1a1a;
    color: #e8d9b8;
    border-color: #e8d9b8;
    text-decoration: none;
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li.active > a:hover {
    background: #111;
    color: #d9be92;
    border: 1px solid #d9be92;
}
