body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container {
	overflow-x: hidden;
}

a,
button {
	transition: background .3s ease-in-out;
	outline: none !important;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.page-preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 100000;
	background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
}

.bloc {
	width: 100%;
	clear: both;
	background: 50% 50% no-repeat;
	padding: 0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	display: flex;
}

.bloc .container {
	padding-left: 0;
	padding-right: 0;
}

.bloc-xl {
	padding: 150px 50px;
}

.bloc-lg {
	padding: 100px 50px;
}

.bloc-md {
	padding: 50px;
}

.bloc-fill-screen {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bloc-fill-screen>.container {
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}

.bloc-fill-screen>.container>.row {
	flex-grow: 1;
	align-self: center;
	width: 100%;
}

.bloc-fill-screen .fill-bloc-top-edge,
.bloc-fill-screen .fill-bloc-bottom-edge {
	flex-grow: 0;
}

.bloc-fill-screen .fill-bloc-top-edge {
	align-self: flex-start;
}

.bloc-fill-screen .fill-bloc-bottom-edge {
	align-self: flex-end;
}

.full-width-bloc {
	padding-left: 0;
	padding-right: 0;
}

.full-width-bloc .row {
	margin-left: 0;
	margin-right: 0;
}

.full-width-bloc .container {
	width: 100%;
	max-width: 100% !important;
}

.full-width-bloc .carousel img {
	width: 100%;
	height: auto;
}

.bloc-bg-texture::before {
	content: "";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.texture-darken::before {
	background: rgba(0, 0, 0, 0.5);
}

.b-parallax {
	background-attachment: fixed;
}

@media (hover: none) {
	.b-parallax {
		background-attachment: scroll;
	}
}

.d-bloc {
	color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
	color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
	border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
	border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
	color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
	color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover {
	color: rgba(0, 0, 0, .7);
}

.d-bloc .card icon {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover {
	color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}

.d-bloc .card,
.l-bloc {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
	color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
	color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}

.voffset {
	margin-top: 30px;
}

.hero .hero-nav {
	padding-left: inherit;
	padding-right: inherit;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}

.btco-menu li>a {
	padding: 10px 15px;
	color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar>.show>a:focus {
	background: transparent;
	outline: 0;
}

.dropdown-menu .show>.dropdown-toggle::after {
	transform: rotate(-90deg);
}

.mg-clear {
	margin: 0;
}

.mg-md {
	margin-top: 10px;
	margin-bottom: 20px;
}

.mg-lg {
	margin-top: 10px;
	margin-bottom: 40px;
}

.btn-d,
.btn-d:hover,
.btn-d:focus {
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}

button {
	outline: none !important;
}

.btn-rd {
	border-radius: 40px;
}

.a-block {
	width: 100%;
	text-align: left;
	display: inline-block;
}

.text-center .a-block {
	text-align: center;
}

.dropdown a .caret {
	margin: 0 0 0 5px
}

.btn-dropdown .dropdown-menu .dropdown {
	padding: 3px 20px;
}

.icon-md {
	font-size: 30px !important;
}

.icon-lg {
	font-size: 60px !important;
}

.icon-round {
	margin: 0 auto;
	border: 2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width: 80px;
}

.icon-round.icon-md,
.icon-square.icon-md,
.icon-rounded.icon-md {
	min-width: 92px;
}

.icon-round.icon-lg,
.icon-square.icon-lg,
.icon-rounded.icon-lg {
	min-width: 122px;
}

.icon-round.icon-xl,
.icon-square.icon-xl,
.icon-rounded.icon-xl {
	min-width: 162px;
}

.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
	border-radius: 0;
}

.card-rd {
	border-radius: 30px;
}

.card-rd .card-header {
	border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
	border-radius: 0 0 29px 29px;
}

.form-control {
	border-color: rgba(0, 0, 0, .1);
	box-shadow: none;
}

.scroll-fx-in-range {
	will-change: opacity;
}

.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}

.scrollToTop span {
	margin-top: 6px;
}

.showScrollTop {
	font-size: 14px;
	opacity: 1;
}

a[data-lightbox] {
	position: relative;
	display: block;
	text-align: center;
}

a[data-lightbox]:hover::before {
	content: "+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size: 32px;
	line-height: 42px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .6);
	color: #FFF;
	font-weight: 100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

a[data-lightbox]:hover img {
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

.lightbox-caption {
	padding: 20px;
	color: #FFF;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}

.close-lightbox {
	color: #FFF;
	font-size: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	background: rgba(0, 0, 0, .5);
	border: none;
	line-height: 30px;
	padding: 0 9px 5px;
	opacity: 0.3;
	border-radius: .25rem;
}

.close-lightbox:hover,
.next-lightbox:hover,
.prev-lightbox:hover {
	opacity: 1.0;
	color: #FFF;
}

.next-lightbox,
.prev-lightbox {
	font-size: 20px;
	color: rgba(255, 255, 255, .9);
	background: rgba(0, 0, 0, .5);
	transition: all .2s ease-in-out;
	position: absolute;
	top: 45%;
	z-index: 1;
	opacity: 0.4;
	border-radius: .25rem;
}

.next-lightbox {
	padding: 6px 8px 1px 13px;
	right: 25px;
}

.prev-lightbox {
	padding: 6px 13px 1px 10px;
	left: 25px;
}

.frameless-lb {
	border-radius: 0;
	border: none;
}

.frameless-lb .modal-body {
	padding: 0;
}

.frameless-lb .lightbox-caption {
	left: 0;
	right: 0;
	bottom: -16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
	font-family: "Helvetica";
}

.container {
	max-width: 1140px;
}

.img-style {
	width: 565px;
	border-radius: 0px 0px 0px 0px;
}

.h1-style {
	font-size: 68px;
	font-weight: 300;
	font-family: "Jura";
	text-align: center;
	background-position: center center;
	background-repeat: repeat;
	border-style: none;
}

.img-bloc-1-style {
	width: 450px;
	height: 450px;
	border-radius: 0px 0px 0px 0px;
}

.img-2-style {
	height: 250px;
}

.img-5-style {
	height: 250px;
}

.img-6-style {
	height: 250px;
}

.img-3-style {
	height: 250px;
}

.h2-style {
	font-family: "Pacifico";
}

.h3-style {
	font-size: 19px;
	font-family: "helvetica";
	font-weight: lighter;
}

.h2-feature-title-style {
	font-family: Pacifico;
}

.img-bloc-2-style {
	width: 611px;
	border-radius: 0px 0px 0px 0px;
}

.row-style {
	width: 100%;
}

.p-style2 {
	width: 100%;
}

.p-bloc-2-style {
	font-size: 10px;
	line-height: 24px;
	width: 100%;
}

.p-3-style {
	width: 100%;
	font-size: 10px;
	line-height: 24px;
}

.p-4-style {
	width: 100%;
}

.h3-nägel-style {
	font-family: Pacifico;
}

.h3-wimpern-style {
	font-family: Pacifico;
}

.h3-augenbaruen-style {
	font-family: Pacifico;
}

.h3-wachs-style {
	font-family: Pacifico;
}

.h2-gallery-style {
	font-family: Pacifico;
}

.h3-8-style {
	font-size: 19px;
	font-weight: lighter;
}

.row-19-style {
	width: 47.85%;
}

.img-placeholder-us-style {
	width: 400px;
	height: 400px;
	border-radius: 201px 201px 201px 201px;
}
.img-placeholder-style {
	width: 500px;
	height: 500px;

}
.p-style {
	font-size: 14px;
}

.p-17-style {
	font-size: 17px;
}

.link-style {
	width: 100%;
}

.container-div-style {
	height: 100px;
}

.img-gallery-style {
	border-radius: 0px 0px 0px 0px;
}

.bgc-medium-jungle-green {
	background-color: #2C2C2C;
}

.tc-desert-sand {
	color: #E1CAA9 !important;
}

.tc-medium-jungle-green {
	color: #2C2C2C !important;
}

.btn-medium-jungle-green {
	background: #2C2C2C;
	color: #FFFFFF !important;
}

.btn-medium-jungle-green:hover {
	background: #232323 !important;
	color: #FFFFFF !important;
}

.ltc-desert-sand {
	color: #E1CAA9 !important;
}

.ltc-desert-sand:hover {
	color: #b4a287 !important;
}

.icon-desert-sand {
	color: #E1CAA9 !important;
	border-color: #E1CAA9 !important;
}

.icon-medium-jungle-green {
	color: #2C2C2C !important;
	border-color: #2C2C2C !important;
}

.bg-Home-Background {
	background-image: url("img/Home_Background.jpg");
}

.bg-nagel-bk {
	background-image: url("img/nagel_bk.jpg");
}

.bg-wimper-bk-1 {
	background-image: url("img/wimper_bk-1.jpg");
}

.bg-wax-bk {
	background-image: url("img/wax_bk.jpg");
}

@media (max-width: 1024px) {
	.bloc {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bloc.full-width-bloc,
	.bloc-tile-2.full-width-bloc .container,
	.bloc-tile-3.full-width-bloc .container,
	.bloc-tile-4.full-width-bloc .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}

	.page-container,
	#hero-bloc {
		overflow-x: hidden;
		position: relative;
	}

	.bloc {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right);
	}

	.bloc-group,
	.bloc-group .bloc {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.page-container {
		overflow-x: hidden;
		position: relative;
	}

	.bloc-tile-2 .container,
	.bloc-tile-3 .container,
	.bloc-tile-4 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.a-block {
		padding: 0 10px;
	}

	.btn-dwn {
		display: none;
	}

	.voffset {
		margin-top: 5px;
	}

	.voffset-md {
		margin-top: 20px;
	}

	.voffset-lg {
		margin-top: 30px;
	}

	form {
		padding: 5px;
	}

	.close-lightbox {
		display: inline-block;
	}

	.blocsapp-device-iphone5 {
		background-size: 216px 425px;
		padding-top: 60px;
		width: 216px;
		height: 425px;
	}

	.blocsapp-device-iphone5 img {
		width: 180px;
		height: 320px;
	}
}

@media (max-width: 991px) {
	.p-style2 {
		width: 100%;
	}

	.p-bloc-2-style {
		width: 78.74%;
	}

	.p-3-style {
		width: 100%;
	}

	.p-4-style {
		width: 53.45%;
	}

	.mt-md-0 {}

	.mt-md-4 {}
}

@media (max-width: 767px) {
	.p-style2 {
		width: 100%;
	}

	.p-bloc-2-style {
		width: 100%;
	}

	.p-4-style {
		width: 100%;
	}

	.text-right {}

	.text-left {}

	.text-center {}

	.link-style {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.h1-style {
		text-align: center;
		width: 100%;
		font-size: 60px;
	}

	.img-bloc-1-style {
		width: 450px;
		height: 450px;
	}

	.p-style2 {
		width: 94.59%;
		font-size: 9px;
		line-height: 15px;
	}

	.p-bloc-2-style {
		width: 100%;
		font-size: 3px;
		line-height: 15px;
	}

	.p-3-style {
		font-size: 3px;
		width: 100%;
		line-height: 15px;
	}

	.p-4-style {
		width: 72.41%;
		font-size: 9px;
		line-height: 15px;
	}

	.mt-1 {}

	.footer-link {
		text-align: center;
	}

	.row-style {
		width: 100%;
	}

	.row-nails-style {
		width: 100%;
	}

	.container-div-footer-style {
		width: 100%;
	}

	.img-placeholder-us-style {
		width: 259px;
		height: 259px;
		border-radius: 201px 201px 201px 201px;
	}
	.img-placeholder-style {
		width: 259px;
		height: 259px;
		
	}

}