/*reset*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-size: 14px;
}
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;
}
.clear {
    clear: both!important;
}
/*----rest-end-----*/
/*--framework--*/
 html {height: 100%;} 
.row-fluid {height: 100%;} 
body {
    padding: 1.7% 2%;
    background-image: url(..//images/bg.jpg);
    height: 98%;
}
#main {
    width: 100%;
    height: 100%;
    min-height: 860px;
/*    min-height: 570px;*/
    max-height: auto;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.6);
    position: relative; 
    overflow: hidden;
    border: 1px solid #534e45;
    margin-bottom: 2%; 
    position: relative;
}
.col-main {
    padding: 0;
    height: 100%;
    letter-spacing: -5px;
}
.bar-menu {
    width: 15%;
/*    max-width: 236px;*/
    background:#211e18;
    height: 100%;
    display: inline-block;
    padding: 1%;
    vertical-align: top;
    position: relative;
    border-right: 1px solid #534e45;
    letter-spacing: 0;
}
.content {
    background-image: url(..//images/sbc-layout_03.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 85%;
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gap {
    height: 100px;
    width: 100%;
}

/*----framework-end----*/
/*--------------nav-icon1----------------------*/
#nav-icon1 {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 50px auto;
  -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;
    display: none;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*------------------------------------*/
/*-----bar-menu-----*/
.brand {
    margin-bottom: 32%;
}
.list-bar{
    width: 100%;
    text-align: center;
    padding: 0 20px; 
    max-width: 180px;
    margin: 0 auto;
}
.list-bar li {
    height: 72px;    
    height: 40%;
    line-height: 72px;
    border-bottom: 1px dotted #cdc5b4;
}
.list-bar li:last-child { 
    border-bottom: none;
}
.list-bar li:hover { 
    cursor: pointer;
}
.list-bar li:hover a{ 
    color: #fff;
    text-transform: uppercase;
}
.list-bar li a {
    color: #cdc5b4;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.list-bar li a:hover {
    text-decoration: none;
}
.bar-footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 50px;
    width: 100%;
    padding: 0 22px;
    text-align: center;
    height: auto;
}
.bar-footer .list-socl {
    margin-bottom: 10px;
}
.socl-block {
    padding: 2px;
}
.list-socl-block {
    background: red;
}
.bar-footer a {
}
.bar-footer .bar-footer-adress {
}
ul.social-network2 {
	list-style: none;
	display: inline-block;
	margin-left:0 !important;
	padding: 0;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
}
ul.social-network2 li {
	display: inline-block;
	margin: 0 2px;
    width: 20%;
}

/* footer social icons */
.social-circle2 li a {
	display: block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 100%;
	font-size: 2.1em;
    background: #3e3a33;
    padding: 0;
    height: 100%;
}
.social-circle2 li i {
	margin:0;
	text-align: center;
    color: #211e18;
}
.bar-footer-adress {
    font-size: 1em;
    color: #cdc5b4;
    font-weight: bold;
    font-family: 'Montserrat';
}
/*-----bar-menu-end-----*/
/*----------content-------*/
.main-content {
    height: 100%;
    position: relative;
    text-align: center;
}
/*---#home---*/
#home {
}
.title-home {
    color: #fff;
    font-size: 3.3em;
    letter-spacing: 0px;
    font-family: "WickedGrit";
    border-bottom: 1px dotted #fff;
    display: inline-block;
    padding-bottom: 5px; 
    margin: 0 20px;
}
.dop-title-home {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 6px;
    font-family: "WickedGrit";
    margin-top: 5px;
}
.title-group {
    position: absolute;
    top: 40%;
    width: 100%;
}
/*---#barbers---*/
#barbers {
    letter-spacing: 0px;
}
#barbers .title-home {
    color: #fff;
    font-size: 3.3em;
    letter-spacing: 0px;
    font-family: "WickedGrit";
    border-bottom: 1px dotted #fff;
    display: inline-block;
    padding-bottom: 5px;
}
#barbers .dop-title-home {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 6px;
    font-family: "WickedGrit";
    margin-top: 5px;
}
#barbers .title-group,
#prisces .title-group,
#hours .title-group,
#gallery .title-group,
#contact .title-group {
    position: absolute; 
    top: 6%;
    width: 100%; 
}
.barbers-main {
    margin-top: 6%;
    padding: 0;
    width: 100%;
}
.list-barbers {
    padding: 0;
    max-width: 1172px;
    margin: 0 auto;
}
.barber-block {

}
.barber-block-center {
    width: 275px;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    padding: 18px 18px 12px;
    margin-bottom: 50px;
}
.foto-barber-block {
    margin-bottom: 10px;
}
#barbers h3 {
    letter-spacing: 0px;
    font-size: 18px;
    color: #211e18;
    font-weight: bold;
    font-family: "Montserrat";
    margin-bottom: 5px;
}
ul.social-network {
	list-style: none;
	display: inline-block;
	margin-left:0 !important;
	padding: 0;
    margin-bottom: 5px;
}
ul.social-network li {
	display: inline-block;
	margin: 0 2px;
}

