/* Berber ekibi — piramit: üstte ortalı, altta eşit genişlikte sol/sağ */
.barbers-row-custom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	width: 100%;
}
.barber-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 320px;
}
.barber-card--featured {
	width: 320px;
}
.barbers-bottom {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 980px;
	gap: 150px;
}
.barber-card--side {
	width: 320px;
	flex: 0 0 320px;
}
.barber-card .block-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.barber-card .img {
	display: block;
	width: 320px;
	height: 400px;
	max-width: 100%;
	object-fit: cover;
	object-position: center 18%;
	border-radius: 16px;
	box-shadow: 0 2px 16px 0 rgba(85, 45, 37, 0.10);
	border: 3px solid #f3e1d3;
	margin: 0 0 14px;
}
.barbers-row-custom h4 {
	color: #a86c3c;
	font-size: 1.2em;
	font-weight: 800;
	margin-top: 6px;
	margin-bottom: 4px;
	letter-spacing: 0.03em;
	text-align: center;
	width: 100%;
}
.barbers-row-custom .span {
	color: #7c4a1e;
	font-size: 0.98em;
	font-weight: 600;
	margin-bottom: 0;
	display: block;
	text-align: center;
}
@media (max-width: 991px) {
	.barbers-row-custom {
		gap: 28px;
	}
	.barbers-bottom {
		flex-direction: column;
		align-items: center;
		gap: 28px;
		max-width: 100%;
	}
	.barber-card,
	.barber-card--featured,
	.barber-card--side {
		width: 280px;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.barber-card .img {
		width: 280px;
		height: 350px;
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.barbers-row-custom {
		gap: 24px;
	}
	.barbers-bottom {
		gap: 24px;
	}
	.barber-card,
	.barber-card--featured,
	.barber-card--side {
		width: 100%;
		max-width: 260px;
	}
	.barber-card .img {
		width: 100%;
		height: auto;
		aspect-ratio: 320 / 400;
	}
	.barbers-row-custom h4 {
		font-size: 1.05em;
	}
	.barbers-row-custom .span {
		font-size: 0.9em;
	}
}
.about-paragraph-custom {
	font-size: 1.15em;
	line-height: 1.8;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.01em;
}

/* Salonumuz — galeri kartı */
section.salon {
	overflow: visible;
	padding-bottom: 5em;
}
.salon-intro {
	padding-bottom: 3.5em;
}
.salon-intro .text-beige {
	margin-top: 0.4em;
	letter-spacing: 0.04em;
}
.salon-gallery {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.salon-gallery::before {
	display: none;
}
.salon-slider {
	position: relative;
	margin: 0;
	overflow: visible;
	background: transparent;
	border: none;
	box-shadow: none;
	min-height: 240px;
	z-index: 1;
}
.salon-slider .flex-viewport {
	overflow: hidden;
	border-radius: 4px;
	background: #2a1814;
	min-height: 240px;
	max-height: none;
	box-shadow: 0 12px 36px rgba(85, 45, 37, 0.14);
	border: 1px solid rgba(85, 45, 37, 0.16);
}
.salon-slider .slides {
	margin: 0;
	padding: 0;
}
.salon-slider .slides > li {
	margin: 0;
	display: none;
}
.salon-slider .slides > li:first-child {
	display: block;
}
.salon-slide {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
	background: #2a1814;
}
@supports (aspect-ratio: 16 / 9) {
	.salon-slide {
		height: auto;
		padding-bottom: 0;
		aspect-ratio: 16 / 9;
	}
}
.salon-slide::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38%;
	background: linear-gradient(
		to top,
		rgba(42, 24, 20, 0.72) 0%,
		rgba(42, 24, 20, 0) 100%
	);
	pointer-events: none;
	z-index: 1;
}
.salon-slide img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0;
	transform: scale(1.02);
	transition: transform 6s ease-out;
}
.salon-slider .flex-active-slide .salon-slide img {
	transform: scale(1);
}
.salon-slide--exterior img {
	object-position: center 22%;
}
.salon-caption {
	position: absolute;
	left: 28px;
	bottom: 24px;
	z-index: 2;
	text-align: left;
}
.salon-caption span {
	display: inline-block;
	color: #f8efe6;
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border-left: 2px solid #c98a6a;
	padding-left: 12px;
	line-height: 1.3;
}
.salon-slider .flex-direction-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid rgba(248, 239, 230, 0.45);
	border-radius: 0;
	background: rgba(42, 24, 20, 0.45);
	color: #f8efe6;
	box-shadow: none;
	text-shadow: none !important;
	font-size: 0;
	opacity: 1;
	line-height: 1;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	z-index: 20;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition: background 0.25s ease, border-color 0.25s ease;
}
.salon-slider .flex-direction-nav a:before {
	content: "" !important;
	display: block !important;
	width: 9px;
	height: 9px;
	border-top: 1.5px solid #f8efe6;
	border-right: 1.5px solid #f8efe6;
	box-sizing: border-box;
	flex-shrink: 0;
}
.salon-slider .flex-direction-nav a:after {
	content: none !important;
	display: none !important;
}
.salon-slider .flex-direction-nav .flex-prev:before {
	transform: rotate(-135deg);
	margin-left: 3px;
}
.salon-slider .flex-direction-nav .flex-next:before {
	transform: rotate(45deg);
	margin-right: 3px;
}
.salon-slider .flex-direction-nav a:hover {
	background: rgba(85, 45, 37, 0.85);
	border-color: #c98a6a;
	color: #fff;
	opacity: 1;
}
.salon-slider .flex-direction-nav a i {
	display: none !important;
}
.salon-slider .flex-direction-nav .flex-prev {
	left: 18px;
}
.salon-slider .flex-direction-nav .flex-next {
	right: 18px;
}
.salon-slider .flex-control-nav {
	position: relative;
	bottom: auto;
	width: 100%;
	margin: 20px 0 0;
	z-index: 10;
	text-align: center;
}
.salon-slider .flex-control-paging li {
	margin: 0 5px;
}
.salon-slider .flex-control-paging li a {
	width: 28px;
	height: 2px;
	border-radius: 0;
	background: rgba(85, 45, 37, 0.22);
	box-shadow: none;
	border: none;
}
.salon-slider .flex-control-paging li a.flex-active,
.salon-slider .flex-control-paging li a:hover {
	background: #552d25;
	border: none;
}
@media (max-width: 991px) {
	.salon-gallery {
		width: calc(100% - 24px);
	}
	.salon-slide {
		padding-bottom: 66%;
	}
	@supports (aspect-ratio: 3 / 2) {
		.salon-slide {
			padding-bottom: 0;
			aspect-ratio: 3 / 2;
		}
	}
	.salon-caption {
		left: 18px;
		bottom: 18px;
	}
	.salon-slider .flex-direction-nav .flex-prev {
		left: 10px;
	}
	.salon-slider .flex-direction-nav .flex-next {
		right: 10px;
	}
}
@media (max-width: 767px) {
	section.salon {
		padding-bottom: 3.5em;
	}
	.salon-intro {
		padding-bottom: 2em;
	}
	.salon-gallery {
		width: calc(100% - 16px);
	}
	.salon-slider .flex-viewport {
		border-radius: 3px;
	}
	.salon-slide {
		padding-bottom: 75%;
	}
	@supports (aspect-ratio: 4 / 3) {
		.salon-slide {
			padding-bottom: 0;
			aspect-ratio: 4 / 3;
		}
	}
	.salon-caption span {
		font-size: 0.7em;
		letter-spacing: 0.14em;
	}
	.salon-slider .flex-direction-nav a {
		width: 40px;
		height: 40px;
	}
	.salon-slider .flex-direction-nav a:before {
		width: 8px;
		height: 8px;
	}
	.salon-slider .flex-control-nav {
		margin-top: 14px;
	}
}
@media (max-width: 480px) {
	.salon-gallery {
		width: 100%;
	}
	.salon-slider .flex-viewport {
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.salon-slide {
		padding-bottom: 85%;
	}
	@supports (aspect-ratio: 5 / 4) {
		.salon-slide {
			padding-bottom: 0;
			aspect-ratio: 5 / 4;
		}
	}
	.salon-caption {
		left: 14px;
		bottom: 14px;
	}
	.salon-slider .flex-direction-nav a {
		width: 36px;
		height: 36px;
	}
}
/* Mobil uyumlu harita için responsive container */
.map-responsive {
	overflow: hidden;
	padding-bottom: 35%; /* Daha dar görünüm */
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/*
*	BARBER - HAIR SALON . BARBER SHOP THEME
* 	Copyright 2017
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/

/* Table of Content
==================================================
	1.Preloader
	2.Site wrapper
	3.Hero section
	4.About section
    5.Services section
    6.Barbers section
    7.Pricing section
    8.Appointment section
    9.Locations section
    10.News section
    11.Contact section
    12.Footer section
    13.Mediaqueries




/*Preloader*/

.loader {
	background: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.loader-inner {
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.loading-spinner {
	width: 100px;
	height: 100px;
	animation: spinner-rotate 2s ease-in-out infinite;
	-webkit-animation: spinner-rotate 2s ease-in-out infinite;
	-moz-animation: spinner-rotate 2s ease-in-out infinite;
	-ms-animation: spinner-rotate 2s ease-in-out infinite;
	-o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
	animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	stroke-linecap: round;
}
@keyframes spinner-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: trotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@keyframes spinner-color {
	0%, 100% {
		stroke: #552d25;
	}
	20% {
		stroke: #c98a6a;
	}
	40% {
		stroke: #552d25;
	}
	60% {
		stroke: #c98a6a;
	}
	80% {
		stroke: #552d25;
	}
	100% {
		stroke: #c98a6a;
	}
}
@keyframes spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -125px;
	}
}
/*End preloader*/

/*Site wrapper*/

.wrapper {
	position: relative;
	background: #ffffff;
}
/*End site wrapper*/

/* Hero Section*/

section.hero {
	background: #151514;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.background-img img {
	display: none;
}
.background-img {
	width: 100%;
	height: 100%;
}
.background-img {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #151514;
	background-image: none;
	background-origin: padding-box;
	background-position: 50% 50% !important;
	background-repeat: repeat;
	background-size: cover !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.overlay:before {
	position: absolute;
	background: rgba(21, 21, 20, .4);
	background: -moz-linear-gradient(top, rgba(21, 21, 20, .4) 50%, rgba(21, 21, 20, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(21, 21, 20, .4) 50%, rgba(21, 21, 20, 0) 100%);
	background: linear-gradient(to bottom, rgba(21, 21, 20, .4) 50%, rgba(21, 21, 20, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66151514', endColorstr='#00151514', GradientType=0);
	/* IE6-9 */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	content: "";
}
section.hero .inner-hero {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 10;
}
.header {
	padding: 10px 0;
}
.main-slider .slides li {
	background-size: cover;
	min-height: 600px;
}
.main-slider .flex-control-nav {
	display: none;
}
.header.default {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.header.switched-header {
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 20px rgba(21, 21, 20, .15);
	-webkit-box-shadow: 0 0 20px rgba(21, 21, 20, .15);
	-moz-box-shadow: 0 0 20px rgba(21, 21, 20, .15);
	-ms-box-shadow: 0 0 20px rgba(21, 21, 20, .15);
	-o-box-shadow: 0 0 20px rgba(21, 21, 20, .15);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .left-part {
	float: left;
	margin-left: 3.125em;
}
.header .logo {
	margin-top: 0.475em;
	display: block;
}
.header .logo h2 {
	color: #ffffff;
	font-size: 1.0625em;
	text-transform: uppercase;
}
.header.switched-header .logo h2 {
	color: #151514;
}
.header .right-part {
	float: right;
	margin-right: 3.125em;
	position: relative;
}
.mobile-but {
	display: inline-block;
	height: 24px;
	position: absolute;
	right: 30px;
	top: -22px;
	z-index: 1000;
	display: none;
}
.mobile-but .lines {
	transform: translate(0px, 10px) rotate(0deg);
	-webkit-transform: translate(0px, 10px) rotate(0deg);
	-ms-transform: translate(0px, 10px) rotate(0deg);
	-moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
	height: 2px;
	width: 25px;
}
.mobile-but .lines:after,
.mobile-but .lines:before {
	content: " ";
	display: block;
}
.mobile-but .lines:after {
	transform: translate(0px, 4px) rotate(0deg);
	-webkit-transform: translate(0px, 4px) rotate(0deg);
	-ms-transform: translate(0px, 4px) rotate(0deg);
	-moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but .lines:before {
	transform: translate(0px, -4px) rotate(0deg);
	-webkit-transform: translate(0px, -4px) rotate(0deg);
	-ms-transform: translate(0px, -4px) rotate(0deg);
	-moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but .lines:after,
.mobile-but .lines:before {
	background: #151514;
}
.toggle-mobile-but.active .mobile-but .lines:after {
	transform: translate(0px, -1px) rotate(45deg);
	-webkit-transform: translate(0px, -1px) rotate(45deg);
	-ms-transform: translate(0px, -1px) rotate(45deg);
	-moz-transform: translate(0px, -1px) rotate(45deg);
}
.toggle-mobile-but.active .mobile-but .lines:before {
	transform: translate(0px, 1px) rotate(-45deg);
	-webkit-transform: translate(0px, 1px) rotate(-45deg);
	-ms-transform: translate(0px, 1px) rotate(-45deg);
	-moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
	display: block;
	float: left;
	margin-left: 1.9625em;
	font-size: .71875em;
	font-weight: 600;
	text-transform: uppercase;
}
.main-nav li a {
	color: #ffffff;
	display: block;
	padding: .75em 0;
	position: relative;
}
.header.switched-header .main-nav li a {
	color: #151514;
}
.hero-content {
	color: #ffffff;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
h1.large {
	font-size: 3.4375em;
	text-transform: none;
	line-height: 1.5em;
}
/* End hero Section*/

/* About section*/

.block-beard img {
	max-width: 70%;
	display: inline-block;
}
.sing {
	max-width: 30%;
	margin-top: 2.8125em;
	display: inline-block;
}
/* End about section*/

/* Services section*/

.block-img-round,
.block-img-round img {
	max-height: 225px;
	max-width: 225px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.but-round {
	height: 225px;
	width: 225px;
	position: relative;
	margin: 0 auto;
	background: #552d25;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: : 100%;
}
.but-round h5 {
	color: #c98a6a;
}
.block-img-round .overlay-img {
	content: "";
	position: absolute;
	background: rgba(85, 45, 37, .6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: : 100%;
}
.block-img-round .block-text,
.but-round .block-text {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: : translate(-50%, -50%);
}
section.services .container:last-child .row:last-child {
	margin-top: 5em;
}
/* End services section*/

/* Review section*/

.block-review {
	margin: 0 auto;
	padding: 0 2.5em 0 2.5em;
	width: 50%;
}
.block-star li {
	display: inline-block;
	font-size: 1.125em;
	margin: 0 -.1875em;
}
/* End review section*/

.block-boxe {
	padding: 2.4857em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: : 6px;
	overflow: hidden;
}
.block-boxe.border {
	border: 1px solid rgba(85, 45, 35, .25);
}
/* Reservation section*/

.block-input {
	margin-bottom: 1.875em;
	position: relative;
}
.block-input label {
	margin-bottom: .9357em;
	text-transform: capitalize;
}
form,
.select-input {
	position: relative;
}
input[type="text"],
select {
	background: #fcf9f7;
	border: 1px solid rgba(85, 45, 35, .25);
	outline: 0 none;
	padding: 0 .9357em;
	resize: none;
	width: 100%;
	height: 40px;
	border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: : 6px;
	font-size: 13px;
	color: #552d25;
}
.input-inner.select:after {
	content: '\ea7a';
	font-family: "fontello";
	pointer-events: none;
	cursor: pointer;
	color: rgba(85, 45, 35, .25);
	font-size: 1.125em;
	position: absolute;
	right: 18px;
	top: 12px;
}
input[type]:focus,
select:focus {
	border: 1px solid rgba(85, 45, 35, .5);
}
.appointment-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	cursor: pointer;
	margin-bottom: 0;
}
.input-inner {
	position: relative;
}
.input-inner i {
	color: rgba(85, 45, 35, .25);
	font-size: 1.125em;
	position: absolute;
	right: 10px;
	top: 8px;
}
.submit {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: none;
	height: 40px;
	line-height: 0;
}
/*End reservation section*/

/* Menu section*/

.block-tabs li {
	cursor: pointer;
	display: inline-block;
	margin: 0 .125em;
	padding: .75em 1.875em;
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: : 6px;
}
.block-tabs li .background-img,
.block-tabs li.overlay:before {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: : 3px;
}
.block-tabs li.overlay:before {
	background: rgba(85, 45, 37, .6);
}
.block-tabs li.active,
.block-tabs li:hover {
	box-shadow: 0 0 8px rgba(201, 138, 106, 0.8);
	-webkit-box-shadow: 0 0 8px rgba(201, 138, 106, 0.8);
	-moz-box-shadow: 0 0 8px rgba(201, 138, 106, 0.8);
	-ms-box-shadow: 0 0 8px rgba(201, 138, 106, 0.8);
	-o-box-shadow: 0 0 8px rgba(201, 138, 106, 0.8);
}
.block-tab li {
	display: none;
}
.block-tab li .block-content:last-child p {
	margin-bottom: 0;
}
.block-tab li.active {
	display: block;
}
.service-title {
	position: relative;
	z-index: 2;
	background: #fff;
	top: -2px;
	padding-right: .125em;
}
.service-price {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: .9375em;
	z-index: 2;
	background: #fff;
	padding-left: .125em;
}
/* End menu section*/

/* Articles section*/

.enhanced .background-img {
	position: relative;
	height: auto;
}
.block-enhanced {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.container .row >[class*="col-"].enhanced {
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1 0 25%;
	-webkit-flex: 1 0 25%;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
}
.block-content span.meta-date {
	margin-bottom: 1.5em;
	display: block;
}
.block-enhanced {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.container .row >[class*="col-"].enhanced {
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1 0 25%;
	-webkit-flex: 1 0 25%;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
}
/* End articles section*/

/* Instagram*/

.insta-Feed li {
	display: inline-block;
	padding: 0;
	position: relative;
	width: 20%;
}
.insta-Feed li img {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.insta-Feed li img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
/* End instagram*/

/* Contact section*/

.block-social li {
	display: inline-block;
	margin-right: .0825em;
	margin-left: .0825em;
	text-align: center;
}
.block-social a {
	border: 2px solid #c98a6a;
	color: #c98a6a;
	display: inline-block;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	-webkit-border-radius: : 50%;
	-moz-border-radius: : 50%;
	-ms-border-radius: : 50%;
	-o-border-radius: : 50%;
	line-height: 2.4em;
}
/* End contact section*/

/* Footer*/

.footer {
	position: relative;
	color: #552d25;
}
.footer a {
	color: #552d25;
	text-decoration: underline;
}
.footer.dotted:after {
	content: none;
}
.footer p {
	font-size: .6875em;
}
/* End footer section*/

/*Media queries*/

@media screen and (min-width: 600px) and (max-width: 800px) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
}
@media all and (max-width: 1160px) {
	h1.large {
		font-size: 3em;
	}
}
@media all and (max-width: 990px) {


	.main-slider .flex-control-nav {
		display: block;
	}
	.main-slider .flex-direction-nav {
		display: none;
	}
	.header .left-part,
	.header .right-part {
		float: none;
		display: block;
	}
	.header .left-part {
		margin-left: 1.857em;
	}
	.header .right-part {
		margin-right: 0;
	}
	.header {
		background-color: rgba(255, 255, 255, 0.98) !important;
		padding: 15px 0;
	}
	.header .logo {
		margin-top: 0;
	}
	.header .logo h2 {
		color: #151514;
	}
	h1.large {
		font-size: 2.8125em;
	}
	.mobile-but {
		display: block;
	}
	.main-nav ul {
		display: none;
		margin-left: 1.857em;
	}
	.main-nav li {
		float: none;
		display: block;
		margin-left: 0;
	}
	.main-nav li a {
		color: #353031;
		display: inline-block;
	}
	.main-nav li:last-child a {
		padding-bottom: 0;
	}
	.block-img-round,
	.block-img-round img {
		max-width: 100%;
	}
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	.main-slider .flex-control-nav {
		display: block;
	}
	.main-slider .flex-direction-nav {
		display: none;
	}
	h1.large {
		font-size: 1.8125em;
	}
	h6 {
		font-size: .6125em
	}
	.block-beard img {
		max-width: 80%;
	}
	.block-img-round,
	.block-img-round img {
		width: 225px;
	}
	section.services .container:last-child .row:last-child {
		margin-top: 0;
	}
	.block-img-round img {
		margin-bottom: 1.875em !important;
	}
	.block-review {
		padding: 0;
	}
	.block-content span.fw-700 {
		margin-bottom: 1.875em;
		display: block;
	}
	.block-tabs li {
		margin: 0 auto 1em auto;
		display: block;
		width: 50%;
	}
	.block-tabs li:last-child {
		margin-bottom: 0;
	}
	section.barbers .container:last-child .row:last-child span.fw-700,
	section.locations .container:last-child .row .col-sm-4:last-child,
	section.news .container:last-child .row .col-sm-4:last-child {
		margin-bottom: 0;
	}
	.subscribe-form .col-sm-8 .block-input {
		margin-bottom: 1.875em !important;
	}
	section.locations .container .row .col-sm-4,
	section.barbers .container .block-content span.fw-700,
	section.news .container .row .col-sm-4 {
		margin-bottom: 1.875em !important;
	}
	.container .row > .enhanced[class*="col-"],
	.block-enhanced {
		display: block;
	}
	.insta-Feed li {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	.main-slider .flex-control-nav {
		display: block;
	}
	.main-slider .flex-direction-nav {
		display: none;
	}
	h1.large {
		font-size: 1.6125em;
	}
	h6 {
		font-size: .6em
	}
	.block-beard img {
		max-width: 80%;
	}
	.block-img-round,
	.block-img-round img {
		width: 225px;
	}
	section.services .container:last-child .row:last-child {
		margin-top: 0;
	}
	.block-img-round img {
		margin-bottom: 1.875em !important;
	}
	.block-review {
		padding: 0;
	}
	.block-content span.fw-700 {
		margin-bottom: 1.875em;
		display: block;
	}
	.block-tabs li {
		margin: 0 auto 1em auto;
		display: block;
		width: 50%;
	}
	.block-tabs li:last-child {
		margin-bottom: 0;
	}
	section.barbers .container:last-child .row:last-child span.fw-700,
	section.locations .container:last-child .row .col-sm-4:last-child,
	section.news .container:last-child .row .col-sm-4:last-child {
		margin-bottom: 0;
	}
	.subscribe-form .col-sm-8 .block-input {
		margin-bottom: 1.875em !important;
	}
	section.locations .container .row .col-sm-4,
	section.barbers .container .block-content span.fw-700,
	section.news .container .row .col-sm-4 {
		margin-bottom: 1.875em !important;
	}
	.container .row > .enhanced[class*="col-"],
	.block-enhanced {
		display: block;
	}
	.insta-Feed li {
		width: 100%;
	}
}
/*End media queries*/