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: 'Roboto', sans-serif;
    color: #FFF;
}
.black-body {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    background-color: #000;
}
.wrapper {
    background-color: #000;
}
.wrapper .cover .container {
    padding: 0;
}
.wrapper header .container {
    padding: 0 15px;
}
.wrapper .container {
    padding: 0 30px;
}
.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;
    max-width: 1440px;
}
.wrapper-white-2 {
    background-color: #FFF;
    color: #000;
}
.wrapper-white-2 header .container {
    padding: 0 15px;
}
.wrapper-white-2 .container {
    padding: 0 30px;
}
.uppercase {
    text-transform: uppercase;
}
header {
    border-bottom: 2px solid #967728;
    font-family: 'Playfair Display', serif;
}
header .row {
    padding: 15px 30px;
}
header .logo {
    display: table;
    float: left;
}
header .logo img {
    width: 60px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    margin-right: 15px;
}
header .logo .logo-text {
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}
header .logo .logo-text a {
    color: #FFF;
    text-decoration: none;
}
header .logo .logo-text a:hover, header .logo .logo-text a:focus, header .logo .logo-text a:active {
    color: #FFF;
    text-decoration: none;
}
header .logo .logo-text h1 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
header .logo .logo-text p {
    font-size: 16px;
    line-height: 18px;
}
header .mobile-menu {
    display: block;
    float: right;
    margin-top: 14px;
    cursor: pointer;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    width: 41px;
    height: 36px;
}
.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;
}
header .mobile-menu span {
    width: 42px;
    display: block;
    background-color: rgba(187, 149, 50, 1);
    position: absolute;
    height: 5px;
    border-radius: 5px;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
}
#button-mobile span:nth-child(1) {
    top: 0;
}
#button-mobile span:nth-child(2), #button-mobile span:nth-child(3) {
    top: 14px;
}
#button-mobile span:nth-child(4) {
    top: 28px;
}
#button-mobile:not(.collapsed) span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
}
#button-mobile:not(.collapsed) span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#button-mobile:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#button-mobile:not(.collapsed) span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
header .mobile-menu span:last-child {
    margin-bottom: 0;
}
.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: #e4c87f;
}
.section-top-menu .nav-navbar .nav-navbar-menu>li a {
    padding: 15px 30px 15px 0;
    display: block;
    color: #FFF;
    font-family: 'Playfair Display', 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: #e4c87f;
}
.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: 100%;
    height: 350px;
    background-size: cover;
    width: 100%;
    position: relative;
}
.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;
}
.cover .cover-heading {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
.cover .cover-heading .text-box {
    float: left;
    max-width: unset;
    padding-bottom: 0;
    padding-top: 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 p a {
    color: #e4c87f;
}
.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: 30px;
    line-height: 32px;
    color: #FFF;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 10px;
}
.cover .cover-heading h1 sup {
    top: -7px;
}
.book-now {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 53px;
    border-radius: 7px;
    color: #000;
    font-family: 'Playfair Display', 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;
}
.book-now:hover, .book-now:active, .book-now:focus {
    text-decoration: none;
    color: #000;
}
.book-now:hover {
    background: rgb(217, 178, 76);
    background: -moz-linear-gradient(top, rgba(191, 140, 9, 1) 0%, rgba(217, 178, 76, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(191, 140, 9, 1) 0%, rgba(217, 178, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(191, 140, 9, 1) 0%, rgba(217, 178, 76, 1) 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: 20px;
}
.section.photogallery {
    margin-top: 50px;
}
.section.services {
    margin-bottom: 25px;
    margin-top: 70px;
}
.section.fidelio {
    margin-bottom: 25px;
    padding-top: 25px;
}
.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: #e4c87f;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    width: 140px;
    position: relative;
    top: -12px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-heading.brands {
    width: 180px;
}
.section-content {
    margin-top: 20px;
    margin-bottom: 30px;
}
.photogallery .section-heading {
    font-size: 20px;
    background-color: #000;
    color: #e4c87f;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    width: 240px;
    position: relative;
    top: -19px;
    text-align: center;
    margin: 0 auto;
}
.photogallery .section-heading.section-only-detail {
    top: -8px;
    font-size: 20px;
    width: 175px;
}
.events .event-text {
    font-family: 'Playfair Display', 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: #e4c87f;
}
.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: 25px;
}
.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;
}
.fidelio-video {
    width: 100%;
    height: 365px;
    margin-top: 15px;
}
.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: center;
    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: #e4c87f;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}
.barbers .barber-text p {
    font-size: 14px;
    line-height: 20px;
}
.barbers .barber-rank {
    display: block;
    color: #e4c87f;
    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 .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: 40px;
}
.services .services-item {
    position: relative;
    padding: 0 0 1px;
    margin-bottom: 30px;
}
.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: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 36px;
    color: #e4c87f;
    text-align: center;
    margin-bottom: 10px;
}
.service-text p {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
}
.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: #e4c87f;
}
.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: auto;
    margin: auto 20px 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin-top: 20px;
}
.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;
}
.service-text a {
    text-align: center;
    margin-bottom: 20px;
    width: 248px;
    height: 45px;
    font-size: 20px;
    padding: 12px 0;
}
.fidelio .fidelio-logo {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.fidelio .fidelio-logo img {
    display: block;
    width: 187px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.fidelio .fidelio-logo h2 {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
}
.fidelio .fidelio-logo h2 a {
    color: #000;
}
.fidelio .fidelio-logo h2 a:hover, .fidelio .fidelio-logo h2 a:active, .fidelio .fidelio-logo h2 a:focus {
    text-decoration: none;
}
.fidelio .fidelio-item {
    position: relative;
    padding: 0 45px;
}
.fidelio .fidelio-item::before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 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: #e4c87f;
    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: #e4c87f;
    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: #e4c87f;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-top: 30px;
}

.text-box-2 .franchise-heading {
    margin: 0 auto;
    display: block;
    color: #e4c87f;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    font-family: 'Playfair Display', 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: #e4c87f;
}
.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: #e4c87f;
}
.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: #e4c87f;
    font-family: 'Playfair Display', 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;
}
.fidelio .fidelio-item .fidelio-img {
    padding: 1px 0 0;
}
.fidelio .fidelio-item .fidelio-img-1 {
    background-image: url(../images/img8.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 116%;
    background-position: center;
    position: relative;
}
.fidelio .fidelio-item .fidelio-img-2 {
    background-image: url(../images/img9.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    position: relative;
}
.fidelio .fidelio-item .fidelio-img-3 {
    background-image: url(../images/img8.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 116%;
    background-position: center;
    position: relative;
}
.fidelio .fidelio-item .fidelio-img-4 {
    background-image: url(../images/img9.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    position: relative;
}
.fidelio .fidelio-item .fidelio-img-5 {
    background-image: url(../images/img8.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 116%;
    background-position: center;
    position: relative;
}
.fidelio .fidelio-item .fidelio-img-6 {
    background-image: url(../images/img9.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    position: relative;
}
.fidelio .fidelio-item .fidelio-img img {
    position: absolute;
    bottom: 20px;
    width: 37px;
}
.fidelio .fidelio-item .fidelio-text {
    font-size: 12px;
    line-height: 14px;
    color: #130101;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}
.fidelio .fidelio-item .fidelio-text h3 {
    font-size: 20px;
    line-height: 26px;
    color: #130101;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}
.fidelio .fidelio-item .fidelio-text p {
    margin-bottom: 5px;
}
.fidelio .fidelio-item .fidelio-text p span {
    font-weight: 800;
}
.fidelio .info-box {
    display: table;
    width: 100%;
    height: 45px;
    margin: 15px 0;
}
.fidelio .info-box .info-item {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #999;
    width: 70%;
}
.fidelio .info-box .info-item:first-child {
    border-right: 0;
    width: 30%;
}
.fidelio .info-box .info-item span {
    font-size: 20px;
    line-height: 22px;
    color: #130101;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.fidelio .info-box .info-item:first-child span {
    font-size: 18px;
    line-height: 20px;
}
.fidelio .info-box .info-item span a {
    color: #130101;
    display: block;
    line-height: 43px;
}
.fidelio .info-box .info-item span a:hover, .fidelio .info-box .info-item span a:active, .fidelio .info-box .info-item span a:focus {
    color: #130101;
    text-decoration: none;
}
.section.fidelio ul li img {
    width: 22px;
    height: auto;
}
.section.tattoo {
    padding-top: 62px;
}
.tattoo .tattoo-item .tattoo-img {
    background-image: url(/images/cover-tattoo.jpg);
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 580px;
    background-position: center;
    position: relative;
}
.tattoo .tattoo-item .tattoo-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 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;
}
.tattoo .tattoo-item {
    text-align: center;
}
.tattoo .tattoo-item .tattoo-heading {
    margin-top: 15px;
}
.tattoo .tattoo-item .tattoo-heading p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
}
.tattoo .tattoo-item .tattoo-heading a:hover, .tattoo .tattoo-item .tattoo-heading a:active, .tattoo .tattoo-item .tattoo-heading a:focus {
    text-decoration: none;
}
.tattoo .tattoo-item .tattoo-heading h3 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 38px;
    color: #e4c87f;
    margin-top: 10px;
}
.tattoo .tattoo-item .tattoo-text {
    margin-bottom: 20px;
    padding: 0;
}
.tattoo .tattoo-item .tattoo-text p {
    font-size: 14px;
    line-height: 20px;
}
.tattoo .tattoo-item .tattoo-text p a {
    color: #e4c87f;
}
.tattoo .tattoo-item .tattoo-text p a:hover, .tattoo .tattoo-item .tattoo-text p a:active, .tattoo .tattoo-item .tattoo-text p a:focus {
    text-decoration: none;
}
.tattoo .tattoo-item ul li img {
    width: 22px;
    height: auto;
}
.tattoo-text .photo-link {
    display: block;
    margin: 0 auto 30px !important;
    padding: 0;
    width: 209px;
}
.tattoo-text .photo-box {
    display: table;
    width: 209px;
    height: 45px;
    margin: 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .3);
}
.tattoo-text .photo-box img {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.tattoo-text .photo-box .photo-text {
    display: table-cell;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.tattoo-text .photo-box:hover, .tattoo-text .photo-box:active, .tattoo-text .photo-box:focus {
    text-decoration: none;
    color: #fff;
}
.motorbike .section-heading {
    width: 200px;
}
.motorbike .motorbike-item .motorbike-img {
    background-image: url(../images/img11.png);
    height: 540px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: center;
    position: relative;
}
.motorbike .motorbike-item .motorbike-img::before {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0) 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;
}
.motorbike .motorbike-item {
    text-align: center;
}
.motorbike .motorbike-item .motorbike-heading {
    margin-top: 35px;
}
.motorbike .motorbike-item .motorbike-heading p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
}
.motorbike .motorbike-item .motorbike-heading h3 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 38px;
    color: #e4c87f;
    margin-top: 10px;
}
.motorbike .motorbike-item .motorbike-text {
    padding: 0 10px;
    margin-bottom: 20px;
}
.motorbike .motorbike-item .motorbike-text p {
    font-size: 14px;
    line-height: 20px;
}
.motorbike .motorbike-item ul li img {
    width: 22px;
    height: auto;
}
.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: 'Playfair Display', 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: #e4c87f;
}
.section.content {
    margin: 20px 0;
}
.section.content:before {
    background: none;
}
.content {
    display: block;
    height: auto;
}
.content .event-text {
    font-family: 'Playfair Display', 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: #e4c87f;
}
.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;
}
.wrapper-white-2 header .logo .logo-text a {
    color: #000;
}
.wrapper-white-2 header .logo .logo-text a:hover, .wrapper-white-2 header .logo .logo-text a:focus, .wrapper-white-2 header .logo .logo-text a:active {
    color: #000;
    text-decoration: none;
}
.wrapper-white-2 header .top-menu .menu li a {
    color: #000;
}
.wrapper-white-2 header .top-menu .menu li:last-child a {
    color: #000;
}
.wrapper-white-2 header .top-menu .menu li {
    border-left: 1px solid #000;
}
.wrapper-white-2 .bottom .bottom-box p {
    color: #000;
}
.wrapper-white-2 .bottom .bottom-box .bottom-menu li {
    border-right: 1px solid #000;
}
.wrapper-white-2 .section-top-menu .nav-navbar {
    background: #FFF;
}
.wrapper-white-2 .section-top-menu .nav-navbar .nav-navbar-menu>li a {
    color: #000;
}
.wrapper-white-2 .footer .footer-navigation ul li a {
    color: #000;
}
.wrapper-white-2 header {
    border-bottom: 2px solid #121212;
}
.wrapper-white-2 .footer .footer-navigation ul li a:hover, .wrapper-white-2 .footer .footer-navigation ul li a:focus, .wrapper-white-2 .footer .footer-navigation ul li a:active {
    text-decoration: none;
    color: #e4c87f !important;
}
.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) {
    .wrapper header .container {
        padding: 0 15px;
   }
    header .row {
        padding: 15px;
   }
    .cover .cover-heading {
        padding: 0 15px;
   }
    .services .services-box .services-item .service-img .service {
        background-size: 250px;
        height: 320px;
   }
    header .logo img {
        margin-right: 5px;
   }
    .cover .cover-img {
        height: 260px;
        background-size: 450px auto;
   }
    .cover .cover-heading h1 {
        margin-bottom: 10px;
   }
    .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;
   }
    section.fidelio {
        margin-bottom: 0;
        padding-top: 25px;
   }
    .tattoo .tattoo-item {
        padding: 0;
   }
    .tattoo .tattoo-item .tattoo-img {
        background-size: 585px auto;
        height: 340px;
   }
    .motorbike .motorbike-item .motorbike-heading {
        margin-top: 10px;
   }
    .motorbike .motorbike-item {
        padding: 0;
   }
    .motorbike .motorbike-item .motorbike-img {
        background-size: 470px auto;
        height: 300px;
   }
    .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;
   }
    .fidelio .fidelio-item .fidelio-img {
        height: 260px;
        background-size: 122% auto;
        background-position: center;
   }
    .fidelio .fidelio-item .fidelio-img-3 {
        height: 260px;
        background-size: 122% auto;
        background-position: center;
   }
    .fidelio .fidelio-item .fidelio-img-5 {
        height: 260px;
        background-size: 122% auto;
        background-position: center;
   }
    .section.fidelio ul {
        margin-bottom: 15px;
   }
    .fidelio .fidelio-item .fidelio-img-2 {
        height: 255px;
        background-size: 117% auto;
        background-position: center;
   }
    .fidelio .fidelio-item .fidelio-img-4 {
        height: 255px;
        background-size: 117% auto;
        background-position: center;
   }
    .fidelio .fidelio-item .fidelio-img-6 {
        height: 255px;
        background-size: 117% auto;
        background-position: center;
   }
    .section.tattoo {
        margin-bottom: 20px;
   }
    .section.motorbike {
        margin-bottom: 0;
   }
    .section.motorbike ul {
        margin-bottom: 15px;
   }
    .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: 20px;
        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: 260px;
   }
    .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;
   }
    .fidelio .fidelio-item {
        padding: 0;
   }
    .fidelio .fidelio-item .fidelio-img-1 {
        background-size: 120% auto;
   }
    .fidelio .fidelio-item .fidelio-img-3 {
        background-size: 120% auto;
   }
    .fidelio .fidelio-item .fidelio-img-5 {
        background-size: 120% auto;
   }
    .motorbike .motorbike-item .motorbike-img {
        height: 415px;
        background-size: 615px;
   }
    .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;
   }
    header .logo .logo-text h1 {
        font-size: 18px;
        line-height: 20px;
   }
    header .logo .logo-text p {
        font-size: 18px;
        line-height: 20px;
   }
}
@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;
   }
    header .logo .logo-text h1 {
        font-size: 22px;
        line-height: 25px;
   }
    header .logo .logo-text p {
        font-size: 22px;
        line-height: 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: 10px;
        width: 220px;
   }
}
@media (min-width:600px) {
    .wrapper .container {
        width: 100% !important;
        padding: 0 45px;
   }
    .wrapper .content .container {
        width: 100% !important;
        padding: 0 30px;
   }
    .wrapper-white .container {
        width: 100% !important;
        padding: 0 30px;
   }
    .wrapper-white-2 .container {
        width: 100% !important;
        padding: 0 30px;
   }
    header .row {
        padding: 12px 30px;
   }
    header .logo img {
        width: 80px;
   }
    header .logo .logo-text h1 {
        font-size: 26px;
        line-height: 28px;
   }
    header .logo .logo-text p {
        font-size: 18px;
   }
    header .mobile-menu {
        margin-top: 20px;
   }
    .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: 42px;
        margin-bottom: 20px;
   }
    .cover .cover-img {
        height: 340px;
   }
    .section.fidelio {
        margin-bottom: 25px;
   }
    .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: 20px;
   }
    .photogallery .section-heading {
        margin-bottom: 20px;
        width: 340px;
        top: -10px;
   }
    .photogallery .section-heading.section-only-detail {
        top: -8px;
   }
    .events .section-heading {
        margin-bottom: 10px;
        width: 280px;
   }
    .services .section-heading {
        margin-bottom: 0;
   }
    .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: 0;
   }
    .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;
   }
    .service-text a {
        width: 244px;
   }
    .services .service-text .service-text-box {
        padding: 0 20px;
   }
    .services .service-text .service-text-box .service-text-info {
        height: auto;
   }


    .fidelio .fidelio-logo h2 {
        font-size: 30px;
        line-height: 32px;
   }
    .fidelio .fidelio-logo img {
        width: 210px;
        margin-bottom: 15px;
   }
    .fidelio .fidelio-box {
        padding: 0;
   }
    .fidelio .fidelio-item {
        height: 265px;
        padding: 0 15px;
   }
    .fidelio .fidelio-item .fidelio-img {
        height: 100%;
        padding-top: 1px;
        width: 50%;
        float: left;
   }
    .fidelio .fidelio-item .fidelio-img img {
        display: none;
   }
    .fidelio .fidelio-item .fidelio-text {
        height: 100%;
        padding: 25px 0;
        width: 50%;
        float: left;
   }
    .fidelio .fidelio-item .fidelio-text h3 {
        margin-bottom: 10px;
   }
    .fidelio .fidelio-item .fidelio-img-1 {
        height: 270px;
   }
    .fidelio .fidelio-item .fidelio-img-2 {
        height: 270px;
   }
    .fidelio .fidelio-item .fidelio-img-3 {
        height: 270px;
   }
    .fidelio .fidelio-item .fidelio-img-4 {
        height: 270px;
   }
    .fidelio .fidelio-item .fidelio-img-5 {
        height: 270px;
   }
    .fidelio .fidelio-item .fidelio-img-6 {
        height: 270px;
   }
    .fidelio .info-box {
        width: 270px;
   }
    .fidelio .info-box .info-item:first-child {
        width: 70px;
   }
    .section.fidelio ul {
        text-align: left;
   }
    .fidelio .fidelio-item .fidelio-img-1 {
        background-size: 370px auto;
        background-position: center center;
   }
    .fidelio .fidelio-item .fidelio-img-2 {
        background-size: 370px auto;
        background-position: center center;
   }
    .fidelio .fidelio-item .fidelio-img-3 {
        background-size: 370px auto;
        background-position: center center;
   }
    .fidelio .fidelio-item .fidelio-img-4 {
        background-size: 370px auto;
        background-position: center center;
   }
    .fidelio .fidelio-item .fidelio-img-5 {
        background-size: 370px auto;
        background-position: center center;
   }
    .fidelio .fidelio-item .fidelio-img-6 {
        background-size: 370px auto;
        background-position: center center;
   }
    .tattoo .tattoo-item .tattoo-heading {
        width: 50%;
        float: right;
        text-align: left;
        margin-top: 0;
        margin-top: 10px;
   }
    .tattoo .tattoo-item .tattoo-img::before {
        background: none;
   }
    .tattoo .tattoo-item .tattoo-img {
        width: 48%;
        float: left;
        height: 100%;
        background-size: 440px;
        height: 250px;
        margin-right: 2%;
   }
    .tattoo .tattoo-item .tattoo-text {
        width: 50%;
        float: right;
        text-align: left;
   }
    .tattoo .tattoo-item ul li img {
        width: 30px;
   }
    .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: 10px;
   }
    .content .event-text {
        width: 50%;
        position: relative;
        margin-bottom: 10px;
   }
    .content .bacva {
        width: 48%;
        height: 100%;
        background-size: 420px;
        background-position: center -15px;
   }
    .content .event-left .event-img {
        width: 48%;
        height: 100%;
        background-size: 420px;
        background-position: center -15px;
   }
    .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 45px;
   }
    .wrapper .tattoo .container {
        padding: 0 45px;
   }
    .wrapper .error .container {
        padding: 0 45px;
   }
    .cover .cover-img {
        height: 400px;
   }
    .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;
   }
    .fidelio .fidelio-logo img {
        margin-top: 10px;
        margin-bottom: 20px;
   }
    .fidelio .fidelio-logo h2 {
        margin-bottom: 15px;
   }
    .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 60px;
   }
    .wrapper .error .container {
        padding: 0 45px;
   }
    .cover .cover-img {
        height: 435px;
   }
    .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: 36px;
        line-height: 38px;
   }
    .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;
   }
    .fidelio .fidelio-item {
        height: 270px;
   }
    .fidelio .fidelio-item .fidelio-img-1 {
        background-size: 400px;
        background-position: center center;
        height: 100%;
   }
    .fidelio .fidelio-item .fidelio-img-2 {
        background-size: 370px;
        background-position: center center;
        height: 100%;
   }
    .fidelio .fidelio-item .fidelio-img-3 {
        background-size: 400px;
        background-position: center center;
        height: 100%;
   }
    .fidelio .fidelio-item .fidelio-img-4 {
        background-size: 370px;
        background-position: center center;
        height: 100%;
   }
    .fidelio .fidelio-item .fidelio-img-5 {
        background-size: 400px;
        background-position: center center;
        height: 100%;
   }
    .fidelio .fidelio-item .fidelio-img-6 {
        background-size: 370px;
        background-position: center center;
        height: 100%;
   }
    .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;
   }
    header .mobile-menu {
        margin-top: 36px;
   }
    header .logo img {
        width: 105px;
   }
    header .logo .logo-text h1 {
        font-size: 30px;
        line-height: 32px;
   }
    header .logo .logo-text p {
        font-size: 22px;
        line-height: 32px;
   }
    .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;
   }
    .wrapper header .container {
        width: 100% !important;
        padding: 0 40px !important;
   }
    .wrapper-white .container {
        padding: 0 75px;
   }
    .wrapper-white-2 .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;
   }
    .services .service-text .service-text-box {
        padding: 0 60px;
   }
}
@media (min-width:900px) and (max-width:1024px) {
    .cover .cover-img {
        height: 540px;
   }
    .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: 600px;
   }
    .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;
   }
    header .main-menu {
        display: none;
   }
    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;
   }
    .fidelio-heading {
        display: none;
   }
    .wrapper-white-2 .section::before {
        background: none !important;
   }
    .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: 10px;
        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: 10px;
        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;
   }
    .wrapper header .container {
        width: 1170px !important;
        padding: 30px 65px 0;
   }
    .wrapper-white-2 header .container {
        width: 1170px !important;
        padding: 30px 65px 0 !important;
   }
    header .row {
        padding: 0;
   }
    .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 50px !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-white-2 .container {
        width: 1170px !important;
        padding: 0 50px !important;
   }
    .wrapper .content .container {
        width: 1170px !important;
        padding: 0 50px !important;
   }
    header {
        border-bottom: none;
   }
    .wrapper-white-2 header {
        border-bottom: none;
   }
    header .logo {
        margin-bottom: 20px;
   }
    .mobile-menu {
        display: none !important;
   }
    .cover-show {
        margin-top: 5px;
   }
    header .top-menu {
        position: relative;
        float: right;
        display: table;
        margin-top: 30px;
   }
    header .top-menu .menu {
        display: table-cell;
        vertical-align: middle;
        padding-right: 25px;
   }
    header .top-menu .menu li {
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        border-left: 1px solid #FFF;
        padding-left: 5px;
   }
    header .top-menu .menu li:first-child {
        padding-right: 0;
        border: none;
   }
    header .top-menu .menu li:last-child {
       /*padding-right: 0;
       */
       /*border: none;
       */
   }
    header .top-menu .menu li a {
        color: #FFF;
        padding: 0 8px;
   }
    header .top-menu .menu li:last-child a {
        color: #FFF;
       /*padding: 0;
       */
   }
    header .top-menu .menu li a:hover, .top-menu .menu li a:focus, .top-menu .menu li a:active {
        color: #e4c87f;
        text-decoration: none;
   }
    header .top-menu .social {
        display: table-cell;
        vertical-align: middle;
   }
    header .top-menu .social li {
        display: inline-block;
   }
    header .top-menu .social li a img {
        height: auto;
        width: 30px;
   }
    header .main-menu {
       /*display: block;
       */
       /*width: 100%;
       */
       /*clear: both;
       */
       /*border-bottom: 1px solid #585858;
       */
   }
    header .main-menu ul li {
       /*float: left;
       */
       /*margin-bottom: -1px;
       */
   }
    header .main-menu ul li a {
       /*font-family: 'Playfair Display', serif;
       */
       /*font-size: 18px;
       */
       /*text-transform: uppercase;
       */
       /*color: #FFF;
       */
       /*line-height: 20px;
       */
       /*display: block;
       */
        padding: 12px;
       /*border-bottom: 1px solid #585858;
       */
   }
    header .main-menu ul li a span {
       /*border-right: 1px solid #585858;
       */
       /*padding: 0 53px;
       */
       /*display: block;
       */
       /*line-height: 12px;
       */
   }
    header .main-menu ul li:first-child a span {
       /*border-left: 1px solid #585858;
       */
       /*padding: 0 52px;
       */
   }
    .wrapper-white-2 header .main-menu ul li:first-child a span {
       /*border-left: 1px solid #000;
       */
   }
    .wrapper-white-2 header .main-menu ul li a span {
       /*border-right: 1px solid #000;
       */
   }
    .wrapper-white-2 header .main-menu ul li a {
       /*color: #000;
       */
       /*border-bottom: 1px solid #121212;
       */
   }
    header .main-menu ul li a:active, header .main-menu ul li a:focus, header .main-menu ul li a:hover {
       /*color: #e4c87f;
       */
       /*text-decoration: none;
       */
       /*border-bottom: 1px solid #e4c87f;
       */
   }
    header .main-menu ul li:active, header .main-menu ul li:focus, header .main-menu ul li:hover {
       /*border-color: #e4c87f;
       */
       /*color: #e4c87f;
       */
       /*text-decoration: none;
       */
   }
    header .main-menu ul li.active {
       /*border-color: #e4c87f;
       */
       /*color: #e4c87f;
       */
   }
    header .main-menu ul li.active a {
       /*color: #e4c87f;
       */
       /*text-decoration: none;
       */
       /*border-bottom: 1px solid #e4c87f;
       */
   }
    .cover .cover-img {
        height: 610px;
        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: 42px;
        top: -18px;
        width: 200px;
   }
    .section-heading.brands {
        width: 230px;
   }
    .photogallery .section-heading {
        font-size: 22px;
        top: -8px;
        width: 360px;
   }
    .photogallery .section-heading.section-only-detail {
        top: -8px;
   }
    .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;
   }
    .fidelio .fidelio-item::before {
        background: none;
   }
    .fidelio .first-f-box::before {
        background: none !important;
   }
    .fidelio .fidelio-box::before {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        height: 1px;
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
   }
    .fidelio .fidelio-logo {
        margin-bottom: 35px;
   }
    .fidelio .fidelio-logo h2 {
        display: none;
   }
    .fidelio .fidelio-box {
        display: table;
   }
    .fidelio .fidelio-box .fidelio-heading {
        font-size: 30px;
        line-height: 32px;
        color: #000;
        font-family: 'Playfair Display', serif;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
        margin-bottom: 25px;
        background: #FFF;
        position: relative;
        top: -13px;
        margin-bottom: 25px;
        width: 385px;
        margin: 0 auto;
   }
    .fidelio .fidelio-box .fidelio-heading a {
        color: #000;
   }
    .fidelio .fidelio-box .fidelio-heading a:hover, .fidelio .fidelio-box .fidelio-heading a:active, .fidelio .fidelio-box .fidelio-heading a:focus {
        text-decoration: none;
   }
    .fidelio .fidelio-item {
        display: table;
        height: 320px;
   }
    .fidelio .first-f-box .fidelio-item {
        display: table;
        height: 400px;
   }
    .fidelio .fidelio-item .fidelio-img {
        display: table-cell;
        float: none;
        vertical-align: middle;
   }
    .fidelio .fidelio-item .fidelio-text {
        display: table-cell;
        float: none;
        vertical-align: middle;
   }
    .fidelio .fidelio-item .fidelio-img-1 {
        background-size: 650px;
   }
    .fidelio .info-box {
        margin: 30px 0 20px;
   }
    .section.fidelio ul {
        margin-bottom: 0;
   }
    .fidelio .fidelio-item .fidelio-img-2 {
        background-size: 375px;
        background-position: -75px center;
   }
    .fidelio .fidelio-item .fidelio-img-3 {
        background-size: 370px;
        background-position: -70px center;
   }
    .fidelio .fidelio-last .fidelio-item {
        width: 33.3333%;
        height: 550px;
        padding: 0 30px;
   }
    .fidelio .fidelio-last .fidelio-item .fidelio-img {
        width: 100%;
        height: 285px;
        display: block;
        float: left;
        position: relative;
   }
    .fidelio .fidelio-last .fidelio-item .fidelio-text {
        width: 100%;
        height: auto;
        display: block;
        float: left;
        position: relative;
   }
    .fidelio .fidelio-item .fidelio-img-4 {
        background-size: 400px;
        background-position: center 25px;
   }
    .fidelio .fidelio-item .fidelio-img-5 {
        background-size: 420px;
        background-position: center 25px;
   }
    .fidelio .fidelio-item .fidelio-img-6 {
        background-size: 400px;
        background-position: center 25px;
   }
    .fidelio .info-box {
        width: 100%;
   }
    .tattoo .section-heading {
        margin-bottom: 0;
   }
    .tattoo .tattoo-item {
        height: 380px;
        top: -25px;
   }
    .tattoo .tattoo-item .tattoo-heading p {
        font-size: 22px;
        line-height: 24px;
        font-weight: 500;
   }
    .tattoo .tattoo-item .tattoo-heading h3 {
        font-size: 40px;
        line-height: 42px;
        margin: 20px 0;
   }
    .tattoo .tattoo-item .tattoo-text p {
        font-size: 16px;
        line-height: 24px;
        width: 300px;
   }
    .tattoo .tattoo-item .tattoo-img {
        background-size: 670px;
        height: 370px;
        width: 45%;
        margin-right: 5%;
   }
    .section.tattoo {
        margin-bottom: 55px;
   }
    .tattoo .tattoo-item .tattoo-heading {
        margin-top: 70px;
   }
    .motorbike .section-heading {
        width: 515px;
        margin-bottom: 0;
   }
    .motorbike .motorbike-item {
        height: 380px;
        top: -25px;
   }
    .section.motorbike::before {
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 7%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 93%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 7%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 93%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 7%, rgba(228, 200, 127, 1) 50%, rgba(0, 0, 0, 1) 93%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
        height: 1px;
        content: "";
        position: absolute;
        width: 100%;
   }
    .motorbike .motorbike-item .motorbike-heading p {
        font-size: 22px;
        line-height: 24px;
   }
    .motorbike .motorbike-item .motorbike-heading h3 {
        font-size: 40px;
        line-height: 42px;
        margin: 20px 0;
   }
    .motorbike .motorbike-item .motorbike-text {
        padding: 0;
   }
    .motorbike .motorbike-item .motorbike-text p {
        font-size: 16px;
        line-height: 24px;
        width: 300px;
        float: right;
   }
    .motorbike .motorbike-item .motorbike-img {
        background-size: 585px;
        width: 45%;
        margin-left: 5%;
   }
    .motorbike .motorbike-item .motorbike-heading {
        margin-top: 70px;
   }
    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: 'Playfair Display', 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: #e4c87f;
       */
       /*text-decoration: none;
       */
   }
    .bottom-menu .menu ul li:active, .bottom-menu .menu ul li:focus, .bottom-menu .menu ul li:hover {
       /*border-color: #e4c87f;
       */
       /*color: #e4c87f;
       */
       /*text-decoration: none;
       */
   }
    .bottom-menu .menu ul li.active {
       /*color: #e4c87f;
       */
       /*text-decoration: none;
       */
   }
    .bottom-menu .menu ul li.active a {
       /*border-color: #e4c87f;
       */
       /*color: #e4c87f;
       */
   }
    .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: 'Playfair Display', 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: #e4c87f;
        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 25px;
   }
    .service-text a {
        width: 235px;
        font-size: 20px;
        padding: 12px 0;
   }
    .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-text-info {
        height: auto;
   }


    .fidelio .fidelio-logo img {
        margin-top: 30px;
   }
    .fidelio .first-f-box .info-box {
        width: 324px;
   }
    .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 header .container {
        width: 1410px !important;
        padding: 30px 65px 0;
   }
    .wrapper-white-2 header .container {
        width: 1410px !important;
        padding: 30px 65px 0 !important;
   }
    .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;
   }
    header .main-menu ul li a span {
        padding: 0 50px;
   }
    header .main-menu ul li:first-child a span {
        padding: 0 48px;
   }
    .cover .cover-img {
        height: 720px;
        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: 'Roboto', 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: 'Playfair Display', 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) {
    .services-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
   }
    .services .services-item.services-right {
        padding: 0;
        width: 50%;
        float: left;
        height: auto;
        display: flex;
        flex-direction: column;
   }
    .service-text .info {
       /*display: block;
        margin: 0 auto;
        height: 62px;
        width: 325px;
        margin-bottom: 20px;
        margin-top: auto;
        position: relative;
       */
   }
    .services .services-item .service-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
   }
    .services .services-item.services-left {
        padding: 0;
        width: 50%;
        float: left;
        height: auto;
        display: flex;
        flex-direction: column;
   }
}
@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: #e4c87f;
}
.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: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 32px;
    color: #e4c87f;
    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: 'Playfair Display', 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 */
}