/* footer social icons */
.social-circle li a {
	display: block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 26px;
	height: 26px;
	font-size: 1.1em;
    background: #3e3a33;
    padding: 0;
}
.social-circle li i {
	margin:0;
	line-height:26px;
	text-align: center;
    color: #fff;
}
.tel-contact a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #3e3a33;
}
.book-appt a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #3e3a33;
    line-height: 1.5em;
}

/*----prisces----*/
.main-window {
    width: 74%;
    max-width: 960px;
    padding: 18px;
    background: #fff;
    border-radius: 4px;
    margin: 6% auto 0;
    letter-spacing: 0px!important;
}
.main-window img {
    margin-bottom: 18px;
}
.comment {
    color: #3e3a33;
    font-size: 1.0em;
    font-family: "Montserrat";
    font-weight: bold;
    margin-top: 20px;
}
.row-price {
    display: table;
    width: 100%;
    letter-spacing: 0px;
    color: #3e3a33;
    font-size: 1.3em;
    font-family: "Montserrat";
    font-weight: bold;
    margin-top: 3px;
}
.row__term {
    display: table-cell;
    width: 1px;
    white-space: nowrap;    
}

.row__dots {
    display: table-cell;
    border-bottom: 2px dotted;
}

.row__key {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
}
/*----gallery-----*/
.mt40 {
    margin-top: 6%;
    width: 100%;
    padding: 0;
    height: 100%;
}
.mt40 .row {
    max-width: 936px;
    margin: 0 auto;
}
.mt40 .row article {
    margin: 5px;
    display: inline-block;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}
.panel {
    position: relative;
    overflow: hidden;
    border-radius: 4px !important;
    max-width: 300px;
    min-width: 200px;
    margin: 0 auto;
    border: none;
}
.panel .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

.panel .panel-body a {
    overflow: hidden;
}

.panel .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    }

.panel .panel-body a.zoom:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.panel .panel-body a.zoom span.overlay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

.panel .panel-body a.zoom:hover span.overlay {
    display: block;
    visibility: visible;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.panel .panel-body a.zoom:hover span.overlay i {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    font-size: 3.25em;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.panel .panel-footer {
padding: 8px !important;
background-color: #f9f9f9 !important;
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}

.panel .panel-footer h4 {
display: inline;
font: 400 normal 1.125em "Roboto", Arial, Verdana, sans-serif;
color: #34495e margin: 0 !important;
padding: 0 !important;
}

.panel .panel-footer i.glyphicon {
display: inline;
font-size: 1.125em;
cursor: pointer;
}

.panel .panel-footer i.glyphicon-thumbs-up {
color: #1abc9c;
}

.panel .panel-footer i.glyphicon-thumbs-down {
color: #e74c3c;
padding-left: 5px;
}

.panel .panel-footer div {
    width: 15px;
    display: inline;
    font: 300 normal 1.125em "Roboto", Arial, Verdana, sans-serif;
    color: #34495e;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
}

.ekko-lightbox-container {
    position: relative;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    padding-top: 45%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.ekko-lightbox-nav-overlay a:empty {
    width: 49%;
}

.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1
}

.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}

.ekko-lightbox .modal-footer {
    text-align: left
}
.modal-content {
    margin-top: 20%;
    background: #000;
}
.modal-content, .modal-body, .modal-header  {
    padding: 0!important;
}
.modal-header  {
    border-bottom: 0;
    height: 50px;
    width: 50px;
    top: 5px;
    right: 0;
    position: absolute;
    z-index: 1000000;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: normal;
    opacity: 1;
    border: 0;
}

/*----------content--end-------*/


/*-----contact----*/
#contact {
    
}
#contact iframe {
    width: 100%;
    height: 270px;
/*    min-height: 200px;*/
    margin-bottom: 15px;
}
#contact form {
    width: 100%;
    padding: 0;
}

#contact form button {
    font-size: 1.2em;
    font-family: "Montserrat";
    color: #fff;
    background: #3e3a33;
    border-radius: 4px;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 9;
}

#contact form input,
#contact form textarea {
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
    padding: 2px 5px;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    font-family: "Montserrat";
    color: #989287;
    font-size: 1em;
    background: #ebeae7;
    border: 1px solid #989287;
    border-radius: 4px
}
fieldset {
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
}z

#barbers.barbers-section {
    position: relative;
    min-height: 100vh;
    padding: 80px 30px 90px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#barbers .barbers-overlay {
    position: relative;
    z-index: 2;
}

#barbers .barbers-title-group {
    position: relative;
    z-index: 5;
    max-width: 980px;
    margin: 0 auto 70px;
    text-align: center;
}

#barbers .title-home {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
}

#barbers .dop-title-home {
    margin: 0;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

#barbers .barbers-main {
    position: relative;
    z-index: 3;
    max-width: 1040px;
    margin: 0 auto;
    clear: both;
}

#barbers .list-barbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 42px 54px;
    margin: 0;
}

#barbers .barber-col {
    float: none;
    width: 280px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

#barbers .barber-block-center {
    width: 100%;
    max-width: 280px;
    min-height: 360px;
    padding: 18px 18px 20px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#barbers .foto-barber-block {
    width: 100%;
    height: 195px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #111;
}

#barbers .foto-barber-block img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

#barbers .barber-block-center h3 {
    margin: 0 0 9px;
    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

#barbers .social-network {
    display: flex;
    justify-content: center;
    gap: 7px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

#barbers .social-network li {
    margin: 0;
    padding: 0;
}

#barbers .social-network a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

#barbers .social-network a:hover {
    background: #000;
    transform: translateY(-2px);
}

#barbers .barber-phone {
    margin-top: auto;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

#barbers .barber-book-btn {
    display: inline-block;
    margin-top: 6px;
    color: #111;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#barbers .barber-book-btn:hover,
#barbers .barber-phone:hover {
    color: #555;
}

@media (max-width: 991px) {
    #barbers.barbers-section {
        padding: 70px 20px 80px;
    }

    #barbers .barbers-title-group {
        margin-bottom: 50px;
    }

    #barbers .title-home {
        font-size: 34px;
    }

    #barbers .dop-title-home {
        font-size: 14px;
        letter-spacing: 3px;
    }

    #barbers .list-barbers {
        gap: 34px;
    }
}

@media (max-width: 767px) {
    #barbers.barbers-section {
        padding: 55px 16px 70px;
    }

    #barbers .barbers-title-group {
        margin-bottom: 34px;
    }

    #barbers .title-home {
        font-size: 28px;
    }

    #barbers .dop-title-home {
        font-size: 13px;
        letter-spacing: 2px;
    }

    #barbers .list-barbers {
        gap: 24px;
    }

    #barbers .barber-col {
        width: 100%;
    }

    #barbers .barber-block-center {
        max-width: 340px;
        min-height: auto;
    }

    #barbers .foto-barber-block {
        height: 235px;
    }
}
















